$GroupID = $_GET['groupid']; if (!is_number($GroupID)) { error(404); } show_header("History for Group $GroupID"); ?>
Date | Torrent | User | Info | ||
=$Time?> | if ($TorrentID != 0) { $DB->query("SELECT Media, Format, Encoding FROM torrents WHERE ID=".$TorrentID); list($Media, $Format, $Encoding) = $DB->next_record(); if ($Media == "") { ?>=$TorrentID?> (Deleted) | } else { ?>=$TorrentID?> (=$Format?>/=$Encoding?>/=$Media?>) | } } else { ?>} $DB->query("SELECT Username FROM users_main WHERE ID = ".$UserID); list($Username) = $DB->next_record(); $DB->set_query_id($Log); ?> | =format_username($UserID, $Username)?> | =$Info?> |