Quoted
SIMPLE INSTALLATION
-------------------
THE BEST WAY to get this script working is do a simple installation before you attempt to modify the code or use advanced features.
Step 1. Set the 'temp_dir' value in uu_default_config.pm
eg. temp_dir => '/tmp/',
eg. temp_dir => '/var/tmp/',
eg. temp_dir => '/usr/home/roger/temp/',
Step 2. Set the 'upload_dir' value in uu_default_config.pm
eg. upload_dir => '/tmp/uploads/',
eg. upload_dir => '/var/www/html/uploads/',
eg. upload_dir => '/usr/local/www/htdocs/uploads/',
eg. upload_dir => $ENV{'DOCUMENT_ROOT'} . '/uploads/',
Step 3. Upload uu_pload.pl to your cgi-bin directory. The path will be /var/www/cgi-bin or /usr/local/apache/cgi-bin
Step 4. Make uu_pload.pl executable with the command chmod 755 uu_pload.pl
Step 5. Upload uu_ini_status.pl to your cgi-bin directory. The path will be /var/www/cgi-bin or /usr/local/apache/cgi-bin
Step 6. Make uu_ini_status.pl executable with the command chmod 755 uu_ini_status.pl
Step 7. Upload uu_lib.pl to your cgi-bin directory. The path will be /var/www/cgi-bin or /usr/local/apache/cgi-bin
Step 8. Upload the configs folder to your cgi-bin directory. The path will be /var/www/cgi-bin/ or /usr/local/apache/cgi-bin
Step 9 Upload uu_file_upload.php to your webspace. The path will be /var/www/html or /usr/local/apache/htdocs
Step 10. Upload uu_file_upload.js to your webspace. The path will be /var/www/html or /usr/local/apache/htdocs
Step 11. Upload uu_get_status.php to your webspace. The path will be /var/www/html or /usr/local/apache/htdocs
Step 12. Upload uu_conlib.php to your webspace. The path will be /var/www/html or /usr/local/apache/htdocs
Step 13. Load uu_file_upload.php in your web browser and attempt to do a file upload
Step 14. If your server is running Apache and you are using a public upload directory, it is recommended that you place a .htaccess text
file in your /uploads/ directory. In that file put the single line "Options -Indexes" without the quotes. This will prevent
people from getting at the raw directory listing of your upload directory. Of course, if for some reason you want people to be
able to see the raw directory listing, then skip this step. Another way to lock down your upload directory is by simply placing
an index.html file in your /uploads/ directory.
Quoted from ""IRA""
Hm auf meinem Server finde ich nur diese Ordner
http://www.250kb.de/u/061224/j/eada4eb3.jpg
ich kann leider auch keinen /var
Ordner erstellen also wo müssen die cgi dateien rein???
DANKESCHÖN
Quoted
Leistungsumfang:
1 enthaltene .de Domain(s)
10000 MB Webspace (10Gigabyte)
inklusive Datentransfer (keine Mehrkosten durch Traffic!)
100 Emailadressen (POP3)
E-Mail-Autoresponder lassen sich automatische Antwortmails erstellen
100 POP3 Postfächer
10 MySQL Datenbank(en)
20 Subdomains
PHP
PERL
eigenes CGI-BIN Verzeichnis
FTP-Zugang zum Aufspielen der Homepage
Server-Side-Includes (SSI)
WebMail/Weltweit Ihre E-Mails abrufen
WebFTP Zugang
Webstatistiken erfahren Sie mehr über den Erfolg Ihre Homepage
Online-Shop,Joomla tauglich!
keine Zusatzkosten
Quoted from ""d0nUt""
Per PM hast du gefragt ob man die Progressbar zusammen mit dem Upload Script v1.02 (uploadscript.net) verwenden kann.
Klar kann man das Script umprogrammieren. Wenn du PHP lernen magst ist das auch eine gute Übung. Aber zur Zeit traue ich es dir leider noch nicht zu.
Quoted
Use this value for $tmpdir var inside whileuploading.php file.
/usr/export/tmp
(then first line should be $tmpdir = '/usr/export/tmp'; )
Quoted
<?php
// PUBLIC SETTINGS
$tmpdir = '/usr/export/tmp'; // your PHP temporary upload folder ( without last slash ) [/qoute]
Quoted from ""IRA""
Temp folder seems to be not valid.