Estateban
From OpenSimulator
(Difference between revisions)
m (Corrected reference to name of database table) |
m (Removed 'Template:' prefix from template includings and/or changed external-link into internal-link) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | {{ | + | {{Quicklinks}} |
<br /> | <br /> | ||
Revision as of 06:23, 10 June 2011
Estateban Information on banned users and IP addresses (back to Database Documentation)
The current structure of the estateban table is as follows:
Field |
Type | Null | Key | Default | Extra |
EstateID | int(10) | NO | PRI | ||
bannedUUID | varchar(36) | NO | |||
bannedIp | varchar(16) | NO | |||
bannedIpHostMask | varchar(16) | NO | |||
bannedNameMask | varchar(64) | YES | NULL |
(back to Database Documentation)
EstateID
The ID of an estate.
bannedUUID
UUID of a banned user.
bannedIp
Additional details needed
bannedIpHostMask
Additional details needed
bannedNameMask
Additional details needed
(back to Database Documentation)