Thread: help plz
View Single Post
  #15  
Old 7th February 2009, 21:11
hack346 hack346 is offline
Banned
 
Join Date: Mar 2008
Turkey
Posts: 80
Default
is a liitle bug, tnx, i fixed now...sow

open account-signup.php

find:

Code:
$b = get_row_count("captcha", "WHERE imagehash = ".sqlesc($_POST
before add this

Code:
 if ($site_config['CAPTCHAON']){

after:
Code:
$message = "You have entered the wrong confirmation code.";
add:

Code:
}
Reply With Quote