Using CAPTCHA's with Form Mail

Originally, many of my pages had my email address so people can contact me. (Some still do ... working on that.)

Unfortunately, the spammers used those to overload my mailbox.

Solution - use form mail to hide the email address.

And the spammers figured out how to use that to send crap - but no where near as much.

In 1997, various groups began developing methods (such as CAPTCHA's) to protect all types of online data submissions, including form mail.

Intro | Solutions | Further Information


Intro

A CAPTCH is the text (normally displayed as a graphic) that some forms require you to enter before you can submit them.

For low volume sites, this is all you need.

If you still have a problem, and you think a program is decoding the CAPTCH, the text can be distorted and placed on a confusing background.

For high profile sites, nothing will work for long. For instance, some places the labor is so cheap that the spammers can afford to hire people to decode the CAPTCHA's.


Solutions

freeCap (and its related support page) looks interesting - written in php. It even has plugins for mambo/joomla.

Free formmail with CAPTCHA ($36 extra) written in php.

How to modify a form to require the same word every time - if the user does not type in the correct word, the form will not be submitted.


Further Information

For a very complete look at various types of CAPTCHA's, try Fighting Spambots with .NET and AI


Author: Robert Clemenzi
URL: http:// mc-computing.com / ISPs / Captchas.html