Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. How much you betting its your fault ;)
  2. Is that invalid HTML i see there jordan :O
  3. Vampire whats wrong with the post, why do you want it deleted?
  4. An indian giver?
  5. You may want to check the globals out ;)
  6. Now -> Not ;)
  7. I also have a question, do your donators top everything in the Hall Of Fame, or can non-donators do equally as well?
  8. It was meant to be your, but I clicked t instead of y, because there next to each other.
  9. Not flaming tour reply or anything, but was there any need for that post, or do you not make spelling mistakes? Oh yeh, just to point out, your name is spelt Jack, not; Jaaaacccckkk
  10. whats $mrandom used for?
  11. This should work, not tested!!!!!   <?php include_once(dirname(__file__) .'/globals.php'); $usercount = mysql_result($db->query('SELECT `userid` FROM `users` ORDER BY `userid` DESC LIMIT 1;'), 0, 0); // get the last userid //sometimes $db->fetch_single doesnt work ;) for($i=1; $i<=$usercount; $i++) : $db->query('INSERT INTO `monkeys` VALUES ('', '. $i .', 10, 10, 10, 10, 0);'); endfor; $h->endpage(); ?>
  12. Yes, but if you created a simple script, then each user would get it. Ill work on getting the script done.
  13. Mabey re-word this..... ie overusing the use of ajax. :)
  14. Nice post, thanks for this illusions.
  15. Silly me, thanks jordan, fixed!
  16. Anyone who bought this mod, please contact me for an update, some bugs were found, and have been squashed. I have also added a demo, which can be found at.... http://www.mccodes.daniel-hanson.com Any link which goes to the homepage has been deleted.
  17. That's too funny..... But as I have to be constructive, I'm agreeing with equinox, in the fact you've seen someone else do it, and copied, as most developers who use this method know that you should only use it for ', as a " will convert it automatically
  18. Why exactly would we hate you for making a game without mcc, if anything, i applaud it. Sounds like a game i was on a few years back. Slave hack i belive
  19. N00by moment today, well less n00b, more stupid. Bought two domains, realised I spelt it wrong.
  20. Anyone else signed up? Just had a quick look, the posts are pritty mint already! :P
  21. Something like this: $rank = get_gameranks(....): if($rank == 'Recruit') : $int = '1.01'; elseif($rank == (' Officer' || ' Lt. Governor' || ' Captain')) : $int = '1.02'; elseif($rank == (' Chancellor' || ' Duke' || ' Prince' || ' King')) : $int = '1.03'; elseif($rank == 'Emperor') : $int = '1.04'; else : $int = '1.01'; endif; $db->query("UPDATE users SET bankmoney=bankmoney*". $int ." where bankmoney>0");
  22. I though they ment something else for some reason :/
  23. staff panel
  24. The .co.cc domains, puts people off, shows you have no money, so the game wont have unique mods, as there is no money. My prediction, your on a free host too? As I said in chat, if you find one, tell me. As I highly doubt you'll find one. Best of luck with your game though
×
×
  • Create New...