Enhanced Captcha Image Verification (v1.11)

Galeras

New Member
Vb 3.6.8

Title : Enhanced Captcha Image Verification

Version : 1.1

Coder : Andy Calderbank & Jason Williams

Purpose : Add extra Image Verification to the registration process, using an alternative system to the Captcha system.

Why : It would appear that spammers can now "read" the Captcha codes and overcome the verification process.

How : This extra feature uses images which are harder for a spam program/bot to interpret than text characters. The user has a choice of 4 randomly displayed images, and the answer is given below. The user must click on that image to proceed, if the incorrect image is selected an error message is shown. The images are randomly shown (from however many are in the directory - you can have as many as you want, just has to be more that 4!) and are automatically created from the images/verification/ directory - all on the fly. Sample images are included with this release, but you can use your own - I recommend using 100 x 100 pixels, in .jpg format and naming the image with a meaningful title (ie A House.jpg) - the extension is stripped so only the filename itself is shown.

To further enhance security, the images are passed through a script which means that none of the images on the screen have file names - and cannot be associated to the question by title alone.

I have been testing this on my forum and have found it to be effective - I cannot guarantee that this will stop all spamming, but this relies more on human input than a computer "reading" the image.

Important : This has been tested on 3.6.2 - I cannot guarantee it will work on anything above, please test with caution - and as always BACKUP FIRST! This will not work on anything below 3.6.0.

Demo : http://www.steadiforum.com/register.php

I hope this is help to the VBulletin community as I know this is a growing problem. I don't fancy the thought of trawling through hundreds of new members deleting stupid usernames and spam posts.

Installation :
Upload the verification/ directory to your images/ folder - make sure .htaccess and show.php are present - otherwise it won't work.
Import Product - product-image_verification.xml

Upgrading :
Upload show.php to the images/verification/ directory.
Import Product - product-image_verification.xml - select Allow Overwrite to enable upgrade.

Requirements : GD Libraries installed

File uploads : 39 (including images)
Files to Import : 1
New Templates : 1
New Phrases : 5
Uses Hooks : 1
New Queries : 0
 
J

J.Black

Guest
craigrg1509 said:
Hi people

The images do not show after installing! any idea why this is?

any help please???

Cheers

Craig
check your image paths
 

Xashi

New Member
Just checked and it is in the right place

/htdocs/images/verification

Any more idesa?

Try using a different browser, i had the same problem, with using opera, i switched to check it on IE, and they showed....
 

tfmteam

New Member
install 3.6.8 full working wow great hack and thanks (1) main root/images/verification (2) xml install ok


thanks for the mod
 
Top