Profile

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "=== Profile Module ===")
 
Line 1: Line 1:
=== Profile Module ===
+
__NOTOC__
 +
{{Quicklinks}}
 +
<br />
 +
 
 +
Profile makes it possible to objects to people that are not online.
 +
 
 +
=== Through PHP module ===
 +
 
 +
In the latest version Profile module is already ready to be used
 +
* Install the Profile.sql file on your database (xampp http://www.apachefriends.org)
 +
* Enable the Profile Module in your Opensim.ini file.<br>
 +
* Uploadt the profile.php to your web server(xampp http://www.apachefriends.org).
 +
 
 +
=== Changes in the OpenSim.ini file ===
 +
 
 +
<source lang=text>
 +
 
 +
</source>
 +
 
 +
When you did it right, reboot your region and try to create your profile. Check the database to see that it has written your data.
 +
 
 +
P.D: Work only in in same grid no Hg enabeled
 +
 
 +
=== SQL file to load (Offline_IM.txt)===
 +
<source lang=text>
 +
 
 +
 
 +
</source >
 +
 
 +
=== PHP for web server (Propfile.php)===
 +
<source lang=text>
 +
 
 +
 
 +
</source >

Revision as of 11:08, 7 December 2011


Profile makes it possible to objects to people that are not online.

Through PHP module

In the latest version Profile module is already ready to be used

Changes in the OpenSim.ini file

 

When you did it right, reboot your region and try to create your profile. Check the database to see that it has written your data.

P.D: Work only in in same grid no Hg enabeled

SQL file to load (Offline_IM.txt)

 

PHP for web server (Propfile.php)

 
Personal tools
General
About This Wiki