跳至内容
AzerothCore 中文
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
数据库:auth数据库:ip_banned
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== ip_banned 表 ====== ---- [[数据库:auth数据库:首页|<-返回:Auth 数据库]] This table contains all of the banned IPs and the date when (or if) the ban will expire. **表结构** ^Field^Type^Attributes^Key^Null^Default^extra^Comment^ |[[#ip|ip]]|VARCHAR(15)|SIGNED|PRI|NO|127.0.0.1| | | |[[#bandate|bandate]]|INT|UNSIGNED|PRI|NO| | | | |[[#unbandate|unbandate]]|INT|UNSIGNED| |NO| | | | |[[#bannedby|bannedby]]|VARCHAR(50)|SIGNED| |NO|[Console]| | | |[[#banreason|banreason]]|VARCHAR(255)|SIGNED| |NO|no 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
页面工具
显示页面
修订记录
反向链接
回到顶部