Jump to content
MakeWebGames

Decepti0n

Members
  • Posts

    731
  • Joined

  • Last visited

    Never

Everything posted by Decepti0n

  1. Re: [mccode] Annoucement Mod Asynchronous (sp)
  2. Re: Item Market Problem How's it messed up?
  3. Re: [mccode] Mods 4 Sale meh, you gain adulthood when you act mature enough
  4. Re: [mccode] Mods 4 Sale Yeah, still cheap :P $50 - $60 for something simple would be more worth it Everyone just wants to sell and goes lower and lower :(
  5. Re: [mccode] Mods 4 Sale People charge way too cheap anyway, ruins a lot, everyone tries to under cut each other and fucks it up
  6. Re: [Free v1] Advanced Warning System kraig -- -- Dumping data for table `warnings` --   Anything with '--' before it in an sql query is just a comment, you can run it fine and it wont affect anything
  7. Re: FIRST THOUGH! red
  8. Re: THIS OR THAT? evil i guess Hotmail or Gmail
  9. Re: [mccode] Mods 4 Sale   Nah, Silver's good dw Btw, is that the bbcode thing I gave you? (dont really mind if it is) lol
  10. Re: Make Money from Your Site with these tips ! i've gotten the pin card, submitted it, they say they sent the check but.. eh
  11. Re: FIRST THOUGH! eggs
  12. Re: Username under Married instead of UserID just quickly $query = mysql_query('select `name` from `users` where `id` = "'.$theirid.'"); $array = mysql_fetch_assoc($query); echo "Marriage: ".$array['name']; just replace it with what everything's actually called
  13. Re: THIS OR THAT? batman! goudasgniuag or asgn983n2g92n1
  14. Re: THIS OR THAT? tw? lol san andreas or vice city :D
  15. Re: FIRST THOUGH! helloooooooooooooooooooooooooooo
  16. Re: FIRST THOUGH! elucidate
  17. Re: FIRST THOUGH! rent-a-cop
  18. Re: Bars over 100% ???? $ciperc = round($cdone / ($cdone + $cfailed) * 100);
  19. Re: Bars over 100% ???? $cdone = $rr[crimesdone]; $cfailed = $rr[crimesfailed]; $ciperc= ($cdone / ($cdone + $cfailed) * 100); // $ciperc = 15 etc Try that, dunno what the one after it is for
  20. Re: Bars over 100% ???? 22 / (22 + 3) * 100 = uh 88% if i remember right Guess its a maths problem
  21. Re: Free Multiple Event Deleter - FREE! So? Unlimited bandwidth, apart from not existing, will mean jackshit when you kill your server from overloading it Plus, who's gonna wait for (at most) 1000 events to load?
  22. Decepti0n

    New game

    Re: New game ^ wrong, but i still wish i had a laptop < unbelievably awesome V is a panda
  23. Re: Free Multiple Event Deleter - FREE! Bandwidth isn't a problem, but loading up 1000 rows puts strain on your server, and will take a hell of a long time to load, especially since you output it each iteration
  24. Re: Number format echo '$' . number_format(1852197591875198751975);
  25. Re: About Javascript wait, grant access? like enable it? because probably about 95% of users on anything will have javascript enabled and firefox comes with a built-in popup blocker
×
×
  • Create New...