Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,140
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by Magictallguy

  1. Re: Crack the Safe   He uses sessions after viewing my code and seeing how I do things..
  2. Re: 2147483647-troubles!     $_POST['deposit'] = abs(@floatval($_POST['deposit'])); would also work :)
  3. Re: help on fields? phpMyAdmin -> SQL -> Enter your SQL -> Go http://www.karakas-online.de/EN-Book/phpmyadmin2.html
  4. Re: [Mccodes V2] [bIG MOD] Trading Card Game [$15] Looking good, purchased :)
  5. Re: Inventory revamp I'm neither, just making sure everything is going smoothly ;)
  6. Re: Inventory revamp   That didn't answer my question..
  7. Re: Inventory revamp Has POG1 allowed you to re-post his code?
  8. 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..
  9. Re: Good Bug Report http://magictallguy.co.uk/screenshots.php - follow the links to use mine if you like it.
  10. 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 :"
  11. Re: Crimes If you have the highest house, they won't show..
  12. Re: [v2] [v1] Time File Was Last Edited     $_SERVER['PHP_SELF']
  13. Re: id 1 and 2 You could also use if($_GET['activate'] && $userid == 1 || 2) { //Run code }
  14. Re: can anyone help me on this please?   include(DIRNAME(__FILE__) . '/globals.php'); Presuming you're using v2.
  15. Re: Forums quote Yeah, use CSS..
  16. Re: Criminal Wars Um ... ... Eww... [me=Magictallguy]pokes the site[/me]
  17. 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
  18. 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 ;)
  19. Re: Wanted email verification mod v1   Or you can get someone else to make it for you :/
  20. Re: Pot Of Gold $15 [mccode v2] You're welcome for my help too -.-
  21. Re: Help With Forums   Out of curiousity, who fixed it?
  22. Re: marriage, sharing housing?   Mine does -.- http://magictallguy.co.uk/screenshots/marriage
  23. Re: THIS OR THAT? Virgin - I like the name ;) Mint Chocolate Chip, or Neapolitan?
  24. 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; }
  25. Re: THIS OR THAT?   Neither, I hate social networking sites :P Air Force or Navy?
×
×
  • Create New...