DB:Auth:ip banned

From TrinityCore Wiki
Jump to: navigation, search

Contents

Back to auth database list of tables.


The `ip_banned` table

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(32) signed PRI NO 127.0.0.1
bandate bigint(40) signed NO
unbandate bigint(40) signed NO
bannedby varchar(50) signed NO [Console]
banreason varchar(255) signed NO no reason


Description of the fields

ip

The IP address that is banned.

bandate

The date when the IP was first banned, in Unix time.

unbandate

The date when the IP will be unbanned in Unix time. Any date that is set lower than the current date basically classifies as a permanent ban as it will never auto expire.

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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox