Ok... I\'ve downloaded and implemented this Recaptcha implementation for MVC which uses the ModelState to confirm the validity of the captcha control.
I\'m using CodeIgniter开发者_StackOverflow中文版 and need an easy to implement captcha. Something simple, nothing too complicated. Any ideas?https://github.com/EllisLab/CodeIgniter/wiki/ReCAPTCHA <
UPDATE: SOLVED Hi all, i\'ve got it, just save cookie to temp file, and resubmit form with curl and set cookies with previous
We need to put a captcha image on our ASP.NET MVC 2 based website. We chose reCaptcha and bu开发者_JS百科ilt it in using the way described by Derik Whittaker. The idea there is baiscally to build some
I stumbled upon http://www.kettletime.co开发者_运维技巧m.au/chance where the user needs to drag and drop a box with a number into another box to prove that he is human.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
i havea little problem with captcha validation using php and ajax. this is the php validation: if(trim($code) == \'\') {
I\'m developing a flash registration form and I need to incorporate d开发者_Python百科ynamic \'captcha\' images for confirmation.
I want开发者_开发知识库 to implement user registration using captcha in Django. The workflow of django-registration app is a great, but it doesn\'t have captcha.
I am creating a Jcaptcha engine so that I will be able to set the background of my jcaptcha to blue. I tried following the example on 5 Mins Integration Tutorial, under the comments they have a small