ImaxDevelopment Posted October 20, 2010 Posted October 20, 2010 Hi, this will be my first mod shared on MWG and i am hoping that you will all enjoy it. When using this mod you will receive support with any problems installing or using it, i currently do not have a homepage to show off some of my work but i am hoping to get one set up. My mod package comes in a ZIP format and will contain set up instructions and a credits page to thank all those that i have used snippets from or to thank those who have helped me. Please read on for more information about the modification. This modification is to make it easier for staff to punish users, with this mod package you will receive: gamerules.php warnings.php Installation.txt Images All of these files are in a ZIP folder so it is easier to get the whole thing out and set it up, The mod comes with step by step instructions on how to set it up or how to contact me. This modification is similar to the previous warnings mod for mccodes, except this one you have a drop down box where you select what percent you want your users to be at but when you adjust the users percentage they will see an event telling them what you have done and they may also receive a punishment. EG, Multi Accounts - 100% Warning - Instant Ban Sending Abusive Mail - 30% Message From Admin This Mod Is: Active - Support & Updates Are Still Available Click Here To Download Selected Modification Or You Can Just Follow These Simple Instructions: +=========================================+ + Ok so to begin the installation please run these SQLS +=========================================+ [mysql]CREATE TABLE `warnings` ( `id` int(11) NOT NULL auto_increment, `user` int(11) NOT NULL default '0', `warnedfor` text NOT NULL, `warner` int(11) NOT NULL default '0', `time` int(11) NOT NULL default '0', `padded` int(11) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=latin1;[/mysql] +=========================================+ [mysql]ALTER TABLE users ADD wpercent int(11) NOT NULL default'0';[/mysql] +=========================================+ +=========================================+ + After you have run them please Open up view user + and: +=========================================+ + FIND: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. +=========================================+ + ADD AFTER: +=========================================+ You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. +=========================================+ +=========================================+ + Open Up Index.php and add this code where you + want your bar to be displayed +=========================================+ You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. +=========================================+ Then Create A File Called warnings.php and ADD: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Then Create A File Called gamerules.php and ADD: You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. ---- You may want to edit the rules to suit your game or change the warning percentage ---- +=====================================+ + Here are the images that you will need + +=====================================+ 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100% +=====================================+ Soon To Come: (Next Mod In Progress) Court System (Users will be able to appeal there warnings and get another game player to be there lawyer. And there will be selected staff judges. Users will be able to sue the admins or other staff if they feel that they have been UN fairly treated on the game or they have had something go wrong with there account. All they have to do is click the explore page, click on Court and then i will add a load of options on what they can do on that page and i will have a admin page for the judges and one for the jury, i might also add a live chat in the court to make it easier for people to argue there case. Quote
bladewolf2010 Posted October 20, 2010 Posted October 20, 2010 why not post onto the site here itself? Not many people wanna download a script :) Quote
ImaxDevelopment Posted October 20, 2010 Author Posted October 20, 2010 Ok sorry about that it was just easier for me to post it like that i will add it into the post in a moment. Quote
peterisgb Posted October 22, 2010 Posted October 22, 2010 not a bad mod, just a little warning for people who put this in there game look for this line You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. in all the pages/scrips and replace with this You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
The Monk Posted October 23, 2010 Posted October 23, 2010 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That would allow normal users to warn people if im not mistaken? You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. That would allow only admins to warn. Quote
Djkanna Posted October 23, 2010 Posted October 23, 2010 You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. The first however will not allow members to warn people but will allow all staff members to warn people. Quote
ImaxDevelopment Posted October 25, 2010 Author Posted October 25, 2010 I actually have it on my game so that all staff can warn people but if you don't want that then do the edits posted above :) Thanks Guys Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.