CAPTCHA Anti spam v1 - Posted (10090 Views)
Support Moderator
Podge
Posts: 3776
3776
CAPTCHA Anti spam v1
Because of accessability issues this mod is no longer being updated. please use the Gatekeeper mod instead
This mod may help prevent bots (web robots) from doing the following on your forum;

1. Registering accounts automatically
2. Posting link spam automatically
3. Emailing your members automatically

It does this by asking the user to read an image and type the characters into a textfield. The characters are designed so that a computer cannot work out what they are. This is called a CAPTCHA test - Completely Automated Public Turing test to tell Computers and Humans Apart. For more information on Captcha's see - http://www.captcha.net/

There are four captcha patterns included in the form of sub's; Grid, Lines, Circles and drawCode. If you wish to write new captcha patterns you will find the code in captcha.asp. Please share any patterns you create, the more patterns included the harder it will be for robots to crack.
Download here: http://www.snitzbitz.com/mods/details.asp?Version=All&mid=230<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Support Moderator
Podge
Posts: 3776
3776
Example CAPTCHA's
<
Posted
Forum Admin
HuwR
Posts: 20611
20611
one word of warning, this kind of Captcha does not comply with usability standards as visually impaired or colour blind users may have difficulty reading the letters<
Posted
Support Moderator
Podge
Posts: 3776
3776
Agreed. I use visual and audio captchas by using this - http://www.lanapsoft.com/ - Its fairly easy to implement, its cheap but not free.
If you only enable the captcha on post_info.asp then visually impaired people should never encounter it as its only shown to users who are not logged in.
<
Posted
Forum Moderator
dayve
Posts: 5820
5820
I've seen problems in the PHP community, but has anyone really had bots register accounts on a Snitz forum?
BTW, here is a free version I came across awhile ago:

http://www.u229.no/stuff/Captcha/<
Posted
Support Moderator
Podge
Posts: 3776
3776
There is an application available ($199 retail) which automatically registers accounts and posts multiple messages. Its capable of automatically detecting whether the forum is phpBB, Invision Power Board or Snitz.<
Posted
Average Member
Webbo
Posts: 982
982
There are no edits for the file: pop_config_help.asp within the readme or download..
..should there be?<
Posted
Support Moderator
Podge
Posts: 3776
3776
Yes there should. They are not vital for it to work.

I'll update the zip when I get a chance.<
Posted
Senior Member
bobby131313
Posts: 1163
1163


Hey Podge,

Quick question, if I'm only going to use the CAPTCHA for registration can I leave out the edits in some of the other files not marked required?
If so, do I just modify config.asp, admin_config_features.asp, and register.asp? I'm thinking I might have to do inc_profile.asp too, but I'm not sure.<
Posted
Support Moderator
Podge
Posts: 3776
3776
If you're just using it for registration you can leave out post.asp post_info.asp and pop_mail.asp. You need to do inc_profile.asp. It would be best if you made all the changes required in all files. You can turn off the captcha on post.asp and pop_mail.asp in the admin area.<
Posted
Senior Member
bobby131313
Posts: 1163
1163


Thanks Podge.
It's just that I've seen many threads here about the "weight" of post.asp, I thought if I was never going to use it there, maybe I shouldn't add it there.
<
You Must enter a message