Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,138
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Djkanna

  1. Screenshot or demo? Yes, I am incredibly lazy, but I am not the only one. :) Amend: Looking good. Amend Amend: Not to sure, why half a car is missing, nor why the car still exists within the two outer characters (blended with background) but, looking good.
  2. Djkanna

    Stamps.

    Yes okay, pretty weird topic to have, unless you're a stamp collector. A week ago, we (Britain) released a set of stamps "Britons of Distinction". As the general topic around here revolves around computers, I figured it may be of interest to someone, that included within the selection of 10, is Alan Turing. Link to the Royal Mail shop, with related commemorative products. -DJK.
  3. No, $ir isn't initiated within cron_hour, even if it is (3rd party code) it does not refer to the player viewing the file (in a nutshell, no keep it as $n).
  4. :eek::eek: Who wouldn't want that?:rolleyes:
  5. He has a valid point, it does seem weird why one would already need a game to win a game engine. EDIT: Okay Srachit's reply makes sense too. :p
  6. Either do <a href=\'index.php\'>Go Home</a>'; Or <a href="index.php">Go Home</a>';
  7. Fixed Link
  8. Well it's interesting, your forum is very inactive (as of checking), but the interviews we're somewhat a good read, so do more! ;)
  9. No worries.
  10. Here's the rest of them, I must say this dude does some awesome game designs.
  11. item_add($userid,$reward,1);
  12. Well it wasn't intended to be clear cut, copy and paste, it's just an example of how you may achieve what you're after.
  13. Lately, it's been pretty much in the style of W3Theory's work (http://www.w3theory.com/portfolio.php). Personally, I'm still a fan of the light grey,white minimalistic designs, but each to their own.
  14. I wouldn't say W3Schools is terrible, sure it's got quite a few misleading or just plain wrong information, but there's still some gems within their tutorials. Google is the best place to be when searching for tutorials.
  15. Yes, Happy Birthday, Cronus. Hope you had a good day.
  16. Oh wow, don't know why I didn't notice this before. :o Change {$i['itmpic']} with <?php echo $r['itmpic']; ?> Yes, but this is what happens when I don't actually bother reading the script, before answering. I just noticed ' ... ', in which I just assumed, "echo ' ... ';" (again not reading), therefore { } don't work. ;)
  17. authenticate.php would be a good start.
  18. You need to keep in the $userid = $_SESSION['userid']; Next, you'll also need to keep in the check for logged in, otherwise you'll be able to visit the page even when not logged in. Now, you can check if $_SESSION['loggedin'] is still being used, or not by v1 (I've no clue).
  19. <img src='itmpics/{$i['itmpic']}' Should be <img src='itmpics/'.$i['itmpic'].''
  20. Hey, I even made Q:17. lol ;)
  21. See that's all I needed. :P On to question 9. :D Q 16 Odin Odin.... That's all folk! :( I was just getting into it too. ;)
  22. Yes, I just don't know the answer to Q8 that's why it hates me. :D
  23. Okay question 8 hates me... :(
  24. <?php //Perhaps do some form of config/db/some other crap here... $var = 123; ?> <!--/Now the highlighter omits whitespace here, so lets just put a html comment. [imagine whitespace]--> <?php include ('include.php'); header('Location: tosomewhere.php'); ?> Pretty extreme and over used example, I understand not many will do such a thing, but as I said "[...]in some cases it's also beneficial to omit the closing tag.", this is one of those cases.
  25. No it's not needed, in some cases it's also beneficial to omit the closing tag.
×
×
  • Create New...