flagflag  
17: 2010-05-04 (Tue) 14:12:42 admin source 18: 2010-08-19 (Thu) 17:31:19 iseki source
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
 +
-+
-~+


Front page   New List of Pages Search Recent changes   Help   RSS of recent changes (RSS 1.0) RSS of recent changes (RSS 2.0) RSS of recent changes (RSS Atom)

Site Search

Login

Username:

Password:


Lost Password?
Register now!!

Sub Menu

mini Calendar

Last MonthMay 2024Next Month
Su Mo Tu We Th Fr Sa
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
Today

Who's Online

79 user(s) are online (17 user(s) are browsing xpwiki)

Members: 0
Guests: 79

more...

Access Counter

Today : 4804480448044804
Yesterday : 1716817168171681716817168
Total : 2350126523501265235012652350126523501265235012652350126523501265
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com