Jump to content
MakeWebGames

Danny

Members
  • Posts

    302
  • Joined

  • Last visited

    Never

Everything posted by Danny

  1. Re: New Login Page, Great look!!!   Why criticse all others logins, and you havn't posted a example of youre logins, and i think thay he saved his screenie in paint. because he is selling it, he wont give them sh*t quality work will he.
  2. Re: Modification Help   :D i think he does, should he of posted in Modifaction Request's
  3. Re: [FREE] [V2] 2 Game Styles/Themes nice theme's
  4. Re: What is the best Operating System Made by Microsoft thanks for input!
  5. Re: The Best Game Ever Released I say the best game ever released is the FIFA Or Tiger Woods Series they are really good
  6. Which is the best windows os Microsoft-Windows-3.11 Microsoft-Windows-95 Microsoft-Windows-98 Microsoft-Windows-98 SE Microsoft-Windows-Millenium Microsoft-Windows-2000 Pro Microsoft-Windows-Xp (home & pro) Microsoft-Windows-Xp Media Center Microsoft-Windows-Vista(Home basic-Home Premium-Buisness-Ultimate)   I vote Xp Media Center, but i liked 95 because you can learn what everybit of it means
  7. Re: Best Console Manufacture & Console 1st Manufacture = Microsoft, Console = Xbox360 2nd Manufacture = Nintendo, Console = The Wii ( just got one)
  8. Re: Has Chedburn of TC gone nuts? yes ched burn has gone nuts! because in the post he made were watching you, well isnt their too many mccode games 4 him to look at 24/7
  9. Re: Guess the lyrics Wanna Be - Lilly Allen and Dizzy Rascal
  10. Re: Things A Goverment Official Wont Say.... I will give you a free honor = instead of paying for one
  11. Re: My Little Business   he has staten he gets them from cpw (carphone warehouse)   I Buy i phones from a warehouse known as carphone warehouse... for around £160 but baught around 30 of them then listed them on ebay total costing me £4800 = $9600 includin fees £5000 = $10000. sold them on ebay for £240 each. thats £80 profit for each phone total profit made £2000 = $4000. have to stop now lol 1st june iphone going to go back to £269 cool isnt it Tongue
  12. Danny

    Beijing 2008

    Re: Beijing 2008 team gd didn't have a football (soccer) team due to the fact gb is made of england ireland scotland n wales so if say the manager was from wales their would be a uproar same with the players
  13. Re: Login [Free] its ok
  14. Re: Login [Free] youre login is great but its a shame some popele can not do simple instructions
  15. Re: CSS Textbox Edit ANY VERSION easy n why in free mods?
  16. in mccodes v2 the forums don't let you delete a topic :? any help will be appreciated
  17. Re: [V1] Register (V1) :? screenies Reason for edit,Screenie
  18. Re: Instant Messenger for Your Game! Screenies?
  19. Danny

    cod4 online

    Re: cod4 online call of duty: world of war is coming out on the 11th november 2008 so you know,
  20. Re: New Crime Page [V2] it still does the same thing
  21. Re: Kiddy Cartel here is a dl link for the ones i have got http://www.sendspace.com/file/2iz0gq
  22. well i was bord and some one was pestering me to buy them a domain n hosting so i simply used google and found http://fbox.us/forum/index.php/topic,321.0.html all you need to do is post i think and you get a .com domain for free
  23. Re: New Crime Page [V2] SQL TO SHOW CRIME GROUP BRAVE ALTER TABLE `crimegroups` ADD `cgBRAVE` TINYINT( 2 ) NOT NULL ;   now go into staff_crimes.php and find the bit where it says new crime group function and replace with this function new_crimegroup_form() { global $ir, $c,$db; print "Adding a new crime group. <form action='staff_crimes.php?action=newcrimegroupsub' method='post'> Name: <input type='text' name='cgNAME' /> Order Number: <input type='text' name='cgORDER' /> Crime Group Brave: <input type='text' name='cgBRAVE' /> <input type='submit' value='Create Crime Group' /></form>"; } function new_crimegroup_submit() { global $ir,$c,$userid,$db; if(!isset($_POST['cgNAME']) || !isset($_POST['cgORDER'])||!isset($_POST['cgBRAVE'])) { print "You missed one or more of the required fields. Please go back and try again. [url='staff_crimes.php?action=newcrimegroup']> Back[/url]"; $h->endpage(); exit; } $db->query("INSERT INTO `crimegroups` (`cgNAME`, `cgORDER`,`cgBRAVE` ) VALUES('{$_POST['cgNAME']}','{$_POST['cgORDER']}', '{$_POST['cgBRAVE']}')"); print "Crime Group created!"; stafflog_add("Created Crime Group {$_POST['cgNAME']}"); }   This was coded by me This is a free addon to richards crime page, not to be used with anyother crime page
  24. Re: New Crime Page [V2] well to make this show just add a new feild in crimegroup called cgBRAVE and do it manually as i can not make it so you can do it from staff i will post more up here when it is down
  25. Re: Login [Free] :-D very very very good! :mrgreen:
×
×
  • Create New...