Ip banned

Материал из YTDB DataBase

(Различия между версиями)
Перейти к: навигация, поиск
(Новая страница: «{| align="right" | __TOC__ |} Category: Realm database tables Back to realm database list of tables. <big>'''The `ip_banned` table'''</big> …»)
Строка 3: Строка 3:
|}
|}
[[Category: Realm database tables]]
[[Category: Realm database tables]]
-
Back to [[realmdb_struct|realm database]] list of tables.
+
Назад к списку таблиц [[realmdb_struct|realm database]].
Строка 57: Строка 57:
-
<big>'''Description of the fields'''</big>
+
<big>'''Описание полей'''</big>
====ip====
====ip====
The IP address that is banned.
The IP address that is banned.

Версия 18:14, 7 марта 2010

Содержание

Назад к списку таблиц realm database.


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 Null Key Default Extra
ip varchar(32) NO PRI 127.0.0.1
bandate int(11) NO
unbandate int(11) NO
bannedby varchar(50) NO [Console]
banreason varchar(50) 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.

Личные инструменты