Re: problem with security certificate on Windows 7 x64
iseki
投稿数: 1581

Hi
I installed Wampserver and I sucess to buy money.
Spec:
And I found the following.
1. Wampserver or Windows7 does not support symbolic link of Linux/Unix
2. currency.php does not work under Apache 2.2.21 + PHP 5.3.8
For 1.
I use http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/opensim_scripts-0.7.2.tgz
This is non symbolic link version.
For 2.
I use Apache 2.2.8 (unable access restrictions) + PHP 5.2.9-2 (with php_curl and php_xmlrpc extensions)
In this combination, HTTPS works, too.
My include/config.php is
bin/OpenSim.ini
bin/config-include/MyWorld.ini
bin/MoneyServer.ini
I installed Wampserver and I sucess to buy money.
Spec:
My OS is Window7 x64
OpenSim is diva-r16915
Wampserver is 2.2a-x64
Wampserver is istalled at c:\wamp
Document Root of Apache is c:\wamp\www (default)
All programs work at local machine (172.22.1.79)
Viewer's Helper Uri is http://172.22.1.79/opensim_scripts/helper/
And I found the following.
1. Wampserver or Windows7 does not support symbolic link of Linux/Unix
2. currency.php does not work under Apache 2.2.21 + PHP 5.3.8
For 1.
I use http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/opensim_scripts-0.7.2.tgz
This is non symbolic link version.
For 2.
I use Apache 2.2.8 (unable access restrictions) + PHP 5.2.9-2 (with php_curl and php_xmlrpc extensions)
In this combination, HTTPS works, too.
My include/config.php is
<?php
//
// Configration file for non Web Interface
//
//
//
// Please set this hepler script URL and directory
if (!defined('ENV_HELPER_URL')) define('ENV_HELPER_URL', 'http://172.22.1.79/opensim_scripts/helper/');
if (!defined('ENV_HELPER_PATH')) define('ENV_HELPER_PATH', '/wamp/www/opensim_scripts/helper/');
//////////////////////////////////////////////////////////////////////////////////i
// Valiables for OpenSim
// Please set MySQL DB access information
define('OPENSIM_DB_HOST', '172.22.1.79');
define('OPENSIM_DB_NAME', 'diva_opensim');
define('OPENSIM_DB_USER', 'diva_user');
define('OPENSIM_DB_PASS', 'diva_pass');
//
..............................
bin/OpenSim.ini
.....
[Economy]
SellEnabled = "true"
UserServer = "http://172.22.1.79:9000/" ;; not use localhost or 127.0.0.1
CurrencyServer = "https://172.22.1.79:8008/" ;; not use localhost or 127.0.0.1
EconomyModule = DTLNSLMoneyModule
;; Money Unit fee to upload textures, animations etc
PriceUpload = 30
;; Money Unit fee to create groups
PriceGroupCreate = 200
bin/config-include/MyWorld.ini
.....
[DatabaseService]
; ### Set the password (again)
ConnectionString = "Data Source=172.22.1.79;Database=diva_opensim;User ID=diva_user;Password=diva_pass;Old Guids=true;Allow Zero Datetime=true;"
bin/MoneyServer.ini
[Startup]
;
; Place to create a PID file
; PIDFile = "/tmp/money.pid"
[MySql]
;
;Connection parameters of MySQL
hostname = 172.22.1.79
database = diva_opensim
username = diva_user
password = diva_pass
pooling = false
port = 3306
;
; Max DB connections kept by money server.
MaxConnection = 20
[MoneyServer]
;
; If the user is not found in database,he/she will be created with the default balance.
DefaultBalance = 1000
;
; If "00000000-0000-0000-0000-000000000000" is specified, all avatars can get money from system.
; If "" is specified, nobody can get money.
BankerAvatar = "00000000-0000-0000-0000-000000000000"
;
; If you want to use llGiveMoney() function normally even when payer doesn't login to OpenSim,
; please set true to this valiable
EnableForceTransfer = true
;
; send money to avatar by MoneyScript (for Bonus)
;EnableScriptSendMoney = false
;MoneyScriptAccessKey = "123456789" ;; specify same secret key in include/config.php or WI(XoopenSim/Modlos)
;MoneyScriptIPaddress = "202.26.159.139" ;; not use 127.0.0.1
;
; Message that displayed in blue dialog, when balance is updated.
; If "" is specified, blue dialog is not displayed.
; You can use {0} and {1} in message string.
; {0} means amount and {1} means avatar name or object owner name
;BalanceMessageLandSale = "Paid the Money L${0} for Land." ;; for buy the land
;BalanceMessageScvLandSale = "" ;; for get the money of the sold land
;BalanceMessageSendGift = "Sent Gift L${0} to {1}." ;; for send gift to other avatar
;BalanceMessageReceiveGift = "Received Gift L${0} from {1}." ;; for receieve gift from other avatar
;BalanceMessagePayCharge = "" ;; for upload and group creation charge
;BalanceMessageBuyObject = "Bought the Object L${0} from {1}." ;; for buy the object
;BalanceMessageGetMoney = "Got the Money L${0} from {1}." ;; for get the money from object by llGiveMoney()
;BalanceMessageBuyMoney = "Bought the Money L${0}." ;; for buy the money from system
;BalanceMessageReceiveMoney = "Received L${0} from System." ;; for receive the money from system by send_money() script
;BalanceMessageRollBack = "RollBack the Transaction: L${0} from/to {1}." ;; when roll back ocuurred
;
; for HTTPS
ServerCertFilename = "SineWaveCert.pfx"
ServerCertPassword = "123"
投票数:262
平均点:4.20
投稿ツリー
-
problem with security certificate on Windows 7 x64 (SkyLine, 2011-11-30 4:20)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-11-30 9:57)
-
Re: Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-1 3:00)
-
Re: Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-1 12:28)
-
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-2 4:51)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-2 10:23)
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-3 9:21)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-3 9:58)
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-3 13:30)
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-3 13:34)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-4 3:15)
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-4 6:04)
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-6 9:30)
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-6 10:56)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-7 8:15)
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-7 9:48)
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-7 9:54)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-7 12:01)
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-8 1:22)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-8 1:31)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-8 1:48)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-8 2:05)
-
-
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-8 4:52)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-8 11:22)
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-9 7:36)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-9 8:16)
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-9 7:40)
-
Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-9 8:45)
-
-
Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-9 9:12)
-
[SOLVED] Re: problem with security certificate on Windows 7 x64 (SkyLine, 2011-12-9 10:03)
-
Re: [SOLVED] Re: problem with security certificate on Windows 7 x64 (iseki, 2011-12-11 10:29)
-
-