this dont look right:
if ($ulevel != 10) || ($ulevel != 11) {
if ($ulevel != 10) or ($ulevel != 11) {
will ban some one level 10 or 11 since it will check both.
try:
if ($ulevel < 10) || ($ulevel > 11) {
on the second code set.
Ps. fire us we stink! if it still dont work after you try the above posts, ill test before my next post.. hehe.
-cheers
Last edited by xxxYODAxxx; 07/06/04 07:25 PM.