Home
News
Forum
Wiki
Blog
Contents
Gallery
Movies
Downloads
About NSL
If you want to see English page, please click "English" Button at Left.
[
タイトル一覧
|
ページ一覧
|
新規
|
単語検索
|
最終更新
|
ヘルプ
]
OpenSim/MoneyServer
をテンプレートにして作成
[
トップ
]
[ ]
開始行:
* DTL/NSL Money Server for OpenSim
** Overview
- Latest Stable Version is ''0.9.1'' (for OpenSim 0.9.1)
- Latest subversion repository is for 0.9.2Dev
- This Money Server is modified from [[DTL Currency>./DTL...
- Some bug fixes are done and some functions are extended...
- This can be operated by OpenSim 0.6.7, 0.7.x, 0.8.x, 0....
- Web Monitor function (ASP.NET) is removed from original...
- [[Client Certification>./Client Certification]] is avai...
- This does not support that sell/buy the group shared ob...
- ''Please use this at Your Own Risk!!''
- ''Client (SIM: Region Server) certification causes an e...
- &font(#0000ff){About this project, ''Milo'' do a lot of...
#br
*** Supported Functions
- [[See Here>./Functions]]
- [[Client Certification>./Client Certification]] for 0.9.x
#br
*** Change Log
- [[ChangeLog>./ChangeLog]]
#br
*** Forum
- http://www.nsl.tuis.ac.jp/xoops/modules/d3forum/index.p...
#br
*** [[Client Certification>./Client Certification]]
#br
** Download of DTL/NSL Money Server
*** tar Ball
- 0.9.1_1 for OpenSim-0.9.1
-- http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/in...
- [[more old version...>./old_version]]
#br
*** Subversion
- latest dev version (for OpenSim-0.9.2Dev)
-- svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.c...
- &font(#c01010){''Attention''};
-- This uses HTTP/DAV, therefore your subversion needs to...
#br
** Compile and Install
*** for Release Version (OpenSim-X.Y.Z) [with No Client C...
cd (PREFIX)/opensim-X.Y.Z-source (or opensim-X.Y.Z-rele...
tar xzfv opensim.currency-X.Y.Z.tar.gz
./runprebuild.sh && xbuild
cd opensim.currency-X.Y.Z
./build.sh
cd ../bin
vi MoneyServer.ini
*** for latest Dev Version
**** No Client Certification or Money Module (OpenSim.Mod...
git clone git://opensimulator.org/git/opensim opensim
cd opensim
svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.cur...
./runprebuild.sh && xbuild
cd opensim.currency
./build.sh
cd ../bin
vi MoneyServer.ini
#br
**** Money Server (MoneyServer.exe) with Client Certifica...
git clone git://opensimulator.org/git/opensim opensim
cd opensim
svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.cur...
patch -p1 < opensim.currency/patch/ opensim.server.patch
./runprebuild.sh && xbuild
cd opensim.currency
./build.sh
cd ../bin
vi MoneyServer.ini
#br
*** HttpServer_OpenSim.dll
- ''Since 0.9.1, HttpServer_OpenSim.dll is already fixed,...
#br
- opensim-libs (unnecessary now)
-- %% git clone git://opensimulator.org/git/opensim-libs %%
-- %% cp -Rpd opensim-libs/HttpServer/trunk/HttpServer .%%
-- %% cd HttpServer/%%
-- %% patch -p1 < ../opensim.currency/patch/HttpServer.pa...
-- %% xbuild /p:Configuration=Release%%
#br
** Settings
*** Tutorial Videos by Nick Zwart
- http://www.slartist.com/part-6-1of2-how-to-setup-nsldtl...
- http://www.slartist.com/part-6-2of2-how-to-setup-nsldtl...
- Thanks!!
#br
*** MoneyServer.ini
- [[MoneyServer.ini>./MoneyServer.ini]]
#br
*** [Economy] Section in INI file
- [[OpenSim.ini>./OpenSim.ini]]
#br
*** Avatar Class
- マネーサーバにおけるアバターの取り扱いを定義するための...
- ''ForeignAvatar'', ''HGAvatar'', ''GuestAvatar'', ''Loc...
#br
**** for Region Server
- Regionサーバ毎に HG Avatar をどう取り扱うか指定できる.
- OpenSim.ini の [Economy] セクションの ''HGAvatarAs'' で...
- ''ForeignAvatar'', ''HGAvatar'', ''GuestAvatar'', ''Loc...
#br
**** for MoneyServer
- Region毎に決めた HGAvatar の取り扱い(Avatar Class: ''H...
- マネーサーバの MoneyServer.ini で指定する.
- ''LocalAvatar'' に対しては何時でも true (マネーサーバ...
- ''ForeignAvatar'' に対しては何時でも false (マネーサ...
; for HG/Guest Avatar. Foreign Avatar is always false
;EnableHGAvatar = false
;EnableGuestAvatar = false
;HGAvatarDefaultBalance = 0
;GuestAvatarDefaultBalance = 0
#br
*** Helper Scripts
- If you use functions that ''Buy Money from System'', ''...
- If you use %%XoopenSim or%% [[Modlos>Modlos (E)]], you...
- Helper Scripts work with ''PHP-7.x''
- [[Setup Manual of Helper Scripts is here>./Helper Scrip...
#br
*** Setting for Diva-Distro
- [[0.7.2>./Diva-0.7.2]]
#br
** Execution
- Execute MoneyServer after Robust.exe and before OpenSim...
# cd bin
# mono Robust.exe
# mono MoneyServer.exe
# mono OpenSim.exe
#br
** opensim.currecncy.secure
- クライアント認証が可能 [[Client Certification>./Client ...
- クライアント認証機能付き MoneyServer.exe を生成する場合...
- OpenSim.exe 用モジュールにはパッチは不要
- %%http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currenc...
-- http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency...
#br
*** Patch
**** HttpServer_OpenSim
- %%Client からのリクエスト情報を格納する HttpClientConte...
-- %%IHttpClientContext.SSLCommonName%%
- %%Client 認証時のコールバック関数 ClientCertificateVali...
#br
**** OpenSim
- %%XMLRPC のリクエスト情報を格納するXmlRpcRequest の5番...
- XMLRPC のリクエスト情報からCommon Name を得るには GetS...
#br
** etc.etc.
*** Sample Program
- LSL: [[llGvieMony()>./LSL]]
- PHP: [[send_money()>./send_money]]
#br
*** Support of StandAlone mode
- [[OpenSim-0.7.x>./standalone_0.7]]
#br
*** Bugs
- Client (SIM: Region Server) certification causes an err...
#br
- 0.7.1 R2
-- send_money() of helper script is failed, when the ''se...
- 0.7.1 R1
-- The script money() (money event) does not work. (It ...
-- %%Charge message of "Group Creation" displayed ''L$100...
- 0.7 R4
-- Included ''include/opensim.mysql.php helper script of ...
- 0.7 R3
-- When object is set to ''sale original'', no money is ...
#br
*** 注意
- MoneyServer.ini と include/config.php (またはXoopen...
- MoneyServer.ini と include/config.php (またはXoopen...
サイト内 検索
高度な検索
ログイン
ユーザー名:
パスワード:
パスワード紛失
新規登録
サブ メニュー
新着情報
Books
リンク
サイトマップ
e-Learning
TUIS 認証局証明書
ミニカレンダー
2024年 10月
日
月
火
水
木
金
土
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
<今日>
オンライン状況
21 人のユーザが現在オンラインです。 (11 人のユーザが xpwiki を参照しています。)
登録ユーザ: 0
ゲスト: 21
もっと...
アクセスカウンタ
今日 :
昨日 :
総計 :
Powered by XOOPS Cube 2.1© 2001-2006
XOOPS Cube Project
Design by
XoopsDesign.com