
jonomatt
Members-
Posts
67 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by jonomatt
-
Re: [v2] Create a Crystal I never said he didnt i think its a good idea and maybe if i had crystals agian as well as points maybe i would use it. +1 mate
-
Re: [v2] Create a Crystal hmmm i wouldnt have this mod becuase i think it would be too easy for people to get crystals then, I mean, the crystal temple means u can trade in crystals for any price, but mines only $200 i dont see how this would benefit my game, sorry.
-
Re: Request |Nuclear Mod| v2 theres loads of different out ones there lol
-
mccode-v2 Humans vs. Zombies EVENT mod [done, v1.0]
jonomatt replied to seanybob's topic in Free Modifications
Re: [mccode v2] Humans vs. Zombies EVENT mod [done, v1.0] why not just add it normally? -
Re: [MC-Codes][V2]Thugs (core system) how long? lol cant wait to see it lol
-
[mccode v2] Advanced(isher) Level Upgrade Mod.
jonomatt replied to Becon's topic in Free Modifications
Re: [mccode v2] Advanced(isher) Level Upgrade Mod. i for one agree with MrGi he has got a point in the hacker thing.... -
Re: [MCCODES V2] Mobile text messaging it was meant to be an expample lol how do we get money from it im asking?
-
Re: [mccodes V2] Nuclear Bomb im sorry, how do they get the bomb?
-
Re: [MCCODES V2] Mobile text messaging what about if you want to buy it though cash? ie $1 = 1000 credits?
-
Re: [MCCODES V2] Mobile text messaging cheers still +1 for the mod very good :)
-
Re: Request |Nuclear Mod| v2 dunno but the version 2 works for me :S search nuclear bomb and find his post, thats proberly the best way to find out
-
Re: Request |Nuclear Mod| v2 WiCkeD made a version 1, the code for that one goes as : nuclearbomb.php <?php /*----------------------------------------------------- -- Updated Nuclear Bomb -- A product of PGN-entertainment -- Modified by WiCKeD -- NUCLEARBOMB.php -----------------------------------------------------*/ //-- Pro Gamers Networks, US. session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); $h->menuarea(); if($ir['nbombs'] == 0 && $ir['userid'] != 1) { die("You have no Nuclear Bombs"); } if(isset($_GET['LaunchBomb'])) { print "You have launched the nuclear bomb. "; $q=mysql_query("SELECT * FROM users WHERE user_level=1 ORDER BY userid ASC",$c); $moneytaken=0; $crystaltaken=0; $banktaken=0; while($r=mysql_fetch_array($q)) { $bombrand=(int) rand(950,35000); if($_POST['id1']) { if($r['userid'] == $_POST['id1']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = 'Target Bombed by <a href=\'$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id2']) { if($r['userid'] == $_POST['id2']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '2nd Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id3']) { if($r['userid'] == $_POST['id3']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '3rd Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id4']) { if($r['userid'] == $_POST['id4']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '4th Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id5']) { if($r['userid'] == $_POST['id5']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '5th Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } event_add($r['userid'],"The city has been bombed by a unknown person!",$c); $rand=(rand(1,9)); $expa+=rand(1.00,3.00); $rad=(rand(10,1000)); $moneytake=rand($r['money']/50,$r['money']/10); $banktake=rand($r['bankmoney']/50,$r['bankmoney']/10); $crysttake=rand($r['crystals']/50,$r['crystals']/10); $moneytaken=$moneytaken+$moneytake; $crystaltaken=$crystaltaken+$crysttake; $banktaken=$banktaken+$banktake; mysql_query("UPDATE users SET hospital=hospital+$rad, hospreason='Bombed By a Nuclear Bomb by <a href=\'viewuser.php?u=$userid\'>{$ir['username']}</a>', money=money-$moneytake, bankmoney=bankmoney-$banktake, crystals=crystals-$crysttake WHERE userid={$r['userid']}",$c); } mysql_query("UPDATE `users` SET `money` = `money` + '{$moneytaken}', `bankmoney` = `bankmoney` + '{$banktaken}', `crystals` = `crystals` + '{$crystaltaken}' WHERE `userid` = '{$userid}'",$c); $expgainedq=mysql_query("SELECT * FROM `users`",$c); $expgained=mysql_num_rows($expgainedq)*5; mysql_query("UPDATE users SET exp=exp+$expgained WHERE userid=$userid",$c); print "Nuclear Bomb is successful! You have gained ".number_format($expgained)."% Exp!. You have gained \$".number_format($moneygained)." Money You have gained \$".number_format($bankgained)." Bank Money You have gained ".number_format($crystalgained)." Crystals "; mysql_query("UPDATE `users` SET `nbombs` = `nbombs` - '1' WHERE `userid` = '{$userid}'",$c); } else { if(!$_POST['method']) { print "You have [b]$ir[nbombs][/b] nuclear bombs! <font color=red>Warning Users: This bomb will bomb everyone except staff, and we are not responsible if you misuse this bomb. If you get hacked and this bomb is used, not our fault.</font> What do you want to do? -Method One will let you put everyone in hospital for 10-200 minutes, and you choose 5 special ID's to choose to bomb, They get bombed and put in for upto 35,000 minutes (10 days!) <form action='nuclearbomb.php' method='post'><input type='hidden' name='method' value='fivepeople'><input type='submit' value='Method One'></form> -Method Two puts everyone in hospital for upto 1000 minutes, and you don't choose anyone special to bomb. <form method='post' action='nuclearbomb.php?LaunchBomb'><input type='hidden' name='method' value='nopeople'><input type='submit' value='Method Two'></form>"; } else if($_POST['method'] == "fivepeople") { print "Which Five People do you want to launch the bomb at? <form action='nuclearbomb.php?LaunchBomb' method='post'> <input type='hidden' name='method' value='fivepeople'> User One (ID) : <input type='text' name='id1'> User Two (ID) : <input type='text' name='id2'> User Three (ID) : <input type='text' name='id3'> User Four (ID) : <input type='text' name='id4'> User Five (ID) : <input type='text' name='id5'> <input type=submit value='Launch Bomb'></form> "; } } $h->endpage(); ?> so that converted to version 2 goes to: <?php /*----------------------------------------------------- -- Updated Nuclear Bomb -- A product of PGN-entertainment -- Modified by WiCKeD -- NUCLEARBOMB.php -----------------------------------------------------*/ //-- Pro Gamers Networks, US. session_start(); include "globals.php"; if($ir['nbombs'] == 0 && $ir['userid'] != 1) { die("You have no Nuclear Bombs"); } if(isset($_GET['LaunchBomb'])) { print "You have launched the nuclear bomb. "; $q=mysql_query("SELECT * FROM users WHERE user_level=1 ORDER BY userid ASC",$c); $moneytaken=0; $crystaltaken=0; $banktaken=0; while($r=mysql_fetch_array($q)) { $bombrand=(int) rand(950,35000); if($_POST['id1']) { if($r['userid'] == $_POST['id1']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = 'Target Bombed by <a href=\'$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id2']) { if($r['userid'] == $_POST['id2']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '2nd Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id3']) { if($r['userid'] == $_POST['id3']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '3rd Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id4']) { if($r['userid'] == $_POST['id4']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '4th Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } if($_POST['id5']) { if($r['userid'] == $_POST['id5']) { mysql_query("UPDATE `users` SET `hospital` = `hospital` + '{$bombrand}', `hospreason` = '5th Target Bombed by <a href=\'viewuser.php?u=$ir[userid]\'>$ir[username]</a> '",$c); } } event_add($r['userid'],"The city has been bombed by a unknown person!",$c); $rand=(rand(1,9)); $expa+=rand(1.00,3.00); $rad=(rand(10,1000)); $moneytake=rand($r['money']/50,$r['money']/10); $banktake=rand($r['bankmoney']/50,$r['bankmoney']/10); $crysttake=rand($r['crystals']/50,$r['crystals']/10); $moneytaken=$moneytaken+$moneytake; $crystaltaken=$crystaltaken+$crysttake; $banktaken=$banktaken+$banktake; mysql_query("UPDATE users SET hospital=hospital+$rad, hospreason='Bombed By a Nuclear Bomb by <a href=\'viewuser.php?u=$userid\'>{$ir['username']}</a>', money=money-$moneytake, bankmoney=bankmoney-$banktake, crystals=crystals-$crysttake WHERE userid={$r['userid']}",$c); } mysql_query("UPDATE `users` SET `money` = `money` + '{$moneytaken}', `bankmoney` = `bankmoney` + '{$banktaken}', `crystals` = `crystals` + '{$crystaltaken}' WHERE `userid` = '{$userid}'",$c); $expgainedq=mysql_query("SELECT * FROM `users`",$c); $expgained=mysql_num_rows($expgainedq)*5; mysql_query("UPDATE users SET exp=exp+$expgained WHERE userid=$userid",$c); print "Nuclear Bomb is successful! You have gained ".number_format($expgained)."% Exp!. You have gained \$".number_format($moneygained)." Money You have gained \$".number_format($bankgained)." Bank Money You have gained ".number_format($crystalgained)." Crystals "; mysql_query("UPDATE `users` SET `nbombs` = `nbombs` - '1' WHERE `userid` = '{$userid}'",$c); } else { if(!$_POST['method']) { print "You have [b]$ir[nbombs][/b] nuclear bombs! <font color=red>Warning Users: This bomb will bomb everyone except staff, and we are not responsible if you misuse this bomb. If you get hacked and this bomb is used, not our fault.</font> What do you want to do? -Method One will let you put everyone in hospital for 10-200 minutes, and you choose 5 special ID's to choose to bomb, They get bombed and put in for upto 35,000 minutes (10 days!) <form action='nuclearbomb.php' method='post'><input type='hidden' name='method' value='fivepeople'><input type='submit' value='Method One'></form> -Method Two puts everyone in hospital for upto 1000 minutes, and you don't choose anyone special to bomb. <form method='post' action='nuclearbomb.php?LaunchBomb'><input type='hidden' name='method' value='nopeople'><input type='submit' value='Method Two'></form>"; } else if($_POST['method'] == "fivepeople") { print "Which Five People do you want to launch the bomb at? <form action='nuclearbomb.php?LaunchBomb' method='post'> <input type='hidden' name='method' value='fivepeople'> User One (ID) : <input type='text' name='id1'> User Two (ID) : <input type='text' name='id2'> User Three (ID) : <input type='text' name='id3'> User Four (ID) : <input type='text' name='id4'> User Five (ID) : <input type='text' name='id5'> <input type=submit value='Launch Bomb'></form> "; } } $h->endpage(); ?> I didnt make these this is from WiCkeDs post!
-
Re: [MCCODES V2] Abduct someone from Hospital Thats a very clever and ilusive way of thinking Gurpreet. The mods i make are not intended to easily thought about thats why some people think outside the box and add to it.. All i've done is given you the starting block its up to you how you manage it. Also, if you beat em. it takes 50% energy away correct? well this takes an extra 40% away so it would be quicker to attack each member intervidually instead of whacking people in hosp and abuting agian. On my game it only costs 12 crystals to refill your energy...So yeh point taken but i wouldnt want to spend my points/crystals on refilling energy lol
-
Re: [MCCODES V2] Abduct someone from Hospital Thats a very clever and ilusive way of thinking Gurpreet. The mods i make are not intended to easily thought about thats why some people think outside the box and add to it.. All i've done is given you the starting block its up to you how you manage it. Also, if you beat em. it takes 50% energy away correct? well this takes an extra 40% away so it would be quicker to attack each member intervidually instead of whacking people in hosp and abuting agian.
-
Re: [MCCODES V2] Mobile text messaging people can have the same phone number? on my game my number is 999 and so is urs illusions, any idea on how to fix that please?
-
Re: [MCCODES V2] Mobile text messaging kk and where do we add that line? lol
-
Re: [MCCODES V2] Mobile text messaging how do they buy credits may i ask? :?
-
Re: [mccode] Additional Currency just adding that won't let crimes win you money, you would need to insert a feild into crimes as well.
-
Re: [McCodes v2] 100 Club! cool can't wait! you could probley do shops like normal shops and somewhere on the menu put the if lvl 100 thing on.
-
Re: [McCodes V2] Assassinate user (donator only) It doesnt much but on make sure if you did what i did, you remove the '; and the end of the black list or you will get the error i did lol.
-
Re: *special* McCodes v3 BETA Release I think its a good idea that he tried to make his own V, he will understand the codes better and it means hes tried something bigger than anyhting else i've seen on here. OK so the codes ae insecure with the same as V1 and V2 but he must of at least tried! theres no point complaining if you haven't tried it yourself. Im not trying to play good cop bad cop but its good that hes tried and we should respect him on that.
-
Re: McCodes v2.0.2 attack It doens't give out EXP if your the same level, but if your level 1 and attack a level 2 then you get exp
-
[MOD] ALL VERSIONS Interactive Radio station for your members
jonomatt replied to Uridium's topic in Free Modifications
Re: [MOD] ALL VERSIONS Interactive Radio station for your members I Like the idea but one question. Where would we use this? -
Re: [mccodes] Horoscopes okay i think dates are right, this i only by my knowledge oh and a correction somewhere where you put octr lol. <?php include("globals.php"); if(!$_GET['action']) { print " <h3>Horoscopes</h3> Every few weeks the {$set['game_name']} star reader calculates a horoscope for every star sign. The horoscope is always something related within {$set['game_name']}. Choose your star sign below and read your horoscope! [url='horoscope.php?action=aries']Aries (21 March - 19 April)[/url] [url='horoscope.php?action=taurus']Taurus (20 April - 20 May)[/url] [url='horoscope.php?action=gemini']Gemini (21 May - 21 June)[/url] [url='horoscope.php?action=cancer']Cancer (22 June -22 July)[/url] [url='horoscope.php?action=leo']Leo (23 July - 22 Aug)[/url] [url='horoscope.php?action=virgo']Virgo (23 Aug -21 Sept)[/url] [url='horoscope.php?action=libra']Libra (22 Sept - 22 Oct)[/url] [url='horoscope.php?action=scorpio']Scorpio (23 Oct - 21 Nov)[/url] [url='horoscope.php?action=saggitarius']Sagittarius (22 Nov - 21 Dec)[/url] [url='horoscope.php?action=capricorn']Capricorn (22 Dec - 20 Jan)[/url] [url='horoscope.php?action=aquarius']Aquarius (21 Jan - 19 Feb)[/url] [url='horoscope.php?action=pisces']Pisces (12 Feb - 20 March)[/url] "; } if($_GET['action'] == aries) { print " <h3>Aries</h3> Well Aries. The dodgy comments you've been giving to your friends, i'm surprised you're not fed jailed. Anyway, your stats seem as if they are going up in the right direction, but is your common sense? Stop trying to attack users for revenge and concentrate more on attacking users to train! Also Aries, you may want to watch out for Virgo though. They are going to make a deal with you, only to scam you! Maybe over the next week you should really try to find out who your friends are and who your enemies are. Don't you think people have just been using you to get a higher rank? Because the stars say they have! "; } if($_GET['action'] == taurus) { print " <h3>Taurus</h3> Hello Taurus. You have been very quiet recently. I think you should try to communicate with other players. It would make everything a bit more fun for you. Having friends to compete against on the game is very challenging. Also you should take a turn from trying to get the highest post on the forums. It won't get you anywhere. Training your stats is far more important than some forum count! And finally, the stars are showing a very bad sign for you. Bad luck is on it's way. Maybe becoming a donator would get rid of this bad luck. Who knows? "; } if($_GET['action'] == gemini) { print " <h3>Gemini</h3> Oh hello Gemini. You are really on track with the game and all the stars show positive signs for you. Just carry on working as well as you are now, and soon you'll become a legend. But there is one tiny thing which may push you off track. Kill your addiction for gambling. Each week you buy lots of lottery tickets but never win. Also you lose a lot of cash on the horse track. The amount of money you spend on gambling, could be enough to buy you a Hotel! "; } if($_GET['action'] == cancer) { print " <h3>Cancer</h3> Oh no Cancer. All the stars are negative for you! Your stats are incredibly poor. Not to mention the lacking in your activeness. A baby could be better than you! You should also be very careful with who you put your trusts with. A few Scorpios have been told to spy on some people in order to beat them. You really need to sort yourself out, or soon, your rank will be nothing in the game! "; } if($_GET['action'] == leo) { print " <h3>Leo</h3> Well Leo, your signs are neither positive, nor negative. The stars haven't said much about you recently. So there isn't much I can say. All I can say is, keep working your hardest! "; } if($_GET['action'] == virgo) { print " <h3>Virgo</h3> Well, well, well. If it isn't a Virgo. You are a very sly person aren't you? You have a devious little mind! But let me tell you, if you scam an Aries, your ass will be wooped in fed jail. And beleive me, fed jail is NOT a nice place to be. Just play fair and go by the rules, or certain things will happen, to make you rue the day! "; } if($_GET['action'] == libra) { print " <h3>Libra</h3> Hello Libra! I like your personality (from how the stars mention you). You are a very lively person and are quite active. Your stats are VERY good and your level is increasing rapidly. Keep it up and soon you could be a very high ranked player! "; } if($_GET['action'] == scorpio) { print " <h3>Scorpio</h3> Hi Scorpio. The stars advise you to become a donator and spy on all the other players stats. Maybe then your failing level can increase! By spying on people, you can find out everyones stats, then you will know who you can attack for exp. But until then, you're going to be failing miserabilly! "; } if($_GET['action'] == saggitarius) { print " <h3>Saggitarius</h3> Hey Saggitarius. Funnily enough, your stars show exactly the same as Virgos. The stars show you are a very sly person! You have a devious little mind! But let me tell you, if you scam an Aries, your ass will be wooped in fed jail. And beleive me, fed jail is NOT a nice place to be. Just play fair and go by the rules, or certain things will happen, to make you rue the day! "; } if($_GET['action'] == capricorn) { print " <h3>Capricorn</h3> Hello Capricorn. Most of the stars are positive for you and you have nothing to worry about. Your stats are ok. But instead of investing your money in the bank, maybe you should buy a better property. Then maybe you can beat that Saggitarius you're after! "; } if($_GET['action'] == aquarius) { print " <h3>Aquarius</h3> OH NO Aquarius! You're stats and your level is pretty low for your age. You really need to train up more to become a high player. But before you sort out your stats, you may want to start chatting to some new female players. One of them is the woman of your dreams and both of you will soon be married! "; } if($_GET['action'] == pisces) { print " <h3>Pisces</h3> Finally Pisces. The last of the horoscopes. Well you are also one of those players who are neither strong, nor weak. Your stats are just average and like most normal people your age. If you want to be special and beat the people you know, then maybe you should train harder! "; } $h->endpage(); ?>
-
Re: [mccodes] Horoscopes 1 problem mate: Leo starts on the 22nd july not the 21st. ill try and change now for you. But +1 and sorry if it seemed bad but i don't want people to get their star sign wrong sicne i thought i was cancer when really im Leo.