Jump to content
Sign in to follow this  
Yoh Asakura

IP Ban Script

Recommended Posts

index.php?app=downloads&module=display&section=screenshot&id=196

File Name: IP Ban Script

File Submitter: Yoh Asakura

File Submitted: 31 Mar 2015

File Category: Utility

 

IP Ban Script

 

A simple and useful script that allows GM's to Ban someone's IP from the server.

It's also possible to put a reason why you want to ban that IP.

The IP and the reason (if any) will be at your database, in "ipbanlist" table.

 

Original author: unknown

Script edited by: Yoh Asakura.

 

Click here to download this file

Share this post


Link to post
Share on other sites

@@Mhalicot

The main.sql file already comes with the table.

 

 

CREATE TABLE IF NOT EXISTS `ipbanlist` (  `list` VARCHAR(255) NOT NULL DEFAULT '',  `btime` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',  `rtime` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',  `reason` VARCHAR(255) NOT NULL DEFAULT '',  KEY (`list`)) ENGINE=MyISAM;

Share this post


Link to post
Share on other sites

@@Mhalicot

By the way, I asked Dastgir to make a modification in your "autoattack plugin" but he didin't reply. Could you do it?

 

"Would you add something to the "autoattack" plugin? Because this scripts only let the char attack all the mobs around, but it would be nice to select which mob(s) you want to attack, example: "@autoattack +MobId or MobName"  :D"

Share this post


Link to post
Share on other sites

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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.