Quote:
Originally Posted by Kruppa
It's one of the first thing I tried.
If you can't reproduce the problem, it might be because it's confilcting with another hack I've recently installed. I'll keep looking.
|
Open your admin_warn.php and find:
PHP Code:
$bans=$warn['warning_bans'];
Replace that with:
PHP Code:
if ($warn['warning_bans']='' or $warn['warning_bans']==0)
{
$bans=0;
}
else
{
$bans=$warn['warning_bans'];
}
Let me know if this works, but please, do not post your questions here any more. Use the hack's forum, the link is near the top.
Rgds