Quote:
Originally Posted by djjeffa
anyway to make is show all who were banned not just the last 30? maybe like 50 a page?
|
ok I found this
Find:
Code:
$getbanned = $DB_site->query("SELECT * FROM " . TABLE_PREFIX . "banlist ORDER BY banid DESC LIMIT 30");
replace with:
Code:
$getbanned = $DB_site->query("SELECT * FROM " . TABLE_PREFIX . "banlist ORDER BY banid DESC LIMIT 50");
but i would like to find a way to make pages.