-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
[mccode v2] Enhanced Hall of fame COMPLETED!
Zero-Affect replied to Haunted Dawg's topic in Free Modifications
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 -
mccode-v2 8 Lines to secure your site from known sql injections.
Zero-Affect replied to Haunted Dawg's topic in Free Modifications
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 -
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
-
Re: Another New Mailbox proof lol naw i just like how some people love to argue and threaten to sue people lol
-
Re: Login [Free] your welcome
-
Re: Another New Mailbox lol
-
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
-
Re: [mccode] Black Jack was thinking about making one of these lol
-
Re: Voting Issues Must agree it's one of Kyles best modifications
-
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
-
Re: WTH, help here. spanish like Pendiho Puta Verga Chinga tu Madre Carbon Puta Madre lol
-
mccode-v2 8 Lines to secure your site from known sql injections.
Zero-Affect replied to Haunted Dawg's topic in Free Modifications
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 -
mccode-v2 8 Lines to secure your site from known sql injections.
Zero-Affect replied to Haunted Dawg's topic in Free Modifications
Re: 8 Lines to secure your site from known sql injections. define known -
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
-
mccode-v2 8 Lines to secure your site from known sql injections.
Zero-Affect replied to Haunted Dawg's topic in Free Modifications
Re: 8 Lines to secure your site from known sql injections. easier to protect all the scripts than just add it in header -
[mccode v2] Cookie Shop My Second MOD!! WOOT
Zero-Affect replied to Poldar's topic in Free Modifications
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 -
Re: Voting Issues If that's the one on kc it's actually very good
-
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?
-
Re: Cronus - Titan Gaming Media 30 lines 1 sql table sounds simple enough
-
Re: Cronus - Titan Gaming Media wow i never thought of that lol car bomb nice idea
-
[mccode v2] Enhanced Hall of fame COMPLETED!
Zero-Affect replied to Haunted Dawg's topic in Free Modifications
Re: Enhanced Hall of fame [v2] COMPLETED! Good job Kyle -
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
-
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