Hi all, I want to implement a captcha on my register page to help weed out any ''non-human'' visitors. I was told to check out http://expressica.com/simple_captcha/ but the site isnt responding. Does anyone have any other reccomendations that are tried and tested & successful? Many Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
eOn Mon, Dec 7, 2009 at 4:14 PM, RubyonRails_newbie < craigwesty79-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote:> Hi all, > > I want to implement a captcha on my register page to help weed out any > ''non-human'' visitors. > > I was told to check out http://expressica.com/simple_captcha/ but the > site isnt responding. > > Does anyone have any other reccomendations that are tried and tested & > successful? > > Many ThanksI''m a fan of ReCaptcha: http://recaptcha.net/ Jason -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
captcha hasn''t had any activity since Feb 2007, recaptcha shows work this year. http://github.com/ambethia/recaptcha You might also check out the thorny_form plugin: http://www.logilogi.org/pub/doc/plugins/thorny_form/ http://agilewebdevelopment.com/plugins/thorny_form http://nedbatchelder.com/text/stopbots.html On Dec 7, 4:16 pm, Jason Roelofs <jameskil...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> eOn Mon, Dec 7, 2009 at 4:14 PM, RubyonRails_newbie < > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > Hi all, > > > I want to implement a captcha on my register page to help weed out any > > ''non-human'' visitors. > > > I was told to check outhttp://expressica.com/simple_captcha/but the > > site isnt responding. > > > Does anyone have any other reccomendations that are tried and tested & > > successful? > > > Many Thanks > > I''m a fan of ReCaptcha: http://recaptcha.net/ > > Jason-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Cool - thanks, I''ll check these out. Cheers. On 7 Dec, 22:59, Rick <richard.t.ll...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> captcha hasn''t had any activity since Feb 2007, recaptcha shows work > this year. > http://github.com/ambethia/recaptcha > > You might also check out the thorny_form plugin: > http://www.logilogi.org/pub/doc/plugins/thorny_form/ > http://agilewebdevelopment.com/plugins/thorny_form > http://nedbatchelder.com/text/stopbots.html > > On Dec 7, 4:16 pm, Jason Roelofs <jameskil...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > > > eOn Mon, Dec 7, 2009 at 4:14 PM, RubyonRails_newbie < > > > craigwest...-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org> wrote: > > > Hi all, > > > > I want to implement a captcha on my register page to help weed out any > > > ''non-human'' visitors. > > > > I was told to check outhttp://expressica.com/simple_captcha/butthe > > > site isnt responding. > > > > Does anyone have any other reccomendations that are tried and tested & > > > successful? > > > > Many Thanks > > > I''m a fan of ReCaptcha: http://recaptcha.net/ > > > Jason-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.