Overview 
- Latest Version is 0.5.9d951cb (for Aurora-Sim 9d951cb, 9 Nov. 2012)
- This Money Server is modified from DTL Currency and for Unix/Linux (It might work in MS Windows).
- Some bug fixes are done and some functions are extended from DTL currency.
- HTTPS cannot be used.
- Web Monitor function (ASP.NET) is removed from original DTL Currency.
- This does not support that sell/buy the group shared object.
- Please use this at Your Own Risk!!
- About this project, Milo do a lot of advice and donation to us. Thank you very much!!
Subversion 
- This is dev version
- svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/branches/aurora aurora.currency
- svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/branches/aurora aurora.currency
Compile and Install 
- for tarball version
git clone git://github.com/aurora-sim/Aurora-Sim.git aurora cd aurora %%tar zxfv aurora.currency-XXXX.tar.gz%% svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/branches/aurora aurora.currency patch -p1 < aurora.currency/aurora_currency_latest.patch ./runprebuild.sh && xbuild cd aurora.currency ./build.sh cd ../bin vi MoneyServer.ini (modify [MySql] section) vi AuroraServer.ini vi Aurora.ini vi Configration/Main.ini ...... cd Configuration/Modules cp Economy.ini.example Economy.ini vi Economy.ini
- for latest dev version
git clone git://github.com/aurora-sim/Aurora-Sim.git aurora cd aurora svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/branches/aurora aurora.currency patch -p1 < aurora.currency/aurora_currency_latest.patch ./runprebuild.sh && xbuild cd aurora.currency ./build.sh cd ../bin vi MoneyServer.ini (modify [MySql] section) vi AuroraServer.ini vi Aurora.ini vi Configration/Main.ini ...... cd Configuration/Modules cp Economy.ini.example Economy.ini vi Economy.ini
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.
- Helper Scripts work with PHP-5.2.x, those does not work with PHP-5.3.x
- Setup Manual of Helper Scripts is here>
Execution 
- Execute MoneyServer after Aurora.Server.exe and before Aurora.exe
# cd bin # mono Aurora.Server.exe # mono MoneyServer.exe # mono Aurora.exe
Sample Program 
- LSL: llGvieMony()
- PHP: send_money()
Counter: 4350,
today: 1,
yesterday: 0
最終更新: 2014-07-28 (月) 12:18:40 (JST) (3927d) by iseki