Report

Reporting guidelines

Following these guidelines will help the moderators deal with your report in a timely fashion.

In short, please include as much detail as possible when reporting. Thank you.

query("SELECT Username FROM users_main WHERE ID=".$ID); if($DB->record_count() < 1) { error(404); } list($Username) = $DB->next_record(); ?>

You are reporting the user

query("SELECT Title, Description, TorrentID FROM requests WHERE ID=".$ID); if($DB->record_count() < 1) { //error(404); } list($Name, $Desc, $Filled) = $DB->next_record(); ?>

You are reporting the request:

Title Description Filled?
full_format($Desc)?>

It will greatly increase the turnover rate of the updates if you can fill in as much of the following details in as possible

Year (required)
Release Type
Comment


query("SELECT Title, Description, TorrentID FROM requests WHERE ID=".$ID); if($DB->record_count() < 1) { //error(404); } list($Name, $Desc, $Filled) = $DB->next_record(); ?>

You are reporting the request:

Title Description Filled?
full_format($Desc)?>
query("SELECT Name, Description FROM collages WHERE ID=".$ID); if($DB->record_count() < 1) { error(404); } list($Name, $Desc) = $DB->next_record(); ?>

You are reporting the collage:

Title Description
full_format($Desc)?>
query("SELECT ft.Title, ft.ForumID, um.Username FROM forums_topics AS ft JOIN users_main AS um ON um.ID=ft.AuthorID WHERE ft.ID=".$ID); if($DB->record_count() < 1) { error(404); } list($Title, $ForumID, $Username) = $DB->next_record(); $DB->query("SELECT MinClassRead FROM forums WHERE ID = ".$ForumID); list($MinClassRead) = $DB->next_record(); if ($MinClassRead > $LoggedUser['Class']) { ?>

Permission Denied!

You are reporting the thread:

Username Title
query("SELECT fp.Body, fp.TopicID, um.Username FROM forums_posts AS fp JOIN users_main AS um ON um.ID=fp.AuthorID WHERE fp.ID=".$ID); if($DB->record_count() < 1) { error(404); } list($Body, $TopicID, $Username) = $DB->next_record(); $DB->query("SELECT ForumID FROM forums_topics WHERE ID = ".$TopicID); list($ForumID) = $DB->next_record(); $DB->query("SELECT MinClassRead FROM forums WHERE ID = ".$ForumID); list($MinClassRead) = $DB->next_record(); if ($MinClassRead > $LoggedUser['Class']) { ?>

Permission Denied!

You are reporting the post:

Username Body
full_format($Body)?>
query("SELECT ".$Short.".Body, um.Username FROM ".$Table." AS ".$Short." JOIN users_main AS um ON um.ID=".$Short.".".$Column." WHERE ".$Short.".ID=".$ID); if($DB->record_count() < 1) { error(404); } list($Body, $Username) = $DB->next_record(); ?>

You are reporting the :

Username Body
full_format($Body)?>

Reason



?>