Thread: TBDevRU 3.2
View Single Post
  #26  
Old 19th November 2009, 11:35
payaa payaa is offline
Member
 
Join Date: Nov 2009
Hungary
Posts: 4
Default
Quote:
Originally Posted by voom View Post
hi to all. i've just installed this source on a debian server, everything jsut fine, just when i upload a torrent and seed it, the meesage from utorrent is this:
Code:
Tracker sending invlaid data NULL. pls help
Tips - If you get an error while your seeding torrent :
Code:
Tracker sending invalid data: <NULL>
Then remove the following from your announce.php script, then seeding/leeching will work:
Code:
/////////////////////Fix Increase ratio using Firefox //////////////////////
$headers = getallheaders();
if (isset($headers["Cookie"]) || isset($headers["Accept-Language"]) || isset($headers["Accept-Charset"]))
err("Anti-Cheater= You cannot use this agent");
///////////////////end of fix//////////////////////
Reply With Quote