oh. i have alot of spam as commnents on my blog:( how can i make it stop.....
its a name sometimes and just letters other times. and i get ALOT of links.... :(
x
oh. i have alot of spam as commnents on my blog:( how can i make it stop.....
its a name sometimes and just letters other times. and i get ALOT of links.... :(
x
Refer to this topic: http://wordpress.org/support/topic/169011?replies=4
There's the Bad Behavior plug-in and also the JS Spamblock plug-in.
Were you able to fix the spam issues? Im forced to deal with comments daily. I need a solution? Was anything helpful???
Dave
Hi, I have been noticing an obscene amount of spam comments on my International SEO Blog lately. I have about 10,000 spam comments in my folder, is there any way to delete them all at once? If not I have to do delete them one page at a time and there are 500+ pages. Anything will help. Thanks
Log in to phpMyAdmin and run this query ...
DELETE from wp_comments WHERE comment_approved = '0';
You may want to backup your database prior to doing this.
@davidilewallen: See if this helps:
So I'm a total newbie and need to know how to log in to phpMyAdmin?
never mind, i got it
I was having this same issue, so I decided it was time to write a plugin. It's called "Delete Spam Daily". If you are still having this issue, you can check it out here:
This topic has been closed to new replies.