Jump to content
MakeWebGames

CrazyT

Members
  • Posts

    708
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by CrazyT

  1. Re: Gang Masspayment in Crystals   That line has a/n error..
  2. Re: Crystal market with limit and day function   Yeah that's right. :D
  3. Re: Advanced Tax Mod [$5]   That would be a good idea sounds good :)
  4. Re: Mccodes Lite Userstats IQ Bug   mysql_query('UPDATE `userstats` SET `IQ` = (`IQ` + '. mt_rand(1,20) .') WHERE `userid` = '. $ir['userid']); IQ is in userstats not users.
  5. Re: Military Nation Dam what happened to your game :|
  6. Re: Military Nation   lol you haven't fixed it im staff xD:
  7. Re: [Mcc Code V2] Quick Mugging Mod Could of make it into 1 file.. Also wtf? <?php //for colours :D if($db_config[''] && !$ir['']) { print "Error - this feature is for donators only."; $h->endpage(); exit; }
  8. Re: Military Nation   How did you do that via forum? cmarket? IP hack
  9. Re: Military Nation You best secure it XD im already staff LOL
  10. Re: MCCodes Item info [Layout] Look's ok +1 for helping others, but i wont use it :D
  11. Re: Converting V1 to V2   There is no need to replace mysql_ to $db->, when converting to v2..
  12. Re: a couple of mods   $db->query('SELECT `blah`, `blah`, `blah` FROM `users` WHERE ((`user_level` = 0) && (`hospital` = 0)) LIMIT 20');
  13. Re: [mccode v2] Annoucements Upgrade!   I don't see no security on that.. so how can you call this secure!.
  14. Re: Access denied for user   lol... All i can say is get abetter host XD
  15. Re: [mccode v2] Faction with Armoury With mysql_real_escape_string(); in v2 all you got to use is: $db->escape($var); Because v2 has it in the class already. This is from the class file. function escape($text) { return mysql_real_escape_string($text, $this->connection_id); }
  16. Re: What would you do with $100,000,000?   lmfao! :D
  17. Re: [Mccodes v2] Hospital Error, help   Has nothing to do with that if you look here. See?
  18. Re: [mccode v2] Humans vs. Zombies EVENT mod [done, v1.0]   Because.. hvzstats table dont exist in the database.
  19. Re: Mono District   LOL what was the point in buying that domain tho :|
  20. Re: Mono District http://whois.domaintools.com/mono-district.net :D ill just wait till the owner of that hosting company comes on msn and ill ask him who own's it :D
  21. Re: [mccode v2] Player Card ($8)   Haha lol :P
  22. Re: [MCCODES V2] Money, Crystal and stats cap help...   :| look in game mods forum go page by page you will see.
  23. Re: [MCCODES V2] Money, Crystal and stats cap help...   If you use the search bar you will find it :D
  24. Re: Function help   ... yes you can -.- Hm your correct lol -> http://us2.php.net/manual/en/language.functions.php
  25. Re: Street Images   The one i said was just simple can be used.
×
×
  • Create New...