Jump to content
MakeWebGames

John99

Members
  • Posts

    491
  • Joined

  • Last visited

    Never

Everything posted by John99

  1. Re: 3 Word Game on the floor
  2. Re: Counting (nr game) 2194
  3. Re: Daily Donators Reward [Mccode v2] As for this include(DIRNAME(__FILE__) . '/globals.php');   I would use include_once($_SERVER['DOCUMENT_ROOT'] . "globals.php"); i think thats right lol
  4. Re: what can it be?   Oh okay, thanks for thoses tips :P
  5. Re: what can it be? Hmm i aint sure try UPDATE `uBANK` SET `bMONEY` = `bMONEY` + floor(`bMONEY` * 0.01) WHERE (`bMONEY` > '0') Or UPDATE `uBANK` SET `bMONEY` = `bMONEY` + floor(`bMONEY`, * 0.01) WHERE (`bMONEY` > '0') Aint sure..
  6. Re: New explore city (HTML)   True
  7. Re: A simple, fast database class for PHP 4+ and MySQL Hmm well i tryed the db class and i got that:S
  8. Re: A simple, fast database class for PHP 4+ and MySQL I tryed this as fast as i could got something on page like Array { [0] => Array( [username] => Admin [level] => 1 ) ) Something like that
  9. Re: A simple, fast database class for PHP 4+ and MySQL Didnt answer my question lol:P
  10. Re: need some help   Oh okay then
  11. Re: [mccode] Choose Gender Then edit like phpmyadmin > users > gender aint hard then prefs then dropdown.. maybe do somethink like this if(!in_array($_POST['gender'],array("Male","Female"))) { die("Invalid gender! > Back"); $h->endpage(); exit; } If gender is not male or female it will say invalid gender!! May have done it rong aint sure
  12. Re: A simple, fast database class for PHP 4+ and MySQL   In what way? i may use it but if im correct mysql_query is alot faster than using a db class right?
  13. Re: A simple, fast database class for PHP 4+ and MySQL Question: mysql_query is alot faster than using a db class right?
  14. Re: A simple, fast database class for PHP 4+ and MySQL Thank's Nyna maybe ill use this :) +1
  15. Re: need some help And did you buy that shoutbox? yeah i know it nothing to do with me just asking xD
  16. Re: need some help Learn to code edio :P I see you put http://www.criminal-town.edgeweb.co.uk/login.php# so they when click register nothing happens i just wrote http://www.criminal-town.edgeweb.co.uk/register.php once i registered i was like wtf, lol maybee check that out lol User i registered with is below Username: alex Password: alex Why alex just cba to use my info lol,
  17. Re: Guess the next poster Haha i win! lol Iamwicked Next :P
  18. Re: Guess the next poster   Noo lol Crazy-T next :P
  19. Re: what you think of this header :P   Looks good ;)
  20. Re: [MC Code V2] Custom Error Pages   All you have to say is Intresting! lol!
  21. Re: [need help]car mod Dont even have the mod .. dont want it too
  22. Re: [need help]car mod There Told you on msn damn you are soooo anoying
  23. Re: [need help]car mod then your missing power function
  24. Re: [need help]car mod Search in all of the car files for the function called power?
  25. Re: [need help]car mod Says line 1 show line 1, 2, 3
×
×
  • Create New...