flagflag  If you want to see English page, please click "English" Button at Left.
41: 2011-05-07 (土) 23:15:40 admin ソース 42: 2011-05-08 (日) 00:28:16 iseki ソース
Line 1: Line 1:
-** Original DTL Currency Server [#kcf82c38]+日本人のユーザがほとんどいないので(下手な)英語版のみです.リクエストがあれば日本語でも書きます. 
 +** Original DTL Currency Processing [#kcf82c38]
*** Links [#c33fad55] *** Links [#c33fad55]
- 
- Project: http://forge.opensimulator.org/gf/projec​t/currency/ - Project: http://forge.opensimulator.org/gf/projec​t/currency/
- Source Code: svn co http://forge.opensimulator.org/svn/curre​ncy/trunk  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
-- Reference: OMC(Open Metaverse Currency): https://www.virwox.com/omc-open-metaverse-currency.php+*** 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 #br
**  DTL/NSL Money Server (Our Modified Version) [#p25d4949] **  DTL/NSL Money Server (Our Modified Version) [#p25d4949]
-- Latest Version is 0.7.1 r1 (coming soon!!+- Latest Stable Version is 0.7.1 R1 (for OpenSim 0.7.1
-- This Money Server is modified version of DTL Currency Processing for Linux/Unix. As for this, some bug fixes are done and functions are extended. And this can be operated by OpenSim 0.6.7-0.6.9, 0.7.0.x, 0.7.1 and 0.7.2Dev +- This Money Server is modified from DTL Currency for Unix/Linux (It might work in MS Windows). 
-- But, WEB Monitor function (ASP.NET) is removed from original 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.6.9, 0.7.0.x, 0.7.1 and 0.7.2Dev 
 +- Web Monitor function (ASP.NET) is removed from original DTL Currency.
- ''Please use this at Your Own Risk!!'' - ''Please use this at Your Own Risk!!''
-- About this project, ''Milo'' do a lot of advice and donation to us. Thank you very much!!+- About this project, ''Milo'' do a lot of advice and donation to us. ''Thank you very much!!''
#br #br
*** Change Log[#z6c98d59] *** Change Log[#z6c98d59]
-**** v0.7.1 [#rdb89803]+**** v0.7.1 for OpenSim 0.7.1 [#rdb89803]
- 0.7.1 r1 - 0.7.1 r1
-- Money can be sent to any avatars. -- Money can be sent to any avatars.
Line 26: Line 32:
-- Minimum patch for source code (in the future, the patch disappears). -- Minimum patch for source code (in the future, the patch disappears).
-**** v0.7 [#lf039967]+**** v0.7 for OpenSim 0.7/0.7.0.1/0.7.0.2 [#lf039967]
- 0.7_3 -> 0.7_4 - 0.7_3 -> 0.7_4
-- Support of Banker Avatar -- Support of Banker Avatar
Line 34: Line 40:
- 0.7_1 -> 0.7_2 - 0.7_1 -> 0.7_2
-- Add new mode that is to work llGiveMoney() function normally even if payer doesn't login to Opensim, -- Add new mode that is to work llGiveMoney() function normally even if payer doesn't login to Opensim,
-- 0.7 -> 0.7_1 Bug Fix+- 0.7 -> 0.7_1 (Bug Fix)
-- llGiveMoney() is work now. But llGiveMoney() works only when the payer is logging in. -- llGiveMoney() is work now. But llGiveMoney() works only when the payer is logging in.
-- PID File is created now (by skidz) -- PID File is created now (by skidz)
Line 55: Line 61:
-- 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 latest dev version (0.7.1Dev)+- for latest dev version (for 0.7.2Dev)
 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 98: Line 104:
- ''enableForceTransfer'' : If this is true, llGiveMoney() function works normally even if payer doesn't login to Opensim. default is false - ''enableForceTransfer'' : If this is true, llGiveMoney() function works normally even if payer doesn't login to Opensim. default is false
 +
 +- ''enableScriptSendMoney'' :  If this is true, send_money() script can send money to any avatars. default is false.
- ''MoneyScriptAccessKey'' : Secret key of Helper Script. Specify same key in include/config.php or WI(XoopenSim/Modlos) - ''MoneyScriptAccessKey'' : Secret key of Helper Script. Specify same key in include/config.php or WI(XoopenSim/Modlos)
- ''MoneyScriptIPaddress'' : IP address of server that Helper Script execute at. Not use 127.0.0.1 - ''MoneyScriptIPaddress'' : IP address of server that Helper Script execute at. Not use 127.0.0.1
Line 161: Line 169:
   ;; Money Unit fee to upload textures, animations etc    ;; Money Unit fee to upload textures, animations etc
   PriceUpload = 30    PriceUpload = 30
- 
   ;; Money Unit fee to create groups    ;; Money Unit fee to create groups
   PriceGroupCreate = 200    PriceGroupCreate = 200
Line 188: Line 195:
*** Bugs [#x4fae068] *** Bugs [#x4fae068]
-- 0.7.1 r1 +- 0.7.1 R1 
--- Charge message of "Group Creation" displayed ''L$100'' at any time. +-- %%Charge message of "Group Creation" displayed ''L$100'' at any time.%%  As it displayed normally at Hippo Viewer, this is the problem of Viewer
-- 0.7 r4+- 0.7 R4
-- %%When object is set to ''sale original'', no money is transferred.%% (collected at v0.7 r4) -- %%When object is set to ''sale original'', no money is transferred.%% (collected at v0.7 r4)
-- Included ''include/opensim.mysql.php helper script of v0.7r4 has bugs''. If you want to use included helper scripts, please download http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/PHP/WI-1.55/opensim.mysql , and rename to opensim.mysql.php and use it. -- Included ''include/opensim.mysql.php helper script of v0.7r4 has bugs''. If you want to use included helper scripts, please download http://www.nsl.tuis.ac.jp/DownLoad/SoftW​are/PHP/WI-1.55/opensim.mysql , and rename to opensim.mysql.php and use it.


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 3月翌月
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
<今日>

オンライン状況

83 人のユーザが現在オンラインです。 (10 人のユーザが xpwiki を参照しています。)

登録ユーザ: 0
ゲスト: 83

もっと...

アクセスカウンタ

今日 : 540540540
昨日 : 1358113581135811358113581
総計 : 2318840423188404231884042318840423188404231884042318840423188404
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com