= UC_MODERATOR) { stderr( _('Error'), _('Can\'t report staff') ); } stdhead("Confirm"); begin_main_frame(); print("

Are you sure you would like to report user $arr[username]?

"); print("

Please note, this is not to be used to report leechers, we have scripts in place to deal with them

"); print("Reason (required):

"); } //End for user report elseif( $torrent !== 0) { $res = mysql_query("SELECT name FROM torrents WHERE id=".$torrent); if (mysql_num_rows($res) == 0) { stderr( _('Error'), _('Unknown ID') ); } $arr = mysql_fetch_assoc($res); stdhead("Confirm"); begin_main_frame(); print("

Are you sure you would like to report torrent ".$arr['name']."?

"); print("Reason (required):

"); } else { stderr( _('Error'), _('Input missing')); } end_main_frame(); stdfoot(); ?>