flagflag  If you want to see English page, please click "English" Button at Left.
  
現: 2013-01-20 (日) 12:14:56 iseki ソース
Line 1: Line 1:
 +*** estate_settings [#ef80a680]
 +- Estate, 土地 (Regionの上物)の情報
 +- Regionとの対応は [[estate_map>../estate_map]] で行う.
 +- EstateOwner が SIMのオーナーを示す.([[regions>../regions]] の owner_uuid ではない)
 +- EstateOwner が 00000000-0000-0000-0000-000000000000 の場合はRegionの設定ファイル(bin/Regions/*.xml, *.ini)から読み込まれる.
 + mysql> show columns from estate_settings;
 + +-------------------------+------------​------+------+-----+---------+----------​------+
 + | Field                  | Type            | Null | Key | Default | Extra          |
 + +-------------------------+------------​------+------+-----+---------+----------​------+
 + | EstateID                | int(10) unsigned | NO  | PRI | NULL    | auto_increment |
 + | EstateName              | varchar(64)      | YES  |    | NULL    |                |
 + | AbuseEmailToEstateOwner | tinyint(4)      | NO  |    | NULL    |                |
 + | DenyAnonymous          | tinyint(4)      | NO  |    | NULL    |                |
 + | ResetHomeOnTeleport    | tinyint(4)      | NO  |    | NULL    |                |
 + | FixedSun                | tinyint(4)      | NO  |    | NULL    |                |
 + | DenyTransacted          | tinyint(4)      | NO  |    | NULL    |                |
 + | BlockDwell              | tinyint(4)      | NO  |    | NULL    |                |
 + | DenyIdentified          | tinyint(4)      | NO  |    | NULL    |                |
 + | AllowVoice              | tinyint(4)      | NO  |    | NULL    |                |
 + | UseGlobalTime          | tinyint(4)      | NO  |    | NULL    |                |
 + | PricePerMeter          | int(11)          | NO  |    | NULL    |                |
 + | TaxFree                | tinyint(4)      | NO  |    | NULL    |                |
 + | AllowDirectTeleport    | tinyint(4)      | NO  |    | NULL    |                |
 + | RedirectGridX          | int(11)          | NO  |    | NULL    |                |
 + | RedirectGridY          | int(11)          | NO  |    | NULL    |                |
 + | ParentEstateID          | int(10) unsigned | NO  |    | NULL    |                |
 + | SunPosition            | double          | NO  |    | NULL    |                |
 + | EstateSkipScripts      | tinyint(4)      | NO  |    | NULL    |                |
 + | BillableFactor          | float            | NO  |    | NULL    |                |
 + | PublicAccess            | tinyint(4)      | NO  |    | NULL    |                |
 + | AbuseEmail              | varchar(255)    | NO  |    | NULL    |                |
 + | EstateOwner            | varchar(36)      | NO  |    | NULL    |                |
 + | DenyMinors              | tinyint(4)      | NO  |    | NULL    |                |
 + +-------------------------+------------​------+------+-----+---------+----------​------+
 +
 +
 + mysql> select EstateID,EstateName,EstateOwner from estate_settings;
 + +----------+------------+--------------​------------------------+
 + | EstateID | EstateName | EstateOwner                          |
 + +----------+------------+--------------​------------------------+
 + |      100 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      101 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      102 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      103 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      104 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      105 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      106 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      107 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      108 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      109 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      110 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      111 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      112 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      113 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      114 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      115 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      116 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      117 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 |
 + |      118 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 |
 + |      119 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      120 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      121 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 |
 + |      122 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 |
 + |      123 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      124 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 |
 + |      125 | My Estate  | 9534ce55-b18e-451f-9c7d-2423fbc1a431 |
 + |      126 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      127 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      128 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      129 | My Estate  | 00000000-0000-0000-0000-000000000000 |
 + |      130 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      131 | My Estate  | 61dfee5c-2440-49f7-8668-a47cecb19d04 |
 + |      132 | My Estate  | 3c0dacbb-f360-43b5-b825-c7fbded9b73f |
 + |      133 | My Estate  | 3c0dacbb-f360-43b5-b825-c7fbded9b73f |
 + +----------+------------+--------------​------------------------+
  

  • OpenSim/DB/0.7.0/estate_settings のバックアップ差分(No. All)
    • 現: 2013-01-20 (日) 12:14:56 iseki

トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 4月翌月
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
<今日>

オンライン状況

138 人のユーザが現在オンラインです。 (8 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 138

もっと...

アクセスカウンタ

今日 : 3664366436643664
昨日 : 1406514065140651406514065
総計 : 2334468623344686233446862334468623344686233446862334468623344686
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com