Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. They have a 'database' full of the md5s, and the text password to match, then it just searches
  2. Just send them a new one, its impossible to decrypt an algorithm. Them games most likley store the password as plain text.
  3. Danny696

    Php books?

    Ive got afew oriely books, and 'for dummies' books, all are usefull.
  4. Language please Jordan, forum is PG-13, now ban yourself!
  5. Meh, im not sure, it was a long time ago.  
  6. Nice tut!
  7. I thinks its more of the development stages part...
  8. Question 18 about Windows IIS Things, was wrong   I too got question 13 wrong.
  9. Danny696

    Coding

    How can he learn new stuff, hes mastered it!!!
  10. Its just a class with either good or evil.
  11. Spud; McCodes is exacally that, MonoCounty Codes Already said it ;)
  12. Lolwut dayo oO   <?php header("Location: robbery.php"); ?>   make that criminal.php, (after making he file robbery.php with the old criminal.php code) should work fine then :)
  13. I think sniko can develop in actionscript, Speak to him.
  14. I belive he did, but it was very different, it was stand alone, and just lacked something, which I belive this mod has.
  15. Well, I saw a mod a while ago, for $65, for something like this. The link is now dead though. With the BGF coming soon, this is the perfect mod for it.... For example, a sniper, add a scope, makes a scoped sniper. This mod allows for this to take place, with ease.. This mod is incorporated with the job file. It lets you players learn and collect recipes, collect the required ingredients, then craft the items. As the recipes are linked to the jobs, you can add unique recipes to each job. I may soon be creating a stand-alone version of this. It can use an unlimited amount of items, and quantity, and change these into one. Any questions just ask... Paypal: [email protected] Will send to the paypal address, unless other wise told about.... I have also added a demo, which can be found at.... http://www.mccodes.daniel-hanson.com Two recipes currently available
  16. Good look dayo!!
  17. Danny696

    Copy?

    How couldnt he have got his game soo like torns :S
  18. is it -.- Notice the ' and ' kthxbi
  19. I doubt youll get any of that for free, PM'd
  20. I know, change the old query to this one: ysql_query("UPDATE `users` SET `Gameip` = '". $gip ."' WHERE (`userid` = ". $userid .");",$c) or die(mysql_error());
  21. My bad, try this:   mysql_query("UPDATE `users` SET `Gameip` = ". $gip ." WHERE (`userid` = ". $userid .");",$c) or die(mysql_error());
  22. william, try searching for them.
  23. And william, never post your cronjobs like that ;)
  24. change mysql_query("UPDATE users set Gameip=$gip WHERE userid=$userid",$c); To this: mysql_query("UPDATE `users` SET `Gameip` = ", $gip ," WHERE (`userid` = ". $userid .");",$c) or die(mysql_error()); Then see if it displays an error, and post back :)
  25. Timestamps, or pay for a host :)
×
×
  • Create New...