-
Posts
3,713 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by Zero-Affect
-
[mccode] Game mods [$5.00 - $150.00]
Zero-Affect replied to ColdBlooded's topic in Paid Modifications
Re: MCcode game mods i looked at that lol 2006 wow these mods are actually forsale though @ mccodes.com -
[mccode v1] Allows you to email all your game users
Zero-Affect replied to dementor's topic in Free Modifications
Re: Allows you to email all your game users arguing over domains how mature :-P -
Re: NEW V2 LOGIN PAGE then do better instead of just saying it sucks
-
Re: [Free] 50 / 50 Chance Mod nice
-
[mccode v2] 50/50 for money and for crystals
Zero-Affect replied to DRAGOON's topic in Free Modifications
Re: 50/50(V2) for money and for crystals oh wow damn if i knew u had coded and was selling a copy of this i wouldn't have corrected his coding -
Re: EXP% Cap ah sorry i was lost for a second there
-
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. if you can't patch forum and cmarket don't get a site... i mean why add header codes that's being lazy and yes i use a header code but i always patch the files also better safe than sorry -
[mccode v2] 50/50 for money and for crystals
Zero-Affect replied to DRAGOON's topic in Free Modifications
Re: 50/50(V2) for money and for crystals thats my point making it look like that is annoying a horrible just because you like to read something halfway across the page and use 2 mods and sql tables then thats your problem mine (the original posted one) works on the same grounds just smaller and uses both currencies which means more space less sql lagg now get over yourself with your lame personal attacks because if you have a problem you have my msn -
[mccode v1] Allows you to email all your game users
Zero-Affect replied to dementor's topic in Free Modifications
Re: Allows you to email all your game users i run my new projects on free hosting until i think they are ready for paid lol -
[mccode v2] 50/50 for money and for crystals
Zero-Affect replied to DRAGOON's topic in Free Modifications
Re: 50/50(V2) for money and for crystals how is <?php include "globals.php"; $_POST['bet'] =abs((int) $_POST['bet']); $_POST['type'] =abs((int) $_POST['type']); if($_POST['bet'] && $_POST['type']) { if($_POST['type'] == '1') { $type="crystals"; $limit=1000; $sym="/$"; $numty=number_format($_POST['bet']); } else { $type="money"; $limit=1000000; $sym=""; $numty=$_POST['bet']; } if($_POST['bet'] > $limit) { echo "Invalid Command. Your trying to bet over the limit. >[url='{$_SERVER[']Back[/url]"; $h->endpage(); exit; } $chance=rand(1,2); if($chance == '1') { $blah=rand(10,20); $earn="{$type}/{$blah}"; $earnn=number_format($earn); echo "<font color=green size=1.2>[b]You Won! You won {$sym}{$earnn} {$type} Congratulations.[/b]</font>"; $db->query("UPDATE users SET {$type}={$type}+{$earn} WHERE userid=$userid"); } else if($chance == '2') { echo "<font color=red size=1.2>[b]You Lost! You lost {$sym}{$numty} {$type} bad luck.[/b]</font>"; $db->query("UPDATE users SET {$type}={$type}-{$_POST['bet']} WHERE userid=$userid"); } echo " >[url='{$_SERVER[']Try Again[/url]"; } else { echo " <form action='{$_SERVER['PHP_SELF']}' action='post'> How much would you like to bet? <input type='text' name='bet' value='0'> Crystals: <input type='radio' name='type' value='1'> OR Money: <input type='radio' name='type' value='2'> <input type='submit' value='Bet!'> </form> "; } $h->endpage(); ?> more readable -
[mccode v1] Allows you to email all your game users
Zero-Affect replied to dementor's topic in Free Modifications
Re: Allows you to email all your game users i run mine in cron... -
[mccode v2] 50/50 for money and for crystals
Zero-Affect replied to DRAGOON's topic in Free Modifications
Re: 50/50(V2) for money and for crystals <?php include "globals.php"; $_POST['bet'] =abs((int) $_POST['bet']); $_POST['type'] =abs((int) $_POST['type']); if($_POST['bet'] && $_POST['type']) { if($_POST['type'] == '1') { $type="crystals"; $limit=1000; $sym="/$"; $numty=number_format($_POST['bet']); } else { $type="money"; $limit=1000000; $sym=""; $numty=$_POST['bet']; } if($_POST['bet'] > $limit) { echo "Invalid Command. Your trying to bet over the limit. >[url='{$_SERVER[']Back[/url]"; $h->endpage(); exit; } $chance=rand(1,2); if($chance == '1') { $blah=rand(10,20); $earn="{$type}/{$blah}"; $earnn=number_format($earn); echo "<font color=green size=1.2>[b]You Won! You won {$sym}{$earnn} {$type} Congratulations.[/b]</font>"; $db->query("UPDATE users SET {$type}={$type}+{$earn} WHERE userid=$userid"); } else if($chance == '2') { echo "<font color=red size=1.2>[b]You Lost! You lost {$sym}{$numty} {$type} bad luck.[/b]</font>"; $db->query("UPDATE users SET {$type}={$type}-{$_POST['bet']} WHERE userid=$userid"); } echo " >[url='{$_SERVER[']Try Again[/url]"; } else { echo " <form action='{$_SERVER['PHP_SELF']}' action='post'> How much would you like to bet? <input type='text' name='bet' value='0'> Crystals: <input type='radio' name='type' value='1'> OR Money: <input type='radio' name='type' value='2'> <input type='submit' value='Bet!'> "; } $h->endpage(); ?> there ya go might be a little buggy since i never tested it but thats a example of both in one and no sql lol coded in like 5-10 mins at 4 am so yeah if there is mistakes fix 'em -
[mccode v2] 50/50 for money and for crystals
Zero-Affect replied to DRAGOON's topic in Free Modifications
Re: 50/50(V2) for money and for crystals have i seen this somewhere before? -
[mccode v1] Allows you to email all your game users
Zero-Affect replied to dementor's topic in Free Modifications
Re: Allows you to email all your game users active users... lol i delete anyone who hasn't been on in 60 days which is roughly 2 months (i send them a email at 55 days saying they have five days to come onto the site or their account will be deleted) -
[mccode v1] Allows you to email all your game users
Zero-Affect replied to dementor's topic in Free Modifications
Re: Allows you to email all your game users lol @ bam your servers dead -
[minigame] Looking if you will buy [$100.00]
Zero-Affect replied to Haunted Dawg's topic in Paid Modifications
Re: [minigame] Looking if you will buy [$100] no mine would be different of course, i was actually giving you praise lol good job at throwing it back in my face -
[mccode v1] Allows you to email all your game users
Zero-Affect replied to dementor's topic in Free Modifications
Re: Allows you to email all your game users would take 5 minutes to make... use a input fuction to select text lol wow hard huh better get nyna to do it lol -
Re: [V2] SafeHouse well that means you couldn't afford me huh Karlos I wont sniko i was just pointing out something lol
-
[minigame] Looking if you will buy [$100.00]
Zero-Affect replied to Haunted Dawg's topic in Paid Modifications
Re: [minigame] Looking if you will buy [$100] Sounds good kyle you actually read my mind i was thinking about something like this about a month ago had it on my list of things to do but never got around to it lol Good Job! Awaiting Screen Shots. -
Re: my mods Thanks for the information anyways mate:P
-
Re: [V2]Ranks Mod!!!![V2] this is boring now lol
-
Re: [V2] Libary Your very welcome sniko, keep up the good work
-
Re: [V2] Libary Wow the them is well i guess ok and the mods well good job on that, good idea here sniko
-
Re: [V2] SafeHouse i bought your life from ebay karlos so remember to scrub my toilet and i maybe give you something to eat in a day or two depends on how clean you keep it lol
-
Re: DBS Mod Sale this i gotta ask since i've never seen it before what is ATC//!#\"!BS?