Brad Posted May 30, 2010 Posted May 30, 2010 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. Quote
Dominion Posted May 30, 2010 Posted May 30, 2010 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 Quote
Brad Posted May 30, 2010 Author Posted May 30, 2010 yeah i dont understand how to can u make one for me and i can make some just never seen one for lite xD Quote
gurpreet Posted May 30, 2010 Posted May 30, 2010 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. Quote
Brad Posted May 30, 2010 Author Posted May 30, 2010 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. Quote
gurpreet Posted May 30, 2010 Posted May 30, 2010 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. Quote
gurpreet Posted May 30, 2010 Posted May 30, 2010 Well you have to be able to understand how to, to be able to run a game. Quote
Brad Posted May 30, 2010 Author Posted May 30, 2010 no i understand the rest just not adding new user levels Quote
gurpreet Posted May 30, 2010 Posted May 30, 2010 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.. Quote
Brad Posted May 30, 2010 Author Posted May 30, 2010 Can someone tell me how to make one or make me a owner panel sec and helper and fixed admin to help for Mcc Lite Quote
Spudinski Posted May 31, 2010 Posted May 31, 2010 [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. Quote
Dayo Posted May 31, 2010 Posted May 31, 2010 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/*} Quote
Guest Drizzle Posted June 3, 2010 Posted June 3, 2010 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 Quote
Zero-Affect Posted June 5, 2010 Posted June 5, 2010 if ( in_array($ir['user_level'], array(3,2)) ) {/*code to be executed here*/ } :) 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.