Me 1315, Spammers 0

blfoster

Fish Fanatic
Joined
Dec 28, 2005
Messages
82
Reaction score
0
Location
New York
I have officially declared war on guestbook spammers. It seems that every schmuck on the internet wants to use the guestbook on my band's website for free advertising. Fortunately, I coded the guestbook myself, so it is completely within my power to do something about them. A few months ago, I set up a simple but effective system for blocking spam.

The system is simple: There's a box on the sign guestbook page where you need to enter the name of the band (which doesn't appear on the page anywhere, even in the code). If you don't enter it correctly, it won't allow you to sign the guestbook. As of November 16, 2006 (when I started logging the attempts to sign the guestbook), there have been 1315 spam attempts, and not a single one has gotten through. Also, not one legit post has been blocked.

On the admin page I set up for the website (it allows other band members to post news and show dates, etc, without knowing any html), I can view the log of all attempts to sign the guestbook sorted by ip address. I noticed that some ip addresses appear over and over again.

A view of the log:

gblog.jpg


My latest weapon against the spammers has been to set up IP address blocking. Now when I look through the log and find an IP address that's been using up our bandwidth by repeatedly attempting to spam our guestbook, I can block the IP address, and the spammers are blocked from even bringing up the sign guestbook form.

I just thought I would share my victory against spam, since forums seem to be another one of their favorite targets.
 
i have a vbulletin forum. i'm a bit anal about it and any check all new registrations, anything suss immediately gets the email (from the @ onwards) and their IP banned. and the profile deleted. all new registrations also have to activate from an email.

this has meant there there are pretty much NO spammers rampaging my board anymore. only 1 or 2 have got through the net in the last 6 months.

your idea is better, but VB is a bit more confusing.
 
Guest book spamming a becoming a major problem but I'm lucky most spammer use google to find you in the first place.

my guest book sign url is guestbook.asp?action=sign and spammers just search for that and logg the results (another thing to thank google for ;) )
But you can stop them from finding you guestbook in the first place.

A simple search for "guestbook.asp?action=sign" and snitz (fourm I use) and have a look at all the posssible attack's
Google search for guestbook

Using robots.txt (a file automatically called by all search bot's) you can set a ban on the guestbook being added to search engins.

So creat robots.txt and this is how u block specific file's

User-agent: *
Disallow: /forum/guestbook.asp
Disallow: /forum/admin.asp
Disallow: /admin


1C80-8052-19E5-MA2X-4006-MXAE-K4X9

Any private area's of hidden file's and folder's etc u can block this way to make life a little safer.
 

Most reactions

Back
Top