Jump to content
MakeWebGames

Recommended Posts

Posted

Ok can anyone make me a staff page for mccodes lite like sec panel and admin panel and helper and if you have time owner panel cause that will help me with my lite game if you can help thanks post it here plz.

Posted

the sec and ass panels just just the admin.php take away anything that you don'y want them to be able to do for the owner panal just take the admin.php and add stuff to it as you add mods etc its just changing all admin.php to sec.php or owner.php etc just one mass replace

Posted

I don't know how Lite works, but it should be quite easy...Just make a few seperate pages (simple way) for owner, sec, assistant etc. Then at the top of your admin panel (make a link to Staff Panel to a small redirect page, again simple) and then a few if statements to check what level of staff they are. After this just add a redirect for 1-3 seconds so they know what is going on, and redirect to their staff page. Just add the links to seperate actions and your done :) The rest is up to you. Again, I would code this up for you but I don't know the coding methods of Lite/V1.

Posted

OR you could ATTEMPT to code it up, then once your done test it. If you get any errors post up the line and the error :) You're not gonna learn this way, trust me.

Posted
Ok can anyone make me a staff page for mccodes lite like sec panel and admin panel and helper and if you have time owner panel cause that will help me with my lite game if you can help thanks post it here plz.
Ok can anyone make me a staff page for mccodes lite like sec panel and admin panel and helper and if you have time owner panel cause that will help me with my lite game if you can help thanks post it here plz.
Can u code it up mate.

Just use this to help u.

http://makewebgames.io/board750/16666-tutorial-v1-v2-conversion/

Just do the the other way they tell u use the second post thought or read all of them xD.

Nothing to do with making new user levels..

Posted

[infobox]Don't double post, people will help you if you wait![/infobox]

Not many are going to help you for free, if you are willing to pay for this then people will do it for you.

Posted

If you can't make this don't even bother starting with mccodes lite as it requires php knoladge

on a side note you would add an if statment around the code eg

 if ($ir['user_level']==2 || $ir['user_level']==3) {/*code to be executed here/*}
Guest Drizzle
Posted
the sec and ass panels just just the admin.php take away anything that you don'y want them to be able to do for the owner panal just take the admin.php and add stuff to it as you add mods etc its just changing all admin.php to sec.php or owner.php etc just one mass replace

Ah. I wonder why they named it the ass panel

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