用户工具

站点工具


数据库:auth数据库:ip_banned

ip_banned 表


<-返回:Auth 数据库

This table contains all of the banned IPs and the date when (or if) the ban will expire.

表结构

FieldTypeAttributesKeyNullDefaultextraComment
ipVARCHAR(15)SIGNEDPRINO127.0.0.1
bandateINTUNSIGNEDPRINO
unbandateINTUNSIGNED NO
bannedbyVARCHAR(50)SIGNED NO[Console]
banreasonVARCHAR(255)SIGNED NOno reason

字段说明


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.

数据库/auth数据库/ip_banned.txt · 最后更改: 2023/09/24 09:19 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki