Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: MCcode game mods i looked at that lol 2006 wow these mods are actually forsale though @ mccodes.com
  2. Re: Allows you to email all your game users arguing over domains how mature :-P
  3. Re: NEW V2 LOGIN PAGE then do better instead of just saying it sucks
  4. Re: [Free] 50 / 50 Chance Mod nice
  5. 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
  6. Re: EXP% Cap ah sorry i was lost for a second there
  7. 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
  8. 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
  9. 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
  10. 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
  11. Re: Allows you to email all your game users i run mine in cron...
  12. 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
  13. Re: 50/50(V2) for money and for crystals have i seen this somewhere before?
  14. 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)
  15. Re: Allows you to email all your game users lol @ bam your servers dead
  16. 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
  17. 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
  18. Re: [V2] SafeHouse well that means you couldn't afford me huh Karlos I wont sniko i was just pointing out something lol
  19. 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.
  20. Re: my mods Thanks for the information anyways mate:P
  21. Re: [V2]Ranks Mod!!!![V2] this is boring now lol
  22. Re: [V2] Libary Your very welcome sniko, keep up the good work
  23. Re: [V2] Libary Wow the them is well i guess ok and the mods well good job on that, good idea here sniko
  24. 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
  25. Re: DBS Mod Sale this i gotta ask since i've never seen it before what is ATC//!#\"!BS?
×
×
  • Create New...