Jump to content
MakeWebGames

Djkanna

Members
  • Posts

    3,137
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Djkanna

  1. Chav Wars I believe runs on GRPG (not sure on the link but it's been advertised on here a few times).. It's not a bad engine but it's not practical either..
  2. "heard" - isn't a good word when accusing someone ;) If so please take it to PM :)
  3. I like to use MySQL Improved when I can :P but in some instances it just doesn't fit especially when working with pre-existing scripts
  4. :D sorry I just gave the code a quick scan :O Um.. Wikipedia is usefull but PHP's manual is more usefull when it comes to PHP :O
  5. $i = mysql_fetch_array($query) returns as an array, http://www.php.net/array abs() = absolute http://www.php.net/abs $c = the connection identifier http://php.net/manual/en/function.mysql-connect.php If I missed anything sorry I don't function well at 2:30am :O
  6. Works first time for me :S then again I rarely have to sign in.
  7. And to see how, check the parameters section of PHP's manual on sprintf http://uk.php.net/sprintf
  8. [infobox]Keep it friendly![/infobox]
  9. $db->query("UPDATE `users` SET `energy`=100; That's the error ;)
  10. Djkanna

    Guards

    Good job Hms ;)
  11. Nice try ;) Line 35 will error!
  12. Wouldn't really help tbh ;) It's a short enough code to read it anyway. Maybe but it's nicer to see it in it's syntax and not red.. First Posted Edited(Reason: Wrapped in PHP tags) ;)
  13. mysql_query("UPDATE `users` SET `testing`=`testing` -10 WHERE (`userid` = ".$userid.")", $c); ^Just preference :P
  14. I know I appologise about that!
  15. That's my problem to Sniko :S
  16. Nice idea Dom
  17. Your welcome but try not to insult us from other forums it's not nice ;)
  18. No one knows PHP anymore not even the creators it's gone it's own way sure we'll have decent understanding of how it works but none of us will fully know PHP :)
  19. Start again! Good luck with sales. (To all that's posted you're more than welcome to leave comments but don't strive off topic and ultimatly damage potential sales!)
  20. Yeah it was extremely strange but hey at least now I know something about them :O and thank you. Yeah I was a little um what's the word to use it because not many people here that work with MCCodes uses try {} catch(){} ... It's pretty nice and using PHP exceptions (which I'm about to read another tutorial on :O
  21. I guess I'll be the first to post! Looks good Joshua well done ;)
×
×
  • Create New...