Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: Enhanced Hall of fame [v2] COMPLETED!   Maybe you need to convert to what ever version source you are using. Yeah that normally helps.. lol
  2. Re: 8 Lines to secure your site from known sql injections.   It secures some problems but i guess since you had to be told it doesn't work and its a lie that makes you right... lol SARCASM
  3. Re: WTH, help here. I'm English and i was taught from a 22 year old mexican lady lol i wasn't really concentrating lol Spanish French Italian English All come from Latin anyways lol
  4. Re: Another New Mailbox proof lol naw i just like how some people love to argue and threaten to sue people lol
  5. Re: Login [Free] your welcome
  6. Re: Another New Mailbox   lol
  7. Re: [mccode] Black Jack i don't like this script i took a quick look through it and i say nothing showing the images and nothing involving them not being the same card
  8. Re: [mccode] Black Jack   was thinking about making one of these lol
  9. Re: Voting Issues   Must agree it's one of Kyles best modifications
  10. Re: Copyright issues - torncity   weird because it looks very different Torn city can't be lame if it brings more users than almost all our sites... lol
  11. Re: WTH, help here. spanish like Pendiho Puta Verga Chinga tu Madre Carbon Puta Madre lol
  12. Re: [MOD] Playable ZX SPECTRUM JAVA EMULATOR comes with loads of games i wasn't even born then lmao
  13. Re: 8 Lines to secure your site from known sql injections. i have a file with all the sql injections in i know for security reasons and to help people protect against them lol but yeah wait ill get it 01.e1010 its v1 i believe since i've tested it over a million times on v2
  14. Re: 8 Lines to secure your site from known sql injections. define known
  15. Re: Cronus - Titan Gaming Media why would i make something someone is selling lol that's against all my morals plus im learning a new type of script so impossible that i would have time for this
  16. Re: [MOD] Playable ZX SPECTRUM JAVA EMULATOR comes with loads of games OLD SCHOOL lol
  17. Re: 8 Lines to secure your site from known sql injections. easier to protect all the scripts than just add it in header
  18. Re: Cookie Shop My Second MOD!! WOOT cookieshop.php: <?php //mod created by Poldar //FREE MOD //Fixed by Dylan // - Quick edit by Zero_Affect include "globals.php"; $_GET['spend']=abs((int) $_GET['spend']); if(!$_GET['spend']) { echo <<<EOF <h2>Cookie Store</h2> [i]Walking in to the Cookie Shop..you decide whether or not to buy a cookie.. <table width="70%" border="1"> <th height="8%">Cookie</th><th height="8">Cost</th> <tr> <td>Chocolate Chip Cookie</td> <td>$10 [url="cookieshop.php?spend=1"]Buy cookie[/url]</td> </tr> </table> EOF; } else if($_GET['spend']) { echo 'You buy the cookie! You feel happier inside! [url="explore.php"]Back to City[/url]'; // warning to others nerve is not a default users table row you may not have - // this added so change nerve to brave or whatever $query = ('UPDATE `users` SET money=money-%u, nerve=nerve+%u WHERE userid = %u', 15, 1, $userid); $db->query($query); } else { echo 'Invalid Command. Stop trying to abuse bugs. >[url="index.php"]Go Home[/url]'; $h->endpage(); exit; } $h->endpage(); ?> Thought i would edit it make it a little more securing and explained nerve isn't a default mc users table row its to help not to criticize just so you know Good job anyways mate
  19. Re: Voting Issues If that's the one on kc it's actually very good
  20. Re: Copyright issues - torncity   by that are you saying you have stolen stuff from tc and are inviting them to try and shut your website down?
  21. Re: Cronus - Titan Gaming Media 30 lines 1 sql table sounds simple enough
  22. Re: Cronus - Titan Gaming Media wow i never thought of that lol car bomb nice idea
  23. Re: Enhanced Hall of fame [v2] COMPLETED! Good job Kyle
  24. Re: Revamped RentaSpy [FREE] [v2] oh damn yeah thanks kyle, he didn't have the ratings mod if you don't have that use the edit kyle did
  25. Re: Revamped RentaSpy [FREE] [v2] damn sorry i was in a hurry and forgot to add things in lmao i looked over it all now fixed all the mistakes i made and i know it works perfectly now but if there is any bugs please let me know and ill fix them asap its alot more secure than the previous script version
×
×
  • Create New...