Jump to content
MakeWebGames

Recommended Posts

Posted

mod.png

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.png 0%

10.png 10%

20.png 20%

30.png 30%

40.png 40%

50.png 50%

60.png 60%

70.png 70%

80.png 80%

90.png 90%

100.png 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.

Posted

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.

Posted

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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...