
12-18-2005, 10:47 AM
|
|
|
Join Date: Jul 2005
Location: Greece
Posts: 1,856
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Hasann
open banlist.php with wordpad and find
PHP Code:
define('THIS_SCRIPT', 'banned');
replace with
PHP Code:
define('THIS_SCRIPT', 'banlist');
search:
PHP Code:
$pagenav = construct_page_nav($page, $perpage, count($banned_array['username']), "banned.php?","");
replace with:
PHP Code:
$pagenav = construct_page_nav($page, $perpage, count($banned_array['username']), "banlist.php?","");
|
Damn, I had named it banned at the beginning and I forgot to change them when I came up with Banlist 
Thanks Hasann!
|