delete_value('staff_new_cheater_count'); } elseif ($_POST['delete']){ $res = sql_query ("SELECT id FROM cheaters WHERE id IN (" . implode(", ", $_POST[delcheater]) . ")"); while ($arr = mysql_fetch_assoc($res)) sql_query ("DELETE from cheaters WHERE id = $arr[id]") or sqlerr(); $Cache->delete_value('staff_new_cheater_count'); } $count = get_row_count("cheaters"); if (!$count){ stderr($lang_cheaterbox['std_oho'], $lang_cheaterbox['std_no_suspect_detected']); } $perpage = 10; list($pagertop, $pagerbottom, $limit) = pager($perpage, $count, "cheaterbox.php?"); stdhead($lang_cheaterbox['head_cheaterbox']); ?> ".$lang_cheaterbox['text_cheaterbox'].""); print("
| ".$lang_cheaterbox['col_suspect']." | ".$lang_cheaterbox['col_torrent']." | ".$lang_cheaterbox['col_ul']." | ".$lang_cheaterbox['col_dl']." | ".$lang_cheaterbox['col_comment']." |