".$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]; } } else if($CategoryName == "Audiobooks" || $CategoryName == "Comedy") { $FullName = $Title." [".$Year."]"; $DisplayLink = $Title." [".$Year."]"; } else { $FullName = $Title; $DisplayLink = $Title; } //Votes time $RequestVotes = 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,jquery'); ?>

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);?>
get_value('request_comments_'.$RequestID); if($Results === false) { $DB->query("SELECT COUNT(c.ID) FROM requests_comments as c WHERE c.RequestID = '$RequestID'"); list($Results) = $DB->next_record(); $Cache->cache_value('request_comments_'.$RequestID, $Results, 0); } 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); $CatalogueLimit=$CatalogueID*THREAD_CATALOGUE . ', ' . 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 = $Cache->get_value('request_comments_'.$RequestID.'_catalogue_'.$CatalogueID); if($Catalogue === false) { $DB->query("SELECT c.ID, c.AuthorID, c.AddedTime, c.Body, c.EditedUserID, c.EditedTime, u.Username FROM requests_comments as c LEFT JOIN users_main AS u ON u.ID=c.EditedUserID WHERE c.RequestID = '$RequestID' ORDER BY c.ID LIMIT $CatalogueLimit"); $Catalogue = $DB->to_array(false,MYSQLI_ASSOC); $Cache->cache_value('request_comments_'.$RequestID.'_catalogue_'.$CatalogueID, $Catalogue, 0); } //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  
full_format($Body)?>

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