DTL/NSL Money Server for Aurora-Sim †[edit]
Not Supported now!! †[edit]
- Now, AuroraSim is not suppotrted.
Overview †[edit]
- 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!!
- &font(#0000ff){About this project, Milo do a lot of advice and donation to us. Thank you very much!!};
Supported Functions †[edit]
Download of DTL/NSL Money Server †[edit]
tar Ball †[edit]
- for
latest Aurora-Sim (9d951cb)
Subversion †[edit]
Compile and Install †[edit]
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
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
Settings †[edit]
MoneyServer.ini †[edit]
[Economy] Section in INI file †[edit]
Helper Scripts †[edit]
- 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 †[edit]
- Execute MoneyServer after Aurora.Server.exe and before Aurora.exe
# cd bin
# mono Aurora.Server.exe
# mono MoneyServer.exe
# mono Aurora.exe
etc.etc. †[edit]
Sample Program †[edit]
[ja]注意[/ja][en]Attention[/en] †[edit]
- [ja]Economy.ini 中の UserServer, CurrencyServer のアドレスは localhost (127.0.0.1) を使用しないこと ( [Network] セクションの user_server_url).これは,このIPアドレスが,Monet Server内でのユーザのアカウント識別に利用されるためである.[/ja]
[en] Not use 127.0.0.1 for UserServer and CurrencyServer at Economy.ini. This IP Address is used for identification of user on Money Server.[/en]
- [ja]MoneyServer.ini と include/config.php (またはXoopenSim/Modlos) の Helper Script用のキーは必ず同じものを指定すること.[/ja]
[en]Specify same Secret Key of Helper Script in MoneyServer.ini and include/config.php (or XoopenSim/Modlos)[/en]