[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Using captcha

Indu RS

10/19/2008 5:31:00 AM

Hello everyone,
I'm trying to implement Captcha in my program.Anyone will
please give me suggestion for using the best one,and the procedures for
implementing it since I haven't used it before for my program. for the
first time I am trying to use it.
--
Posted via http://www.ruby-....

1 Answer

Artem Voroztsov

10/19/2008 8:05:00 AM

0

2008/10/19 Indu RS <vkv_devaki@rediffmail.com>:
> Hello everyone,
> I'm trying to implement Captcha in my program.Anyone will
> please give me suggestion for using the best one,and the procedures for
> implementing it since I haven't used it before for my program. for the
> first time I am trying to use it.
> --
> Posted via http://www.ruby-....
>
>

I advise you to use Yacaph.
Look at http://blogs.ericmethot.c...

Images are generated offline and name of image file is just hash code
of image word. I like it

Artem