Thread: Setup Error
View Single Post
  #28  
Old 4th April 2011, 20:36
Mahmoud Mahmoud is offline
Senior Member
 
Join Date: Nov 2009
Andorra
Posts: 72
Default
Quote:
Originally Posted by joeroberts View Post
I can not see the full sql in that pic.
in announce.php find
PHP Code:
                        $updateset[] = "leechers = leechers + 1";
                
$updateset[] = "tot_peer = tot_peer + 1";
        } else 
err("SQL Error = $sql_insert"); 
and replace it with
PHP Code:
                        $updateset[] = "leechers = leechers + 1";
                
$updateset[] = "tot_peer = tot_peer + 1";
        } else 
err(mysql_error()); 
then show me what your client says
ok
i edited the announce.php file and i got this erro in my client :

Quote:
HTTP ERROR 401
and this error while sending PM :

Quote:
Warning: mail() [function.mail]: Failed to connect to mailserver at "75.126.193.146" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in G:\*******\*****.*****\*****\*******\include\class .email.php on line 69
thanks
Reply With Quote