hi all, ive uploaded a lavalair script when i go and put in login details it comes up with login.php page but with these errors
Warning: fopen(../ulog/xkittenx.txt) [function.fopen]: failed to open stream: No such file or directory in /home/chatabox/public_html/chatalot.co.cc/web/login.php on line 107
Warning: fwrite(): supplied argument is not a valid stream resource in /home/chatabox/public_html/chatalot.co.cc/web/login.php on line 108
Warning: fclose(): supplied argument is not a valid stream resource in /home/chatabox/public_html/chatalot.co.cc/web/login.php on line 109
ive looked on line 107 108 and 109 but cant seem to get rid of the errors the code on them lines is
$out = fopen($fname,"a+");
fwrite($out,$alli);
fclose($out);};
please help if you can also errors in chatalot.co.cc fileshare in uploaded/index.php
Warning: Cannot modify header information - headers already sent by (output started at /home/chatabox/public_html/chatalot.co.cc/uploaded/index.php:1) in /home/chatabox/public_html/chatalot.co.cc/uploaded/index.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/chatabox/public_html/chatalot.co.cc/uploaded/index.php:1) in /home/chatabox/public_html/chatalot.co.cc/uploaded/index.php on line 33
ive checked line 32 and 33 and it says
}else{
header("Cache-Control: no-cache, must-revalidate"); // Prevent caching, HTTP/1.1
Warning: fopen(../ulog/xkittenx.txt) [function.fopen]: failed to open stream: No such file or directory in /home/chatabox/public_html/chatalot.co.cc/web/login.php on line 107
Warning: fwrite(): supplied argument is not a valid stream resource in /home/chatabox/public_html/chatalot.co.cc/web/login.php on line 108
Warning: fclose(): supplied argument is not a valid stream resource in /home/chatabox/public_html/chatalot.co.cc/web/login.php on line 109
ive looked on line 107 108 and 109 but cant seem to get rid of the errors the code on them lines is
$out = fopen($fname,"a+");
fwrite($out,$alli);
fclose($out);};
please help if you can also errors in chatalot.co.cc fileshare in uploaded/index.php
Warning: Cannot modify header information - headers already sent by (output started at /home/chatabox/public_html/chatalot.co.cc/uploaded/index.php:1) in /home/chatabox/public_html/chatalot.co.cc/uploaded/index.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/chatabox/public_html/chatalot.co.cc/uploaded/index.php:1) in /home/chatabox/public_html/chatalot.co.cc/uploaded/index.php on line 33
ive checked line 32 and 33 and it says
}else{
header("Cache-Control: no-cache, must-revalidate"); // Prevent caching, HTTP/1.1
Comment