Jump to content
MakeWebGames

John99

Members
  • Posts

    491
  • Joined

  • Last visited

    Never

Everything posted by John99

  1. Re: Ajax Contact Form   Theres no need for that you can just put stripslashes..........
  2. Re: Businesses Mod [Mccode V2]   use Business listings Create a business Your business should work Yeah would work but i would use the same but like this Business listings Create a business Your business   :P
  3. Re: Poison Users ($5.00) Yes we were just saying basicly, anyone can make this with the matter of 5 mins, its just an recoded friends list.
  4. Re: Poison Users ($5.00) Why was my messages :@ removed?
  5. Re: Donators List I only copyed his, i didnt take sprintf out.. but really theres no need to sprintf it
  6. Re: Donators List   Yours ^ Mine below This one looks a bit nicer. :P in my own way lol   $q = $db->query(sprintf("SELECT `donatordays`,`userid`,`level`,`username` FROM `users` WHERE (`donatordays` > '0') ORDER BY `donatordays`"));
  7. Re: [V2]Updated Header[V2]   ROFL!!! So "Miniballs" your not funny! (Directed At "Minigirl") rofl
  8. Re: [V2]Updated Header[V2]   As far as i no i have NEVA sold stolen mods! so dont try say i did "2Pacalypse" you may do but i dont.   That still doesn't answer the question that everyone is asking, you obviously don't know. I bet you felt so smart when you posted that, I can picture you sat at home - "Oh he's gonna be so gutted when he reads this...HEY! Brother-Daddy, Mumma-Sister, come read this, your gonna laugh so hard we are gonna lose the rest of our remaining 3 teeth" So don't start with me because this road ends badly for you, you come out looking more retarded than you did in the first place :-) Lol.
  9. Re: need some help You paying for someone to help you?
  10. Re: [mccodes] Dogtags [$30.00] Yeah looks really good :) +1 @ Absolute Zero
  11. Re: 3 Word Game //LOL He went to
  12. Re: Looking for a one click attack system that works with V2 Yeah true.
  13. Re: Looking for a one click attack system that works with V2 $40 wtf, i brought one about 1 year ago or like 2, 3 years ago for $5 so where did th $40 come from!
  14. Re: cron jobs and event_add Are you running V2? i guess?
  15. Re: cron jobs and event_add So your trying to add an event to crons?
  16. Re: Need a Windows Server!! Sponsor me. Theres loads of sites that do VPS lol
  17. Re: [Review] Chaos Relic - www.chaosrelic.com What is it mc codes?
  18. Re: [V2] Current Status - What's going on? No not sure but i posted the other day tryed editing my post after like 10/30 mins i could'nt lol, ask mdshare he will tell you.
  19. Re: Strange Ip problem lol
  20. Re: [V2] Current Status - What's going on?   Lol, its more like after 10/ 15 minutes you cant edit your post
  21. Re: Just realized I never introduced myself Yeah lol, and also too Annie Welcome to CE.
  22. Re: forum posts oh lol Just use code tags :D
  23. Re: [V2] Current Status - What's going on?   Woops lol
  24. Re: [V2] Current Status - What's going on?   <?php // Pwetty colours xD echo ' <table class="status"> <tr style="text-align:center;"> <td> [b]Your current status[/b]: </td> </tr> <tr style="text-align:center;"> <td>'; if($ir['hospital']) { echo 'You are currently in hospital for '.number_format($ir['hospital']).' minutes.'; } else if($ir['jail']) { echo 'You are currently in jail for '.number_format($ir['jail']).' minutes.'; } else if ($ir['new_mail'] > '0') { $mails = ($ir['new_mail'] > 1) ? "s" : ""; echo 'You have new mail'.$mails.'! Check your [url="mailbox.php"]mailbox[/url] to read it.'; } else if ($ir['new_events'] > '0') { $events = ($ir['new_events'] > 1) ? "s" : ""; echo 'You have new event'.$events! Check your [url="events.php"]events[/url] to check whats going on.'; } else { echo 'All is fine for you at the moment!'; echo ' } </td> </tr> </table>';   Nothing much added just added if they have 1 mail it will say you have new mail or if they have more it will say mails same for events :D
  25. Re: forum posts   How come its going off the page ? lol
×
×
  • Create New...