Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,124
  • Joined

  • Last visited

  • Days Won

    144

Everything posted by Magictallguy

  1. Re: Questions about languages. 1. 17 2. UK 3. undefined - Bit of everything really lol 4. Taught myself
  2. Re: Need help with this Did you even put them into your Cron Jobs? (found underneath the "Advanced" tab (by default at the bottom))
  3. Re: Mccodes Mono District Let's see.. Using MC Craps v2.5 -- Code is only slightly better - still lacks highly in security.
  4. Re: 3 Word Game , needed "muffin management" //OMGWTFBBQ!! O.o
  5. Re: Count Backwards :D 999,999,999,996 //Ugh, gonna be here all year, and longer!
  6. Re: Count Backwards :D 999,999,999,998
  7. Re: 3 Word Game of my donkey! O.o
  8. Re: 3 Word Game good. My orgasm
  9. Re: 3 Word Game double ended dildo //Happy now? :P
  10. Re: [mccode v2] Lucky Boxes   Just curious.. Why did you encase an SQL statement inside PHP tags?
  11. Re: [McCodes V2]Race Mod 'nuff said ;)
  12. Re: 3 Word Game on the top
  13. Re: 3 Word Game a naked mud-wrestle //HA! Got 2 in one there! :D
  14. Re: 3 Word Game   sploodged. I must //lol sorry, had too..
  15. 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?"
  16. Re: 3 Word Game licked your lollipop //O.o :D
  17. Re: Need a decent coder - will pay Define "a few things"..
  18. 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!!!!
  19. 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 -.-
  20. Re: 3 Word Game and she replied
  21. Re: FIRST THOUGH! Gigantic
  22. 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
  23. 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
  24. 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)"); ?>
  25. Re: FIRST THOUGH! Omnipotent
×
×
  • Create New...