ip_banned
This table contains all of the banned IPs and the date when (or if) the ban will expire.
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| ip | varchar(15) | PRI | NO | 127.0.0.1 | |||
| bandate | int | unsigned | PRI | NO | |||
| unbandate | int | unsigned | NO | ||||
| bannedby | varchar(50) | NO | [Console] | ||||
| banreason | varchar(255) | NO | no reason | ||||
Description of fields
ip
The IP address that is banned.
bandate
Unix timestamp when the IP was first banned.
unbandate
Unix timestamp when the IP will be unbanned. If unbandate is equal to bandate this is a permanent ban.
bannedby
The name of the character that banned the IP. The character should belong to an account with the rights to the .ban command in-game.
banreason
The reason given for the IP ban.
