Setup for Opensim 0.7.1-dev
- You cannot open a new topic into this forum
- Guests cannot post into this forum
milo
Posts: 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.
Votes:218
Average:3.03
iseki
Posts: 1581

Votes:194
Average:3.61
milo
Posts: 30

Work now thank you iseki !
Votes:120
Average:5.08
milo
Posts: 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
Votes:125
Average:5.76
iseki
Posts: 1581

Hi,
Quote:
Sorry, charging for upload data and creating group are not implemented, yet.
It is the same as original DTL Currency Server.
Quote:
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.
Quote:
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.
Quote:
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.
Votes:163
Average:4.29
milo
Posts: 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.
Votes:115
Average:5.13
bibuccia
Posts: 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.
Votes:150
Average:4.33
milo
Posts: 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
Votes:190
Average:4.84
iseki
Posts: 1581

Quote:
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.

Votes:102
Average:5.59
Previous post
-
Next post
|
Parent
-
No child
|
Posted on 2011/3/28 16:16
milo
Posts: 30

Hello iseki,
Thank you very much !
:)
Thank you very much !
:)
Votes:370
Average:4.57