View Single Post
  #14  
Old 28th September 2009, 01:45
wMan wMan is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 1,433
Default
Quote:
Originally Posted by joeroberts View Post
go to include functions.php and at line 322 add new line before
Code:
$gfx_check = false;
doesn't work for me
PHP Code:
$gfx_check false
        if (
$gfx_check) { 
                
$rnd_code strtoupper(RandomAlpha(5)); 
                
$loginbox .= "<p align=\"center\">"._btsecuritycode."<br><img src=\"gfxgen.php?code=".base64_encode($rnd_code)."\" alt=\"Security Code\"><br>\n<input type=\"text\" name=\"gfxcode\" size=\"10\" maxlength=\"6\">"
                
$loginbox .= "<input type=\"hidden\" name=\"gfxcheck\" value=\"".md5($rnd_code)."\">\n\n"
        } 
        
$loginbox .= "<p><input type=\"submit\" value=\""._btlogin."\" /></p></form>"
        
$loginbox .= "<a href=\"user.php?op=lostpassword\">"._btlostpassword."</a></p>\n\n"
Reply With Quote