Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,140
  • Joined

  • Last visited

  • Days Won

    148

Everything posted by Magictallguy

  1. Re: [mccode v2] Lucky Boxes   Just curious.. Why did you encase an SQL statement inside PHP tags?
  2. Re: [McCodes V2]Race Mod 'nuff said ;)
  3. Re: 3 Word Game on the top
  4. Re: 3 Word Game a naked mud-wrestle //HA! Got 2 in one there! :D
  5. Re: 3 Word Game   sploodged. I must //lol sorry, had too..
  6. Re: Things A Goverment Official Wont Say....   That had me laughing for 3 minutes straight! xD -- "I don't know what to do, do you know where this goes?"
  7. Re: 3 Word Game licked your lollipop //O.o :D
  8. Re: Need a decent coder - will pay Define "a few things"..
  9. Re: Fearless-Dojo   why is that? because most people with unsecure mccode games have not paid for there copy.. Are you saying the paid version is secure?! HAHAHAHA!!!!
  10. Re: [V2] Crystalbank Mod [V2]   look at this Magictallguy thinks hes so cool yet the version he secured doesnt even work right away oh lordy dude sit down and start suckin that thumb of urs instead of tryin to secure other peoples scripts and knock them the entire time my god people like you are the reason some newbies wont post on CE oh heres a error after taking messing with it abit to get to work Parse error: syntax error, unexpected T_STRING in /home/thugwar/public_html/crystalbank.php on line 118 look dude got that error after 10mins attemptin to make ur so called secured version to work i guess your not so great huh Magictallguy look at this folks he put it like so echo ("You ask to withdraw , ", number_format($gain), $s); echo ("the banking lady grudgingly hands it over. "); echo ("You now have %s crystal%s in the bank. ", number_format($ir['crystalbank']), $s); echo ("> Back"); which caused errors why you may ask well all the " ; he has in there are unneeded so it should of been echo (You ask to withdraw , , number_format($gain), $s) echo (the banking lady grudgingly hands it over. ); echo (You now have %s crystal%s in the bank. , number_format($ir['crystalbank']), $s) echo (> Back) heck i prolly could take the echos out aswell but eh i dont care He's just forgot the sprintf you n00b! :-D That's the old one -.-
  11. Re: 3 Word Game and she replied
  12. Re: FIRST THOUGH! Gigantic
  13. Re: [McCodes V2]Race Mod If you're using a standard UK keyboard, it's next to the 1 key, and above the Tab key
  14. Re: [McCodes V2]Race Mod   FAIL! -.-   <?php $sql = sprintf("UPDATE users SET race = race - 1 WHERE (userid = %u)", $userid); $db->query($sql); ?>   <?php $db->query("UPDATE users SET race = 5 WHERE (race < 5)"); ?>     What failed, i think i'm missing something here, is it that i didn't put <?php ?> :? :? :? Nope, I added that just to colour it in (I like pwetty colours! :D) You used quote marks ' instead of the ` character
  15. Re: [McCodes V2]Race Mod   FAIL! -.-   <?php $sql = sprintf("UPDATE users SET race = race - 1 WHERE (userid = %u)", $userid); $db->query($sql); ?>   <?php $db->query("UPDATE users SET race = 5 WHERE (race < 5)"); ?>
  16. Re: FIRST THOUGH! Omnipotent
  17. Re: 3 Word Game He asked if
  18. Re: [REVIEW] Extreme-Warzone - Please review!!   lol fail -.-
  19. Re: Cpanel File Manager V2 from game   I suppose you could take my CSS Administration system and edit it to game files instead. But a word of warning, putting anything like this on your site can serious harm it if it got into the wrong hands.
  20. Re: Count Backwards :D 4767 //Not sure where you learned to count Alan, but you skipped 201 - 203 numbers there..
  21. Re: Cpanel File Manager V2 from game   Some servers are set up to go by port only (2082, 2083, whatever). Others are set up without cPanel :P   I like this mod, it's a great addon but u do have to be lazy if u can't be assed typing www.domain.com:2082 www.domain.com:2083 www.domain.com/cpanel But it's upto what you wanna do Are you happy now MTG?? :-P Hahaha, you made me laugh, so I suppose I am :)
  22. Re: Cpanel File Manager V2 from game   Some servers are set up to go by port only (2082, 2083, whatever). Others are set up without cPanel :P
  23. Re: [mccodes v2] Combined Gallery and Comment System [$40.00]   When it comes down out of the business, it shows you are a nice person after all. :P
  24. Re: Rise Of Lycans   Well, I was wrong.. Civility, even if it was misplaced ;)
  25. Re: Count Backwards :D 4769
×
×
  • Create New...