Jump to content
MakeWebGames

Zero-Affect

Members
  • Posts

    3,713
  • Joined

  • Last visited

    Never

Everything posted by Zero-Affect

  1. Re: Quickest way to test your Crons without using cpanel   yeah why not just give everyone a day of interest and make them lose a donator day... god remind me not to join your game or donate...
  2. Re: Secure all pages using globals or header wait login and register are exploitable or are you thinking of authenticate?
  3. Re: Gang surrender accept, SQL error. that shouldn't work kyle maybe read the code iight means that $_POST['war'] = surWAR i mean come on...
  4. Re: Quickest way to test your Crons without using cpanel add a insert event function then add a event at the bottom if the event doesn't get to you then duh it ain't working only do this on day cron obviously not minute unless ur removing it quickly
  5. Re: v3 game engine i heard that its going to take over the world and kill all the Chinese that's all i can say ;)
  6. Re: Brothel V2 [FREE]   wow thanks... [sarcasm]
  7. Re: [Any] Quick Chat With Owner or ymsg:im:zero or w.e it is i forget or im:camfrog:zero
  8. Re: Most of my Mods for V2   Not really lol, I'm not exactly excellent at coding and making mods theres many people that are better and are good at making them. ah mate i think your alright and it will be a little more boring without you around here lol
  9. Re: [MOD] Calculator coz i was bored.. its not like this is hard to do... why would it be copied?
  10. Re: [MOD] Calculator coz i was bored.. nice
  11. Re: MD5 Generator Agreed, There's loads of possibilities for encryption/hashing
  12. Re: MD5 Generator   MD5 hash is insrcure? in what sense? and that would mean you use something else like sha1?
  13. Re: Passport [V2] oh ok ill change mines to a 7 since its your first... everyone has to start somewhere good job
  14. Re: Brothel V2 [FREE] willmax refers to the house sharing modification maxwill is the normal one And yeah that does look better nice job
  15. Re: Brothel V2 [FREE] it's open for editing and approving thats why i posted it for free lol     Sounds sooo wrong :roll: ;) yep lol
  16. Re: Brothel V2 [FREE] it was a quickie lol 20 minute job
  17. Re: Brothel V2 [FREE] Yeah i created it from looking at the original coding of the Whore House i found it crap and thought i could make it look alot better
  18. Re: HELPP ! yeah that's a common error
  19. brothel.php: <?php require "globals.php"; if(!$_GET['op']) { print "<h2>Brothel</h2> Welcome, we have many fine prostitutes here, both male and female. Prices and payment options are listed below. "; $price1=5000000; $pricea=number_format($price1); $price2=10000000; $priceb=number_format($price2); $price3=15000000; $pricec=number_format($price3); $price4=20000000; $priced=number_format($price4); if($ir['gender'] == 'Male') { print " <h3>For The Guys</h3> <table border='1' width='90%' bordercolor='#939393'><tr background='tablehgrad.png'><th>Prostitute</th><th>Age</th><th>Race</th><th>Price</th><th>Hire</th></tr><tr align=center> <td>Roxy</td><td>39</td><td>White</td><td>\${$pricea}</td><td><form action='?op=buy' method=post><input type='hidden' name='mon' value='{$price1}'><input type='hidden' name='num' value='1'><input type='hidden' name='name' value='Roxy'><input type=submit value='Hire Roxy'></form></td></tr><tr align=center> <td>Kelly</td><td>18</td><td>White</td><td>\${$priceb}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price2}'><input type='hidden' name='num' value='2'><input type=hidden name=name value='Kelly'><input type=submit value='Hire Kelly'></form></td></tr><tr align=center> <td>Shaniqua</td><td>23</td><td>Black</td><td>\${$pricec}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price3}'><input type='hidden' name='num' value='3'><input type=hidden name=name value='Shaniqua'><input type=submit value='Hire Shaniqua'></form></td></tr><tr align=center> <td>Rhonda</td><td>20</td><td>Asian</td><td>\${$priced}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price4}'><input type='hidden' name='num' value='4'><input type=hidden name=name value='Rhonda'><input type=submit value='Hire Rhonda'></form></td></tr></table> <h3>For The Homosexuals.</h3> <table border='1' width='90%' bordercolor='#939393'><tr background='tablehgrad.png'><th>Prostitute</th><th>Age</th><th>Race</th><th>Price</th><th>Hire</th></tr><tr align=center> <td>Bill</td><td>18</td><td>White</td><td>\${$pricea}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price1}'><input type='hidden' name='num' value='1'><input type=hidden name=name value='Bill'><input type=submit value='Hire Bill'></form></td></tr><tr align=center> <td>Markus</td><td>20</td><td>Black</td><td>\${$priceb}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price2}'><input type='hidden' name='num' value='2'><input type=hidden name=name value='Markus'><input type=submit value='Hire Markus'></form></td></tr><tr align=center> <td>Greg</td><td>24</td><td>White</td><td>\${$pricec}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price3}'><input type='hidden' name='num' value='3'><input type=hidden name=name value='Greg'><input type=submit value='Hire Greg'></form></td></tr><tr align=center> <td>Sam</td><td>28</td><td>Asian</td><td>\${$priced}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price4}'><input type='hidden' name='num' value='4'><input type=hidden name=name value='Sam'><input type=submit value='Hire Sam'></form></td></tr></table>"; } if($ir['gender'] == 'Female') { print " <h3>For The Ladies</h3> <table border='1' width='90%' bordercolor='#939393'><tr background='tablehgrad.png'><th>Prostitute</th><th>Age</th><th>Race</th><th>Price</th><th>Hire</th></tr><tr align=center> <td>Mark</td><td>26</td><td>Asian</td><td>\${$pricea}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price1}'><input type='hidden' name='num' value='1'><input type=hidden name=name value='Mark'><input type=submit value='Hire Mark'></form></td></tr><tr align=center> <td>Jason</td><td>23</td><td>White</td><td>\${$priceb}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price2}'><input type='hidden' name='num' value='2'><input type=hidden name=name value='Jason'><input type=submit value='Hire Jason'></form></td></tr><tr align=center> <td>Jaquez</td><td>20</td><td>Black</td><td>\${$pricec}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price3}'><input type='hidden' name='num' value='3'><input type=hidden name=name value='Jaquez'><input type=submit value='Hire Jaquez'></form></td></tr><tr align=center> <td>Ted</td><td>18</td><td>White</td><td>\${$priced}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price4}'><input type='hidden' name='num' value='4'><input type=hidden name=name value='Ted'><input type=submit value='Hire Ted'></form></td></tr></table> <h3>For The Lesbians</h3> <table border='1' width='90%' bordercolor='#939393'><tr background='tablehgrad.png'><th>Prostitute</th><th>Age</th><th>Race</th><th>Price</th><th>Hire</th></tr><tr align=center> <td>Jenny</td><td>19</td><td>Asian</td><td>\${$pricea}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price1}'><input type='hidden' name='num' value='1'><input type=hidden name=name value='Jenny'><input type=submit value='Hire Jenny'></form></td></tr><tr align=center> <td>Cindy</td><td>23</td><td>White</td><td>\${$priceb}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price2}'><input type='hidden' name='num' value='2'><input type=hidden name=name value='Cindy'><input type=submit value='Hire Cindy'></form></td></tr><tr align=center> <td>Mel</td><td>24</td><td>Black</td><td>\${$pricec}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price3}'><input type='hidden' name='num' value='3'><input type=hidden name=name value='Mel'><input type=submit value='Hire Mel'></form></td></tr><tr align=center> <td>Emma</td><td>27</td><td>White</td><td>\${$priced}</td><td><form action='?op=buy' method=post><input type=hidden name=mon value='{$price4}'><input type='hidden' name='num' value='4'><input type=hidden name=name value='Emma'><input type=submit value='Hire Emma'></form></td></tr></table>"; } } else if($_GET['op'] && $_POST['mon'] && $_POST['name'] && $_POST['num']) { $_POST['mon']=abs((int) $_POST['mon']); $_POST['num']=abs((int) $_POST['num']); if($ir['money'] < $_POST['mon']) { print "You don't have enough money to hire {$_POST['name']}"; } else { if($ir['energy'] < $ir['maxenergy']) { echo "You need atleast 100% energy to do this. >[url='index.php']Go Home[/url]"; $h->endpage(); exit; } if($_POST['num']=='1') { $will=30; } else if($_POST['num']=='2') { $will=40; } else if($_POST['num']=='3') { $will=50; } else if($_POST['num']=='4') { $will=60; } $cost=$_POST['mon']; $costy=number_format($_POST['mon']); $chance=rand(0,4); if($chance <= 1) { mysql_query("UPDATE users SET will=will+{$will},energy=0,money=money-{$cost} WHERE userid=$userid",$c); mysql_query("UPDATE users SET will=maxwill WHERE will > maxwill",$c); print "You payed {$_POST['name']} \${$costy}, took them to the back room and had your way with them. You feel some of your will comming back to you. [url='index.php']>Home[/url]</center>"; } else if($chance >= 2) { $take=$cost/2; mysql_query("UPDATE users SET energy=0,money=money-{$take} WHERE userid=$userid",$c); print "You payed 50% upfront {$_POST['name']}, took her back to the room. When you got to the room you saw Bubba waiting at the door, you turn around and jump out the window."; } else if(!$_GET['op'] || !$_POST['mon'] || !$_POST['name'] || !$_POST['num']) { echo "Invalid Command. >[url='index.php']Go Home[/url]"; $h->endpage(); exit; } } } $h->endpage(); ?>   Leave comments.
  20. Re: MD5 Generator i actually have done a better one. that for example www.md5encryption.com uses. they use a similar one not the one i made.
  21. Re: Login Template Nice background but a little too much mate i have therm brushes by the way lol
  22. Re: Treasure Hunting $20   Its a free country but i do see where your coming from
  23. Re: Login [Free] Thanks for that mate ill contact MTG he's id 2 on there, thanks again
  24. Re: Shoutbox $10 & $15 http://criminalexistence.com/ceforums/i ... ic=24437.0 Read that and find out what killah is really like also shows this mod is very exploitable
  25. Re: House Rentals [V2] Then i suggest looking through it...
×
×
  • Create New...