Jump to content
MakeWebGames

Joel

Members
  • Posts

    1,169
  • Joined

  • Last visited

Everything posted by Joel

  1. Re: Whats your Favourite Sport!   Lol Criminal, Hope you can bat a Ball, And make sure you use Protection, You never no where the BALL Will end up! :lol:
  2. Re: Whats your Favourite Sport!   Lmao na worest sport in the world, 1/9 chance of getting hit in the balls + They all were white uniform like there going to a tea party, and there all pussies going in when it rains. Lmao Matt, you made my day
  3. Re: Whats your Favourite Sport! Lmao noooo, Cricket is BORING!
  4. Re: Biggest Production Bike Below is the FASTEST Bike in the World!
  5. Re: Xbox 360 vs Playstation 3 Im not to sure about the PS3 as i havnt Played it yet, But the xbox360 is good because ive played it, hmm, Ill have say xbox360 is the best :|
  6. Re: Whats your Favourite Sport! Football & Rugby.... Is that what you mean Matt......
  7. Re: Whats your Favourite Sport! Haha lol its in My Sig Couldnt you guess that i support man u? :/
  8. Hey Guys, Im bored so i thought off making a new Topic About Sports, Just tell a little info on whats your best Sport, I like Football, Because i've been playing it for 7 Years Probaly More........ Whats your Favourite?........ :|
  9. Re: Tell A Friend Good work Ze0n! :-D
  10. Re: Mod Idea Wants to know if its possible???HELP??   Yeh it was easy, too easy......
  11. Re: Mod Idea Wants to know if its possible???HELP??   Yes then you will go and look at the "Sex Change" in Preference's and you will see you have to re-mod it :|
  12. Re: Mod Idea Wants to know if its possible???HELP?? If you need any more Help, Just ask me on MSN as usual! :| Theres his New Race List: Thats Located in viewuser.php: - Extermination
  13. Re: Mod Idea Wants to know if its possible???HELP?? Yes, Its pretty Simple Ill work on it :-D
  14. Re: Mod Idea Wants to know if its possible???HELP?? What do you mean I think you mean by Having Female, Male, you could have Male, Female, Vampires, Werewolfs and so on...... is that what you mean? :?
  15. Re: [Free] [v1] Find Random Money While Exploring Game It should work in V2 if not then read the (V1 to V2 Conversion) And if you would like crystals then just add this   mysql_query("UPDATE users SET crystals=crystals+$randm WHERE userid=$userid", $c);   and do the same for items but a little Similar :/
  16. Re: House Upgrade Mod! If your Confused about adding the SQL, Then just Run this......   ALTER TABLE `users` ADD `house` INT( 11 ) NOT NULL DEFAULT '1';   :)
  17. Re: Updated Money & Crystal Bank [V2] Nice :)
  18. Re: [V2] Numbers Game   Well it Sounds like, Its something to do with "numbers" :/
  19. Re: NEW USERS IMAGE GALLERY FREE!!!!! Nice :)
  20. Re: City Names Look on the Submitted mods, I posted a Explore page thats shows the city name near the top, Take that bit out and put it in your explore page :/
  21. Re: Free 2 - Slots   Look for a Game thats got Nynas mod and then copy the images :/
  22. Re: [V2] cars_mod staff_cars case 'givecar': give_car_form(); break; case 'givecarsub': give_car_submit(); break; case 'addcar': addcar(); break; case 'editcar': editcar(); break; case 'delcar': delcar(); break; case 'garagebeg': garage_user_begin(); break; case 'garageuser': garage_user_view(); break; case 'delusercar': user_car_delete(); break; Try That Hurra........
  23. Re: Free 2 - Slots No Worries I've got the Images Now :)
  24. Re: Free 2 - Slots Thanks Nyna, But I carnt get your Images, Because Your Site Isnt Working :/ Thanks Anyway :)
  25. Re: Mysql injection that actually works   <? function stripslashes_gpc( &$var ){ while( list( $key, $value ) = each( $var ) ){ if( is_array( $var[$key] ) ){ stripslashes_gpc( $var[$key] ); } else { $var[$key] = stripslashes( $value ); } } reset( $var ); } if( count( $_GET ) > 0 ){stripslashes_gpc( $_GET ); } if( count( $_POST ) > 0 ){stripslashes_gpc( $_POST ); } if( count( $_COOKIE ) > 0 ){stripslashes_gpc( $_COOKIE ); } ?>   Not sure if it works, But a friend told me, Im not very good at SQL Protecting :/
×
×
  • Create New...