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