Ok, so this is in what version of aiki and/or what is needed to get this into scale...that thing is getting spammed...also, worry that many aiki sites are getting hammered on registration which is kind of cool, but not really! ;)
if this is fixed, brad please apply to scale. Jon On Sat, Jan 22, 2011 at 9:36 AM, Bassel Safadi <[email protected]> wrote: > need to implement this in the forms: > > <?php > session_start(); > > //Encrypt the posted code field and then compare with the stored key > > if(md5($_POST['code']) != $_SESSION['key']) > { > die("Error: You must enter the code correctly"); > }else{ > echo 'You entered the code correctly'; > } > ?> > > -- > You received this bug notification because you are subscribed to > aikiframework. > https://bugs.launchpad.net/bugs/683518 > > Title: > reCAPTCHA displays, but not functional > -- Jon Phillips http://rejon.org/ http://fabricatorz.com/ chat/skype: kidproto | irc: rejon +1.415.830.3884 (sf/global) +86.187.1003.9974 (china) +852.9647,9389 (hongkong) +65.8330.5807 (singapore) -- You received this bug notification because you are a member of Aiki Framework Admins, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/683518 Title: reCAPTCHA displays, but not functional Status in Aiki Framework: Confirmed Status in Scale Journal: Confirmed Bug description: I've been able to get the captcha to display, if the user clicks in the comment field to compose a new comment. Aiki's auto-generated form automatically checks to be sure the entered text is unique. Ideally, the captcha would be an additional failsafe. Since aiki's auto-forms are difficult to customize, reCAPTCHA is still in need of configuring to check the users guesses. A manual form may be the best method of getting this functionality more quickly. _______________________________________________ Mailing list: https://launchpad.net/~aikiframework.admins Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework.admins More help : https://help.launchpad.net/ListHelp

