Thread: Netvision 3
View Single Post
  #9  
Old 27th June 2010, 13:27
Zuby's Avatar
Zuby Zuby is offline
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 101
Default
fixed that with external torrents but now another one, same in announce.php

Torrent is not aware of the Tracker

i suppose is for here
Code:
$res = mysql_query("SELECT id, name, category, banned, free, activated, seeders + leechers AS numpeers, UNIX_TIMESTAMP(added) AS ts FROM torrents WHERE " . hash_where("info_hash", $info_hash));

$torrent = mysql_fetch_assoc($res);
if (!$torrent)
    err("This torrent is not aware of the Tracker");

if ($torrent["activated"] != "yes")
    err("This torrent is not aware of the Tracker");
* Thanks if u can help me

Last edited by Zuby; 27th June 2010 at 20:08.
Reply With Quote