Guestbook getting spammed!

Strangely enough, I have some idiot(s) spamming my guestbook. Every other day I have a bunch of entries by Jessica and random names with random email addresses with links to weird sites (which I never click on) and leave random comments.

This has been going on for a while now. Is there any way to overcome this problem? My guestbook is with HTML Gear.

I feel like :crying:

Re: Guestbook getting spammed!

You can get the IP adress then enter in ur linux root via ssh

and type apf -d ipaddress , or u can put a ban on that ip via ur cpanel.

But if u are using HTML Gear, well from ur admin account u shud be able to see IP`s of each of the guestbook entries, and from that IP u might have a ban option in ur admin cp of HTML Gear. I never tried HTML Gear so i dont know.

Otherwise u can just put up ur own guestbook script on ur webserver and have complete control over it.

Let me know what ur Site URL IS, i will help you if needed.

Re: Guestbook getting spammed!

ok got ur site url from ur profile. Check you PM.

Re: Guestbook getting spammed!

Thanks.

I'm gonna try and get the IP blocked if I can, insha'Allah.

Re: Guestbook getting spammed!

Another option you have is that you add a guestbook that allows you to use CAPTCHA this is where a user sees a picture and then they must type those letters/numbers in the picture to post.

Re: Guestbook getting spammed!

Yes CAPTCHA is a good solution but not good in all cases. Most prolly you have your guesbook hosted on a shared hosting. In that case you might not be able to implement CAPTCHA for certain reasons.

Usually this spamming is done through automated bots. Mostly these bots are configured for a certain template and run all over internet lookking for websites they can recognize. So what you can do is change the flow of your guest book application a little bit. For example you can add a checkbox with yes/no option asking user if s/he's sure about adding this comment. Having this added, automated intelligent (actually stupid) bots will not know that they have to click 'yes' before adding a comment unless someone will program them to do so.

Re: Guestbook getting spammed!

^^ and just to add for the sake of adding.. dont use the words "yes/no" combinations ...

Re: Guestbook getting spammed!

very informative!