| Author | Message | 
| Vishal P. Rao 
   Joined: 23 Jun 2005
 Posts: 935
 
 | # Posted: 8 May 2006 07:38 · Edited by: Vishal P. Rao Reply
 
 I had been searching for a long long time for scripts that major sites have installed to prevent form spamming - those "enter the code" you see in image types. Finally I found it and installed on my sites, phew!
 
 The problem actually was the keyword to use to search for such scripts. After much browsing, I found that they are called "Captcha Scripts".
 
 Although there are not much free good ones, the one that impressed me most was at http://www.neoprogrammers.com/
 
 ..."Securimage CAPTCHA Class" in PHP scripts.
 
 It's pretty simple to use (with little programming knowledge of course) but your web host should be able to support the features used by it.
 
 __________________
 
 
 | 
| eclair Member
 
 Joined: 7 Dec 2005
 Posts: 28
 
 | # Posted: 11 May 2006 01:44 Reply
 
 Someone told me before about Bayesian filters but I don't know how to program so on my blog I just use trackback verification and akismet.  There's also the captcha thing
   
 It usually takes a combination of these solutions to lessen the spamming.
 
 
 | 
| Vishal P. Rao 
   Joined: 23 Jun 2005
 Posts: 935
 
 | # Posted: 11 May 2006 01:52 Reply
 
 Bayesian filters are applied at the server side to eliminate possible spams, just like SpamAssassin. I'm usually not comfortable with any of those as there is very high likelihood of legitimate emails getting blocked.
 
 __________________
 
 | 
| eclair Member
 
 Joined: 7 Dec 2005
 Posts: 28
 
 | # Posted: 11 May 2006 02:29 Reply
 
 Ah. If that is the case then, yes, it is not advisable then.
 
 
 | 
| WhitePhoenix Member
 
 Joined: 3 Jan 2006
 Posts: 227
 
 | # Posted: 14 May 2006 15:11 Reply
 
 Hey Vishal,
 
 Very good investigative skills! And thanks for sharing - I have wondered about those myself - but I have a question. Where would you insert the code for such a thing? Can it only be used on forms? Can you use it on a message board?
 
 
 | 
| Vishal P. Rao 
   Joined: 23 Jun 2005
 Posts: 935
 
 | # Posted: 15 May 2006 02:00 · Edited by: Vishal P. Rao Reply
 
 
 Quoting: WhitePhoenix Where would you insert the code for such a thing? Can it only be used on forms? Can you use it on a message board?
 Denise, you need to do some modifications in the script that uses to parse your form. You need to have some programming knowledge to do it yourself, else you can hire a programmer to do it for you.
 
 You can also put it on message boards but that will not defeat spamming because message board are spammed by real persons than bots (automated scripts). So these spammers can very well insert that 5 letter codes and spam.
 
 The main reason for installing such codes is to prevent automated filling of your forms and even hijacking them to send mass emails.
 
 __________________
 
 | 
| WhitePhoenix Member
 
 Joined: 3 Jan 2006
 Posts: 227
 
 | # Posted: 15 May 2006 13:26 Reply
 
 Ahh, thanks for clarifying that. I guess that to discourage spamming one must continually check forums and message boards and then delete the unwanted spam messages...
 
 So, is hijacking a major problem? Have you ever had your Formmail hijacked?
 
 
 | 
| Vishal P. Rao 
   Joined: 23 Jun 2005
 Posts: 935
 
 | # Posted: 16 May 2006 00:14 Reply
 
 Yes, I had my form script hijacked once for spamming purpose. It was then immediately disabled by my web hosts. They later told me to use cgiemail instead. The only problem with it like other formmail scripts was automated submission by bots. I just now have to wait and see how this new image validation system delivers.
 
 __________________
 
 | 
| cupbucket Member
 
 Joined: 7 Jun 2008
 Posts: 226
 
 | # Posted: 15 Nov 2008 13:49 Reply
 
 Nice I think I will try this
 
 __________________
 
 |