Visualizzazione dei risultati da 1 a 4 su 4

Discussione: Web Explorer Lite 2.12

  1. #1
    Utente di HTML.it
    Registrato dal
    May 2005
    Messaggi
    2

    Web Explorer Lite 2.12

    Non capisco come bisogna scegliere la cartella root da questo script.
    Grazie per una risposta.

    Web Explorer Lite 2.12
    I più importanti riguardano la password di accesso, la scelta della cartella root , i file che si vuole visualizzare insieme alle loro caratteristiche.





    <%

    ' - Constants ------------------------------------------------
    ' For disabling password security set wexPassword = ""
    Const wexPassword = "trottolare"
    ' Root folder, it can be a physical or virtual folder: "c:\test", "/test"
    ' Beware that you will not have web access(no web browsing of files/folders) if you use a physical folder like "c:\test"
    ' If you want to have web access with a physical folder, you should create a virtual folder(IIS alias like "/folder") for that physical folder and use it instead.
    Const wexRoot = "/"
    ' Show files and folders that have hidden attribute set?
    Const showHiddenItems = true
    ' Calculate total size of the current folder? Disable if it takes long time with huge folders.
    Const calculateTotalSize = true
    ' Calculate total sizes of the folders in the listing? Disable if it takes long time with huge folders.
    Const calculateFolderSize = true
    ' List of file extensions which are showed with the "T" icon and can be edited by clicking the icon.
    Const editableExtensions = "htm,html,asp,asa,txt,inc,css,aspx,js,vbs,shtm,sht ml,xml,xsl,log"
    ' List of file extensions which are showed with the "P" icon and can be viewed by clicking the icon.
    Const viewableExtensions = "gif,jpg,jpeg,png,bmp,jpe"
    ' Display full physical path of the current folder? Set it to false for hiding your server path structure.
    Const displayPath = true
    ' List of file extensions to be monitored during Upload, Rename, Editor Save and Create New File actions.
    ' Allowance or denial is due to the value of denyMonitored constant. Extensions should be separated by comma.
    Const monitoredExtensions = ""
    ' True means monitored extensions are denied and false means only monitored extensions are allowed but not any other.
    Const denyMonitored = true
    ' ------------------------------------------------------------

    ' - Variables ------------------------------------------------
    ' Set script timeout value to higher values (in seconds) if the script fails when uploading large files
    Server.ScriptTimeout = 300
    ' Preferred character set, default value is "ISO-8859-1" (Western European character set)
    ' Don't bother to change it unless you are having problems with handling text in your language
    ' Character sets and supporting code pages can be found at
    ' http://msdn.microsoft.com/library/de...s/charset4.asp
    Response.CharSet = "ISO-8859-1"
    ' Preferred code page, default value is 1252 (Western European codepage)
    ' Don't bother to change it unless you are having problems with handling text in your language
    Session.CodePage = 1252
    ' Preferred locale identifier, default value is 1033 (English - United States)
    ' Locale ID (LCID) Chart can be found at
    ' http://msdn.microsoft.com/library/de.../vsmscLCID.asp
    Session.LCID = 1033
    ' ------------------------------------------------------------

    ' - Plugins --------------------------------------------------
    ' File transfer plugin
    %><%
    ' ------------------------------------------------------------

    %>

  2. #2
    Questo è il pezzo

    ' Root folder, it can be a physical or virtual folder: "c:\test", "/test"
    ' Beware that you will not have web access(no web browsing of files/folders) if you use a physical folder like "c:\test"
    ' If you want to have web access with a physical folder, you should create a virtual folder(IIS alias like "/folder") for that physical folder and use it instead.
    Const wexRoot = "/"
    Puoi usare un percorso assoluto dal drive oppure dalla root.

  3. #3
    Utente di HTML.it
    Registrato dal
    May 2005
    Messaggi
    2

    Non capisco

    Ti ringrazio per avermi risposto.

    Non capisco cosa devo scrivere per modificare il root.

    http://freeasp.html.it/script/view_script.asp?id=261

    Grazie per una risposta.

  4. #4

    Re: Non capisco

    Originariamente inviato da sirio64
    Non capisco cosa devo scrivere per modificare il root.
    Il percorso.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2026 vBulletin Solutions, Inc. All rights reserved.