Jump to content
MakeWebGames

Ben-Nasha

Members
  • Posts

    149
  • Joined

  • Last visited

Everything posted by Ben-Nasha

  1. okay should work now
  2. what u mean no data?
  3. Ahh 46.20.119.14:25865
  4. Okay so iv got my server but i need 1 -3 builders who will help me build a nice freindly world for players. Please reply here.
  5. wrong ip sorry, use this 46.20.199.14:25865
  6. i rent a server out for minecraft now so come and join! 46.20.199.15:25865 NOTE: i only got it yesterday so it would be great if you helped build it. also am testing anti greifer so just reply on here if it says you cant break stuff and ill make you a op. Thanks!
  7. Hey guys am goingto start doing top 5 minecraft creations on youtube! Send me an email including a short clip/ a tour of your house,boat or anything. i suggest using cam studio to record but before you start slect the Region so yu can only select the minecraft gameplay not all your browser. Thanks Ben
  8. I purchased a desgin from Peter but never found any use for it so i decided to sell it... Pm me before you send the money! Screenshot : http://jebster.net/uploads/img/1305908475.png Includes: Both PSD'S coded in valid xhtml/css by Peter :P Price: $50
  9. Well Done :D
  10. its been a week while you ps3 has been hacked and i was wondering if any one nos when it it comes back on
  11. No but i can do it...
  12. I cant show any work untill i get a client and yes it will be tabless and valid /XHTML AND CSS
  13. £20 for all MWG :P
  14. ******? Oh ill change that right now...
  15. Prices lowered to £50
  16. Me and my team are now taking requests for PSD TO XHTML services Price: £150 (well worth it..clean and best code) Pm me for more details
  17. its to stop flooded user bars if the will is 100% it will say error if the user goes to the brothel and sleeps with someone it wont go up to like 120%
  18. Yea okay i agree... the only thing i added that was different is the bit where you can try and get into for free sometimes you fail and times you you get in.
  19. oh okay...but hows the mod?
  20. why does it add loads of br's??????!!
  21. <?php include "globals.php"; //Jail and hospital if ($ir['jail']) { die("You cant enter this area when you are in jail"); } if ($ir['hospital']) { die("You cant enter this area when you are in hospital"); } //To prevent flooded user bars if ($ir['will'] == $ir['maxwill']) { die("ERROR"); } switch($_GET['action']) { case "Paul": SleepPaul(); break; case "Sophie": SleepSophie(); break; case "Tom": SleepTom(); break; case "Sarah": SleepSarah(); break; case "GetInFree"; Getfree(); break; default: index(); break; } function index() { global $db,$ir,$c,$userid,$h; echo"<h3>The Brothel</h3><hr />"; echo"<a href='brothel.php?action=GetInFree'>Try to get in for free</a><hr />"; echo"<a href='brothel.php?action=Paul'>Sleep with paul</a><br />"; echo"<a href='brothel.php?action=Sophie'>Sleep with sophie</a><br />"; echo"<a href='brothel.php?action=Tom'>Sleep with tom</a><br />"; echo"<a href='brothel.php?action=Sarah'>Sleep with sarah</a>"; } //start PAUL fuction function SleepPaul(){ global $db,$ir,$c,$userid,$h; if ($ir['money'] < 1000) { echo"Not enough money"; } else echo"You slept with paul"; $db->query("UPDATE users SET money=money-1000, will=will+5 WHERE userid=$userid"); } //end PAUL function //start SOPHIE function function SleepSophie(){ global $db,$ir,$c,$userid,$h; if ($ir['money'] < 1200) { echo"Not enough money"; } else echo"You slept with sophie"; $db->query("UPDATE users SET money=money-1200, will=will+8 WHERE userid=$userid"); } //end SOPHIE function //start TOM function function SleepTom(){ global $db,$ir,$c,$userid,$h; if ($ir['money'] < 1500) { echo"Not enough money"; } else echo"You slept with tom"; $db->query("UPDATE users SET money=money-1500, will=will+9 WHERE userid=$userid"); } //end TOM function //start SARAH function function SleepSarah() { global $db,$ir,$c,$userid,$h; if ($ir['money'] < 2000) { echo"Not enough money"; } else echo"You slept with sarah"; $db->query("UPDATE users SET money=money-2000, will=will+10 WHERE userid=$userid"); } //end SARAH function function Getfree() { global $db,$ir,$c,$userid,$h; $chance = rand(1,2); if ($chance == 1) { echo"You got caught sneeking into the brothel!"; } else if ($chance == 2 ) { echo"You got in! and slept with some girls/boys"; $db->query("UPDATE users SET will=will+15 WHERE userid=$userid"); } } $h->endpage ?>
  22. It would be better if you added a $rand so a random amount of bullets get shot...
  23. I need a desgin for my game am paying $$$ also i need it to be coded up, add my msn if your intrested. [email protected][/email].uk'][email protected]
  24. How do i use time stamps?
  25. Okay looks like your right... it lets me install the hour and day cron but not the 1min and 5mins how can i get around this?
×
×
  • Create New...