17: 2010-05-04 (Tue) 14:12:42 admin |
18: 2010-08-19 (Thu) 17:31:19 iseki |
| | | |
| *** Link [#c33fad55] | | *** Link [#c33fad55] |
- | - DTL Currency Processing | |
- | -- http://forge.opensimulator.org/gf/project/currency/ | |
| | | |
- | *** Original Source [#e9a00cb8] | + | - Projrct: http://forge.opensimulator.org/gf/project/currency/ |
- | - svn co http://forge.opensimulator.org/svn/currency/trunk currency | + | - Source Code: svn co http://forge.opensimulator.org/svn/currency/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&cid=8&lid=15 |
| + | - for 0.6.9 |
| + | -- http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&cid=8&lid=14 |
| + | - for 0.6.8 |
| + | -- http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&cid=8&lid=12 |
| + | - for 0.6.7 |
| -- http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&cid=8&lid=7 | | -- http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&cid=8&lid=7 |
- | - for OpenSim 0.6.8~ | |
- | -- http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&cid=8&lid=12 | |
| | | |
- | - for latest OpenSim | + | - for latest (subversion) |
| svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency | | svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.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 |
| | | |
| 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/opensim.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 |
| + | |
- | ~ | + | |
- | ~ | + | |