• I am in the middle of developing a system to thwart this epedimic. At this point I have written a script that queries the IP of the client trying to connect and compares that to a table in my database, then if it is passed it loads the content.
    I am about to write the second part of this that will add a button to all the comment lines in the admin panel, allowing you to add an IP to the ban list with one click.
    I was wondering if others were interested in this, or if it is something that is already being worked on? I will write this according to the parameters set forth for hacks of others want it, if not I will make it quick and dirty.
    I just wanted to know if there was alot of interest in this or not.
    Hit me back on this thread with thoughts, or if you would like something like this added to your blog.
    Jesuit

Viewing 11 replies - 16 through 26 (of 26 total)
  • Mike:
    That may indeed be the point.
    I got into a discussion via email with someone about this–I wanna say it was Matt Haughey, but it’s bloody late for me, and I’ve been playing NHL 2004 for about four hours now–that the end result was going to end up driving a common platform for registered users to comment across logware systems.
    The ideal marker seems to be an email address [and a verified one at that] registered in some distributed database. Known spammers could be booted from the system and their IP’s suspsiciously considered.
    Of course, it requires one whackload of infrastructure to make it work, but … anyway.
    I’m probably too tired to be any kind of … what’s the word … lucid. Yeah. ??

    Why not just see how long it takes to write a reply? Compare the time that the comment page is requested to the time that the comment is submitted. Since the spam is automated, the time between requesting the page and submitting the comment is very small (in fact, some of my webserver entries show zero time between the two). Surely persistant spammers will implement a wait() into their posts, but at least it can filter a few. Also, why not log the IPs of the dumbasses who try to spam c=1&p=1 and ban them from posts? Just a suggestion…

    In reference to the last post by Anon. Spammers spoof IP’s. I would get, on average, around 230 spams per day… well… attempted spams… and while the IP address would change from comment to comment, you’d see groups of those comments were often exactly alike (and posted a second or so apart). The only difference was the ip address. This makes it pretty obvious it’s the same moron doing it.
    Blocking url’s is about the only way to pull this off. Block that and you block the spammers goal… to propogate the url.
    There is a side note to this… you might want to also block blogs that don’t clean off their spam. A new trick that seems to be all the rage is to flood someone’s site with spam, then make comments elsewhere that point to the infected site. It’s all done to raise google rank, and its anoying as hell.
    Anyway.. those are my two cents.

    The #1 step in stopping this crap is for people to STOP publishing there referrer logs- and then moderating comments.
    Adding a simple php spider trap adds yet another level of blocking.
    I barely get ANY spam at all through my site at this point.
    I highly recommend webmastersworld.com for anyone that wants to learn how to stop email harvesters and spam dirtbags

    Ok, I’m a PHP idiot. I have no idea how to write code or filter for IP addresses. Can someone please put some of this into English with nice step-by-step instructions so I can get that damned Poker site from spamming my board with advertisements?

    Moderator James Huff

    (@macmanx)

    I was SUPER surprised to learn that there is no option “Only registered users may comment”. There ought to be one, and that would solve most problems.

    Moderator James Huff

    (@macmanx)

    I have comments that appear on a post that are in the PAST in relevance to the post. Eg: Post is on December 31st and the comment (by ‘online poker’) is December 23. Really wierd.

    Moderator James Huff

    (@macmanx)

    That’s because you have the spam all ready in your database. Upgrade to WP v1.2.2 to prevent it, and see the following tutorial for removing it: https://www.tamba2.org.uk/wordpress/spam/#imm

    Here’s a thought. Hash the comment (just body), check it against a database. If it the hash already exists, treat it suspiciously. This would reject the “me too” type posts, but no great loss there.

Viewing 11 replies - 16 through 26 (of 26 total)
  • The topic ‘comment spamming’ is closed to new replies.