Jump to content
MakeWebGames

Halo

Members
  • Posts

    395
  • Joined

  • Last visited

    Never

Everything posted by Halo

  1. Re: [MCCODES V2] File Creator and Editor ingame Very nice work Illusions. This will help.
  2. Re: [self Made] New Login Page Just make a login2.php and check it out....
  3. Re: what can it be? Is the table int(11) or bigint(92) if it is then decimals wont work.
  4. Re: [both] Easy cPanel Login Yeah but there gonna have to have your cPanel username and password before they can get in, this is simply a way to embed it into your game
  5. I just put this together and though I would share :wink: ONLY WORKS IF YOU HAVE CPANEL 11 Open mainmenu.php and add anywhere you like:   if($ir['userid'] == 1) { print" <form action='http://yourdomain.com:2082/login/' method='get'> <u>cPanel ® 11 Login</u> User: <input type='text' name='user'> Pass: <input type='password' name='pass'> <input type='submit' value='cPanel ® Login'> </form>"; }   Edit yourdomain.com with your domain
  6. Re: MCCode v3 MCV3 is more likely to not be released
  7. Re: Treasure Hunting $20   Your starting to annoy me now :| You keep making it seem that everything everyone does is easy when all you've done is made a "Slapping mod" and something else.....OMG, I'm a brilliant coder because I can make a page and add an event saying "You've been slapped by {$ir['username']} " He's had to make the Image and put in all the Coordinates so each bit is clickable. Oh and good luck PsyChoTic That shut him up :-P
  8. Re: Display Number Of Sucessful Kills [v2] Nice work, but i've already made one like this http://criminalexistence.com/ceforums/i ... ic=18189.0 Good work tho! :-D
  9. Re: Counting (nr game) 1953
  10. Re: MCCode v3   :lol: Its just the fact that its *TEXT DOCUMENTS* They can easily be redistributed, unlike .exe, which can tell if they have been previously run...
  11. Re: Template for Mccodes v2 It looks like he has put a lot of effort into making that template, try and make one yourself or try and google on and edit it, but remember to leave the copyright
  12. Re: 3 Word Game pissed on him
  13. Re: Guess the next poster No younggold
  14. Re: Counting (nr game) 1951
  15. Halo

    Beijing 2008

    Re: Beijing 2008   I don't know, I'm just saying if they did :) If they did... they would flop before the match started. They have good players, but they don't know how to play em` Unlike Brazil :-D
  16. Re: [V2]Create Organised Crime[V2] That means you are not staff
  17. Re: Need help limiting energy refills Add in day cron:   $db->query("UPDATE users SET energyfill=0");
  18. Re: Tournaments mod For V2 Your cases clash: You have 2 torny_sub cases and the script might not be able to read the right one, edit the names, the form actions and the functions and then maybe it will work.
  19. Halo

    Beijing 2008

    Re: Beijing 2008 I want Brazil to win Men's Football!!!
  20. Halo

    Beijing 2008

    Looks like China are doing well... Who do you want to win (DISCIPLINE, TEAM)
  21. Re: How to fix fourums SQL injection protection will protect them, and check your query for deleting, maybe it's wrong
  22. Re: attack bug.   Just add in the header.php   if ($ir['energy'] < 0) { $db->query("UPDATE users SET energy=0 WHERE userid=$userid"); }
  23. Re: Jail and hosp Or maybe the code was wrong :-P
  24. Re: [V2] Staff_cities Help Check your cases, or the <form action=... code
  25. Re: How Do i Fix? When you deposit are you depositing e.g. 1234.5678 if you are then it won't work. One because the bank.php file won't allow it and two because the bankmoney row in the users table is int(11) not decimal (11,4)
×
×
  • Create New...