Click to See Complete Forum and Search --> : Image Verification
alexus
02-20-2008, 03:32 PM
Hi,
I'm getting too much spam via email from and I want to add image verification.
Maybe some one know if there is a good module outthere, so I dont have to write things from scratch?
Thanks!
scragar
02-20-2008, 03:59 PM
http://mailhide.recaptcha.net/
recaptcha offers the service...
alexus
02-20-2008, 05:23 PM
well reCaptcha does the job but isnt it forses me to use their HTML form with given design, and i want only my design patern
NogDog
02-20-2008, 06:13 PM
http://pear.php.net/search.php?q=captcha&in=packages&x=0&y=0 for some other options.
alexus
02-20-2008, 10:28 PM
frow what i can guess those are the scripts to work with reCapture, but they dont have that much of documentation :(
pcthug
02-21-2008, 12:21 AM
The libraries in NogDogs link (http://pear.php.net/search.php?q=captcha&in=packages&x=0&y=0) are pear captcha packages that are not at all related to reCaptcha (so you can use/create any form you want). They are quite simple to use and have plentiful documentation, at least enough for implementation.
If you would like further insight into image verification, google CAPTCHA.
alexus
02-21-2008, 08:57 AM
ok tnx
i will play with them later today, lets see what i get
thanks
NogDog
02-21-2008, 11:37 AM
Also note that it is, in fact, possible to customize the look of reCaptcha. See the "Custom Theming" section of this page (http://recaptcha.net/apidocs/captcha/client.html)this page[/url].