Quote:
Originally Posted by djjeffa
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.
|
I would like to see this hack make pages as well, to keep a public record. After the limit is reached for it to create another page.
I am installing this though, just what I was looking for, thanks wrongful!
edit: Is there any way of making the style this shows up in anything but default? Where might I change that?