$GroupID = $_GET['groupid']; if (!is_number($GroupID)) { error(404); } show_header("History for Group $GroupID"); $Groups = get_groups(array($GroupID), true, true, false); if (!empty($Groups['matches'][$GroupID])) { $Group = $Groups['matches'][$GroupID]; $Title = display_artists($Group['ExtendedArtists']).''.$Group['Name'].''; } else { $Title = "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 ($DB->record_count() == 0) { ?>=$TorrentID?> (Deleted) | } elseif ($Media == "") { ?>=$TorrentID?> | } else { ?>=$TorrentID?> (=$Format?>/=$Encoding?>/=$Media?>) | } } else { ?>} ?> | =format_username($UserID, false, false, false)?> | =$Info?> |