'.($Group['Name'] ? $Group['Name'] : ($Group['NameRJ'] ? $Group['NameRJ']: $Group['NameJP'])).''; } else { $Title = "Group $GroupID"; } ?>

History for

query(" SELECT TorrentID, UserID, Info, Time FROM group_log WHERE GroupID = $GroupID ORDER BY Time DESC"); $LogEntries = $DB->to_array(false, MYSQLI_NUM); foreach ($LogEntries AS $LogEntry) { list($TorrentID, $UserID, $Info, $Time) = $LogEntry; if (!isset($AnonTorrents[$TorrentID])) { $DB->query("SELECT UserID, Anonymous FROM torrents WHERE ID=$TorrentID"); list($AnonUser, $IsAnon) = $DB->next_record(); $AnonTorrents[$TorrentID] = $IsAnon ? $AnonUser : -1; } ?> query(" SELECT Media, Format, Encoding FROM torrents WHERE ID = $TorrentID"); */ $DB->query(" SELECT Container, AudioFormat, Media FROM torrents WHERE ID = $TorrentID"); list($Container, $AudioFormat, $Media) = $DB->next_record(); if (!$DB->has_results()) { ?>
Date Torrent User Info
(Deleted) (//)