Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,146
  • Joined

  • Last visited

  • Days Won

    150

Everything posted by Magictallguy

  1. Re: Inventory revamp Has POG1 allowed you to re-post his code?
  2. Re: secure mccodes v2 I was merely stating that I have secured a game for free and I will be doing another security recode for a friend of mine - that wasn't an attack on anyone..
  3. Re: Good Bug Report http://magictallguy.co.uk/screenshots.php - follow the links to use mine if you like it.
  4. Re: secure mccodes v2   that is really good deal , alot of other people charge way more I've done it free before - and will be doing it free again for a friend :"
  5. Re: Crimes If you have the highest house, they won't show..
  6. Re: [v2] [v1] Time File Was Last Edited     $_SERVER['PHP_SELF']
  7. Re: id 1 and 2 You could also use if($_GET['activate'] && $userid == 1 || 2) { //Run code }
  8. Re: can anyone help me on this please?   include(DIRNAME(__FILE__) . '/globals.php'); Presuming you're using v2.
  9. Re: Forums quote Yeah, use CSS..
  10. Re: Criminal Wars Um ... ... Eww... [me=Magictallguy]pokes the site[/me]
  11. Re: Help with this???   Create a database, a database user, and assign the user to the database with all priveledges. Import the SQL file Edit mysql.php to match your database information
  12. Re: Naruto Online RPG To Pudda's defense, you are able to get .co.uk, .net, and .com domains for free if you know where to look ;)
  13. Re: Wanted email verification mod v1   Or you can get someone else to make it for you :/
  14. Re: Pot Of Gold $15 [mccode v2] You're welcome for my help too -.-
  15. Re: Help With Forums   Out of curiousity, who fixed it?
  16. Re: marriage, sharing housing?   Mine does -.- http://magictallguy.co.uk/screenshots/marriage
  17. Re: THIS OR THAT? Virgin - I like the name ;) Mint Chocolate Chip, or Neapolitan?
  18. Re: One Big Code!   $_GET['action'] = isset($_GET['action']) && is_string($_GET['action']) ? strtolower(trim($_GET['action'])) : false; if(!in_array($_GET['action'], array('', 'this', 'is', 'boring'))) { echo "You're supposed to pick an existing action -.-"; exit; }
  19. Re: THIS OR THAT?   Neither, I hate social networking sites :P Air Force or Navy?
  20. Re: mcodes v2 installer.php help Chances are your class folder permissions aren't set to 755
  21. Re: [REVIEW] Deadly Ghetto. Haha, it was shelled.. (not by my hand) I also see plenty of 500 Internal Server Error logs on there - someone went to town on your site O.o
  22. Re: Crime Creation Error [v2] I'm getting bored of constantly replying to this particular error.. When creating a crime, fill in ALL the boxes. If you don't want the crystals to payout, input 0
  23. Re: credit card   <td style="font-size: 10px;">Money:</td> <td colspan="2" style="font-size: 10px;"><?php echo money_formatter($ir['money']); ?></td> <td style="font-size: 10px;"><?php echo money_formatter($ir['creditcard']); ?></td>
  24. Re: mccodes v2 help   echo sprintf("There %s %s player%s registered", ($rows == 1) ? 'is' : 'are', number_format($rows), ($rows == 1) ? '' : 's');   Output: There are 0 players registered There is 1 player registered There are 2 players registered There are 3 players registered etc..
  25. Magictallguy

    PHP Question

    Re: PHP Question   PHP comes from the C family ;) I also did the same thing. Opened a game I knew virtually nothing about, played around with the codes, and got to where I am now :P (the same damn well uncomfortable chair!) xD
×
×
  • Create New...