All Wordpress files are hacked. How to remove the encoded injection? [closed]

天大地大妈咪最大 提交于 2019-12-24 00:58:44

问题


A friend asked me to look up why his WordPress site is not working at all. It turned out it's hacked.

At the beginning of all PHP files an encoded string is injected, something like this:

$zend_framework=" .... "; @error_reporting(0); $zend_framework("", "...

I have checked the version of WordPress at /wp-includes/version.php and it's 3.5.1.

Have you ever experienced something like this? Do you know a solution of how can I fix these files?

来源:https://stackoverflow.com/questions/16948736/all-wordpress-files-are-hacked-how-to-remove-the-encoded-injection

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!