Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: Guess the next poster Danger next
  2. Re: Seeking MCcodes Guru   we're arguing about who can pee further, so butt out unless u can pee further than Nyna lol has seen in picture above lol
  3. Re: Guess the next poster actually i am and Armageddon next mail me...
  4. Re: Guess the next poster told ya!:)
  5. Re: Guess the next poster me next
  6. Re: Guess the next poster would be nice to of whom you got the mods from Armageddon next
  7. Re: Seeking MCcodes Guru where the hell do you find these pictures Nyna WINS!
  8. Re: Guess the next poster   mind reader lol you're killahs-nation.ej.am had afew of my mods on did you add them? and im hoping your new one doesn't since they were illegal (mail me) Armageddon Next
  9. Re: [mccode v2] Secure Bank!   about the bank test.php thing ya wanna do do this 1st change the name on file manager from bank.php to test.php den put this in it should work     <?php include (DIRNAME(__FILE__) . "/globals.php"); print "<h3>Bank</h3>"; if($ir['bankmoney']>-1) { $_GET['action'] = isset($_GET['action']) && is_string($_GET['action']) ? strtolower(trim($_GET['action'])) : ""; switch($_GET['action']) { case "deposit": deposit(); break; case "withdraw": withdraw(); break; default: index(); break; } } else { if(isset($_GET['buy'])) { if($ir['money']>4999) { print "Congratulations, you bought a bank account for \$5,000! [url='test.php']Start using my account[/url]"; $sql = sprintf("UPDATE users SET money = money - %u, bankmoney = bankmoney = %u WHERE (userid = %u)", 5000, 0, $userid); $db->query($sql); } else { print "You do not have enough money to open an account. [url='explore.php']Back to town...[/url]"; } } else { print "Open a bank account today, just \$5,000! [url='test.php?buy']> Yes, sign me up![/url]"; } } function index() { global $db, $ir, $c, $userid, $h; echo sprintf("[b]You currently have \$%s in the bank.[/b] ", number_format($ir['bankmoney'])); echo ("<table width='85%' cellspacing=1 class='table'>"); echo ("<tr>"); echo ("<td width='50%'>[b]Deposit money[/b] "); echo ("It will cost you 15% of the money you deposit, rounded up. The maximum fee is \$3,000.<form action='test.php?action=deposit' method='post'>"); echo sprintf("Amount: <input type='text' name='deposit' value='%s' /> ", $ir['money']); echo ("<input type='submit' value='Deposit' /></form></td>"); echo ("<td width='50%'>[b]Withdraw money[/b] "); echo ("There is no fee on withdrawals.<form action='bank.php?action=withdraw' method='post'>"); echo sprintf("Amount: <input type='text' name='withdraw' value='%s' /> ", $ir['bankmoney']); echo ("<input type='submit' value='Withdraw' /></form></td>"); echo ("</tr>"); echo ("</table>"); } function deposit() { global $db,$ir,$c,$userid,$h; $_POST['deposit'] = (float) $_POST['deposit']; if($_POST['deposit'] > $ir['money']) { print "You do not have enough money to deposit this amount."; } else { $fee=ceil($_POST['deposit']*15/100); if($fee > 3000) { $fee=3000; } $gain=$_POST['deposit']-$fee; $ir['money']+=$gain; $sql = sprintf("UPDATE users SET bankmoney = bankmoney + %u, money = money - %u WHERE (userid = %u)", @intval($gain), $_POST['deposit'], $userid); $db->query($sql); echo sprintf("You hand over \$%s to be deposited, after the fee is taken (\$%s), \$%s is added to your account. [b]You now have \$%s in the bank.[/b] [url='test.php']> Back[/url]", number_format($_POST['deposit']), number_format($fee), number_format($gain), number_format($ir['bankmoney'])); } } function withdraw() { global $db,$ir,$c,$userid,$h; $_POST['withdraw'] = (float) $_POST['withdraw']; if($_POST['withdraw'] > $ir['bankmoney']) { print "You do not have enough banked money to withdraw this amount."; } else { $_POST['withdraw'] = (float) $_POST['withdraw']; $gain=$_POST['withdraw']; $ir['bankmoney']-=$gain; $sql = sprintf("UPDATE users SET bankmoney = bankmoney - %u, money = money + %u WHERE (userid = %u)", $gain, $gain, $userid); $db->query($sql); echo sprintf("You ask to withdraw %s, the banking lady grudgingly hands it over. [b]You now have \$%s in the bank.[/b] [url='test.php']> Back[/url]", number_format($gain), number_format($ir['bankmoney'])); } } $h->endpage(); ?>   that is tested and works on my site if not workin add my msn [email protected]
  10. Re: [mccode v2] body guards [$15.00] ah well give the guy some credit he tried, + 1 mate good luck with sales
  11. Re: [mccodes V1-V2]Selling MYOP - Players can make their Own Donor Packs ($75) ok how about $_SERVER manipulation im sure that's possible i've read many articles on the ideas and concepts of doing it
  12. Re: Seeking MCcodes Guru   i agree Luke is very good i have not once said he didn't yeah but most of the time they can't piss far enough to even get involved
  13. Re: Guess the next poster Incorrect lol Armageddon dude next
  14. Re: Seeking MCcodes Guru   Given that I work with LostOne from time to time -- experimenting with ideas which are, shall we say, a little in advance of DBS/MCcodes, I'd say he can hold his own rather well. We have friendly competitions - stretching our skills and I can assure you, his knowledge is a lot deeper than a) he shows here, and b) people give him credit for. I'm sure Luke is very good at what he does i am just saying he missed one name from the list. which i am amazed no-one has seconded it...
  15. Re: Guess the next poster Tezza Next
  16. Re: Guess the next poster Armageddon Dude next
  17. Re: One Big Code!   /* Mod By: Ce Members */ require ('globals.php'); echo ' This seems kind of boring. ';
  18. Re: Counting (nr game) www.killah-city.net http://www.killah-city.net http://killah-city.net killah-city.net 2183
  19. Re: Seeking MCcodes Guru because i've seen some of his coding and i've seen some of yours and his is more advanced. no offense intended
  20. Re: Seeking MCcodes Guru   You forgot MDshare, Luke.
  21. Re: [mccode v2] body guards [$15.00] or you could just buy my protex mod lmao
  22. Re: [showcase] CriminalImpulse.com Released!   Yea we get upwards of 50 normally. I'm really working on just getting more users right now. Features are what bring them in but I don't want a site just crammed with mods. I think most of my additions out before adding them, making sure they work with the economy and are actually useful. Advertising is also key. I advertise with a few different networks, nearly $250/week I imagine. Blue if you have any tips a pm would be great. :wink: You have me interested now lol, international is something i have not came across. do you run via multiple servers like samsung or something or did you code the lot yourself?
  23. Re: Counting (nr game) 2179 lol yeah i suggest playing mafiacorruption till it's done or my game. http://www.killah-city.net
  24. Re: Counting (nr game) 2177 lol i used to own coo :-D www.killah-city.net COO OWNS!
  25. Re: Counting (nr game) 2175 http://www.killah-city.net
×
×
  • Create New...