Jump to content
MakeWebGames

Danny696

Members
  • Posts

    2,632
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Danny696

  1. if (!in_array($_GET['action'], array('name', 'delete', 'delete2', 'wars', 'respect', 'members', 'apps', 'bank', 'ann', 'tag', 'kick', 'armory', 'uarmory', 'desc', 'logo', 'pres', 'id', 'mw'))) { echo "Invalid Command!"; exit; } is in the wrong place
  2. Ill code for you, if you ask nicly :P
  3. replace mysql_fetch_array with $db->fetch_row for V2
  4. Wow, i make that 6.
  5. Simple answer, make one.
  6. Danny696

    GYM

    Afraid, i cant change that, ill mess it up.
  7. Danny696

    GYM

    Well, for some reason, its fine for me :/ ive changed the login+regsiter text, as it was hard to read.
  8. Didnt mtg just post that query, then you c/p'd it. :whistling:
  9. Danny696

    GYM

    Well, not alot to say, i would like critisim in a pm ;) my game is called GraveYard; Madness, link is: http://www.gravemadness.com ?(
  10. Two lines to fetch a row, optomize: $job = $db->fetch_row($db->query(some query));
  11. Add a coloum in the coursec table, open the day cron, find where it give the stats when the course is completed, and use the item add function. Hope that helps
  12. Its a paid mod, and [mysql]ALTER TABLE `users` ADD `maxfatigue` VARCHAR( 255 ) NOT NULL DEFAULT '100'[/mysql] why is it a VARCHAR??, use INT(11) so its a number
  13. The <html> & <body> & </body> & </html> isnt needed, it is allready in the globals file.
  14. I took it the wrong way, sorry
  15. Your the one making assumptions show me where i said that sprintf will secure your site. -.- didnt think ya could. the TP said; $query=("blah blah blah");$db->$query; i was correcting them, get your facts rite, then come back.
  16. I cant find any good ones.
  17. Danny696

    PHP Help

    Me look smart, no, i was just saying, that you can make your own lang, like php, in c ;)
  18. Says i need a serial code, that means its not free.
  19. Danny696

    PHP Help

    Learn C/C++/C#, then make your own lang, thats eiaser
  20. thanks, ill give it a go.
  21. Hmm, i never said it secured it, just saying what they ment to say ;)
  22. Lol, the mcc database, is stupid, the easy insert, its eaiser just to do the damn query, thats why you never see it used.
  23. I re-did it for ya, didnt know 100% what you needed, heres the easy fix, $q=$db->query("SELECT u.userid, u.username, u.level, u.hospital, u.hospreason, u.display_pic, u.gang, c.* FROM users u LEFT JOIN gangs c ON u.gang=c.gangID WHERE u.hospital > 0 ORDER BY u.hospital DESC",$c); You didnt select the display pic, where in jail, and my scipt, it was selected. Hope that helps more.
  24. post up your house page, or pm it to me
  25. Someone tell me how to do that thingy, so i can have 2 os' at the same time please.
×
×
  • Create New...