Hallo,
ich habe mir folgendes PHP script runtergeladen -> http://www.zachwhite.com/dl/download.pl?file=winupdown.zip Es ist ein kleines Up- und Downloadscript. Leider kann ich nichts hochladen, daher bitte ich euch um hilfe. Vielleicht findet ja jemand den Fehler. Die Dateien und Ornder sind übrigens alle mit 777er Rechte. Vielen Dank schonmal!
.:: Website url ::.
.:: Config ::.
$extlimit = "no"; //Do you want to limit the extensions of files uploaded
$limitedext = array(".gif",".jpg",".png",".jpeg"); //Extensions you want files uploaded limited to.
$sizelimit = "no"; //Do you want a size limit, yes or no?
$sizebytes = "200000"; //size limit in bytes
$dl = "http://www.myteam-o.de/xodox/updown"; //url where files are uploaded
$absolute_path = "/home/www/htdocs/http://myteam-o.de/xodox/updown"; //Absolute path to where files are uploaded
$websiteurl = "http://www.myteam-o.de/xodox/upload.php"; //Url to you website
$websitename = "XoDoX";
.:: Info.php ::.
http://www.myteam-o.de/xodox/phpinfo.php
.:: updown.php ::.
http://www.myteam-o.de/xodox/updown.php
.:: Upload-Folder ::.