I saw a classic import once that had some duplicate usernames (like the same user twice) thus produced odd results in some places.

SELECT U_Username, U_Number
FROM w3t_Users
WHERE U_Banned = 1

Should select all the users who are banned. Make sure there's nothing in there matching the user that's having trouble.


Joshua Pettit
Web Developer
www.ThreadsDev.net | www.JoshuaPettit.com