Hi Leute.
Ich versuche vergeblich einen Ordner zu erstellen.
Hier mein code:
--------------------------------
mkdir($destpath = "/".$_SESSION["domain"], 0777);
copy("userindex.php", $dest = $destpath."/index.php");
CHMOD($destpath."/index.php", 0777);
--------------------------------
Wenn ich diesen Code ausführe bekomme ich folgende Fehlermeldung:
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 17025 is not allowed to access / owned by uid 0 in /home/www/htdocs/air-world.de/xxx/xxx/step4.php on line 28
Warning: copy() [function.copy]: open_basedir restriction in effect. File(/fhgh/index.php) is not within the allowed path(s): (/home/www/htdocs/air-world.de/.) in /home/www/htdocs/air-world.de/xxx/xxx/step4.php on line 29
Warning: copy(/fhgh/index.php) [function.copy]: failed to create stream: Operation not permitted in /home/www/htdocs/air-world.de/xxx/xxx/step4.php on line 29
Warning: chmod() [function.chmod]: Unable to access /fhgh/index.php in /home/www/htdocs/air-world.de/xxx/xxx/step4.php on line 30
Warning: chmod() [function.chmod]: open_basedir restriction in effect. File(/fhgh/index.php) is not within the allowed path(s): (/home/www/htdocs/air-world.de/.) in /home/www/htdocs/air-world.de/xxx/xxx/step4.php on line 30
---------------------------
HIIILFEEEEEE