Re: LoadUrl Money
iseki
投稿数: 1581

Hi milo,
At once, I modified Money Module and Money Server.
You can update svn ripository.
And please add [Economy] section in OpenSim.ini
Banker Avatar can buy money from system without web verification.
If you want all the users to carry out verification, Please delete banker avatar UUID from MoneyServer.ini
at currency.php, "settle"=true is returned.
As my wife say me "Sleep in a hurry!!"
I go to bed.
Thanks.
At once, I modified Money Module and Money Server.
You can update svn ripository.
And please add [Economy] section in OpenSim.ini
Ex)
SettlementByWeb = true
SettlementURL = "http://www.google.com"
SettlementMessage = "Please take the necessary procedure for money purchase at the following web site."
Banker Avatar can buy money from system without web verification.
If you want all the users to carry out verification, Please delete banker avatar UUID from MoneyServer.ini
at currency.php, "settle"=true is returned.
if ($transactionPermit) {
$res = add_money($agentid, $amount, $sessionid);
if ($res["success"]) $ret = true;
if ($ret && $res["settle"]) {
WEB verification code...
......
}
}
As my wife say me "Sleep in a hurry!!"
I go to bed.

Thanks.
投票数:91
平均点:4.29
投稿ツリー
-
LoadUrl Money (milo, 2012-2-18 20:14)
-
Re: LoadUrl Money (iseki, 2012-2-19 14:58)
-
Re: LoadUrl Money (milo, 2012-2-19 17:51)
-
Re: LoadUrl Money (iseki, 2012-2-19 18:29)
-
Re: LoadUrl Money (milo, 2012-2-19 18:43)
-
Re: LoadUrl Money (iseki, 2012-2-19 19:23)
-
-
-
-
-
Re: LoadUrl Money (milo, 2012-2-19 19:34)
-
Re: LoadUrl Money (milo, 2012-2-19 19:39)
-
Re: LoadUrl Money (iseki, 2012-2-20 1:33)
-
Re: LoadUrl Money (milo, 2012-2-20 16:25)
-
Re: LoadUrl Money (milo, 2012-2-20 17:43)
-
-
-
-
Re: LoadUrl Money (milo, 2012-2-20 18:28)
-
Re: LoadUrl Money (iseki, 2012-2-20 21:48)
-
-
Re: LoadUrl Money (milo, 2012-2-20 21:54)
-
Re: LoadUrl Money (milo, 2012-2-21 15:44)
-
-