query(" SELECT g.ID,g.Name,g.WikiImage,g.CategoryID,x.fid,f.mtime,f.active,f.uploaded,f.downloaded,t.UserID,x.seedtime FROM xbt_snatched as x JOIN torrents AS t ON x.fid = t.ID JOIN torrents_group AS g ON g.ID = t.GroupID LEFT JOIN xbt_files_users AS f ON x.fid = f.fid AND x.uid = f.uid WHERE x.uid = $UserID"); if ($DB->has_results()) { $Torrents = $DB->to_array(false, MYSQLI_ASSOC, false); } //Include the header View::show_header('Snatch List'); ?>

Snatch History

$Torrent[Name]"; $HnR = false; if ($Torrent['seedtime'] < 48 && $Torrent['active'] != "1" && $Torrent['UserID'] != $UserID && $Torrent['uploaded'] < $Torrent['downloaded'] ) $HnR = true; ?>
Torrent Last Active HnR
Yes':'No') ?>