Thread: help plz
View Single Post
  #16  
Old 7th February 2009, 22:00
gigiranga gigiranga is offline
Member
 
Join Date: Feb 2009
Default
Posts: 10
Default
Quote:
Originally Posted by hack346 View Post
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:
}
now it is working but another problems ocures when i try to upload torrent he give me error Fatal error: Call to undefined function: curl_init() in /home/hosting/free4fun/backend/functions.php on line 449

any sugest??
Reply With Quote