Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. Hang on, are you sure that template was made by Peter, it looks very common, doesn't look like his work to me, I probably am wrong though. Yeah I couldn't see it being that though Dave. Strange aswell that the games ideology is based on fairness ;)
  2. May I ask why 40% of the game, but only 35% of net profit
  3. An os --to short--
  4. Oh, I remember you, love your graphics, keep it up.
  5. I know most android apps are Pirated
  6. OOP is actually Object-Oriented PROGRAMMING, not PHP. OOP can be usefull, it depends on what your doing, and what's your preference. Also, in time.php, line 3 should be; $otime = new time(); As you have a construct function, use it.
  7. Can we see the code?
  8. Good idea, but I'm not sure if I would want it in a game I was playing
  9. No offence, but I do think this is slightly bias to the nwe engine
  10. That second one is actually very very good, good luck with the game...
  11. Rite thanks guys. A lot of needed questions have been answered here..
  12. Not harsh at all, 1000000% agree with this. That is all
  13. Yeah, I'm using my tablet now, and the apps are very good, but I do have a feeling that apps are taking the users away from the text based gaming industry.
  14. I see what your all saying, I just cant seem to find any active games recently. Just lead to me wondering if there were any active games any more.
  15. Do you realise you aren't allowed to do it so people on one platform play another e.g. Pc to Xbox?
  16. Hey guys, recently I've been looking at some games, and have realised that not many people are playing text based games any more, do you feel the same way?
  17. Wow, nice, very nice. Maybe not the bar with the news though...
  18. I've seen I think all of family guy, so I would say I enjoy watching American dad more, as I haven't seen some of them.
  19. Looking damn good...
  20. Yeah, that closed we can register huh...
  21. Fuck! Didn't even notice the second one until I read the replies
  22. Tested,works, simple, yet more complicated;   <?php function my_encode($string) { $letters = preg_split('//', $string, -1, PREG_SPLIT_NO_EMPTY); foreach($letters as $letter) { $intletter = ord($letter); if($intletter != 32) { $intletter +=1; } $newletter = chr($intletter); $return .= $newletter; } return $return; } function my_decode($string) { $letters = preg_split('//', $string, -1, PREG_SPLIT_NO_EMPTY); foreach($letters as $letter) { $intletter = ord($letter); if($intletter != 32) { $intletter -=1; } $newletter = chr($intletter); $return .= $newletter; } return $return; } $string = 'Hello world'; $encoded = my_encode($string); $decoded = my_decode($encoded); echo 'Plain text: '. $string; echo '<br />Cyphered text: '. $encoded; echo '<br />De-Cyphered text: '. $decoded;   Strange, there are br's in their, but they don't seem too show
  23. Danny696

    ColdBlooded

    It was dabs' a while back, and cb make the topic... Happy birthday cb
  24. I'm sure it said it was you, strange. Sorry about that.
  25. Wow, bet you tried hard to type properly on that post. I was simply saying you both speak same, I actually haven't seen anyone else recently speak like you both you. How do I speak like an donkey? I simply speak like a normal English speaking person. Djkannas post was simply asking a question, nothing nasty about it. No ones actually said anything bad in this thread, just chav couldn't take people proving him wrong.
×
×
  • Create New...