$Title [$Year]"; } else { $DisplayLink = $ArtistLink.$Title." [$Year]"; } $FullName = $ArtistName.$Title." [$Year]"; if ($BitrateList != '') { $BitrateString = implode(', ', explode('|', $BitrateList)); $FormatString = implode(', ', explode('|', $FormatList)); $MediaString = implode(', ', explode('|', $MediaList)); } else { $BitrateString = 'Unknown, please read the description.'; $FormatString = 'Unknown, please read the description.'; $MediaString = 'Unknown, please read the description.'; } if (empty($ReleaseType)) { $ReleaseName = 'Unknown'; } else { $ReleaseName = $ReleaseTypes[$ReleaseType]; } } elseif ($CategoryName == 'Audiobooks' || $CategoryName == 'Comedy') { $FullName = "$Title [$Year]"; $DisplayLink = "$Title [$Year]"; } else { $FullName = $Title; $DisplayLink = $Title; } //Votes time $RequestVotes = Requests::get_votes_array($RequestID); $VoteCount = count($RequestVotes['Voters']); $ProjectCanEdit = (check_perms('project_team') && !$IsFilled && (($CategoryID == 0) || ($CategoryName == 'Music' && $Year == 0))); $UserCanEdit = (!$IsFilled && $LoggedUser['ID'] == $RequestorID && $VoteCount < 2); $CanEdit = ($UserCanEdit || $ProjectCanEdit || check_perms('site_moderate_requests')); View::show_header('View request: '.$FullName, 'comments,requests,bbcode'); ?>

Requests > >

'.$OCLCs[$i].''; } else { $Worldcat = ''.$OCLCs[$i].''; } } } if (!empty($Worldcat)) { ?> '.$Group['Name'].'';*/ ?> $TimeAdded) { ?>
Created by
Record label
Catalogue number
Release type
Acceptable bitrates
Acceptable formats
Acceptable media
Required CD FLAC only extras
WorldCat (OCLC) ID
Torrent group torrents.php?id=
Votes   + Costs
Last voted
Custom vote (MB) % of this is deducted as tax by the system.
Post vote information
If you add the entered 0.00 MB of bounty, your new stats will be:
Uploaded: Ratio:
Bounty
Filled Yes, by user Unfill Unfilling a request without a valid, nontrivial reason will result in a warning.
Fill request
/> Should be the permalink (PL) to the torrent (e.g. https:///torrents.php?torrentid=xxxx).

For user: />

Description
full_format($Description);?>
TORRENT_COMMENTS_PER_PAGE) { $DB->query(" SELECT COUNT(ID) FROM requests_comments WHERE RequestID = $RequestID AND ID <= $_GET[postid]"); list($PostNum) = $DB->next_record(); list($Page, $Limit) = Format::page_limit(TORRENT_COMMENTS_PER_PAGE, $PostNum); } else { list($Page, $Limit) = Format::page_limit(TORRENT_COMMENTS_PER_PAGE, $Results); } //Get the cache catalogue $CatalogueID = floor((TORRENT_COMMENTS_PER_PAGE * $Page - TORRENT_COMMENTS_PER_PAGE) / THREAD_CATALOGUE); //---------- Get some data to start processing // Cache catalogue from which the page is selected, allows block caches and future ability to specify posts per page $Catalogue = Requests::get_comment_catalogue($RequestID, $CatalogueID); //This is a hybrid to reduce the catalogue down to the page elements: We use the page limit % catalogue $Thread = array_slice($Catalogue, ((TORRENT_COMMENTS_PER_PAGE * $Page - TORRENT_COMMENTS_PER_PAGE) % THREAD_CATALOGUE), TORRENT_COMMENTS_PER_PAGE, true); ?> $Post) { list($PostID, $AuthorID, $AddedTime, $Body, $EditedUserID, $EditedTime, $EditedUsername) = array_values($Post); list($AuthorID, $Username, $PermissionID, $Paranoia, $Artist, $Donor, $Warned, $Avatar, $Enabled, $UserTitle) = array_values(Users::user_info($AuthorID)); ?>
# by - Quote - Edit - Delete
Report = $AuthorInfo['Class']) { ?> - Warn
full_format($Body)?>

« Last edited by
'requestid', 'InputID' => $RequestID)); ?>