[Opensim-users] OpenProfilesModule

Jeff Kelley opensim at pescadoo.net
Sat May 11 23:19:50 UTC 2013


At 2:28 PM +0200 5/11/13, R.Gunther wrote:

>Because the profile module is a third party module, you need to add 
>the required
>lines yourself in the ini's
>Thats why you dopnt find the [profile] in the opensim.ini. So its 
>correct you cant
>find it.


Thanks.

Here is what I have done, in details:

Running 0.7.5 Release in Standalone Hypergrid mode.

Applied the instructions in 
http://opensimulator.org/wiki/Profile_based_on_mysqli

- Created the tables (in a separate database)

- Installed the PHP code,
   edited C_DB_DATABASE, C_DB_USER, C_DB_PASS

- Changed
   $request_xml = $HTTP_RAW_POST_DATA;
to
   $request_xml = file_get_contents('php://input');

- Edited StandaloneCommon.ini :

%%%%%
[Profile]
     Module = "OpenProfileModule"
     ProfileURL = "http://my_server/path_to/profile.php"

[LoginService]
;;  SRV_ProfileServerURI = "http://my_sim:9000" <- comment out
     SRV_ProfileServerURI = "http://my_server/path_to/profile.php"
%%%%%

- Added to the bin/ folder :
     OpenSimProfile.Modules.dll
from a zip archive sent to me (don't know where it came from).

Restarting opensim, I now have:
     23:43:02 - [PROFILE]: OpenProfile module is activated

Profiles working.


-- Jeff



More information about the Opensim-users mailing list