Jump to content
MakeWebGames

danger boy

Members
  • Posts

    764
  • Joined

  • Last visited

Everything posted by danger boy

  1. Re: Swim Mod For V2 [Free]   who the f*** is john?
  2. Re: Swim Mod For V2 [Free]   Open your eyes ... who was on about the mining mod?
  3. Re: Mining V2 Converted   i dnoe that6 i put this in the sql query ALTER TABLE `users` ADD `mine_level = 1` int(11) NOT NULL ; ALTER TABLE `users` ADD `mine_exp = 0` int(11) NOT NULL ; ALTER TABLE `users` ADD `mine_needed = 1000` int(11) NOT NULL ; ALTER TABLE `users` ADD `power = 10` int(11) NOT NULL ; ALTER TABLE `users` ADD `max_power = 10` int(11) NOT NULL ; but still dont work any help please?
  4. Re: Swim Mod For V2 [Free]   wat do you mean no it isnt yes it does work and who was on about the mining mod and no problem treneereite if u have any problems jus post it here and i will fix it if i can
  5. Re: Swim Mod For V2 [Free] here is the fix version   <?php /*----------------------------------------------------- //Free Swim Mode Made By SaMz //Not To Be Sold //For CE Forum Users //swim.php -----------------------------------------------------*/ session_start(); require "globals.php"; if(!$_GET['spend']) { print "<h2>Your Game Name Swimming Pool</h2> here you can swim to gain strength and agility Its available for the Men and lady's <table border='1' width='90%' bordercolor='#FFFFFF'><th>Meters to swim</th><th>Gain</th><th>loss</th><th>Price</th><th><center>Do</th></tr><tr> <td><center>100 meters</td><td><center>100 strength & 50 speed</td><td><center>10% energy</td><td><center>$1,000,000</td><td><center>[url='swim.php?spend=100']Do 100[/url]</td></tr><tr> <td><center>200 meters</td><td><center>250 strength & 100 speed</td><td><center>50% energy</td><td><center>$2,500,000</td><td><center>[url='swim.php?spend=200']Do 200[/url]</td></tr><tr> <td><center>500 meters</td><td><center>500 strength & 250 speed</td><td><center>100% energy</td><td><center>$4,500,000</td><td><center>[url='swim.php?spend=500']Do 500[/url]</td></tr></table>"; } else { if($_GET['spend'] == '100') { if($ir['money'] <1000000) { print "You either dont have the money or energy or speed!"; } else { $db->query("UPDATE userstats SET strength=strength+100,agility=agility+50 WHERE userid=$userid",$c); $db->query("UPDATE users SET money=money-1000000 WHERE userid=$userid",$c); print "<center>You Swim 100 Meters And Feel Stronger You Get +100 Strength And +50 Speed [url='index.php']>Home[/url]</center>"; } } else { if($_GET['spend'] == '200') { if($ir['money'] <2500000) { print "You either dont have the money or energy or speed!"; } else { $db->query("UPDATE userstats SET strength=strength+250,agility=agility+100 WHERE userid=$userid",$c); $db->query("UPDATE users SET money=money-2500000 WHERE userid=$userid",$c); print "<center>You Swim 200 Meters And Feel Stronger You Get +250 Strength And +100 Speed <a /> href='index.php'>>Home</a></center>"; } } else { if($_GET['spend'] == '500') { if($ir['money'] <4500000) { print "You either dont have the money needed!"; } else { $db->query("UPDATE userstats SET strength=strength+500,agility=agility+250 WHERE userid=$userid",$c); $db->query("UPDATE users SET money=money-4500000 WHERE userid=$userid",$c); print "<center>You Swim 500 Meters And Feel Stronger You Get +500 Strength And +250 Speed <a /> href='index.php'>>Home</a></center>"; } } } } } $h->endpage(); ?>   any problem jus post here i will try and fix the problem but it should work fine as all my edited mods do
  6. Re: New V2 Hall of Fame ive added it but there is no different so i wanted to see the screenshot if it looked like the one i got so anyone got a screenshot?
  7. Re: Mining V2 Converted i addedd it but when u clik on something it dont owrk and it says go mining u have 0/0
  8. Re: New V2 Hall of Fame anyone got a screenshot please will be much appreciated
  9. Re: Tutorial: v1 - v2 Conversion there is no need jus type wat u want to say no one is lookin at the coulor or how fancy it is
  10. Re: Some free Apps for your Game Site!   no problem
  11. Re: Warning when mailing a admin   lol
  12. Re: Av Bank [FREE] nice mod -z-e-r-o- looks good
  13. Re: Updated RentA Spy (v2)   lol erm i havnt addedd this so did it have a donator lock and if it didnt then credit to gulley for doing it (also it is updated if the normal one didnt have a donator lock)
  14. Re: Some free Apps for your Game Site! nice like the musik player alot good for people who get bored (like me) so yeah nice job :-D
  15. Re: [V2]Editing Organised Crimes nice mate keep it up :-)
  16. Re: Warning when mailing a admin great mod helps when people keep mailing you saying "can i be admin please please please" :x
  17. Re: Money Cap   lol u was telling him to search it but u posted it for him
  18. Re: Money Cap   what do you mean?
  19. Re: [V2] Better Explore Page [V2]   Well if you Dont really like it, Why have you got it on your Game?   lol nice come back adoja you should be proud of it some people dont even post stuff you should be happy he posted something
  20. Re: [Free] Maths Challenge   if this is a reply to my post i wasnt askin that i was asking if i have done anythin rong and cud anyone help me but if it wasnt a reply to my posty then sorry
  21. Re: [Free] Maths Challenge Can Anyone Reply Back?
  22. Re: [v2]Attack Ban[v2]   nice idea ragnar would be great if someone can do this ( i am new to coding so i wont be able to)
  23. Re: [v2]Attack Ban[v2]   Nice come bak :-) :wink:
  24. Re: [v2]Attack Ban[v2] Nice Idea blackdragon and Great Mod but one question why would you want someone to stop attaking someone? its a great idea for stop attacking staff buut why users?
  25. Re: [mccode] Improved Estate Agents for v2.0 Thanks thehacker07 works fine
×
×
  • Create New...