Jump to content
MakeWebGames

Recommended Posts

Posted

Hi i a luke i am not a coder just no a little but hopfully going to learn one day. can some one help me out, i want a code like

this

die("<font color=blue>This Game Is Underconstruction Check Back In 1-2 Hours.</font>");

you people should no what it does lol i a looking for a code like tht but so admins can login but not normal users cause this code

 

die("<font color=blue>This Game Is Underconstruction Check Back In 1-2 Hours.</font>");

]dont let any one on thanks.

Posted

Assuming this is mccodes, just add an if statement checking user level:

if($ir['user_level']==1)

die("<font color=blue>This Game Is Underconstruction Check Back In 1-2 Hours.</font>");

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...