• I refer to my thread over here where I found one of my plugins kept adding a link to WordPressSupplies to my blogroll automatically.

    After searching my plugin code, I found this one does in fact check to see if their link is in your blogroll and then adds it. I saw no mention of this anywhere in the install page, if you’re going to add links to my website I’d appreciate knowing about it.

    From what I can tell, themes and plugins from WordPressSupplies do this as well, so I’d be wary of using anything from there.

    Line #143 of auto-tagger.php contains the following code.

    if($wpdb->get_var("SELECT COUNT(link_id) FROM $wpdb->links WHERE link_url='https://wordpresssupplies.com/'")==0)
    wp_insert_link(array('link_name' => 'Wordpress Themes', 'link_url' => 'https://wordpresssupplies.com/', 'link_description' => 'Download Free WordPress Themes and Plugins' ));

Viewing 7 replies - 1 through 7 (of 7 total)
  • I tried out the WP Auto Tagger plugin, and it added a link to my blogroll as well…

    Is there a way to report this developer’s plugins? I really think this needs to be banned from WordPress site.

    yasinakgun

    (@yasinakgun)

    agreed

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Bizzare. The add link code is still there…

    Samuel B

    (@samboll)

    security at wordpress dot org
    seems to get attention

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    That’s good to know. I just sent them an e-mail on this, hopefully this will get resolved.

    (BTW I don’t have a problem with plugin developers giving the users the option to add them to the blogroll. This plugin sneaks it in and that is not above board behavior.)

    Samuel B

    (@samboll)

    no disagreements here

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: WP Auto Tagger] This modifys your blogroll to advertise their own website’ is closed to new replies.