
John99
Members-
Posts
491 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by John99
-
Re: 3 Word Game //this bit dont count what i have in the // i have no? why lol F*** nose lol i have no
-
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.
-
Re: forum posts requre_once("globals.php"); I ment to say require_once lol
-
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?
-
What would be better to use?
John99 replied to Lithium's topic in MySQL, Oracle, Postgress or other DB
Re: What would be better to use? Meh thinks the second one -
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>"; ?>
-
Re: Battle ladder [Mccodes V2] Just done a little update :P
-
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.
-
Re: [V2]Updated Header[V2] What was the Nice +1 for? lol
-
Re: [V2]Updated Header[V2] You didnt answer the question Wickidnezz whats that for? lol
-
Re: A simple, fast database class for PHP 4+ and MySQL I love this DB class now i think its really good :)
-
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.
-
Re: 3 Word Game kicks him in
-
Re: FLASH MENU ($30) I would say the second one is the best
-
Re: Some help with jobs.php error I allways use or die (mysql_error()); on my queries[/by]
-
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..
-
Re: [mccodes] 5 Card Draw [10$] I dont think there is anybody for it lol
-
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
-
Re: Counting (nr game) 2196
-
Re: 3 Word Game bags and rolls
-
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
-
Re: Number Game! [V2] Why you have $ir['userid'].... $userid would just be the same. Or even $_SESSION['userid'] .. ? i think lol
-
Re: NEAB 4.0 Donation Mod $10.00 Sounds good BreakingLight
-
Re: [self Made] New Login Page Is the same as this one on here hes just altered bits!