Search meta crawling the web
Web News

Email Us
Back to CaptchaGen
Blog

cgi scripts for you

CaptchaGen - Methods

Back to CaptchaGen

The CaptchaGen script is more like a perl module in that it needs to be 'required' by your main script. When you purchase CaptchaGen you will recieve a basic example script that do this but it is as simple as adding a few lines to the beginning of your main script and then add calls to the respective subroutines as needed.

You can see the example working at http://captchagen.cgiscripts4u.com/cgi-bin/captchagenexample.cgi, it initially presents the user with a Log In form and once it is submitted it checks the captcha entered is correct. The example does no more but if you have a basic knowledge of perl you will easily see from the code how to incorporate it into your existing scripts.

Including CaptchaGen image in your forms

Adding the Captcha image to your forms can be done in three ways depending on your server and form.:

Back to CaptchaGen