Quote:
Originally Posted by wrongful
one last thing. I have it set to ban my users for 5 days, but when I go to view banned users, it says permenent, and when I use the Unban Banned Users function, it doesn't unban the user who was banned as a result of the warning system
|
I think we have 1.5 version. I get this same thing. I have investigated it and the warn.php inserts entries in banned_members table with a ban time and a lift time that looks OK.
But in the modcp/banning.php it just does a LEFT join on all members in the banned group, all the warning system banned users just come out with nulls. It doesn't even use the banned_members table at all.
In my admin panel it links to modcp/banning.php
There is an admincp/admin_warn.php that uses banned_members in some way
but my panel never calls it.
My guess? the hack was never completely installed.