• Hi,

    I have been seeing this for few weeks. A link in my blogroll automaticaaly appears. The link points to greatwordpressthemes.com

    I have removed the link many times but after few days it appears again.

    Can somebody figure out how this his happening.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have had the same problem and only just figured it out. I found the encoding to insert the link in the functions.php file, it looks similar to this:

    $S4f4e047ea70212e03acd18f52163e289='fZBBSwMxEIXPu7D/YRiEJlBbz8r2UlY8qJVa8RimTdoGs0nIpoYi/nd343oqeBvmvTffY6qSpBS0i9pZhkrqKLzrIk5R206FKOJRtUoYbT+Q31Xl/mSzFy5kxuGrKouDcVsycJW83Pb+Qu9Znq8XBxXFJwWGr81js9zAcvX2vGFDVGjJ4X69eoLROiw7eH9o1g1kwymYenKM0d/O5ymlmQ/O9/hzIkOznWsnyOv6hve8InkxdsutKAQ6M8xXLLUKoV4Avox5nAL+AX6VfyAIfHjBd1X+AA==';Echo(gzinflate(base64_decode($S4f4e047ea70212e03acd18f52163e289)));

    Remove that and it should stop the nasty embedding, hope that helps.

    Sounds to me like you’ve installed and activated (or re-activiated) the WP-Decoratr plugin at some point in time – if you inspect the code for this plugin you will see that it does the following upon activation:

    function decoratr_activate() {
    // Set defaults
    // Please do not delete this link to support the plugin
    global $wpdb;
    if($wpdb->get_var(“SELECT COUNT(link_id) FROM $wpdb->links WHERE link_url=’http://greatwordpressthemes.com/'”)==0)
    wp_insert_link(array(‘link_name’ => ‘WordPress Themes’, ‘link_url’ => ‘http://greatwordpressthemes.com/’, ‘link_description’ => ‘Download Free WordPress Themes and Plugins’ ));
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Link automatically appears in BlogRoll’ is closed to new replies.