Home
News
Forum
Wiki
Blog
Contents
Gallery
Movies
Downloads
About NSL
If you want to see English page, please click "English" Button at Left.
[
タイトル一覧
|
ページ一覧
|
新規
|
単語検索
|
最終更新
|
ヘルプ
]
OpenSim/MoneyServer/MoneyServer.ini
をテンプレートにして作成
[
トップ
]
[ ]
開始行:
** Setting of MoneyServer.ini
**** [Startup]
- ''PIDFile'' : Specify PID file
**** [MySql]
- ''hostname'' : MySQL server's FQDN or IP address
- ''database'' : DB name of MySQL
- ''username'' : user name of MySQL
- ''password'' : password of MySQL user
- ''pooling'' : MySQL pooling?
- ''port'' : MySQL communication port
- ''MaxConnection'' : Max connection number to DB.
**** [MoneyServer]
- ''DefaultBalance'' : Initial money that new avatar has.
- ''EnableAmountZero'' : zero amount transaction enable? ...
- ''BankerAvatar'' : UUID of Banker Avatar. Banker Avatar...
- ''EnableForceTransfer'' : If this is true, llGiveMoney(...
- ''EnableScriptSendMoney'' : If this is true, send_mone...
- ''MoneyScriptAccessKey'' : Secret key of Helper Script....
- ''MoneyScriptIPaddress'' : IP address of server that He...
- ''EnableHGAvatar'' : Allow connection from HyperGrid av...
- ''EnableGuestAvatar'' : Allow connection from Guest ava...
- ''HGAvatarDefaultBalance'' : Initial money of new Hyp...
- ''GuestAvatarDefaultBalance'' : Initial money of new ...
-- HyperGrid avatar and Guest avatar were defined at each...
- Messages that displayed in blue dialog, when balance is...
-- If "" is specified, blue dialog is not displayed.
-- You can use {0} and {1} in message string.
-- {0} means the amount and {1} means avatar name or obje...
-- ''BalanceMessageLandSale'' : for buy the land
-- ''BalanceMessageRcvLandSale'' : for get the money of t...
-- ''BalanceMessageSendGift'' : for send gift to other av...
-- ''BalanceMessageReceiveGift'' : for receive gift from ...
-- ''BalanceMessagePayCharge'' : for upload and group cre...
-- ''BalanceMessageBuyObject'' : for buy the object
-- ''BalanceMessageGetMoney'' : for get the money from ob...
-- ''BalanceMessageBuyMoney'' : for buy the money from sy...
-- ''BalanceMessageReceiveMoney'' : for receive the money...
-- ''BalanceMessageRollBack'' : when roll back ocuurred
**** [Certificate]
- ''CACertFilename'' : CA (Certificate Authority) cert fi...
- ''ServerCertFilename'' : [[pfx File>pfx]] for HTTPS (Se...
- ''ServerCertPassword'' : Password of [[pfx File>pfx]] ....
- ''CheckClientCert'' : Check Client certificate (Region...
- ''ClientCrlFilename'' : CRL (Certificate Revocation Lis...
- ''CheckServerCert'' : Check Server certificate (Region...
- ''ClientCertFilename'' : If Region server checks client...
- ''ClientCertPassword'' : Password of ''ClientCertFilena...
#br
**** Sample
[Startup]
;
; Place to create a PID file
; PIDFile = "/tmp/money.pid"
[MySql]
;
;Connection parameters of MySQL
hostname = localhost ; Name of MySQL Server
database = opensim_db
username = opensim_user
password = opensim_pass
pooling = false
port = 3306
;
; Max DB connections kept by money server.
MaxConnection = 10
[MoneyServer]
;
; If the user is not found in database,he/she will be cr...
DefaultBalance = 1000
;
; Is amount==0 transaction enable? Default is false.
;EnableAmountZero = false
;
; If "00000000-0000-0000-0000-000000000000" is specified...
; If "" is specified, nobody can get money.
BankerAvatar = ""
;
; If you want to use llGiveMoney() function normally eve...
; please set true to this valiable
EnableForceTransfer = true
;
; Send/Move money to/from avatar by Money Script
;EnableScriptSendMoney = false
;MoneyScriptAccessKey = "123456789" ;; Speci...
;MoneyScriptIPaddress = "202.26.159.139" ;; Not u...
;
; for HG/Guest Avatar. Foreign Avatar is always false
;EnableHGAvatar = false
;EnableGuestAvatar = false
;HGAvatarDefaultBalance = 0
;GuestAvatarDefaultBalance = 0
;
; Message that displayed in blue dialog, when balance is...
; If "" is specified, blue dialog is not displayed.
; You can use {0} and {1} in message string.
; {0} means amount and {1} means avatar name or object o...
;BalanceMessageSendGift = "Sent Gift L${0} to {1}." ...
;BalanceMessageReceiveGift = "Received Gift L${0} from ...
;BalanceMessagePayCharge = "" ...
;BalanceMessageBuyObject = "Bought the Object {2} fro...
;BalanceMessageSellObject = "{1} bought the Object {2}...
;BalanceMessageLandSale = "Paid the Money L${0} for ...
;BalanceMessageScvLandSale = "" ...
;BalanceMessageGetMoney = "Got the Money L${0} from ...
;BalanceMessageBuyMoney = "Bought the Money L${0}." ...
;BalanceMessageRollBack = "RollBack the Transaction:...
;BalanceMessageSendMoney = "Paid the Money L${0} to {...
;BalanceMessageReceiveMoney = "Received L${0} from {1}."...
[Certificate]
;
; Certification Configuration
;
; CA Cert to check Client/Server Cert
;CACertFilename = "cacert.crt"
;
; HTTPS Server Cert (Server Mode)
;ServerCertFilename = "SineWaveCert.pfx"
;ServerCertPassword = "123"
ServerCertFilename = "server_cert.p12"
ServerCertPassword = ""
; Client Authentication from Region Server
;CheckClientCert = false ...
;ClientCrlFilename = "clcrl.crt"
;
; XML RPC to Region Server (Client Mode)
;;CheckServerCert = false ...
;;ClientCertFilename = "client_cert.p12"
;;ClientCertPassword = ""
終了行:
** Setting of MoneyServer.ini
**** [Startup]
- ''PIDFile'' : Specify PID file
**** [MySql]
- ''hostname'' : MySQL server's FQDN or IP address
- ''database'' : DB name of MySQL
- ''username'' : user name of MySQL
- ''password'' : password of MySQL user
- ''pooling'' : MySQL pooling?
- ''port'' : MySQL communication port
- ''MaxConnection'' : Max connection number to DB.
**** [MoneyServer]
- ''DefaultBalance'' : Initial money that new avatar has.
- ''EnableAmountZero'' : zero amount transaction enable? ...
- ''BankerAvatar'' : UUID of Banker Avatar. Banker Avatar...
- ''EnableForceTransfer'' : If this is true, llGiveMoney(...
- ''EnableScriptSendMoney'' : If this is true, send_mone...
- ''MoneyScriptAccessKey'' : Secret key of Helper Script....
- ''MoneyScriptIPaddress'' : IP address of server that He...
- ''EnableHGAvatar'' : Allow connection from HyperGrid av...
- ''EnableGuestAvatar'' : Allow connection from Guest ava...
- ''HGAvatarDefaultBalance'' : Initial money of new Hyp...
- ''GuestAvatarDefaultBalance'' : Initial money of new ...
-- HyperGrid avatar and Guest avatar were defined at each...
- Messages that displayed in blue dialog, when balance is...
-- If "" is specified, blue dialog is not displayed.
-- You can use {0} and {1} in message string.
-- {0} means the amount and {1} means avatar name or obje...
-- ''BalanceMessageLandSale'' : for buy the land
-- ''BalanceMessageRcvLandSale'' : for get the money of t...
-- ''BalanceMessageSendGift'' : for send gift to other av...
-- ''BalanceMessageReceiveGift'' : for receive gift from ...
-- ''BalanceMessagePayCharge'' : for upload and group cre...
-- ''BalanceMessageBuyObject'' : for buy the object
-- ''BalanceMessageGetMoney'' : for get the money from ob...
-- ''BalanceMessageBuyMoney'' : for buy the money from sy...
-- ''BalanceMessageReceiveMoney'' : for receive the money...
-- ''BalanceMessageRollBack'' : when roll back ocuurred
**** [Certificate]
- ''CACertFilename'' : CA (Certificate Authority) cert fi...
- ''ServerCertFilename'' : [[pfx File>pfx]] for HTTPS (Se...
- ''ServerCertPassword'' : Password of [[pfx File>pfx]] ....
- ''CheckClientCert'' : Check Client certificate (Region...
- ''ClientCrlFilename'' : CRL (Certificate Revocation Lis...
- ''CheckServerCert'' : Check Server certificate (Region...
- ''ClientCertFilename'' : If Region server checks client...
- ''ClientCertPassword'' : Password of ''ClientCertFilena...
#br
**** Sample
[Startup]
;
; Place to create a PID file
; PIDFile = "/tmp/money.pid"
[MySql]
;
;Connection parameters of MySQL
hostname = localhost ; Name of MySQL Server
database = opensim_db
username = opensim_user
password = opensim_pass
pooling = false
port = 3306
;
; Max DB connections kept by money server.
MaxConnection = 10
[MoneyServer]
;
; If the user is not found in database,he/she will be cr...
DefaultBalance = 1000
;
; Is amount==0 transaction enable? Default is false.
;EnableAmountZero = false
;
; If "00000000-0000-0000-0000-000000000000" is specified...
; If "" is specified, nobody can get money.
BankerAvatar = ""
;
; If you want to use llGiveMoney() function normally eve...
; please set true to this valiable
EnableForceTransfer = true
;
; Send/Move money to/from avatar by Money Script
;EnableScriptSendMoney = false
;MoneyScriptAccessKey = "123456789" ;; Speci...
;MoneyScriptIPaddress = "202.26.159.139" ;; Not u...
;
; for HG/Guest Avatar. Foreign Avatar is always false
;EnableHGAvatar = false
;EnableGuestAvatar = false
;HGAvatarDefaultBalance = 0
;GuestAvatarDefaultBalance = 0
;
; Message that displayed in blue dialog, when balance is...
; If "" is specified, blue dialog is not displayed.
; You can use {0} and {1} in message string.
; {0} means amount and {1} means avatar name or object o...
;BalanceMessageSendGift = "Sent Gift L${0} to {1}." ...
;BalanceMessageReceiveGift = "Received Gift L${0} from ...
;BalanceMessagePayCharge = "" ...
;BalanceMessageBuyObject = "Bought the Object {2} fro...
;BalanceMessageSellObject = "{1} bought the Object {2}...
;BalanceMessageLandSale = "Paid the Money L${0} for ...
;BalanceMessageScvLandSale = "" ...
;BalanceMessageGetMoney = "Got the Money L${0} from ...
;BalanceMessageBuyMoney = "Bought the Money L${0}." ...
;BalanceMessageRollBack = "RollBack the Transaction:...
;BalanceMessageSendMoney = "Paid the Money L${0} to {...
;BalanceMessageReceiveMoney = "Received L${0} from {1}."...
[Certificate]
;
; Certification Configuration
;
; CA Cert to check Client/Server Cert
;CACertFilename = "cacert.crt"
;
; HTTPS Server Cert (Server Mode)
;ServerCertFilename = "SineWaveCert.pfx"
;ServerCertPassword = "123"
ServerCertFilename = "server_cert.p12"
ServerCertPassword = ""
; Client Authentication from Region Server
;CheckClientCert = false ...
;ClientCrlFilename = "clcrl.crt"
;
; XML RPC to Region Server (Client Mode)
;;CheckServerCert = false ...
;;ClientCertFilename = "client_cert.p12"
;;ClientCertPassword = ""
ページ名:
サイト内 検索
高度な検索
ログイン
ユーザー名:
パスワード:
パスワード紛失
新規登録
サブ メニュー
新着情報
Books
リンク
サイトマップ
e-Learning
TUIS 認証局証明書
ミニカレンダー
2025年 5月
日
月
火
水
木
金
土
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
31
<今日>
オンライン状況
91 人のユーザが現在オンラインです。 (6 人のユーザが xpwiki を参照しています。)
登録ユーザ: 0
ゲスト: 91
もっと...
アクセスカウンタ
今日 :
昨日 :
総計 :
Powered by XOOPS Cube 2.1© 2001-2006
XOOPS Cube Project
Design by
XoopsDesign.com