flagflag  
65: 2012-11-22 (Thu) 10:23:55 iseki source 66: 2012-11-26 (Mon) 15:54:08 admin source
Line 1: Line 1:
-* Original DTL Currency Processing [#kcf82c38]+* DTL/NSL Money Server [#zebd09de]
-*** Links [#c33fad55] 
-- Project: http://forge.opensimulator.org/gf/projec​t/currency/ 
-- Source Code: svn co http://forge.opensimulator.org/svn/curre​ncy/trunk  currency 
-- Reference: OMC(Open Metaverse Currency): https://www.virwox.com/omc-open-metavers​e-currency.php 
-#br 
- 
-*** Problems of DTL Currency [#l0262436] 
-- It is not maintained now. 
-- It does not work in Unix/Linux. 
-- It does not work in latest version of OpenSim. 
-#br 
- 
-* DTL/NSL Money Server (Our Modified Version) [#p25d4949] 
** Overview [#vaa53e04] ** Overview [#vaa53e04]
-- Latest Stable Version is 0.7.3 (for OpenSim 0.7.3) +- Latest Stable Version is 0.7.3 (for OpenSim 0.7.3/0.7.4
-- This Money Server is modified from DTL Currency for Unix/Linux (It might work in MS Windows).+- This Money Server is modified from [[DTL Currency>./DTL Currency Processing]] and for Unix/Linux (It might work in MS Windows).
- Some bug fixes are done and some functions are extended from DTL currency. - Some bug fixes are done and some functions are extended from DTL currency.
-- This can be operated by OpenSim 0.6.7-0.7.1.x, 0.7.2, 0.7.3+- This can be operated by OpenSim 0.6.7-0.7.1.x, 0.7.2, 0.7.3, 0.7.4
- Web Monitor function (ASP.NET) is removed from original DTL Currency. - Web Monitor function (ASP.NET) is removed from original DTL Currency.
- This is not support that sell/buy the group shared object. - This is not support that sell/buy the group shared object.
- ''Please use this at Your Own Risk!!'' - ''Please use this at Your Own Risk!!''
-- &font(#0000ff){[[OpenSim 0.7.1.1 Binary with Money Server Patch>#e4deb0ba]] by ''Adam Farrugia'' is available. }; 
- &font(#0000ff){About this project, ''Milo'' do a lot of advice and donation to us. ''Thank you very much!!''}; - &font(#0000ff){About this project, ''Milo'' do a lot of advice and donation to us. ''Thank you very much!!''};
-- %%&font(#ff2222){[[previous ''Aurora-Sim (0.4.3Dev)'' is full supported.>./Aurora-Sim]] (new, 10 Setp. 2011)};%%+- &font(#ff2222){[[previous ''Aurora-Sim (0.4.3Dev)'' is full supported.>./Aurora-Sim#b8a01dda]] (new, 10 Setp. 2011)};
- ''Under Development for latest version of Aurora-Sim, now'' -> [[Progress>./Aurora-Sim]] - ''Under Development for latest version of Aurora-Sim, now'' -> [[Progress>./Aurora-Sim]]
#br #br
-*** Change Log[#z6c98d59] +*** Change Log [#r7a89e03
-**** 0.7.3 for Opensim-0.7.3 and OpenSim-0.7.4 [#be6692eb] +- [[ChangeLog>./ChangeLog]]
- +
-**** Working Now (OpenSim 0.7.3Dev and Aurora-Sim 0.4.3Dev) [#udfaff79] +
-- Support Aurora-Sim +
-#br +
- +
-**** 0.7.2 for Opensim 0.7.2 [#e96c1580] +
-- Change Server name from OpenSim.Grid.MoneyServer.exe to ''MoneyServer.exe'' +
-- Change Module name from DTLMoneyModule to ''DTLNSLMoneyModule'' +
-- [[pfx file>pfx]] can be specified by configuration file +
-- Support HTTP Communication +
-- Add ''BalanceMessageRcvLandSale'' message +
-- Correct ''send_money'' script bug. +
-- No patch for OpenSim 0.7.2 +
-#br +
- +
-**** v0.7.1 for OpenSim 0.7.1.x [#rdb89803] +
-- 0.7.1 R2 +
--- Correct the bug of money() event. +
-- 0.7.1 R1 +
--- Money can be sent to any avatars. +
--- Upload charge and Group Create charge are available. +
--- Enable rewrite update balance message (for blue dialog) +
--- Minimum patch for source code (in the future, the patch disappears). +
- +
- +
-- [[more ...>./ChangeLog]]+
#br #br
Line 63: Line 23:
- http://www.nsl.tuis.ac.jp/xoops/modules/​d3forum/index.php?forum_id=11 - http://www.nsl.tuis.ac.jp/xoops/modules/​d3forum/index.php?forum_id=11
#br #br
-** From Download to Execution [#qd7e14e7]+** Download of DTL/NSL Money Server[#u2d15064]
-*** Download of DTL/NSL Money Server[#u2d15064] +*** [[OpenSim]] [#x2bf1cc1] 
-**** [[OpenSim]] [#x2bf1cc1] +- 0.7.3 for OpenSim-0.7.3/0.7.4 (Binaries are included. not need to compile)
-- for 0.7.3 (Binaries are included. not need to compile)+
-- http://www.nsl.tuis.ac.jp/xoops/modules/​d3downloads/index.php?page=singlefile&ci​d=8&lid=33 -- http://www.nsl.tuis.ac.jp/xoops/modules/​d3downloads/index.php?page=singlefile&ci​d=8&lid=33
-- for latest dev version (for 0.7.4Dev)+- latest dev version (for OpenSim-0.7.5Dev)
-- 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
Line 77: Line 36:
#br #br
-**** [[Aurora-Sim]] [#cd3c0906]+*** [[Aurora-Sim]] [#cd3c0906]
- for latest Aurora-Sim. This is development version - for latest Aurora-Sim. This is development version
-- svn co http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.currency/branches/aurora aurora.currency -- svn co http://www.nsl.tuis.ac.jp/svn/opensim/op​ensim.currency/branches/aurora aurora.currency
#br #br
-*** Special Download [#e4deb0ba] +** Compile and Install [#uc427419]
-**** [[OpenSim]] [#rd2dc4b9] +
-- OpenSim 0.7.1.1 Binary with Money Server Patch by ''Adam Farrugia'' +
--- http://www.fdn.uq.edu.au/opensim/opensim​-0.7.1.1-patched.zip +
--- please see [[this forum>http://www.nsl.tuis.ac.jp/xoops/mo​dules/d3forum/index.php?topic_id=55]] +
-#br +
-**** [[Aurora-Sim]] [#e31c9907] +
-- %%Aurora-Sim 0.4.3Dev Binary ()%% +
-#br+
-*** Compile and Install [#uc427419] +*** [[OpenSim]] [#vaa8ebdd]
-**** [[OpenSim]] [#vaa8ebdd]+
- for release version (Patch was abolished from 0.7.2) and latest Dev version - for release version (Patch was abolished from 0.7.2) and latest Dev version
 git clone git://opensimulator.org/git/opensim opensim  git clone git://opensimulator.org/git/opensim opensim
Line 114: Line 64:
 vi MoneyServer.ini  vi MoneyServer.ini
-**** [[Aurora-Sim]] [#tab1b7e6]+*** [[Aurora-Sim]] [#tab1b7e6]
- for latest dev version (0.4.3Dev) - for latest dev version (0.4.3Dev)
 git clone git://github.com/aurora-sim/Aurora-Sim.g​it aurora  git clone git://github.com/aurora-sim/Aurora-Sim.g​it aurora
Line 133: Line 83:
 vi OpenSim.ini  vi OpenSim.ini
-*** Settings [#v70b9150] +** Settings [#v70b9150] 
-**** [[MoneyServer.ini>./MoneyServer.ini]] [#y846e1a1]+*** [[MoneyServer.ini>./MoneyServer.ini]] [#y846e1a1]
- Setting of  [[MoneyServer.ini>./MoneyServer.ini]] - Setting of  [[MoneyServer.ini>./MoneyServer.ini]]
#br #br
-**** [Economy] Section in INI file [#d9a146c0]+*** [Economy] Section in INI file [#d9a146c0]
- for OpenSim: [[OpenSim.ini>./OpenSim.ini]] - for OpenSim: [[OpenSim.ini>./OpenSim.ini]]
- for Aurora-Sim: [[Configuration/Modules/Economy.ini>./Ec​onomy.ini]] - for Aurora-Sim: [[Configuration/Modules/Economy.ini>./Ec​onomy.ini]]
#br #br
-**** [[Helper Scripts>./Helper Script]] [#yd4f306d]+*** [[Helper Scripts>./Helper Script]] [#yd4f306d]
- If you use functions that ''Buy Money from System'', ''Buy Land'' and ''send_money'', you should set up Helper Scripts. - If you use functions that ''Buy Money from System'', ''Buy Land'' and ''send_money'', you should set up Helper Scripts.
- If you use XoopenSim or Modlos, you may not do setting Helper Script. Because XoopenSim/Modlos sets up it by automatically. - If you use XoopenSim or Modlos, you may not do setting Helper Script. Because XoopenSim/Modlos sets up it by automatically.
Line 154: Line 104:
#br #br
-*** Execution [#h4610b84]+** Execution [#h4610b84]
- Execute MoneyServer after Robust.exe/Aurora.Server.exe and before OpenSim.exe/Aurora.exe - Execute MoneyServer after Robust.exe/Aurora.Server.exe and before OpenSim.exe/Aurora.exe
#br #br
-**** [[OpenSim]] 0.7.2 and latest Dev [#ad34b4d2]+*** [[OpenSim]] 0.7.2 and latest Dev [#ad34b4d2]
- Attetion: MoneyServer's name was changed - Attetion: MoneyServer's name was changed
Line 167: Line 117:
#br #br
-**** [[OpenSim]] before 0.7.1.x [#df442a63]+*** [[OpenSim]] before 0.7.1.x [#df442a63]
 # cd bin  # cd bin
 # mono Robust.exe  # mono Robust.exe
Line 174: Line 124:
#br #br
-**** [[Aurora-Sim]] [#l4b62f4f]+*** [[Aurora-Sim]] [#l4b62f4f]
 # cd bin  # cd bin
 # mono Aurora.Server.exe  # mono Aurora.Server.exe
Line 188: Line 138:
*** Support of StandAlone mode [#nf42a9ad] *** Support of StandAlone mode [#nf42a9ad]
-**** [[OpenSim]] [#lf93e861] +- [[OpenSim-0.7.x>./standalone_0.7]]
-- [[for v0.7.x>./standalone_0.7]+
-#br +
- +
-**** [[Aurora-Sim]] [#g0e2a591]+
#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

106 user(s) are online (25 user(s) are browsing xpwiki)

Members: 0
Guests: 106

more...

Access Counter

Today : 2056205620562056
Yesterday : 1753317533175331753317533
Total : 2346519923465199234651992346519923465199234651992346519923465199
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com