View Single Post
  #8  
Old 11th October 2013, 14:05
DND DND is offline
VIP
 
Join Date: Dec 2008
Posts: 1,242
Default
your problem is here

Code:
$torrent = mysql_fetch_assoc($res);
if (!$torrent)
	err("torrent not registered with this tracker CODE 2");
and the query above this block
Reply With Quote