Blocking guestbook spam

Talk freely about the scene, the world of remixing, or anything off-topic unsuitable for the "Fun Forum".
Post Reply
Rondo
Forum Regular
Forum Regular
Posts: 67
Joined: 13/10/2005 - 9:58
Location: Oulu.fi
Contact:

Blocking guestbook spam

Post by Rondo »

Anyone who's had a look at the guestbook at the Axes Denied website lately has probably noticed that we're currently having a pretty heavy problem with spam. Our current solution is to do a manual clean-up daily, which, frankly, isn't much of a solution, so we're looking for something more proactive to do. Anybody here know if there's some sort of spam filter add-on for Advanced Guestbook around? Or can you recommend a guestbook script with antispam functionality built in? Or do we just have to roll up our sleeves and code our own solution? Please, any input would be appreciated.

edit: It turns out that Advanced Guestbook does, in fact, have a captcha feature - we were just using an older version in which it wasn't implemented yet. I upgraded our guestbook to use the current version, and it's now been online for several hours without a single spam message coming through, which seems promising. So, problem solved, for now at any rate. Cheers to everyone who offered their help!
Last edited by Rondo on 29/06/2006 - 19:03, edited 1 time in total.
User avatar
the_JinX
Forum Celebrity
Forum Celebrity
Posts: 486
Joined: 12/12/2005 - 10:36
Location: Beverwijk, The Netherlands
Contact:

Post by the_JinX »

I don't know about the kind of guestbook software you use..
But most modern ones have a Captcha possibility..

The famous type the letters and numbers you see in this box kind of thing..
If it's not to hard a guestbook system you could possibly add it yourself..
ASCII stupid question, get a stupid ANSI
And when in russia, pet a PETSCII
http://annejan.com/
User avatar
C64GLeN
Forum Admin
Forum Admin
Posts: 867
Joined: 26/11/2002 - 22:27
Location: Middlesbrough
Contact:

Post by C64GLeN »

I've had this problem with a couple of the sites I run.

I resolved it by writing a bit of php the validates the users email address and checks the main text for any keywords (Viagra for instance)
Rondo
Forum Regular
Forum Regular
Posts: 67
Joined: 13/10/2005 - 9:58
Location: Oulu.fi
Contact:

Post by Rondo »

the_JinX wrote:I don't know about the kind of guestbook software you use..
But most modern ones have a Captcha possibility..
I was thinking along those lines myself. The script we're using at the moment does not seem to support that, and we'd really rather not get our hands dirty with PHP if we can quickly deploy something that's been tried and tested, so I guess we'll just find a better script - I've already located a few promising ones at the PHP Resource Index. Hopefully it won't be too much of a chore to port the messages from our old guestbook to the new one.
User avatar
the_JinX
Forum Celebrity
Forum Celebrity
Posts: 486
Joined: 12/12/2005 - 10:36
Location: Beverwijk, The Netherlands
Contact:

Post by the_JinX »

One thing that also helps is making the script less common..
These spambots use searchengines with terms like crapguestbook 0.2.1 and the likes to find systems they can easilly spam..

As long as your guestbook uses for example different id's for the form fields you should be safe from those..

I wonder how long till they have real people do the spamming in some 3rd world country for 10 euro's a month..
ASCII stupid question, get a stupid ANSI
And when in russia, pet a PETSCII
http://annejan.com/
User avatar
Pex `Mahoney` Tufvesson
Forum Celebrity
Forum Celebrity
Posts: 409
Joined: 22/11/2002 - 8:48
Location: Lund, Sweden. Fav colour: White. Fav remix: PPOT Comic
Contact:

Post by Pex `Mahoney` Tufvesson »

Spambots hardly ever handle JavaScript. So, if you're into coding the guestbook yourself, put a "hidden value" in the form which automatically gets filled in by JavaScript. This stops the bots, but unfortunately stops non-JavaScript users as well (but there aren't too many of them!)... anyway, it works for me! 8)

Good luck!
Post Reply