SYSTEM REQUIREMENTS: ----------------------------------- OS: Mac OS X.5.8 PHP: 5.2.11 Apache: 2.2.13 HTML: 4.01 Strict PERMISSIONS: ----------------------------------- None of the files in this project need write permissions (unless specifically listed below). Any folders you specify in the foldernamelist.txt file USING THE CONF.PHP FILE ----------------------------------- - The $RelativeURL variable will need to be set to the path to your working directory of where this script is. - The $PathToFolders variable needs to be set to the absolute path to the folder that holds each of the upload folders. - The $URLToFolders variable needs to be set to the URL containing the folder that holds each of the upload folders. If the folders are in the same domain it does not require "http://www.foo.bar" to be at the beginning, but if it is in a different domain, then it would. - The $ShowFooter variable has two options, either Yes or No. Yes is the default and will show the content at the bottom of the page for the Name and Version number and Copyright. No will not show this information at the bottom of the page. - The $ShowLines variable has a default value of Yes, but also has the option of No. This is to show or hide the separating lines above and below the information box. - The $LineWidth variable has a default value of 85%. This is the width of the lines above and below the information box. - The $BoxWidth variable has a default value of 600. This is the width of the information box. It can be changed to any numerical value and if you want it as a percentage of the page then add % after the number. - The $RepeatUpload variable has a default value of Yes, but also has the option of No. This is used to show/hide the upload form on the confirmation page of the file upload. - The $DetailedInfo variable has a default value of Yes, but also has the option of No. This is used to show/hide detailed file information on the confirmation page of the file upload. - The $ShowUploadInfo variable is to show and hide the details about how large the file can be and maximum length it can take to upload. - The $ShowTheTitle variable is to show and hide the title at the top of the page. - The $Theme is the variable that will allow you to change the theme or appearance of the page. All you have to do is change this value to the name of one of the CSS files in the "themes" folder, but do not include the file extension. - The $IncludeFileBefore variable will allow you to include your own file before this project to allow you to incorporate it into your own site easier. - The $IncludeFileAfter variable will allow you to include your own file after this project to allow you to incorporate it into your own site easier. USING THE FOLDERNAMELIST.TXT FILE ----------------------------------- - Enter the name of each folder that you would like to be an option to upload to into this file and it will be automatically updated into the list in the drop down menu. Note: If you leave an empty new line at the bottom of the file it will include an empty line in your folder menu.