mkzw0ot4m0nk
Programmer
hey im creating a php aim profile service just for fun (still learning php) well i keep getting this error when i try to create a account..
Warning: SAFE MODE Restriction in effect. The script whose uid is 2016 is not allowed to access / owned by uid 0 in /home/mkzmonkeylagger/public_html/profileservice/new.php on line 14
Warning: fopen("/users/mkzw0ot4m0nk/pass.php", "w" - No such file or directory in /home/mkzmonkeylagger/public_html/profileservice/new.php on line 14
Warning: fwrite(): supplied argument is not a valid File-Handle resource in /home/mkzmonkeylagger/public_html/profileservice/new.php on line 15
Warning: fclose(): supplied argument is not a valid File-Handle resource in /home/mkzmonkeylagger/public_html/profileservice/new.php on line 16
and here are some lines around line 15..
mkdir ("$dir", 0777);
$passfile = fopen("/users/$sn/pass.php", "w"
fwrite($passfile,"<? \$mypass = \"$pass\"; ?>"
fclose($passfile);
echo "<p>$sn created, click <a href=\"profile.php\">here</a> to login!</p>";
thanks!
Warning: SAFE MODE Restriction in effect. The script whose uid is 2016 is not allowed to access / owned by uid 0 in /home/mkzmonkeylagger/public_html/profileservice/new.php on line 14
Warning: fopen("/users/mkzw0ot4m0nk/pass.php", "w" - No such file or directory in /home/mkzmonkeylagger/public_html/profileservice/new.php on line 14
Warning: fwrite(): supplied argument is not a valid File-Handle resource in /home/mkzmonkeylagger/public_html/profileservice/new.php on line 15
Warning: fclose(): supplied argument is not a valid File-Handle resource in /home/mkzmonkeylagger/public_html/profileservice/new.php on line 16
and here are some lines around line 15..
mkdir ("$dir", 0777);
$passfile = fopen("/users/$sn/pass.php", "w"
fwrite($passfile,"<? \$mypass = \"$pass\"; ?>"
fclose($passfile);
echo "<p>$sn created, click <a href=\"profile.php\">here</a> to login!</p>";
thanks!