flagflag  If you want to see English page, please click "English" Button at Left.
17: 2010-05-04 (火) 14:12:42 admin ソース 18: 2010-08-19 (木) 17:31:19 iseki ソース
Line 2: Line 2:
*** Link [#c33fad55] *** Link [#c33fad55]
-- DTL Currency Processing 
--- http://forge.opensimulator.org/gf/projec​t/currency/ 
-*** Original Source [#e9a00cb8] +- Projrct: http://forge.opensimulator.org/gf/projec​t/currency/ 
-- svn co http://forge.opensimulator.org/svn/curre​ncy/trunk  currency +- Source Code: svn co http://forge.opensimulator.org/svn/curre​ncy/trunk  currency 
--- %%UserName: anonymous%% +#br
--- %%Password: (none)%% +
- +
-*** Bugs [#i8e24d82] +
-- %%when using Money Server, unenable selling things for $0%%  (Fixed at our version) +
-- %%[[SQL Reconnect Error >./SQL_Reconnect_Error]]%%  (Fixed at our version) +
-+
-~+
** Our Modified Version (NSL Version) [#p25d4949] ** Our Modified Version (NSL Version) [#p25d4949]
-This Money Server is modified version of DTL Currency Processing for Linux/Unix. As for this, some bug fixes are done. And this can be operated by OpenSim 0.6.7. ~ +- This Money Server is modified version of DTL Currency Processing for Linux/Unix. As for this, some bug fixes are done. And this can be operated by OpenSim 0.6.7, 0.6.8, 0.6.9 and 0.7. 
-But, WEB Monitor function (ASP.NET) is removed from original DTL Currency. So, this version is less secure than original version!! ~ +- But, WEB Monitor function (ASP.NET) is removed from original DTL Currency. So, this version is less secure than original version!! 
-''Please use this at your own risk!!''+- ''Please use this at your own risk!!'' 
 +#br
-*** DownLoad [#u2d15064] +*** Download [#u2d15064] 
-- for OpenSim 0.6.7~+- for 0.7 / 0.7.0.1 
 +-- http://www.nsl.tuis.ac.jp/xoops/modules/​d3downloads/index.php?page=singlefile&ci​d=8&lid=15 
 +- for 0.6.9 
 +-- http://www.nsl.tuis.ac.jp/xoops/modules/​d3downloads/index.php?page=singlefile&ci​d=8&lid=14 
 +- for 0.6.8 
 +-- http://www.nsl.tuis.ac.jp/xoops/modules/​d3downloads/index.php?page=singlefile&ci​d=8&lid=12 
 +- for 0.6.7
-- http://www.nsl.tuis.ac.jp/xoops/modules/​d3downloads/index.php?page=singlefile&ci​d=8&lid=7 -- http://www.nsl.tuis.ac.jp/xoops/modules/​d3downloads/index.php?page=singlefile&ci​d=8&lid=7
-- for OpenSim 0.6.8~ 
--- http://www.nsl.tuis.ac.jp/xoops/modules/​d3downloads/index.php?page=singlefile&ci​d=8&lid=12 
-- for latest OpenSim+- for latest (subversion)
 svn co http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.currency/trunk opensim.currency  svn co http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.currency/trunk opensim.currency
-*** Money Server [#j7056804+*** Compile and Install [#uc427419
-- for OpenSim 0.6.8 +- for release version 
- cd opensim-0.6.8-release + cd (PREFIX)/opensim-X.Y.Z-source  (or opensim-X.Y.Z-release) 
- tar xzfv opensim.currency-0.6.8.tar.gz + tar xzfv opensim.currency-X.Y.Z.tar.gz 
- patch -p1 < opensim.currency-0.6.8/opensim_currency_0.6.8.patch+ patch -p1 < opensim.currency-X.Y.Z/opensim_currency_X.Y.Z.patch
 ./runprebuild.sh && nant clean && nant  ./runprebuild.sh && nant clean && nant
- cd opensim.currency-0.6.8+ cd opensim.currency-X.Y.Z
 ./build.sh  ./build.sh
Line 55: Line 51:
 vi MoneyServer.ini      (modify [MySql] section)  vi MoneyServer.ini      (modify [MySql] section)
-*** Region Server (SIM)[#z65ac9d8] +*** Setting of Region Server (OpenSim.ini) [#d9a146c0]
-- for OpenSim 0.6.8 +
- cd opensim-0.6.8-release +
- tar xzfv opensim.currency-0.6.8.tar.gz +
- patch -p1 < opensim.currency-0.6.8/opensim_currency_​0.6.8.patch +
- ./runprebuild.sh && nant clean && nant +
- +
- cd opensim.currency-0.6.8 +
- ./build.sh +
- +
- cd ../bin +
- vi OpenSim.ini +
- +
-- for latest OpenSim +
- cd (PREFIX)/opensim +
- svn co http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.currency/trunk  opensim.currency +
- patch -p1 < opensim.currency/opensim_currency_latest​.patch +
- ./runprebuild.sh && nant clean && nant +
- +
- cd opensim.currency +
- ./build.sh +
- +
- cd ../bin +
- vi OpenSim.ini +
- OpenSim.ini - OpenSim.ini
 [Economy]  [Economy]
   SellEnabled = "true"    SellEnabled = "true"
-   UserServer = "http://(MoneyServer's FQDN or IP address):8002/"     # for 0.6.9 later+   UserServer = "http://(UserServer's FQDN or IP address):8002/"             (for 0.6.9 -)
   CurrencyServer = "https://(MoneyServer's FQDN or IP address):8008/"    CurrencyServer = "https://(MoneyServer's FQDN or IP address):8008/"
   EconomyModule  = DTLMoneyModule    EconomyModule  = DTLMoneyModule
*** Attention [#d84771e2] *** Attention [#d84771e2]
-- Not use 127.0.0.1 for UserServer's IP address at OpenSim.ini (''user_server_url'' at [Network] section). This IP Address is used for identification of user on Money Server.+- Not use 127.0.0.1 for UserServer's IP address at OpenSim.ini. This IP Address is used for identification of user on Money Server
 +- in 0.6.7 - 0.6.8, UserServer is setted as ''user_server_url'' at [Network] section. 
 +- in 0.6.9 - 0.7, UserServer is setted as ''UserServer'' at [Economy] section.
#br #br
 +
*** 注意 [#l266efd4] *** 注意 [#l266efd4]
- OpenSim.ini 中の UserServer のアドレスは localhost (127.0.0.1) を使用しないこと ( [Network] セクションの ''user_server_url'').これは,このIPアドレスが,Monet Server内でのユーザのアカウント識別に利用されるためである. - OpenSim.ini 中の UserServer のアドレスは localhost (127.0.0.1) を使用しないこと ( [Network] セクションの ''user_server_url'').これは,このIPアドレスが,Monet Server内でのユーザのアカウント識別に利用されるためである.
- 0.6.9で,[Network] セクションの ''user_server_url'' が無くなったため,代わりに [Economy]セクションで ''UserServer'' を指定するように変更. - 0.6.9で,[Network] セクションの ''user_server_url'' が無くなったため,代わりに [Economy]セクションで ''UserServer'' を指定するように変更.
- +
-+
-~+


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新の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
<今日>

オンライン状況

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

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

もっと...

アクセスカウンタ

今日 : 4744474447444744
昨日 : 6596659665966596
総計 : 2332224423322244233222442332224423322244233222442332224423322244
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com