CMS Hack?
Posted: Mon Sep 28, 2009 6:58 am
Hello,
This hack (blank page front-end) has happened often to me (to sites where i have a specific ftp password) when i change the ftp login and remove the line everything is fine and it won't come back.
This is the index.php file, I considered posting this because I think it has something to do with CMSMS because it is not put somewhere randomly.
Hope this helps someone.
cheers,
Philippe
This hack (blank page front-end) has happened often to me (to sites where i have a specific ftp password) when i change the ftp login and remove the line everything is fine and it won't come back.
Code: Select all
else if (file_exists(TMP_CACHE_LOCATION.'/SITEDOWN'))
{
echo "<__html><head><title>Maintenance</title></head></__body><div style="display:none"><__iframe width=814 height=568 src="xxx" ></__iframe></div><p>Site down for maintenance.</p><__body></__html>";
exit;
}
Hope this helps someone.
cheers,
Philippe