flagflag  If you want to see English page, please click "English" Button at Left.

Setup for Opensim 0.7.1-dev

  • このフォーラムに新しいトピックを立てることはできません
  • このフォーラムではゲスト投稿が禁止されています
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 | 投稿日時 2011-3-17 19:40
milo  Not too shy to talk   投稿数: 30
Hi everyone,

I need help, I followed the complete procedure without any problems.
I work in grid mode.
I have setup:
- 10.10 Unbutu server
- Opensim 0.7.1 dev
- Php 5.3.3
- Php curl
- Php xmlrpc

build success, patch success, rebuild success.

Here is the error message when launching OpenSim.exe

[MONEY]: Unable to connect to Money Server http://serverip:8008.  Exception System.Net.WebException: The request timed out
  at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult) [0x00000] in <filename unknown>:0
  at System.Net.HttpWebRequest.GetResponse () [0x00000] in <filename unknown>:0
  at Nwc.XmlRpc.XmlRpcRequest.Send (System.String url, Int32 timeout) [0x00000] in <filename unknown>:0
  at OpenSim.Forge.Currency.MoneyModule.genericCurrencyXMLRPCRequest (System.Collections.Hashtable reqParams, System.String method) [0x00000] in <filename unknown>:0
[MONEY]: Unable to query balance from Money Server http://serverip:8008 for client [ed5109c0-2968-4a91-b76a-cb4d92e11e68].


thank you in advance for your help.
投票数:209 平均点:2.92
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-3-19 2:03
iseki  Home away from home   投稿数: 1581
Hi milo

Please use "https://serverip:8008" instead of "http://serverip:8008"
投票数:171 平均点:2.87
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-3-19 13:19
milo  Not too shy to talk   投稿数: 30
Work now thank you iseki !
投票数:117 平均点:5.04
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-3-19 16:11
milo  Not too shy to talk   投稿数: 30
Hi,

Last question please:

My opensim.ini is

PriceUpload = 1
PriceGroupCreate = 10

I have a message blue menu -1 L$
the creation of the group to succeed, but not the last day charge same for upload
ex:

My account to a credit of 1000, after creating the group or upload my account should be charged a fee, but this does not work, you have an idea?

Other things, transferring money between avatars is correct, the purchase of land also
I have this message for each transaction in the blue menu:

Balance update event from money server

How to remove this message?

Thank you for your help
投票数:118 平均点:5.76
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-3-19 20:55
iseki  Home away from home   投稿数: 1581
Hi,

引用:

I have a message blue menu -1 L$
the creation of the group to succeed, but not the last day charge same for upload
ex:

My account to a credit of 1000, after creating the group or upload my account should be charged a fee, but this does not work, you have an idea?

Sorry, charging for upload data and creating group are not implemented, yet.
It is the same as original DTL Currency Server.

引用:
Other things, transferring money between avatars is correct, the purchase of land also
I have this message for each transaction in the blue menu:

Balance update event from money server

How to remove this message?

There are persons who think that this message is necessary.
I will try to add the option for removing the blue message at next version.

Thank you for your report.
投票数:152 平均点:4.14
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 | 投稿日時 2011-3-25 20:25
milo  Not too shy to talk   投稿数: 30
Hello Iseki,

Is it really impossible to be able to credit the upload and creation of a group?

Thank you.
投票数:110 平均点:5.18
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-3-26 4:45
bibuccia  Just popping in   投稿数: 6
Hello. I have installed the Money Module in my 0.7.1 dev version of opensin after to have compile, get the exe and ini files and set money.ini and opensim.ini and scripts. Money server starts and create tables in database. When I am inworld, however, i am not able to buy money. Please, help me! thank you.
投票数:142 平均点:4.23
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-3-26 15:57
milo  Not too shy to talk   投稿数: 30
Hello bibuccia,

my exemple for Opensim 0.7.1 dev in Grid mode

You have patched with patch: opensim_currency_latest.patch ?
./runprebuild.sh && nant clean && nant if succeded cd opensim.currency ./build.sh 
if succeded
configure Moneyserver.ini
configure your database access
Bankeravatar = "00000000-0000-0000-0000-000000000000"

start OpenSim.Grid.MoneyServer.exe

3 table created automatically

configure OpenSim.ini
sell = true Currencyserver = https://systemip:8008 userserver = http://systemip:8002 module = DTLmodule

!! important : Currencyserver = https://systemip:8008
Configure php page:
path/include/config.php


define('OPENSIM_DB_HOST', 'localhost'); define('OPENSIM_DB_NAME', 'opensim_db'); define('OPENSIM_DB_USER', 'opensim_user'); define('OPENSIM_DB_PASS', 'opensim_pass'); define('USE_CURRENCY_SERVER', 1); define('CURRENCY_SCRIPT_KEY', '123456789'); define('USER_SERVER_URI', 'http://systemip:8002'); // not use localhost or 127.0.0.1

mono Robust.exe
mono OpenSim.exe

Work

Milo
投票数:184 平均点:4.84
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-3-28 16:03
iseki  Home away from home   投稿数: 1581
引用:

milo wrotes:
Hello Iseki,

Is it really impossible to be able to credit the upload and creation of a group?

Thank you.

Perhaps, it is impossible at now version.
I will make an effort.
投票数:98 平均点:5.51
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-3-28 16:16
milo  Not too shy to talk   投稿数: 30
Hello iseki,

Thank you very much !

:)
投票数:367 平均点:4.55

  条件検索へ


サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

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

オンライン状況

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

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

もっと...

アクセスカウンタ

今日 : 2151215121512151
昨日 : 1412914129141291412914129
総計 : 2344776123447761234477612344776123447761234477612344776123447761
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com