Jump to content
MakeWebGames

John99

Members
  • Posts

    491
  • Joined

  • Last visited

    Never

Everything posted by John99

  1. Re: [mccode] Staffmenu Why have so many smenus? for my not just edit it so u have 1 so it dont take space up hu alot easer i dont use mc v2 so i wudnt no soo.....
  2. Re: [mccode] Staffmenu   Lmao If you like Your assistants to be able to see the full admins pannel then yer lol give me a min and il do it all up again.. Just a little drunk from new years clubbing It was just an example ....................... if($ir['user_level == 2 && $ir['userlevel'] == 3) { echo "blah"; } exmaplesssssssssssssssssss
  3. Re: [mccode] Staffmenu Why not just do somethink like this if($ir['user_level'] == 1) { include_once("admin.php"); } or in ur fiil just do like if($ir['user_level == 2 && $ir['userlevel'] == 3) some shit like that
  4. Re: [mccode] Bit of code for staff Apps Yeah i no just done it for Noobs BUT if someone in url yourgamename.com/staffapps.php it will work unless u add somethink like like the other code but like if($staffapps = CLOSED) { DIE("STAFF APPS CLOSED) } ect
  5. Re: [mccode] Bit of code for staff Apps Lol it will work with any staff apps its only for mainmenu . or explore or any were you want to. its 2 show staff apps open or close
  6. Re: [mccode v2] Av Bank Lmao you people make me laugh
  7. Heres A Bit Of Code I Just coded took like 2 secounds Main Menu.php or any were you have staff apps like explore.php ect   //Staff Apps Turn On = ON //Staff Apps Closed = OFF $staffapps = OFF; if($staffapps == ON) { echo "[url='staffapps.php']Staff Apps Open[/url] "; } else { echo "Staff Apps Closed"; }   You will have to change staffapps.php to what eva your staff apps are called thanks, Crazy-T
  8. Need any staff functions made post here !
  9. Re: Setting up a new game.. i don't like the v2 installer.php i just do it my self a lot easyer
  10. Re: [mccodes v2] Advanced Crystal Temple. Why would you want them to buy crystals from temple and and refill brave and will it will just make your game easy so users will be able 2 go up levels faster and better stats ?
  11. Re: Have any mod ideas post here! Yeah Killah's right
  12. If you have any mods ideas post them here! Some people will make them free of charge, but some people may want to make it and sell it for a price. So post mod ideas here! Thanks, Crazy-T.
  13. Re: [Any Mccode] Disallow Username Yeah killahs right his was will be better :) and in bannded usernames why not make a sql for it and admin function so u can add them insted of keep opening register.php 2 add them ?
  14. Re: Farming [v2]   if its not hard why don't you...   Maybee because i dont have time at the moment because im busy i will when i have time...
  15. Re: Farming [v2] Why not make admin functions so they can make the stuff edit stuff and delete stuff its not hard 2 make .
  16. Re: Working Proxy Blocker - TESTED WORKS 100% READ!! [$10] Problay blocks aol users
  17. This code is designed to block proxies. Remember that there is no sure way to block all proxies, but this is damn near close! All you need to do is add the contents of the file OR include this file into your login and register script. it'll prevent those annoying users from coming back Easy to edit the text too. Coded By Me.. To see if it works click this link: http://www.corrupted-streets.com/magic/proxyblock.png Or if you want to check your self go to a proxy site and put in: http://www.corrupted-streets.com Price Is $10 Paypal Payments sent to [email protected] Include Ur email when you've sent the money so i can send you the file Thanks, Alan . AKA . Crazy-T
  18. Re: Donator only crystal temple Yeah that aint yours...
  19. Re: Admin.php Modification - Why Isn't It Working???   And you have   function modkillsub() { global $ir,$c,$userid; { mysql_query("UPDATE users WHERE userid={$_POST['id']} SET hp=0",$c); print "Mod Killed!! "; } }   dont even need that just put   function modkillsub() { global $ir,$c,$userid; mysql_query("UPDATE users SET hp=0 WHERE userid={$_POST['id']}",$c); print "Mod Killed!! "; }
  20. Re: In game forums for sale hmm ov not sql injectable... well seanybob wound't sell stuff with sql injectable in it :p
  21. Re: [TGM] User Rating System [TGM] hmm ya its more than to lines its 37 lines without dabs headers stuff and $h->endpage(); stuff so sheshhh leave cronus alone!
  22. Re: Gift Just one Error:   if($ir['thanks'] == 0) { print "[[url="gift.php"]Click Here to get your free gift![/url]]"; } You put href=" Shud be ' unless you put print ' '; :)
  23. Re: [mccode] FREE Criminal Record (advanced)   lol he just done the job so here you go if you want to edit it then edit it!
  24. Re: New User Levels Yeah lostone just told you how to do it its piss ;)
  25. Re: Adding user city/location to index.php ok just done this simple for you :   $query = mysql_query("SELECT * FROM `cities` WHERE `cityid` = '".$ir["location"]."'"); $result = mysql_fetch_array($query); $location = $result["cityname"];   And then were you want it printed in index/ header Location: $location
×
×
  • Create New...