Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,138
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by Djkanna

  1. Over-complicated... <?php $username="SMOKEY_TEK"; $colours = array ( 'even' => '#FF0000', 'odd' => '#000' ); $length = strlen($username); $newName = ''; for ($i = 0; $i < $length; $i++) { $state = (($i+1) % 2 == 0) ? 'even' : 'odd'; $newName .= '<span style="color: '.$colours[$state].'">'.$username[$i].'</span>'; } echo $newName; Would be a simpler method, also much easier to read. Or the link RulerOfZu posted. Or even http://blog.kungf.eu/wp-content/uploads/gradient.class.phps, may be a more suitable option, if you're using it for multiple members.
  2. http://www.fontspace.com/category/wanted ^Western styled fonts (check license some are personal use only other commercial).
  3. Easy of navigation, if it takes me more than 30 seconds to find the very small (hypothetical example) sign up button at the bottom of the page, I'm gone.
  4. Interesting idea, sounds good best of luck with your improvements. *Sorry had nothing of value to add in suggestions, just wanted to say I liked the idea.
  5. Add below $price = ($_GET['quantity'])*($im['price']); //Line 49 if ($price > $ir['money']) { echo '<p>Sorry you cannot buy this much, <br /><a href="index.php" title="Home">Back home</a></p>'; $h->endpage(); exit; }
  6. You're just as awesome. :D From scratch.
  7. Other people cannot use your searches. :)
  8. CSS; overflow: auto;
  9. It needs to be more in-feel with the genre you've chosen. It's supposedly a post-apocalyptic game? I don't get that feel when I view the game. What does crystals have to do with the aftermath of an apocalypse, surely you'd choose something more related to the theme of your game? And I've not even signed up yet... One a side note, care to provide a demo account for the people that you are wanting to evaluate your game?
  10. Login page: Why is all the text just an image?
  11. mysql_query('UPDATE `health` SET `health` = `health` + 1 WHERE (`health` < 100)'); Would go up 1 each time health is below 100, but I worry, how is this now user specific? And why is there a table devoted to health?
  12. You should sell it, all in one go and remove the #whitespace, as like I said before it doesn't look right. :) Along the way, it seems to have lost it's alignment also, but shouldn't be difficult to fix.
  13. Djkanna

    No idea

    Having to read a pointless new post, on an old pointless topic, when the topic should either have been deleted for pointlessness(word?) or locked. Same principle applies to the new members that sign up and decide to say 'Nice mod' on a 2007 topic, for no apparent reason. If they really want to show gratitude, then use the pm feature...
  14. Djkanna

    No idea

    I think you mean thread, and see this is how annoying it is. ;)
  15. This is what I don't like, I did an example just to show. http://makewebgames.io/showthread.php/36327-No-idea?p=255888&viewfull=1#post255888 A topic over a year old, and I continued the conversation, for no aparent reason, there is no need for people doing this, that's why I agree we should lock most old topics, sure leave the mods open if you like but these ones have no need to be still open.
  16. Djkanna

    No idea

    Oh you never have a clue do you Paul. Example: for http://makewebgames.io/showthread.php/39500-Locking-of-old-threads/page2
  17. Really didn't look hard enough. http://makewebgames.io/showthread.php/36279-One-Click-Attack-System (less than a minute using the search feature)...
  18. Djkanna

    VPS Help

    OS = Operating System. All of those can work, I cannot say much more as I've only had limited experience with VPS' and that was using Centos, and at one point Ubuntu.
  19. Then instead of a text box give us options, that's the point I was trying to make, if we can type anything in there, then they may just be a problem.
  20. Djkanna

    Domain

    Lots of things are taken that aren't words, I mean Google wasn't a word to begin with (it is in the dictionary now I believe). I was lucky enough to grab the names I wanted for the .com wish I could say the same for Twitter usernames -_-. Anyway, just keep trying different names if nothing springs up then the .net is always a possibility.
  21. So how do I claim this award, in-game?
  22. While they are the same, he has a full image of it, your footer has the top cut out, which leads me to believe that it's probably a brush/vector of some kind.
  23. Well how can we offer improvement suggestions to existing features, if we cannot use said features?
  24. Ah, thanks. Maybe I should just read the whole posts more often. Best of luck, and please provide a demo Josh23. (:
×
×
  • Create New...