PHP Classes

Added a new Captcha generator class

Recommend this page to a friend!

      Another CAPTCHA project  >  All threads  >  Added a new Captcha generator class  >  (Un) Subscribe thread alerts  
Subject:Added a new Captcha generator class
Summary:Added a new Captcha generator class
Messages:3
Author:László Zsidi
Date:2006-10-09 12:55:13
Update:2006-10-10 20:34:12
 

  1. Added a new Captcha generator class   Reply   Report abuse  
Picture of László Zsidi László Zsidi - 2006-10-09 12:55:13
Hi,

I wrote a new CAPTCHA image generator class.
This class work by a noise effect, more difficult frames, faster and better than bumpmapped generator.

  2. Re: Added a new Captcha generator class   Reply   Report abuse  
Picture of sandeep AGRAWAL sandeep AGRAWAL - 2006-10-10 06:39:59 - In reply to message 1 from László Zsidi
gr8 nice and good
how this class is work plz tell me concept of this class

  3. Re: Added a new Captcha generator class   Reply   Report abuse  
Picture of László Zsidi László Zsidi - 2006-10-10 20:34:12 - In reply to message 2 from sandeep AGRAWAL
Hi,

Thank your congratulation.

Working of this class is very simple:
-Made a black and white image from stored capctha string,
-Created frames with a simple noise effect by randomly,
-And show this image...

The frames one-by-one contains the unvisibled capthcha string by noise and these frames are difficult for hacking by anticapthas.