im using Guestbook2 with captcha but i'm receiving spamentries.
could somebody please look into the code and help me?
the link to the guestbook is http://www.bern-yoga.ch/gbuch.html
thks in advance
sandra-ch
Posted 28 May 2009 - 10:44 PM
Posted 29 May 2009 - 01:00 AM
Edited by PaulD, 29 May 2009 - 01:03 AM.
Posted 30 May 2009 - 07:52 PM
Edited by sandra-ch, 04 June 2009 - 07:51 PM.
Posted 16 June 2009 - 06:10 PM
Posted 16 June 2009 - 09:51 PM
Quote
//Initiate Captcha
if($useCaptcha == true && isset($_POST['captchaCode']))
{
$captchaEntry=htmlentities($_POST['captchaCode']);
if(!$etomite->validCaptchaCode($captchaEntry)) {
$captchaError = true;
$errorsOut .=$text['NotValidCaptcha']."<br />";
}
}
if($useCaptcha){
$formArr['captchaInput']='<input type="text" name="captchaCode" />';
$formArr['CaptchaMessage'] = $text['CaptchaMessage'];
$formArr['captcha'] = $etomite->getCaptchaCode();
}
$formChunk .= $etomite->parseChunk($etoCommentForm, $formArr, '{', '}');
Edited by Cris D., 16 June 2009 - 09:52 PM.
Posted 17 June 2009 - 12:49 PM
0 members, 1 guests, 0 anonymous users