Jump to content
MakeWebGames

John99

Members
  • Posts

    491
  • Joined

  • Last visited

    Never

Everything posted by John99

  1. Re: 3 Word Game //this bit dont count what i have in the // i have no? why lol F*** nose lol i have no
  2. Re: forum posts   Can use any i want :wink: when using require_once if it dont find file page dies :P thats why i use that some times.
  3. Re: [any V] Possible mod for prevention of SQL injections on DP's (item version) Link to Php.net / ctype_digit
  4. Re: forum posts requre_once("globals.php"); I ment to say require_once lol
  5. Re: [v2] Car Mods I dont think any of uses dont even know how to use the search form. I typed: Car mod: Click Here! Wasnt hard eh?
  6. Re: What would be better to use? Meh thinks the second one
  7. Re: forum posts   Rofl. Try this   <?php require_once("globals.php"); echo 'Showing the last 10 forum posts '; mysql_query("SELECT `topic` FROM `forum_topics` ORDER BY `last_post_date` DESC LIMIT 10"); /* -- Show your stuff here!! */ ?>   Or this is yours i done:   <?php requre_once("globals.php"); $_GET['action'] = isset($_GET['action']) && is_string($_GET['action']) ? trim(strtolower($_GET['action'])) : ""; switch($_GET['action']) { case "forum": forum(); break; } function forum() { global $db,$ir,$c,$userid, $myf; print "Showing the last 10 forum posts <table width=75% cellspacing=1 class='table'><tr style='background:gray'>"; mysql_query("SELECT `topic` FROM `forum_topics` ORDER BY `last_post_date` DESC LIMIT 10"); /* -- Show your stuff here!! */ } print "</table>"; ?>
  8. Re: Battle ladder [Mccodes V2] Just done a little update :P  
  9. Re: [V2]Updated Header[V2]   You didnt answer the question Wickidnezz whats that for? lol unlike you Crazy-T i got a life i dont sit online to answer questions for idiotas Meh? lmfao i don't think so, i have a real life unlike you. And you didnt even answer the question.   Yup   lmfaoooo.
  10. Re: [V2]Updated Header[V2]   What was the Nice +1 for? lol
  11. Re: [V2]Updated Header[V2]   You didnt answer the question Wickidnezz whats that for? lol
  12. Re: A simple, fast database class for PHP 4+ and MySQL I love this DB class now i think its really good :)
  13. Re: [v2] Shops.php Theres no point even having all them in one city people will get bored, to fast thats why people have citys to people have to do more stuff.
  14. Re: 3 Word Game kicks him in
  15. Re: FLASH MENU ($30)   I would say the second one is the best
  16. Re: Some help with jobs.php error I allways use or die (mysql_error()); on my queries[/by]
  17. Re: [v2] Car Mods   ALTER TABLE `users` ADD `cars_owned` int(11) NOT NULL default '0', ADD `cars_won` int(11) NOT NULL default '0', ADD `cars_lost` int(11) NOT NULL default '0', ADD `cars_challs_sent` int(11) NOT NULL default '0', ADD `cars_challs_accpt` int(11) NOT NULL default '0', ADD `cars_challs_decln` int(11) NOT NULL default '0', ADD `cars_races_won` int(11) NOT NULL default '0', ADD `cars_races_lost` int(11) NOT NULL default '0', ADD `cars_races_income` int(11) NOT NULL default '0', ADD `cars_races_friendly` int(11) NOT NULL default '0', ADD `cars_races_betted` int(11) NOT NULL default '0';   Should work or this? i aint sure.. ALTER TABLE `users` ADD `cars_owned` int(11) NOT NULL default '0', `cars_won` int(11) NOT NULL default '0', `cars_lost` int(11) NOT NULL default '0', `cars_challs_sent` int(11) NOT NULL default '0', `cars_challs_accpt` int(11) NOT NULL default '0', `cars_challs_decln` int(11) NOT NULL default '0', `cars_races_won` int(11) NOT NULL default '0', `cars_races_lost` int(11) NOT NULL default '0', `cars_races_income` int(11) NOT NULL default '0', `cars_races_friendly` int(11) NOT NULL default '0', `cars_races_betted` int(11) NOT NULL default '0';   Correct me if i am wrong..
  18. Re: [mccodes] 5 Card Draw [10$]   I dont think there is anybody for it lol
  19. Re: FLASH MENU ($30) Wow they look kinda good :) +1 and i've neva see and flash menu like this too on an mcc game ever! $30 is a fair price
  20. Re: Counting (nr game) 2196
  21. Re: 3 Word Game bags and rolls
  22. Re: Number Game! [V2]   There's no difference? so why not?, I'm used to using $ir['userid']... its easy enough to type.. so why not Nothing i was just saying most v1 lite and v2 use $userid at the end of queries xD not $ir['userid'] :D
  23. Re: Number Game! [V2] Why you have $ir['userid'].... $userid would just be the same. Or even $_SESSION['userid'] .. ? i think lol
  24. Re: NEAB 4.0 Donation Mod $10.00 Sounds good BreakingLight
  25. Re: [self Made] New Login Page   Is the same as this one on here hes just altered bits!
×
×
  • Create New...