All Wordpress files are hacked. How to remove the

2019-07-24 02:18发布

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?

0条回答
登录 后发表回答