Estateban
From OpenSimulator
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)