Find & Edit join.php Like Below :
if($action == "join") { $requestVars = isset($_REQUEST) ? $_REQUEST : array(); $uName = trim($_POST['uName']);
Find & Edit Like Below :
else if($uTerms != "yes") {
$error="You must agree to the terms.";
}
else if (substr($requestVars['captcha'], 10) != $_SESSION['captchaCodes'][$_SESSION['captchaAnswer']]) { $error="Choose right caphtcha ansver !"; }
Find & Edit Like Below :
its not working
ReplyDelete