Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,138
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Djkanna

  1. ALTER TABLE `gangs` ADD `status` ENUM ( 'Peaceful', 'Aggressive') NOT NULL DEFAULT 'Peaceful' $gangStatus = $db->fetch_single($db->query('SELECT `status` FROM `gangs` WHERE (`gangID` = '.$_POST['gang'].')')); if ($gangStatus == 'Peaceful') { //Nope no war can be declared la. } Try something along these lines. (:
  2. Neither exactly "secure it", whatever it may be. abs() is perfectly acceptable here.
  3. Nice addition Analog.
  4. Sorry but don't lower your price just because two people say so. I'd happy pay (if I needed to) £75 for quality, considering a lot of companies are charging $150 - $200 per/page.
  5. Why would you want to hide your source, it's part of the web, I've found new techniques from viewing others sources, I'm happy to allow others to pick up the same techniques by viewing my source.
  6. Well a few years ago, it was the first engine I found after actually playing a MCCodes game. Now I only use it if I'm paid to do so, it wouldn't be a choice if I were to create a game. I'm still here because of people in this community, and I think others use it due to it's ease of use and it's huge diverse set of modifications available.
  7. Djkanna

    Send Mail

    Kieran, the <br /> tags are due to the code syntax highlighter, some form of issue that we have yet to solve.
  8. Oh my, I never thought I'd see a film reference from you Alain. :P Not a bad film either.
  9. Luna, Mars, Mercurius. Today, tomorrow, the day after tomorrow.
  10. As of 2.03 that file is non-existent.
  11. The Chinese has one of them, what it does is deletes the data when it gets full, voila unlimited data storage.
  12. Soul - a genre of music.
  13. Words - allow us to talk to one another.
  14. Call it after the exp is given in the Attack leave file.
  15. Story - Something of which we read,listen and tell.
  16. We'd hate you also. What if world ran backwards?
  17. Fox - Fox and the Hound, good novel.
  18. It would be finished, and I wouldn't have people bugging me to finish it (Yes Spud I am looking at you >_<) What if the world was square?
  19. Nice tutorial, Nattsurfaren. :D
  20. I think the poster means, rather than displaying over 100% exp just automatically update the level instead. A way this could be done is after crediting them their exp just call the check_level(); function again.
  21. Very amusing, and true, bookmarked! :-D
  22. I voted for HTML(5) and JS, however after seeing what you can do with Silverlight, I had to vote for that also.
  23. if ($lines == 1) { } not if ($lines = 1) { } same with the other if ($lines = x) statements, you can always assign the value of x to the $lines variable, that's why it's only showing three, rather than the option you selected.
  24. I've seen it before, it's not that bad really, but I've personally never used it.
  25. Cool tutorials, I must look at this tool sometime. (: You do have static issues with your microphone at times though.
×
×
  • Create New...