MrGi
Members-
Posts
152 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by MrGi
-
[mccode] A better Safer Forum for your members to enjoy
MrGi replied to Uridium's topic in Free Modifications
Re: [MOD Mcc V1 + V2] A better Safer Forum for your members to enjoy You could if you wanted to, Make it were on next users log-in the UserName and Password will Insert into a SMF database, Therfore They are already Signed up. As a Note, I wouldnt leave this running as it could cause some Trouble on securing as Illusions has said. Overall, Iv used SMF before, And its a great forum overall. Though I dont use an off-site forum because its just one more page my users need to open. But Great Post Illusions, +1 for you mate. Note: Warning - while you were typing a new reply has been posted. You may wish to review your post. Lol What Luck :P -
Me and a few other fellow coders are creating a game engine. We are looking for a team of 5-7 to help us. We are looking for a 3 php coders, 1-2 Template Designers, 1-2Master Securers. The way we are looking to pay you guys off is. Once the game engine becomes up and running.working properly, No bugs what-so-ever. Then after our first couple sales. All Persons involved in this will get as the following. Template Designers- 20% (varies on how the template works) Php-Coders- 30% Securers- 20% The remaining will go to the game engine. Such as modifcations, Advertising the game Engine etc etc If you are willing to accept these terms, Please Contact me at [email protected] Things I need in a email. Your Age: Your Name: Some of your work: (links, codes etc etc) Thank You, MrGi
-
Re: [REVIEW]CHECK OUT MY GAME Well the register page is out of order a bit due to your header. Your Header is way to big to even fit on the screen. When i Register, The "thanks you signed up, Enjoy your game" is way out of place. I would also Suggest that the shoutbox should only be on one page. It cuts down the gameplay if on more than one page. Your Banner looks a bit on dull side, Maybe Spicing it up with a picture or something. Got this query error when i tried to go to my properties. QUERY ERROR: Table 'terror_ishz.properties' doesn't exist Query was SELECT pr.*,h.* FROM properties pr LEFT JOIN houses h ON pr.prHOUSE=h.hID WHERE pr.prOWNER=34 ORDER BY h.hPRICE ASC Other than that rest seems to look fine.
-
[mccode v2] Very simple travel time mod.
MrGi replied to shaved92bravada's topic in Free Modifications
Re: [mccode V2] Very simple travel time mod. Very Nice Mod Seems to get the job done good also. I Tested and it works fine.! Keep it up my mate. -
Re: [requests] Bot online 24hours Illusions, Although it never signs in. The code that is shown makes a cache I guess you would call it To make it were the bots are online 24/7.
-
[mccode v2] View User details from Admin Panel
MrGi replied to Uridium's topic in Free Modifications
Re: [mccode v2] View User details from Admin Panel If you really wanted to. You could add this to the users profile also. Maybe a bit for convience to you. Overall nice mod illusions. Nice Work -
Re: Buy A House With Level Requirements ! Yeah, I agree, It should be left at int(11). Overall nice work mate. Keep it up
-
Re: [Free] [V1] Random Explore Mod Well its already been posted, But here ya go again. <?php session_start(); inculde "globals.php"; if(!$ir['hospital'] && $ir['prison']=="0") { if ($answer=="no" || $answer=="") { $answer=stripslashes($_POST['answer']); print "<form action='explorecity.php' method='POST'> Do you wanna explore the deep city? [i](It will cost 8 energy)[/i] <select name='answer'> <option value='yes'>Yes</option> <option value='no'>No</option> </select> <input type='submit' value='Explore!'> </form>"; print " In the city you may find varios things, Beware...."; } if ($answer =="yes") { print "<font size=3> You Explore the deep city.... </font>"; $currentmoney=$ir['money']; $currentenergy=$ir['energy']; $what=rand(1,14); $rand=rand(1,7); $randd=rand(1,7); $crand=rand(2,10); $moneyfound=$rand*$randd; $new=$currentmoney+$moneyfound; $energy=$currentenergy-1; $super=rand(1,1000); $smoney=$moneyfound*$rand+$super+$super+$super; $crystalz=$crand/2; if ($currentenergy<="0") { print "You do not have enough energy to explore"; exit; } if ($what=="1"||"6"||"7"||"8"||"9") { if ($super=="1") { print "You search the deep city finding $$smoney"; $db->query("UPDATE users SET money=$smoney WHERE userid=$userid", $c); $db->query("UPDATE users SET energy=$energy WHERE userid=$userid", $c); exit; } print "You search the deep city finding $$moneyfound.."; $db->query("UPDATE users SET money=$new WHERE userid=$userid", $c); $db->query("UPDATE users SET energy=$energy WHERE userid=$userid", $c); exit; } if ($what=="2"||"3"||"4"||"5") { print "You found $crystalz in a small hole!"; $db->query("UPDATE users SET crystals=crystals+$crystalz WHERE userid=$userid", $c); $db->query("UPDATE users SET energy=$energy WHERE userid=$userid", $c); exit; } if ($what=="10") { print "You fall into a hole"; event_add($userid, "Several hours later you were pulled out of the whole and sent to hospital", $c); $db->query("UPDATE users SET hospital='30' WHERE userid=$userid", $c); $db->query("UPDATE users SET HP='1' WHERE userid=$userid", $c); $db->query("UPDATE users SET hospreadon='Fell into a hole' WHERE userid=$userid", $c); exit; } if ($what=="11") { print "You look round the city but find nothing"; $db->query("UPDATE users SET energy=$energy WHERE userid=$userid", $c); exit; } if ($what=="12") { print "While walking around a witch doctor kindly agress to give you some power!"; $db->query("UPDATE users SET energy=energy+(maxenergy/(12.5)) WHERE energy<maxenergy AND donatordays=0 AND userid=$userid", $c); $db->query("UPDATE users SET energy=energy+(maxenergy/(6)) WHERE energy<maxenergy AND donatordays>0 AND userid=$userid", $c); $db->query("UPDATE users SET energy=maxenergy WHERE energy>maxenergy AND userid=$userid", $c); exit; } if ($what=="13") { print "Exploring this dark bart of this jungle suddenly gave you more bottle!"; $db->query("UPDATE users SET energy=$energy WHERE userid=$userid", $c); $db->query("UPDATE users SET brave=brave+((maxbrave/10)+0.5) WHERE brave<maxbrave AND userid=$userid", $c); $db->query("UPDATE users SET brave=maxbrave WHERE brave>maxbrave AND userid=$userid", $c); exit; } if ($what=="14") { print "Exploring the city you find several pretty flowers, Making your will rise!"; $db->query("UPDATE users SET will=will+10 WHERE will<maxwill AND userid=$userid", $c); $db->query("UPDATE users SET will=maxwill WHERE will>maxwill AND userid=$userid", $c); } } } else { print "You cannot explore while in hosp / prison"; exit; } $h->endpage(); ?> Find in explore.php a href='crystaltemple.php'>Crystal Temple</a> Under add [url='explorecity.php']Explore City[/url]
-
Re: Race. Help! Hey man, Next time add it with code tags And ill look it over
-
Re: [mccode v2] Add images when you attack Very Nice Illusions. And Note to all, It does work, Iv seen him test it, and iv tested it. Its a great mod to keep users into the game.
-
[mccode] Very small mod to restrict reg name size
MrGi replied to Uridium's topic in Free Modifications
Re: [mccode] Very small mod to restrict reg name size Nice Mod Illusions. Ill be adding this to my game. I dont want users making a 1000 word name hehe. -
Re: [mccode v2] Secure Bank! Very Nice Immortal. I like the code. You and MTG make a good team. Lol.
-
Streets Of Chaos the place where guns are permitted and an enemy lies in every corner.Kill or be killed.Train in the gym to be the best.Commit deadly crimes which you will be successful or you may be a failure. Sign up now to see what you will turn out as in the Mafia crowded place of Streets Of Chaos Join now at http://streetsofchaos.org/login.php
-
Re: Attack problem I had the same problem. I fixed it with a simple () and a few Session Modfications. Here ya go youdata=$ir; $q=$db->query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid={$_GET['ID']}"); $odata=$db->fetch_row($q); $myabbr=($ir['gender']=="Male") ? "his" : "her"; $oabbr=($ir['gender']=="Male") ? "his" : "her"; if($ir['attacking'] && $ir['attacking'] != $_GET['ID']) { print "Bad, bad, bad girl. [url='index.php']Back[/url]"; $_SESSION['attacklost']=0; $h->endpage(); exit; } Hope this helps
-
Re: [REVIEW] 4x4Mayhem - Please review!! 4x4Mayhem Owner By- Kanzaz Stated it WI Iv played this game almost from the get-go. Trouble i see. Admins credit themselves.(in which if your an admin you shouldnt even play) Admins dont take whats right for everyone If they are friends they let them go. Iv seen some pretty crazy stuff on this game in my time. Talked to Kanz about it, Got Banned. Wont play it again if i could. Overall 3/10 More less Shitty Game, Crappy Admins, Money Hungry Owner.
-
Re: [review]www.lost-warzone.net Yes. I agree it is a bit to dark. Otherwise I like it all, Alignment can take place on some things. But Overall Great game man,9/10 Keep it up
-
Re: Car Mod Killah, Why dont you just keep your little typing fingers to yourself. You don't know why I deleted those do you? Didnt think so.Instead of just coming out here running your mouth over something you dont know what happened.Why didnt you just ask. MrGi how come you dleted those post? Learn some respect for others man. And I deleted them because after i posted them i realized it was copyrighted by Dabomstew. And your not suppose to post those in here. And Im sorry, I didnt realize it till Nismo told me.
-
Re: The Standards of CE Mod! Killah, Just a bit of advice, I read your post. About half way down i see you saying something about I prolly didnt read this post and i just post bullshit. Well Do me a favor, When you acutally read what I wrote. Then you can post up again. Your whole post was about selling mods and all this shit. Well In my post, I didnt talk nothing about people selling mods. Nothing wrong with it in my part. But if your gonna sit here and complaina bout people posting bullshit in the thread because they didnt read the post. YOU YOURSELF NEEDS TO READ.
-
Re: Car Mod Sorry not viewable to the public anymore
-
Re: contact staff [v2] Very Nice, Adding this to my game. Apperciate your work and effort. MrGi
-
Re: [FREE] [V2] 2 Game Styles/Themes I added the exp bar into it. It worked just fine lol. I did some modifactions to it. And now my players Love it. Thanks for such a great mod, I highly appericate your effort. MrGI
-
Re: The Standards of CE Mod! Yes, I understand that. And i don't go into every post and re-code something for them. Iv only been here a week. Whether they are demanding or not. Ill help as i can. And just be like Hey next time tell us what your problem is, And a bunch of other details. But i just don't get why some people just wont be like You.
-
Re: The Standards of CE Mod! Exactly its a cycle, Everyone one of these codes has the same crap in it, Its all jsut changed around. But Blue I dont listen to other people. I dont give a flying frick what they think. But when it comes down to this. Im deleting my posts, and posting what is right. And until they get what i said before in that long statement, I wont post again.Should be the other way around, But hey dont let anyone post stuff except those stubborn people, See how slow things gets on here, See how amny new mods come out. They will want more ideas to RE_CODE themselves.
-
Re: Real Supporter Page Very Nice mod, Appericate your efforts. Ill try it out when i get some time. Thanks!
-
Re: Crons issue Your jail and hospital crons needs to be inserted into the minute cron. Energy will and brave i suggest to be psoted in the 5min cron. And you email about crons, Send it to one fo your old email adrress, You will get spammed with cron mails (nearly1500) a day. Ill post up the cron scripts when i have time.