Jump to content
MakeWebGames

Recommended Posts

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...