Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,138
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Djkanna

  1. Well I would say use upto-date technologies, but other than that sounds/looks good.
  2. I like the syntax of Ruby, but that's about it.
  3. I've used the nightly builds for quite some time now, I like it.
  4. Insert the mail when they sign up?
  5. Congratulations.
  6. Yeah, I would assume they have some form of advantage to Chrome though, considering it's running on a Windows system. Though IE9 is good, it's really isn't up to the standards as the other browser that were released roughly at the same time, and the ones soon to come. Quote from the folks over at Mozilla I don't think IE9 is a modern browser, but it's better. See while other vendors are making progress, being innovative in their updates and upgrades, Microsoft just don't bother with IE, leave it, wait, then copy others. If I heard right, IE9 has no support for XP, which just leaves me wondering what IE9 brings to the table that others don't. Anyway it's still early days for IE9, there's always time.
  7. Tech news to Misc to accompany World News. Tv Shows to Misc. Non-MCCodes Game Support, do away with it or Game Engines. Game Project to Players Corner to accompany Game Updates or the other way around. Web Design » Tutorials » IE tutorials, isn't really needed or used.
  8. Yeah the comedy! :P
  9. IE9 is quite a nice step forward for Microsoft (so was officially killing support of IE6) however they waited way too long, I cannot see them rising to what they once were, there is new competition and if I may say so, better browser vendors out there. I do like IE9, though I only used the beta, not actually grabbed the release, I don't think I'll be using it.
  10. Bah, I wanted to join in too! <?php require_once 'globals.php'; //created by Robert Sene & Alex Gregory //Copyright 2011 Demonic Soldiers & [url]www.DemonicSoldiers.com[/url] //^^DO NOT REMOVE!^^ if ($ir['user_level'] != 7 ) { echo 'Go away, maybe?'; $h->endpage(); exit; } if(!isset ($_GET['spend'])) { echo ' Welcome to the Owner refil all users centre What would you like to do today? [url="'.basename(__file__).'?spend=1"]Refil All Users[/url]</p>'; } else { $db->query('UPDATE `users` SET `brave` = `maxbrave`, `will` = `maxwill`, `hp` = `maxhp`, `energy` = `maxenergy`, `hospital` = 0, `jail` = 0 WHERE (`fedjail` = 0)'); $users = $db->query ('SELECT `userid` FROM `users` WHERE (`fedjail` = 0)'); while ($u = $db->fetch_row($users)) { event_add($u['userid'], '[url="viewuser.php?u='.$userid.'"]'.$ir['username'].'[/url] Unleashes a healing aura. You suddenly feel stronger, rejuvenated and full of will and power. You see the Hospital and Jail emptying too!</a>'); } echo ' Done</p>'; } $h->endpage();
  11. You're right I could get away with just using one or the other, however the way I've done it, seemed to be the logical choice.
  12. Oh um lol.
  13. Congrats on fixing it yourself, now go get your wall re-plastered. ;)
  14. Bah I didn't read all the code but hey point still valid...
  15. Sounds good, Dave. :)
  16. Good job :thumbsup:
  17. != is "not equal" therefore what the previous guys have told you is correct, how about showing some respect to people trying to help you?
  18. Certainly sounds good.
  19. I think it's like something I use on mine too but I cannot remember, nor be assed to check.
  20. Djkanna

    PHP Emails

    As ROZ said, formatting your email correctly can help matters.
  21. He's using the standard 4 space tab indent, which is what a lot of people including myself use, there is no problem...
  22. Again nice work Karlos.
  23. Djkanna

    iMakePlay

    Wish I wasn't staring at the screen upon visiting, scheme really isn't easy on ones eyes. I wish you luck, the idea sounds good.
  24. Honestly I'd prefer readability rather than speed, not that it's a big speed difference. If you want un-readable code, that's your choice, but if your showing that code, whether it be in the form of looking for help with it, or giving your application away, make it readable! :D
  25. The idea wasn't for me to tell him, he's the one that mentioned it in the first place. However he said only Alain had called him that no one else did, so I posted this in hopes of someone else other than me expressing the same thoughts about him, which are true he is the mod king. If I had sent this to him via PM the whole point would have been lost and um I would have just told him it via MSN when he mentioned it. It's really about time people showed their appreciation for the hard work developers do for the users of MCC engine.
×
×
  • Create New...