Living Nightmare Posted June 11, 2007 Posted June 11, 2007 on my game i have noticed that admin's can jail me i'm using v2 by the way Quote
Ghetto Posted June 13, 2007 Posted June 13, 2007 Re: [help] Then you go on the DB unjail yourself and jail the admin. :lol: Quote
GoldenZero Posted June 13, 2007 Posted June 13, 2007 Re: [help] $q=mysql_query("SELECT * FROM users WHERE userid={$_POST['user']}",$c); $them=mysql_fetch_array($q); if($them['user_level'] == 2 || $them['user_level'] == 3 || $them['user_level'] == 5) { die("You cannot jail fellow staff."); } both v1 and v2 comes with that...but if it doesn't add it in jailuser.php Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.