Setup for Opensim 0.7.1-dev
- このフォーラムに新しいトピックを立てることはできません
- このフォーラムではゲスト投稿が禁止されています
milo
投稿数: 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
thank you in advance for your help.
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.
投票数:218
平均点:3.03
iseki
投稿数: 1581

投票数:194
平均点:3.61
milo
投稿数: 30

Work now thank you iseki !
投票数:120
平均点:5.08
milo
投稿数: 30

Hi,
Last question please:
My opensim.ini is
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
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
投票数:125
平均点:5.76
iseki
投稿数: 1581

Hi,
引用:
Sorry, charging for upload data and creating group are not implemented, yet.
It is the same as original DTL Currency Server.
引用:
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.
引用:
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.
投票数:163
平均点:4.29
milo
投稿数: 30

Hello Iseki,
Is it really impossible to be able to credit the upload and creation of a group?
Thank you.
Is it really impossible to be able to credit the upload and creation of a group?
Thank you.
投票数:115
平均点:5.13
bibuccia
投稿数: 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.
投票数:150
平均点:4.33
milo
投稿数: 30

Hello bibuccia,
my exemple for Opensim 0.7.1 dev in Grid mode
You have patched with patch: opensim_currency_latest.patch ?
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
!! important : Currencyserver = https://systemip:8008
Configure php page:
path/include/config.php
mono Robust.exe
mono OpenSim.exe
Work
Milo
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
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
投票数:190
平均点:4.84
iseki
投稿数: 1581

引用:
Perhaps, it is impossible at now version.
I will make an effort.
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.

投票数:102
平均点:5.59
milo
投稿数: 30

Hello iseki,
Thank you very much !
:)
Thank you very much !
:)
投票数:370
平均点:4.57