Jump to content
MakeWebGames

Magictallguy

Administrators
  • Posts

    2,146
  • Joined

  • Last visited

  • Days Won

    149

Everything posted by Magictallguy

  1. Re: 3 Word Game licked your lollipop //O.o :D
  2. Re: Need a decent coder - will pay Define "a few things"..
  3. 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!!!!
  4. 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 -.-
  5. Re: 3 Word Game and she replied
  6. Re: FIRST THOUGH! Gigantic
  7. 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
  8. 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
  9. 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)"); ?>
  10. Re: FIRST THOUGH! Omnipotent
  11. Re: 3 Word Game He asked if
  12. Re: [REVIEW] Extreme-Warzone - Please review!!   lol fail -.-
  13. 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.
  14. Re: Count Backwards :D 4767 //Not sure where you learned to count Alan, but you skipped 201 - 203 numbers there..
  15. 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 :)
  16. 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
  17. 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
  18. Re: Rise Of Lycans   Well, I was wrong.. Civility, even if it was misplaced ;)
  19. Re: Count Backwards :D 4769
  20. Re: [mccodes v2] Combined Gallery and Comment System [$40.00]   My money that I was due to be paid on Tuesday has still not gone into my bank account. I will happily reimburse you with double what you paid. I apologise for this, but due to the situation, this is out of my hands.
  21. Re: Cpanel File Manager V2 from game   Perhaps a little too much looking into - for the moment. But I'm sure someone, somewhere, will figure something out! ;)
  22. Re: [mccode v2] Bodyguard Mod   I didn't plan my CSS Administration System, or my Gallery and Combined Comment System... You can tell from the screenshots that I made it well (if I do say so myself :P)
  23. Re: Rise Of Lycans   These two are obviously not an intelligent life-form. They seem to know nothing of civility..
  24. Re: Cpanel File Manager V2 from game   You said it yourself.. Some game owners ARE lazy.
  25. Re: Cpanel File Manager V2 from game   My code was meant for inside file.php.. Also, perhaps adding an "exit" strategy may help ;) if($userid != 1) { header("Location: index.php"); exit; }
×
×
  • Create New...