View Single Post
  #11  
Old 12th October 2013, 10:18
Dote Dote is offline
Senior Member
 
Join Date: Jul 2013
P2P
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
No! I mis read it ...

Is the torrent been saved to the torrent table?


PHP Code:

$res 
mysql_query("SELECT id, banned, seeders + leechers AS numpeers, added AS ts FROM torrents WHERE `info_hash` = " .sqlesc($info_hash));//" . hash_where("info_hash", $info_hash));

$torrent mysql_fetch_assoc($res);
if (!
$torrent)
    
err("torrent not registered with this tracker CODE 2"); 
Yes, it saving the torrents on the table.

Quote:
Originally Posted by joeroberts View Post
remove the trailing slash from
Code:
$TBDEV['baseurl'] = 'http://goldshare.me/';
also did you edit announce.php ?
I removed it now and yes I did edit the announce.php
Reply With Quote