<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://opensimulator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Emperor+Starfinder</id>
		<title>OpenSimulator - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://opensimulator.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Emperor+Starfinder"/>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/Special:Contributions/Emperor_Starfinder"/>
		<updated>2026-05-07T17:31:37Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.19.9</generator>

	<entry>
		<id>http://opensimulator.org/wiki/User:Emperor_Starfinder</id>
		<title>User:Emperor Starfinder</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User:Emperor_Starfinder"/>
				<updated>2013-01-24T02:08:59Z</updated>
		
		<summary type="html">&lt;p&gt;Emperor Starfinder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''About Emperor Starfinder'''&lt;br /&gt;
&lt;br /&gt;
Emperor Starfinder is the head of the Second Galaxy Development Team and is a core developer of Second Galaxy! and Galaxy Futures! both of which are 3D virtual world grids which use opensimulator features in their base framework.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''Projects I am working on''' ==&lt;br /&gt;
&lt;br /&gt;
I have many projects I am working on for the two grids I am a core developer of.  Some of these we might choose to give to opensim to help improve opensim.  Here is the list of projects I am working on now.&lt;br /&gt;
&lt;br /&gt;
* Currency - I am working on implementation of a stable currency system for our our grids.  If it works the way we want it to I might develop a version of it for use with opensim for those who want an easy to use currency module.&lt;br /&gt;
&lt;br /&gt;
* Infinite Regions - Ever get frustrated with the region borders in opensim? I know I do all the time.  Aurora Sim has implemented this with success although there are still some bugs to fix.  I will be working on a version that does the same thing with the infinite region possibility that allows you to travel the grid without having to teleport everywhere while hopefully improving the region crossing issue if not making region boundaries a thing of the past.  Plus we kind of need this feature for Galaxy Futures which is going to be our grid where the regions are planets.&lt;br /&gt;
&lt;br /&gt;
* Various region sizes - I know some may be wondering well why not use mega regions? The truth is we could but in all honesty mega regions can also be a hastle especially if you want to load an OAR file.  So I am working on a way that takes the approach to var regions that Aurora Sim did and working on making this work with opensim.  By doing this if works right it will allow you to choose a region size (i.e. 1024x1024) when configuring regions.  This will compliment the infinite regions we are needing on our grids as well.  &lt;br /&gt;
&lt;br /&gt;
These are just some of the projects that myself and members of my development team are working on.  Our focus is to provide grids where the users are the main focus.  Features that we think will improve opensim that we are using we will be more then happy to donate to opensim.&lt;br /&gt;
&lt;br /&gt;
Have ideas of features we could add to our grids or perhaps code for features your using you think we might be able to use? Feel free to email me at emperor@secondgalaxy.com with details.&lt;br /&gt;
&lt;br /&gt;
== '''Tutorials''' ==&lt;br /&gt;
&lt;br /&gt;
Below you will find some tutorials I have added to help others in hopes it will help make your experience with OpenSim even better.  Let me know if there are items you cannot find howtos for and if I've done it I will add one.&lt;br /&gt;
&lt;br /&gt;
== '''How to install osmodules on Windows operating systems with IIS''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Okay so after a lot of annoying bugs and frustration, I finally got &lt;br /&gt;
search, profiles, and offline messaging working.  Thanks to Guy for &lt;br /&gt;
giving me that last push I needed to revisit it.&lt;br /&gt;
&lt;br /&gt;
For those who are having trouble with the profiles, search, and &lt;br /&gt;
offline messaging and are running on windows I recommend the following &lt;br /&gt;
steps as it worked for me.&lt;br /&gt;
&lt;br /&gt;
1. Install IIS (you can either install the IIS 7.5 express from &lt;br /&gt;
Microsoft or activate IIS 6.0 through your control panel by going to &lt;br /&gt;
the control panel and under programs turn on or off new features.  In &lt;br /&gt;
the features manager check the boxes for IIS and click ok.)&lt;br /&gt;
&lt;br /&gt;
2. Through the web installer from Microsoft you'll want to install php &lt;br /&gt;
5.3.19 (sorry I am not to sure yet why profiles, search, and offline &lt;br /&gt;
messaging hates php 5.4.x.  I'll try and play around with this when I &lt;br /&gt;
get some time and through the list of projects I have waiting for me &lt;br /&gt;
to implement.)&lt;br /&gt;
&lt;br /&gt;
3. Go to your IIS Manager by clicking on start and typing in IIS &lt;br /&gt;
Manager to find the manager.&lt;br /&gt;
&lt;br /&gt;
4. In the IIS manager you might need to scroll down to find the php &lt;br /&gt;
manager.  Open the manager.&lt;br /&gt;
&lt;br /&gt;
5. In the php manager you might get an incompatibility highlighted in &lt;br /&gt;
yellow.  No need to panic this is normal.  Click the recommended link &lt;br /&gt;
next to this message and it will go away.&lt;br /&gt;
&lt;br /&gt;
6. Click the php.ini link and edit the php.ini file and turn on &lt;br /&gt;
asp_tags and short_open_tags.  Then click save.&lt;br /&gt;
&lt;br /&gt;
7. Click the phpinfo link to verify that you have configured &lt;br /&gt;
everything correctly.  No need to worry about the php_curl or &lt;br /&gt;
php_xmlrpc as these are on by default. (they were for me).&lt;br /&gt;
&lt;br /&gt;
8. Minimize your IIS manager now.&lt;br /&gt;
&lt;br /&gt;
9. Copy the web root folders for search and profiles to your IIS &lt;br /&gt;
wwwroot folder.  You can find this directory in C:\inetpub\wwwroot\&lt;br /&gt;
&lt;br /&gt;
10. In my case I named the search, profile, and offline messaging &lt;br /&gt;
directory folders search, profiles, and messaging.  I also changed the &lt;br /&gt;
xmlrpc groups web root directory to groups.&lt;br /&gt;
&lt;br /&gt;
11. Make sure to configure your database info and your ini files &lt;br /&gt;
accordingly in your opensim server.&lt;br /&gt;
&lt;br /&gt;
12. Restart or launch your opensim instance.&lt;br /&gt;
&lt;br /&gt;
13. Log in using your viewer of choice and test.  Everything should &lt;br /&gt;
work quite well.&lt;br /&gt;
&lt;br /&gt;
I am sorry to see these modules not working well with the current php &lt;br /&gt;
versions in wamp and xampp servers.  Someone will need to revisit that &lt;br /&gt;
and figure out how to actually make these compatible with any &lt;br /&gt;
php-xmlrpc version.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Chris of Fleepgrid for posting in his wiki that he was able to get osmodules working on IIS.&lt;br /&gt;
&lt;br /&gt;
If you should have any trouble getting your osmodules working on IIS on Windows you can email me at emperor@secondgalaxy.com and I will be glad to help you.&lt;br /&gt;
&lt;br /&gt;
== '''How to get opensim to communicate with your MySQL Database Server on a separate machine''' ==&lt;br /&gt;
&lt;br /&gt;
So I am sure many people wonder this and ask themselves &amp;quot;how do i put my mysql server on a different machine and have my opensim instances communicate with it?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You might think it seems simple enough right? well in reality it is simple.&lt;br /&gt;
&lt;br /&gt;
Do I have to open any ports in my network router?  No you do not need to open any ports in your network router.  In fact opening the port that mysql uses in your network router is usually a very bad idea and in some cases can lead to hours of headache and frustrtion from repairing what people have done by exploiting that port.&lt;br /&gt;
&lt;br /&gt;
So what do I do?  Here is a step by step guide on what to do.&lt;br /&gt;
&lt;br /&gt;
1. Download the 5.5.29 version for your operating system.  Be sure its downloaded on the machine you plan to install it on.  You can get the latest MySQL [http://www.mysql.com/downloads/mysql/ MySQL Community Server].&lt;br /&gt;
&lt;br /&gt;
2. Install MySQL on the machine you want to use as your server machine for your database server.  I usually do the complete install myself but you can select from the other two options.&lt;br /&gt;
&lt;br /&gt;
3. Configure MySQL.  This is important for your database server.&lt;br /&gt;
&lt;br /&gt;
4. To get rid of the max allowed packet error opensim will give if packet sizes being reported to your mysql server this piece is important:&lt;br /&gt;
   A. Click Start and in the search bar type Services.&lt;br /&gt;
   B. Click on Services&lt;br /&gt;
   C. In services select MySQL and click the stop link.  Now leave the services window open for a moment.&lt;br /&gt;
   D. Run Notepad as Administrator.  Start -&amp;gt; Accessories -&amp;gt; Notepad. Right click and click on Run as administrator.&lt;br /&gt;
   E. Click Yes on the little pop up message.&lt;br /&gt;
   F. Now in notepad Click File -&amp;gt; Open&lt;br /&gt;
   G. In the open window select Local Hard Drive (Usually C:) -&amp;gt; Program Files (both x86 and x64 on Windows) -&amp;gt; MySQL -&amp;gt; MySQL 5.5.29 -&amp;gt; my.ini (Make sure to select all files in the open window.&lt;br /&gt;
   H. In the my.ini file scroll down till you see [MYISAM] just above this line we want to add this:&lt;br /&gt;
      max_allowed_packet=100G&lt;br /&gt;
   I. Click on File -&amp;gt; Save&lt;br /&gt;
   J. Close the notepad&lt;br /&gt;
   K. In your services window make sure you have MySQL highlighted and click start link.  This will bring the service pack online.&lt;br /&gt;
&lt;br /&gt;
5. Download the MySQL Workbench for your operating system.  Be sure its downloaded on the machine you installed the MySQL database server on.  You can get the latest MySQL Workbench Version here: [http://www.mysql.com/downloads/workbench/ MySQL Workbench].&lt;br /&gt;
&lt;br /&gt;
6. Install workbench.  &lt;br /&gt;
&lt;br /&gt;
7. It will launch at the end of install.  When it asks for root user password add it and tick (check) the box to remember password.&lt;br /&gt;
&lt;br /&gt;
8. When workbench opens you should see 3 localhost options to choose from.  If you only see 1 in the middle no need to panic.  Under server administration click the new server instance link.  Go through the wizard that comes up.  I usually just use the defaults for localhost here.  After completing this wizard it will then give you the local host instance on all 3 categories.&lt;br /&gt;
&lt;br /&gt;
9. Create your databases you use for opensim by double clicking on the local host option on the left hand side of workbench.  On the screen that pops up copy and paste this little script in:&lt;br /&gt;
&lt;br /&gt;
use mysql;&lt;br /&gt;
create database opensim;&lt;br /&gt;
create user opensim identified by 'your_password_goes_here';&lt;br /&gt;
create user 'opensim'@'localhost' identified by 'your_password_goes_here';&lt;br /&gt;
grant all on opensim.* to opensim;&lt;br /&gt;
grant all on opensim.* to 'opensim'@'localhost';&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&lt;br /&gt;
put your password where required here and then click the lightening bolt.  Then right click on the test schema to the left and select refresh all.  If successful youll see the schema for your new database called opensim.&lt;br /&gt;
&lt;br /&gt;
10. In your machine's firewall go to advanced options and for incoming and outgoing ports add port 3306 and be sure to allow the connection.  I usually do this for both TCP and UDP.  Just saves me the trouble of hassling with it later.&lt;br /&gt;
&lt;br /&gt;
11. In your Robust.ini, Standalone.ini, GridCommon.ini files or the other ini configuration files for your opensim grid under the database for mysql change local host to your machine.s internal ip address (i.e. 192.168.1.2)&lt;br /&gt;
&lt;br /&gt;
12. Your probably thinking now wait ive a dynamic ip address.  No worries the easy part here is this can be changed in your local network.  Download this tool and install on the machine you installed MySQL on.  You can get the latest Portforward static ip address tool here: [http://portforward.com/help/setup_static_ip_address.htm Free Software to Configure A Static IP Address].&lt;br /&gt;
&lt;br /&gt;
13. After installing the tool double click the PF icon on your desktop.  It opens up (you may want to run as administrator) click the Make Static Button. Youll get a configuration wizard.  Leave the default options in place and select Ok.  In the window that comes up click apply and it is done.  Make sure the static ip address of the machine is the one you put in your opensim ini files.&lt;br /&gt;
&lt;br /&gt;
If you have done it right then your good to go and opensim should see your database server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
I have done these steps and it works for me.  It will not compromise the security of your network or your computers.&lt;br /&gt;
&lt;br /&gt;
If your running on linux I am unsure if Portforward has their software compatible with linux but I am sure they likely do.  If you know of a linux tool that does this let me know.&lt;br /&gt;
&lt;br /&gt;
If you need help getting it to work for you then you can email me at emperor@secondgalaxy.com and I will be happy to help you.&lt;/div&gt;</summary>
		<author><name>Emperor Starfinder</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User:Emperor_Starfinder</id>
		<title>User:Emperor Starfinder</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User:Emperor_Starfinder"/>
				<updated>2013-01-24T01:42:44Z</updated>
		
		<summary type="html">&lt;p&gt;Emperor Starfinder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''About Emperor Starfinder'''&lt;br /&gt;
&lt;br /&gt;
Emperor Starfinder is the head of the Second Galaxy Development Team and is a core developer of Second Galaxy! and Galaxy Futures! both of which are 3D virtual world grids which use opensimulator features in their base framework.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''How to install osmodules on Windows operating systems with IIS''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Okay so after a lot of annoying bugs and frustration, I finally got &lt;br /&gt;
search, profiles, and offline messaging working.  Thanks to Guy for &lt;br /&gt;
giving me that last push I needed to revisit it.&lt;br /&gt;
&lt;br /&gt;
For those who are having trouble with the profiles, search, and &lt;br /&gt;
offline messaging and are running on windows I recommend the following &lt;br /&gt;
steps as it worked for me.&lt;br /&gt;
&lt;br /&gt;
1. Install IIS (you can either install the IIS 7.5 express from &lt;br /&gt;
Microsoft or activate IIS 6.0 through your control panel by going to &lt;br /&gt;
the control panel and under programs turn on or off new features.  In &lt;br /&gt;
the features manager check the boxes for IIS and click ok.)&lt;br /&gt;
&lt;br /&gt;
2. Through the web installer from Microsoft you'll want to install php &lt;br /&gt;
5.3.19 (sorry I am not to sure yet why profiles, search, and offline &lt;br /&gt;
messaging hates php 5.4.x.  I'll try and play around with this when I &lt;br /&gt;
get some time and through the list of projects I have waiting for me &lt;br /&gt;
to implement.)&lt;br /&gt;
&lt;br /&gt;
3. Go to your IIS Manager by clicking on start and typing in IIS &lt;br /&gt;
Manager to find the manager.&lt;br /&gt;
&lt;br /&gt;
4. In the IIS manager you might need to scroll down to find the php &lt;br /&gt;
manager.  Open the manager.&lt;br /&gt;
&lt;br /&gt;
5. In the php manager you might get an incompatibility highlighted in &lt;br /&gt;
yellow.  No need to panic this is normal.  Click the recommended link &lt;br /&gt;
next to this message and it will go away.&lt;br /&gt;
&lt;br /&gt;
6. Click the php.ini link and edit the php.ini file and turn on &lt;br /&gt;
asp_tags and short_open_tags.  Then click save.&lt;br /&gt;
&lt;br /&gt;
7. Click the phpinfo link to verify that you have configured &lt;br /&gt;
everything correctly.  No need to worry about the php_curl or &lt;br /&gt;
php_xmlrpc as these are on by default. (they were for me).&lt;br /&gt;
&lt;br /&gt;
8. Minimize your IIS manager now.&lt;br /&gt;
&lt;br /&gt;
9. Copy the web root folders for search and profiles to your IIS &lt;br /&gt;
wwwroot folder.  You can find this directory in C:\inetpub\wwwroot\&lt;br /&gt;
&lt;br /&gt;
10. In my case I named the search, profile, and offline messaging &lt;br /&gt;
directory folders search, profiles, and messaging.  I also changed the &lt;br /&gt;
xmlrpc groups web root directory to groups.&lt;br /&gt;
&lt;br /&gt;
11. Make sure to configure your database info and your ini files &lt;br /&gt;
accordingly in your opensim server.&lt;br /&gt;
&lt;br /&gt;
12. Restart or launch your opensim instance.&lt;br /&gt;
&lt;br /&gt;
13. Log in using your viewer of choice and test.  Everything should &lt;br /&gt;
work quite well.&lt;br /&gt;
&lt;br /&gt;
I am sorry to see these modules not working well with the current php &lt;br /&gt;
versions in wamp and xampp servers.  Someone will need to revisit that &lt;br /&gt;
and figure out how to actually make these compatible with any &lt;br /&gt;
php-xmlrpc version.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Chris of Fleepgrid for posting in his wiki that he was able to get osmodules working on IIS.&lt;br /&gt;
&lt;br /&gt;
If you should have any trouble getting your osmodules working on IIS on Windows you can email me at emperor@secondgalaxy.com and I will be glad to help you.&lt;br /&gt;
&lt;br /&gt;
== '''How to get opensim to communicate with your MySQL Database Server on a separate machine''' ==&lt;br /&gt;
&lt;br /&gt;
So I am sure many people wonder this and ask themselves &amp;quot;how do i put my mysql server on a different machine and have my opensim instances communicate with it?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You might think it seems simple enough right? well in reality it is simple.&lt;br /&gt;
&lt;br /&gt;
Do I have to open any ports in my network router?  No you do not need to open any ports in your network router.  In fact opening the port that mysql uses in your network router is usually a very bad idea and in some cases can lead to hours of headache and frustrtion from repairing what people have done by exploiting that port.&lt;br /&gt;
&lt;br /&gt;
So what do I do?  Here is a step by step guide on what to do.&lt;br /&gt;
&lt;br /&gt;
1. Download the 5.5.29 version for your operating system.  Be sure its downloaded on the machine you plan to install it on.  You can get the latest MySQL [http://www.mysql.com/downloads/mysql/ MySQL Community Server].&lt;br /&gt;
&lt;br /&gt;
2. Install MySQL on the machine you want to use as your server machine for your database server.  I usually do the complete install myself but you can select from the other two options.&lt;br /&gt;
&lt;br /&gt;
3. Configure MySQL.  This is important for your database server.&lt;br /&gt;
&lt;br /&gt;
4. To get rid of the max allowed packet error opensim will give if packet sizes being reported to your mysql server this piece is important:&lt;br /&gt;
   A. Click Start and in the search bar type Services.&lt;br /&gt;
   B. Click on Services&lt;br /&gt;
   C. In services select MySQL and click the stop link.  Now leave the services window open for a moment.&lt;br /&gt;
   D. Run Notepad as Administrator.  Start -&amp;gt; Accessories -&amp;gt; Notepad. Right click and click on Run as administrator.&lt;br /&gt;
   E. Click Yes on the little pop up message.&lt;br /&gt;
   F. Now in notepad Click File -&amp;gt; Open&lt;br /&gt;
   G. In the open window select Local Hard Drive (Usually C:) -&amp;gt; Program Files (both x86 and x64 on Windows) -&amp;gt; MySQL -&amp;gt; MySQL 5.5.29 -&amp;gt; my.ini (Make sure to select all files in the open window.&lt;br /&gt;
   H. In the my.ini file scroll down till you see [MYISAM] just above this line we want to add this:&lt;br /&gt;
      max_allowed_packet=100G&lt;br /&gt;
   I. Click on File -&amp;gt; Save&lt;br /&gt;
   J. Close the notepad&lt;br /&gt;
   K. In your services window make sure you have MySQL highlighted and click start link.  This will bring the service pack online.&lt;br /&gt;
&lt;br /&gt;
5. Download the MySQL Workbench for your operating system.  Be sure its downloaded on the machine you installed the MySQL database server on.  You can get the latest MySQL Workbench Version here: [http://www.mysql.com/downloads/workbench/ MySQL Workbench].&lt;br /&gt;
&lt;br /&gt;
6. Install workbench.  &lt;br /&gt;
&lt;br /&gt;
7. It will launch at the end of install.  When it asks for root user password add it and tick (check) the box to remember password.&lt;br /&gt;
&lt;br /&gt;
8. When workbench opens you should see 3 localhost options to choose from.  If you only see 1 in the middle no need to panic.  Under server administration click the new server instance link.  Go through the wizard that comes up.  I usually just use the defaults for localhost here.  After completing this wizard it will then give you the local host instance on all 3 categories.&lt;br /&gt;
&lt;br /&gt;
9. Create your databases you use for opensim by double clicking on the local host option on the left hand side of workbench.  On the screen that pops up copy and paste this little script in:&lt;br /&gt;
&lt;br /&gt;
use mysql;&lt;br /&gt;
create database opensim;&lt;br /&gt;
create user opensim identified by 'your_password_goes_here';&lt;br /&gt;
create user 'opensim'@'localhost' identified by 'your_password_goes_here';&lt;br /&gt;
grant all on opensim.* to opensim;&lt;br /&gt;
grant all on opensim.* to 'opensim'@'localhost';&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&lt;br /&gt;
put your password where required here and then click the lightening bolt.  Then right click on the test schema to the left and select refresh all.  If successful youll see the schema for your new database called opensim.&lt;br /&gt;
&lt;br /&gt;
10. In your machine's firewall go to advanced options and for incoming and outgoing ports add port 3306 and be sure to allow the connection.  I usually do this for both TCP and UDP.  Just saves me the trouble of hassling with it later.&lt;br /&gt;
&lt;br /&gt;
11. In your Robust.ini, Standalone.ini, GridCommon.ini files or the other ini configuration files for your opensim grid under the database for mysql change local host to your machine.s internal ip address (i.e. 192.168.1.2)&lt;br /&gt;
&lt;br /&gt;
12. Your probably thinking now wait ive a dynamic ip address.  No worries the easy part here is this can be changed in your local network.  Download this tool and install on the machine you installed MySQL on.  You can get the latest Portforward static ip address tool here: [http://portforward.com/help/setup_static_ip_address.htm Free Software to Configure A Static IP Address].&lt;br /&gt;
&lt;br /&gt;
13. After installing the tool double click the PF icon on your desktop.  It opens up (you may want to run as administrator) click the Make Static Button. Youll get a configuration wizard.  Leave the default options in place and select Ok.  In the window that comes up click apply and it is done.  Make sure the static ip address of the machine is the one you put in your opensim ini files.&lt;br /&gt;
&lt;br /&gt;
If you have done it right then your good to go and opensim should see your database server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
I have done these steps and it works for me.  It will not compromise the security of your network or your computers.&lt;br /&gt;
&lt;br /&gt;
If your running on linux I am unsure if Portforward has their software compatible with linux but I am sure they likely do.  If you know of a linux tool that does this let me know.&lt;br /&gt;
&lt;br /&gt;
If you need help getting it to work for you then you can email me at emperor@secondgalaxy.com and I will be happy to help you.&lt;/div&gt;</summary>
		<author><name>Emperor Starfinder</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User:Emperor_Starfinder</id>
		<title>User:Emperor Starfinder</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User:Emperor_Starfinder"/>
				<updated>2013-01-24T01:42:13Z</updated>
		
		<summary type="html">&lt;p&gt;Emperor Starfinder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''About Emperor Starfinder'''&lt;br /&gt;
&lt;br /&gt;
Emperor Starfinder is the head of the Second Galaxy Development Team and is a core developer of Second Galaxy! and Galaxy Futures! both of which are 3D virtual world grids which use opensimulator features in their base framework.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''How to install osmodules on Windows operating systems with IIS''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Okay so after a lot of annoying bugs and frustration, I finally got &lt;br /&gt;
search, profiles, and offline messaging working.  Thanks to Guy for &lt;br /&gt;
giving me that last push I needed to revisit it.&lt;br /&gt;
&lt;br /&gt;
For those who are having trouble with the profiles, search, and &lt;br /&gt;
offline messaging and are running on windows I recommend the following &lt;br /&gt;
steps as it worked for me.&lt;br /&gt;
&lt;br /&gt;
1. Install IIS (you can either install the IIS 7.5 express from &lt;br /&gt;
Microsoft or activate IIS 6.0 through your control panel by going to &lt;br /&gt;
the control panel and under programs turn on or off new features.  In &lt;br /&gt;
the features manager check the boxes for IIS and click ok.)&lt;br /&gt;
&lt;br /&gt;
2. Through the web installer from Microsoft you'll want to install php &lt;br /&gt;
5.3.19 (sorry I am not to sure yet why profiles, search, and offline &lt;br /&gt;
messaging hates php 5.4.x.  I'll try and play around with this when I &lt;br /&gt;
get some time and through the list of projects I have waiting for me &lt;br /&gt;
to implement.)&lt;br /&gt;
&lt;br /&gt;
3. Go to your IIS Manager by clicking on start and typing in IIS &lt;br /&gt;
Manager to find the manager.&lt;br /&gt;
&lt;br /&gt;
4. In the IIS manager you might need to scroll down to find the php &lt;br /&gt;
manager.  Open the manager.&lt;br /&gt;
&lt;br /&gt;
5. In the php manager you might get an incompatibility highlighted in &lt;br /&gt;
yellow.  No need to panic this is normal.  Click the recommended link &lt;br /&gt;
next to this message and it will go away.&lt;br /&gt;
&lt;br /&gt;
6. Click the php.ini link and edit the php.ini file and turn on &lt;br /&gt;
asp_tags and short_open_tags.  Then click save.&lt;br /&gt;
&lt;br /&gt;
7. Click the phpinfo link to verify that you have configured &lt;br /&gt;
everything correctly.  No need to worry about the php_curl or &lt;br /&gt;
php_xmlrpc as these are on by default. (they were for me).&lt;br /&gt;
&lt;br /&gt;
8. Minimize your IIS manager now.&lt;br /&gt;
&lt;br /&gt;
9. Copy the web root folders for search and profiles to your IIS &lt;br /&gt;
wwwroot folder.  You can find this directory in C:\inetpub\wwwroot\&lt;br /&gt;
&lt;br /&gt;
10. In my case I named the search, profile, and offline messaging &lt;br /&gt;
directory folders search, profiles, and messaging.  I also changed the &lt;br /&gt;
xmlrpc groups web root directory to groups.&lt;br /&gt;
&lt;br /&gt;
11. Make sure to configure your database info and your ini files &lt;br /&gt;
accordingly in your opensim server.&lt;br /&gt;
&lt;br /&gt;
12. Restart or launch your opensim instance.&lt;br /&gt;
&lt;br /&gt;
13. Log in using your viewer of choice and test.  Everything should &lt;br /&gt;
work quite well.&lt;br /&gt;
&lt;br /&gt;
I am sorry to see these modules not working well with the current php &lt;br /&gt;
versions in wamp and xampp servers.  Someone will need to revisit that &lt;br /&gt;
and figure out how to actually make these compatible with any &lt;br /&gt;
php-xmlrpc version.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Chris of Fleepgrid for posting in his wiki that he was able to get osmodules working on IIS.&lt;br /&gt;
&lt;br /&gt;
If you should have any trouble getting your osmodules working on IIS on Windows you can email me at emperor@secondgalaxy.com and I will be glad to help you.&lt;br /&gt;
&lt;br /&gt;
== '''How to get opensim co communicate with your MySQL Database Server on a separate machine''' ==&lt;br /&gt;
&lt;br /&gt;
So I am sure many people wonder this and ask themselves &amp;quot;how do i put my mysql server on a different machine and have my opensim instances communicate with it?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
You might think it seems simple enough right? well in reality it is simple.&lt;br /&gt;
&lt;br /&gt;
Do I have to open any ports in my network router?  No you do not need to open any ports in your network router.  In fact opening the port that mysql uses in your network router is usually a very bad idea and in some cases can lead to hours of headache and frustrtion from repairing what people have done by exploiting that port.&lt;br /&gt;
&lt;br /&gt;
So what do I do?  Here is a step by step guide on what to do.&lt;br /&gt;
&lt;br /&gt;
1. Download the 5.5.29 version for your operating system.  Be sure its downloaded on the machine you plan to install it on.  You can get the latest MySQL [http://www.mysql.com/downloads/mysql/ MySQL Community Server].&lt;br /&gt;
&lt;br /&gt;
2. Install MySQL on the machine you want to use as your server machine for your database server.  I usually do the complete install myself but you can select from the other two options.&lt;br /&gt;
&lt;br /&gt;
3. Configure MySQL.  This is important for your database server.&lt;br /&gt;
&lt;br /&gt;
4. To get rid of the max allowed packet error opensim will give if packet sizes being reported to your mysql server this piece is important:&lt;br /&gt;
   A. Click Start and in the search bar type Services.&lt;br /&gt;
   B. Click on Services&lt;br /&gt;
   C. In services select MySQL and click the stop link.  Now leave the services window open for a moment.&lt;br /&gt;
   D. Run Notepad as Administrator.  Start -&amp;gt; Accessories -&amp;gt; Notepad. Right click and click on Run as administrator.&lt;br /&gt;
   E. Click Yes on the little pop up message.&lt;br /&gt;
   F. Now in notepad Click File -&amp;gt; Open&lt;br /&gt;
   G. In the open window select Local Hard Drive (Usually C:) -&amp;gt; Program Files (both x86 and x64 on Windows) -&amp;gt; MySQL -&amp;gt; MySQL 5.5.29 -&amp;gt; my.ini (Make sure to select all files in the open window.&lt;br /&gt;
   H. In the my.ini file scroll down till you see [MYISAM] just above this line we want to add this:&lt;br /&gt;
      max_allowed_packet=100G&lt;br /&gt;
   I. Click on File -&amp;gt; Save&lt;br /&gt;
   J. Close the notepad&lt;br /&gt;
   K. In your services window make sure you have MySQL highlighted and click start link.  This will bring the service pack online.&lt;br /&gt;
&lt;br /&gt;
5. Download the MySQL Workbench for your operating system.  Be sure its downloaded on the machine you installed the MySQL database server on.  You can get the latest MySQL Workbench Version here: [http://www.mysql.com/downloads/workbench/ MySQL Workbench].&lt;br /&gt;
&lt;br /&gt;
6. Install workbench.  &lt;br /&gt;
&lt;br /&gt;
7. It will launch at the end of install.  When it asks for root user password add it and tick (check) the box to remember password.&lt;br /&gt;
&lt;br /&gt;
8. When workbench opens you should see 3 localhost options to choose from.  If you only see 1 in the middle no need to panic.  Under server administration click the new server instance link.  Go through the wizard that comes up.  I usually just use the defaults for localhost here.  After completing this wizard it will then give you the local host instance on all 3 categories.&lt;br /&gt;
&lt;br /&gt;
9. Create your databases you use for opensim by double clicking on the local host option on the left hand side of workbench.  On the screen that pops up copy and paste this little script in:&lt;br /&gt;
&lt;br /&gt;
use mysql;&lt;br /&gt;
create database opensim;&lt;br /&gt;
create user opensim identified by 'your_password_goes_here';&lt;br /&gt;
create user 'opensim'@'localhost' identified by 'your_password_goes_here';&lt;br /&gt;
grant all on opensim.* to opensim;&lt;br /&gt;
grant all on opensim.* to 'opensim'@'localhost';&lt;br /&gt;
FLUSH PRIVILEGES;&lt;br /&gt;
&lt;br /&gt;
put your password where required here and then click the lightening bolt.  Then right click on the test schema to the left and select refresh all.  If successful youll see the schema for your new database called opensim.&lt;br /&gt;
&lt;br /&gt;
10. In your machine's firewall go to advanced options and for incoming and outgoing ports add port 3306 and be sure to allow the connection.  I usually do this for both TCP and UDP.  Just saves me the trouble of hassling with it later.&lt;br /&gt;
&lt;br /&gt;
11. In your Robust.ini, Standalone.ini, GridCommon.ini files or the other ini configuration files for your opensim grid under the database for mysql change local host to your machine.s internal ip address (i.e. 192.168.1.2)&lt;br /&gt;
&lt;br /&gt;
12. Your probably thinking now wait ive a dynamic ip address.  No worries the easy part here is this can be changed in your local network.  Download this tool and install on the machine you installed MySQL on.  You can get the latest Portforward static ip address tool here: [http://portforward.com/help/setup_static_ip_address.htm Free Software to Configure A Static IP Address].&lt;br /&gt;
&lt;br /&gt;
13. After installing the tool double click the PF icon on your desktop.  It opens up (you may want to run as administrator) click the Make Static Button. Youll get a configuration wizard.  Leave the default options in place and select Ok.  In the window that comes up click apply and it is done.  Make sure the static ip address of the machine is the one you put in your opensim ini files.&lt;br /&gt;
&lt;br /&gt;
If you have done it right then your good to go and opensim should see your database server and communicate with it.&lt;br /&gt;
&lt;br /&gt;
I have done these steps and it works for me.  It will not compromise the security of your network or your computers.&lt;br /&gt;
&lt;br /&gt;
If your running on linux I am unsure if Portforward has their software compatible with linux but I am sure they likely do.  If you know of a linux tool that does this let me know.&lt;br /&gt;
&lt;br /&gt;
If you need help getting it to work for you then you can email me at emperor@secondgalaxy.com and I will be happy to help you.&lt;/div&gt;</summary>
		<author><name>Emperor Starfinder</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User:Emperor_Starfinder</id>
		<title>User:Emperor Starfinder</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User:Emperor_Starfinder"/>
				<updated>2013-01-24T00:51:20Z</updated>
		
		<summary type="html">&lt;p&gt;Emperor Starfinder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''About Emperor Starfinder'''&lt;br /&gt;
&lt;br /&gt;
Emperor Starfinder is the head of the Second Galaxy Development Team and is a core developer of Second Galaxy! and Galaxy Futures! both of which are 3D virtual world grids which use opensimulator features in their base framework.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''How to install osmodules on Windows operating systems with IIS''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Okay so after a lot of annoying bugs and frustration, I finally got &lt;br /&gt;
search, profiles, and offline messaging working.  Thanks to Guy for &lt;br /&gt;
giving me that last push I needed to revisit it.&lt;br /&gt;
&lt;br /&gt;
For those who are having trouble with the profiles, search, and &lt;br /&gt;
offline messaging and are running on windows I recommend the following &lt;br /&gt;
steps as it worked for me.&lt;br /&gt;
&lt;br /&gt;
1. Install IIS (you can either install the IIS 7.5 express from &lt;br /&gt;
Microsoft or activate IIS 6.0 through your control panel by going to &lt;br /&gt;
the control panel and under programs turn on or off new features.  In &lt;br /&gt;
the features manager check the boxes for IIS and click ok.)&lt;br /&gt;
&lt;br /&gt;
2. Through the web installer from Microsoft you'll want to install php &lt;br /&gt;
5.3.19 (sorry I am not to sure yet why profiles, search, and offline &lt;br /&gt;
messaging hates php 5.4.x.  I'll try and play around with this when I &lt;br /&gt;
get some time and through the list of projects I have waiting for me &lt;br /&gt;
to implement.)&lt;br /&gt;
&lt;br /&gt;
3. Go to your IIS Manager by clicking on start and typing in IIS &lt;br /&gt;
Manager to find the manager.&lt;br /&gt;
&lt;br /&gt;
4. In the IIS manager you might need to scroll down to find the php &lt;br /&gt;
manager.  Open the manager.&lt;br /&gt;
&lt;br /&gt;
5. In the php manager you might get an incompatibility highlighted in &lt;br /&gt;
yellow.  No need to panic this is normal.  Click the recommended link &lt;br /&gt;
next to this message and it will go away.&lt;br /&gt;
&lt;br /&gt;
6. Click the php.ini link and edit the php.ini file and turn on &lt;br /&gt;
asp_tags and short_open_tags.  Then click save.&lt;br /&gt;
&lt;br /&gt;
7. Click the phpinfo link to verify that you have configured &lt;br /&gt;
everything correctly.  No need to worry about the php_curl or &lt;br /&gt;
php_xmlrpc as these are on by default. (they were for me).&lt;br /&gt;
&lt;br /&gt;
8. Minimize your IIS manager now.&lt;br /&gt;
&lt;br /&gt;
9. Copy the web root folders for search and profiles to your IIS &lt;br /&gt;
wwwroot folder.  You can find this directory in C:\inetpub\wwwroot\&lt;br /&gt;
&lt;br /&gt;
10. In my case I named the search, profile, and offline messaging &lt;br /&gt;
directory folders search, profiles, and messaging.  I also changed the &lt;br /&gt;
xmlrpc groups web root directory to groups.&lt;br /&gt;
&lt;br /&gt;
11. Make sure to configure your database info and your ini files &lt;br /&gt;
accordingly in your opensim server.&lt;br /&gt;
&lt;br /&gt;
12. Restart or launch your opensim instance.&lt;br /&gt;
&lt;br /&gt;
13. Log in using your viewer of choice and test.  Everything should &lt;br /&gt;
work quite well.&lt;br /&gt;
&lt;br /&gt;
I am sorry to see these modules not working well with the current php &lt;br /&gt;
versions in wamp and xampp servers.  Someone will need to revisit that &lt;br /&gt;
and figure out how to actually make these compatible with any &lt;br /&gt;
php-xmlrpc version.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Chris of Fleepgrid for posting in his wiki that he was able to get osmodules working on IIS.&lt;br /&gt;
&lt;br /&gt;
If you should have any trouble getting your osmodules working on IIS on Windows you can email me at emperor@secondgalaxy.com and I will be glad to help you.&lt;/div&gt;</summary>
		<author><name>Emperor Starfinder</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User:Emperor_Starfinder</id>
		<title>User:Emperor Starfinder</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User:Emperor_Starfinder"/>
				<updated>2013-01-24T00:50:42Z</updated>
		
		<summary type="html">&lt;p&gt;Emperor Starfinder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''About Emperor Starfinder'''&lt;br /&gt;
&lt;br /&gt;
Emperor Starfinder is the head of the Second Galaxy Development Team and is a core developer of Second Galaxy! and Galaxy Futures! both of which are 3D virtual world grids which use opensimulator features in their base framework.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''How to install osmodules on Windows operating systems with IIS''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Okay so after a lot of annoying bugs and frustration, I finally got &lt;br /&gt;
search, profiles, and offline messaging working.  Thanks to Guy for &lt;br /&gt;
giving me that last push I needed to revisit it.&lt;br /&gt;
&lt;br /&gt;
For those who are having trouble with the profiles, search, and &lt;br /&gt;
offline messaging and are running on windows I recommend the following &lt;br /&gt;
steps as it worked for me.&lt;br /&gt;
&lt;br /&gt;
1. Install IIS (you can either install the IIS 7.5 express from &lt;br /&gt;
Microsoft or activate IIS 6.0 through your control panel by going to &lt;br /&gt;
the control panel and under programs turn on or off new features.  In &lt;br /&gt;
the features manager check the boxes for IIS and click ok.)&lt;br /&gt;
&lt;br /&gt;
2. Through the web installer from Microsoft you'll want to install php &lt;br /&gt;
5.3.19 (sorry I am not to sure yet why profiles, search, and offline &lt;br /&gt;
messaging hates php 5.4.x.  I'll try and play around with this when I &lt;br /&gt;
get some time and through the list of projects I have waiting for me &lt;br /&gt;
to implement.)&lt;br /&gt;
&lt;br /&gt;
3. Go to your IIS Manager by clicking on start and typing in IIS &lt;br /&gt;
Manager to find the manager.&lt;br /&gt;
&lt;br /&gt;
4. In the IIS manager you might need to scroll down to find the php &lt;br /&gt;
manager.  Open the manager.&lt;br /&gt;
&lt;br /&gt;
5. In the php manager you might get an incompatibility highlighted in &lt;br /&gt;
yellow.  No need to panic this is normal.  Click the recommended link &lt;br /&gt;
next to this message and it will go away.&lt;br /&gt;
&lt;br /&gt;
6. Click the php.ini link and edit the php.ini file and turn on &lt;br /&gt;
asp_tags and short_open_tags.  Then click save.&lt;br /&gt;
&lt;br /&gt;
7. Click the phpinfo link to verify that you have configured &lt;br /&gt;
everything correctly.  No need to worry about the php_curl or &lt;br /&gt;
php_xmlrpc as these are on by default. (they were for me).&lt;br /&gt;
&lt;br /&gt;
8. Minimize your IIS manager now.&lt;br /&gt;
&lt;br /&gt;
9. Copy the web root folders for search and profiles to your IIS &lt;br /&gt;
wwwroot folder.  You can find this directory in C:\inetpub\wwwroot\&lt;br /&gt;
&lt;br /&gt;
10. In my case I named the search, profile, and offline messaging &lt;br /&gt;
directory folders search, profiles, and messaging.  I also changed the &lt;br /&gt;
xmlrpc groups web root directory to groups.&lt;br /&gt;
&lt;br /&gt;
11. Make sure to configure your database info and your ini files &lt;br /&gt;
accordingly in your opensim server.&lt;br /&gt;
&lt;br /&gt;
12. Restart or launch your opensim instance.&lt;br /&gt;
&lt;br /&gt;
13. Log in using your viewer of choice and test.  Everything should &lt;br /&gt;
work quite well.&lt;br /&gt;
&lt;br /&gt;
I am sorry to see these modules not working well with the current php &lt;br /&gt;
versions in wamp and xampp servers.  Someone will need to revisit that &lt;br /&gt;
and figure out how to actually make these compatible with any &lt;br /&gt;
php-xmlrpc version.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Chris of Fleepgrid for posting in his wiki that he was able to get osmodules working on IIS.&lt;br /&gt;
&lt;br /&gt;
If you should have any trouble getting your osmodules working on IIS on Windows you can email me at [emperor@secondgalaxy.com - email] and I will be glad to help you.&lt;/div&gt;</summary>
		<author><name>Emperor Starfinder</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User_Documentation</id>
		<title>User Documentation</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User_Documentation"/>
				<updated>2013-01-24T00:30:27Z</updated>
		
		<summary type="html">&lt;p&gt;Emperor Starfinder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quicklinks}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
This is user documentation for OpenSimulator, mainly aimed towards administrators of the system rather than the ultimate end-users who access the environment through a viewer. If you can't find what you want here you might want to try looking in the [[Developer Documentation]].&lt;br /&gt;
&lt;br /&gt;
For a summary of what features have been implemented in OpenSimulator, please see the [[Feature Matrix]].&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* [[Download]] - Download instructions&lt;br /&gt;
* [[Dependencies]] - The other packages you need to install that OpenSimulator relies upon&lt;br /&gt;
* [[Build Instructions]] - How to build and compile OpenSimulator from source&lt;br /&gt;
* [[Configuration]] - How to configure OpenSimulator so you can get the server up and running&lt;br /&gt;
* [[Configuring Regions]] - More details on configuring regions in Regions.ini&lt;br /&gt;
* [[Configuring Simulator Parameters]] - More details on the structure and configuration simulator parameters after the initial setup.&lt;br /&gt;
* [[Database Settings]] - Detailed configurations to connect to your database&lt;br /&gt;
* [[Map]] - Information on configuring OpenSimulator to serve map tiles.&lt;br /&gt;
* [[Upgrading]] - How to upgrade your OpenSimulator version so that you can use your existing data&lt;br /&gt;
* [[Network Settings]] - NAT, Ports, Services and more.&lt;br /&gt;
* [[Firewall Settings]] - Incomplete operating system specific instructions on how to open firewall ports for external OpenSimulator access.&lt;br /&gt;
* [[Tips]] - Useful tips from users like you&lt;br /&gt;
* [[OpenSim Graphics]] - Graphics that can be used on OpenSimulator websites, viewer login pages or products.&lt;br /&gt;
* [[FAQ]] - Frequently Asked Questions&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
* [[Troubleshooting]] - General troubleshooting tips and links to other pages.&lt;br /&gt;
* [[Appearance Troubleshooting]] - Troubleshooting appearance specific issues (cloudy and grey avatars).&lt;br /&gt;
&lt;br /&gt;
== User Guide ==&lt;br /&gt;
* [[Connecting]] - How to connect a compatible viewer to OpenSimulator.&lt;br /&gt;
* [[Glossary]] - A glossary of terms used in OpenSimulator.&lt;br /&gt;
&lt;br /&gt;
== Administrator Guide ==&lt;br /&gt;
* [[Server Commands]] - Commands to control OpenSimulator&lt;br /&gt;
* [[OpenSim.exe Command Line Options]] - Switches when you launch OpenSimulator.&lt;br /&gt;
* [[Directory Structure]] - Information about OpenSimulator's directory structure.&lt;br /&gt;
* [[Useful Queries]] - Some useful queries for manipulating the OpenSimulator database.&lt;br /&gt;
* [[Logging]] - Logging in OpenSimulator&lt;br /&gt;
* [[Monitoring]] - Monitoring OpenSimulator&lt;br /&gt;
* [[Threading]] - Information on the way that threads are used in OpenSimulator, including information on the thread tracking report.&lt;br /&gt;
* [[Automating Tasks]] - How to make administrating a walk in the park&lt;br /&gt;
* [[RestConsole]] - Using the remote console.&lt;br /&gt;
* [[Performance]] - How to tweak OpenSim's performance and some tips on scaling.&lt;br /&gt;
* [[Console-less OpenSim]] - How to run OpenSimulator without console&lt;br /&gt;
* [[Backups]] - How to backup your OpenSimulator data.&lt;br /&gt;
&lt;br /&gt;
=== Integration ===&lt;br /&gt;
* [[RemoteAdmin]] - Using the XMLRPC administration interface for executing commands remotely.&lt;br /&gt;
* [[AuthIntegration]] - How to integrate external systems (such as web frontends) with OpenSimulator.&lt;br /&gt;
* [[UserManipulation]] - How to create users in OpenSimulator via external calls through ROBUST (only available when running in grid configuration).&lt;br /&gt;
* [[Known Web Interfaces within OpenSim]] - The set of CAPS, XMLRPC, or REST entry points in the project.&lt;br /&gt;
&lt;br /&gt;
== Core Features ==&lt;br /&gt;
* [[Feature Matrix]] - Matrix of features currently implemented by OpenSimulator.&lt;br /&gt;
* [[Scripting Documentation]] - Everything you need to know about OpenSimulator scripting, and the list of sample scripts&lt;br /&gt;
* [[OpenSim Archives]] - Loading and saving whole region archives with OpenSimulator&lt;br /&gt;
* [[Inventory Archives|OpenSimulator Inventory Archives]] - Loading and saving user inventory items and folders with OpenSimulator&lt;br /&gt;
* [[NPC]] - Use of Non Player Characters (NPCs) in OpenSim, also known as bots.&lt;br /&gt;
* [[Custom Libraries]] - Describes how to add custom content to your OpenSimulator server&lt;br /&gt;
* [[IRCBridgeModule]] - A core OpenSimulator module for integrating IRC with a simulator.&lt;br /&gt;
* [[Hypergrid]] - Information about how to configure the experimental hypergrid architecture&lt;br /&gt;
* [[GridInfo]] - how to provide information about your grid to smart clients&lt;br /&gt;
* [[PhysicsEngines]] — Options for physics engines in OpenSimulator.&lt;br /&gt;
* [[:Category:Tech Reference|Technical Reference]] - Technical Reference Guide&lt;br /&gt;
&lt;br /&gt;
== Optional Features ==&lt;br /&gt;
* [[Feature Proposals/AutoBackup|AutoBackup]] - Module for automatically backing up a region to an OAR regularly using a different filename.&lt;br /&gt;
* [[Freeswitch Module]] - Using FreeSWITCH for voice in OpenSimulator.&lt;br /&gt;
* [[Mumble]] - Using Mumble/Whisper for voice in OpenSimulator.&lt;br /&gt;
* [[Enabling Groups]] — How to enable creating groups in your regions&lt;br /&gt;
* [[JsonStore Module]] -- Module for storing and sharing structured data among region modules and scripts&lt;br /&gt;
&lt;br /&gt;
== Experimental Features ==&lt;br /&gt;
&lt;br /&gt;
These are even more alpha than the rest of the code and may not currently work properly.&lt;br /&gt;
&lt;br /&gt;
* [[Setting Up Mega-Regions]]&lt;br /&gt;
&lt;br /&gt;
== RealXtend ==&lt;br /&gt;
* [[ModRex]] - How to setup the RealXtend server module&lt;br /&gt;
* [[RealXtend Viewer Linux]] - This tutorial describes how to use the RealXtend viewer on Linux, using wine&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
If you've written a tutorial or guide on this wiki or on an external site, then please feel free to add a link here and/or on more specific topic pages.&lt;br /&gt;
&lt;br /&gt;
=== Platform specific ===&lt;br /&gt;
* [[OSHT]] - OpenSim HowTo: Configuring a Grid. This tutorial describes how to install and configure OpenSimulator in grid mode on a Linux platform.&lt;br /&gt;
* [[Linux Gridserver, the ubuntu way]] the quick and dirty way to install opensim under ubuntu (Linux)&lt;br /&gt;
* [[Wiimote]] - How to use a wiimote/nunchuk controller with the OpenSimulator viewer (Linux)&lt;br /&gt;
* [[Cacti]] - Generate Serverstats using the Cacti-Tool and SNMP (Linux)&lt;br /&gt;
* [http://sunredbeach.com/dokuwiki/doku.php?id=opensim:minimal-server Installing an openSUSE 11.1 Minimal server setup for an OpenSimulator server] - Quick and Dirty setup on an openSUSE 11.1 server&lt;br /&gt;
* [[Streaming Media in OpenSim]]&lt;br /&gt;
&lt;br /&gt;
* [http://chapter-and-metaverse.blogspot.com Chapter &amp;amp; Metaverse] - Full suite of tutorials, tips and tricks, for the Windows user (Windows) Also very useful for Linux users!&lt;br /&gt;
&lt;br /&gt;
* [http://opensimulator.org/wiki/User:Emperor_Starfinder How to install osmodules on Windows using IIS] - How to install osmodules on windows using IIS&lt;br /&gt;
&lt;br /&gt;
=== Cross-platform ===&lt;br /&gt;
* [[Getting Started with Region Modules]] - The Hello World of OpenSimulator application development&lt;br /&gt;
* [[Using L3DT]] - How to create custom terrains&lt;br /&gt;
* [[Detailed cross-region terrain making]] - A workflow for creating large cross-region custom terrains&lt;br /&gt;
* [http://update.multiverse.net/wiki/index.php/About_Terrain How to make a good Terrain (includes 4 programs to use)]&lt;br /&gt;
* [http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&amp;amp;cid=8&amp;amp;lid=22 Japanese Manual for Construction of OpenSimulator Server System on Linux] by NSL (Sorry, Japanese only)&lt;br /&gt;
&lt;br /&gt;
=== Application ===&lt;br /&gt;
* [http://www.scribd.com/doc/57959626/OpenSimulator-School-Quick-Start-Guide David W. Deeds' OpenSimulator School Quick Start Guide] - David W. Deeds' OpenSimulator School Quick Start Guide courtesy of Changchun American International School. Has lots of useful and interesting info, including lesson plans.&lt;br /&gt;
&lt;br /&gt;
== Gforge Projects ==&lt;br /&gt;
* [[OpenSimSearch]] - Search for your OpenSimulator&lt;br /&gt;
* [[ServerStats]] - RRD/Proc serverstats using the OpenSimulator module for Berlios Serverstats (Linux)&lt;br /&gt;
&amp;lt;cleanpage title=hide cats=hide /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Support]]&lt;br /&gt;
[[Category:Help]]&lt;br /&gt;
[[Category:Configuration]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Emperor Starfinder</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User_Documentation</id>
		<title>User Documentation</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User_Documentation"/>
				<updated>2013-01-24T00:29:28Z</updated>
		
		<summary type="html">&lt;p&gt;Emperor Starfinder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Quicklinks}}&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
This is user documentation for OpenSimulator, mainly aimed towards administrators of the system rather than the ultimate end-users who access the environment through a viewer. If you can't find what you want here you might want to try looking in the [[Developer Documentation]].&lt;br /&gt;
&lt;br /&gt;
For a summary of what features have been implemented in OpenSimulator, please see the [[Feature Matrix]].&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* [[Download]] - Download instructions&lt;br /&gt;
* [[Dependencies]] - The other packages you need to install that OpenSimulator relies upon&lt;br /&gt;
* [[Build Instructions]] - How to build and compile OpenSimulator from source&lt;br /&gt;
* [[Configuration]] - How to configure OpenSimulator so you can get the server up and running&lt;br /&gt;
* [[Configuring Regions]] - More details on configuring regions in Regions.ini&lt;br /&gt;
* [[Configuring Simulator Parameters]] - More details on the structure and configuration simulator parameters after the initial setup.&lt;br /&gt;
* [[Database Settings]] - Detailed configurations to connect to your database&lt;br /&gt;
* [[Map]] - Information on configuring OpenSimulator to serve map tiles.&lt;br /&gt;
* [[Upgrading]] - How to upgrade your OpenSimulator version so that you can use your existing data&lt;br /&gt;
* [[Network Settings]] - NAT, Ports, Services and more.&lt;br /&gt;
* [[Firewall Settings]] - Incomplete operating system specific instructions on how to open firewall ports for external OpenSimulator access.&lt;br /&gt;
* [[Tips]] - Useful tips from users like you&lt;br /&gt;
* [[OpenSim Graphics]] - Graphics that can be used on OpenSimulator websites, viewer login pages or products.&lt;br /&gt;
* [[FAQ]] - Frequently Asked Questions&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
* [[Troubleshooting]] - General troubleshooting tips and links to other pages.&lt;br /&gt;
* [[Appearance Troubleshooting]] - Troubleshooting appearance specific issues (cloudy and grey avatars).&lt;br /&gt;
&lt;br /&gt;
== User Guide ==&lt;br /&gt;
* [[Connecting]] - How to connect a compatible viewer to OpenSimulator.&lt;br /&gt;
* [[Glossary]] - A glossary of terms used in OpenSimulator.&lt;br /&gt;
&lt;br /&gt;
== Administrator Guide ==&lt;br /&gt;
* [[Server Commands]] - Commands to control OpenSimulator&lt;br /&gt;
* [[OpenSim.exe Command Line Options]] - Switches when you launch OpenSimulator.&lt;br /&gt;
* [[Directory Structure]] - Information about OpenSimulator's directory structure.&lt;br /&gt;
* [[Useful Queries]] - Some useful queries for manipulating the OpenSimulator database.&lt;br /&gt;
* [[Logging]] - Logging in OpenSimulator&lt;br /&gt;
* [[Monitoring]] - Monitoring OpenSimulator&lt;br /&gt;
* [[Threading]] - Information on the way that threads are used in OpenSimulator, including information on the thread tracking report.&lt;br /&gt;
* [[Automating Tasks]] - How to make administrating a walk in the park&lt;br /&gt;
* [[RestConsole]] - Using the remote console.&lt;br /&gt;
* [[Performance]] - How to tweak OpenSim's performance and some tips on scaling.&lt;br /&gt;
* [[Console-less OpenSim]] - How to run OpenSimulator without console&lt;br /&gt;
* [[Backups]] - How to backup your OpenSimulator data.&lt;br /&gt;
&lt;br /&gt;
=== Integration ===&lt;br /&gt;
* [[RemoteAdmin]] - Using the XMLRPC administration interface for executing commands remotely.&lt;br /&gt;
* [[AuthIntegration]] - How to integrate external systems (such as web frontends) with OpenSimulator.&lt;br /&gt;
* [[UserManipulation]] - How to create users in OpenSimulator via external calls through ROBUST (only available when running in grid configuration).&lt;br /&gt;
* [[Known Web Interfaces within OpenSim]] - The set of CAPS, XMLRPC, or REST entry points in the project.&lt;br /&gt;
&lt;br /&gt;
== Core Features ==&lt;br /&gt;
* [[Feature Matrix]] - Matrix of features currently implemented by OpenSimulator.&lt;br /&gt;
* [[Scripting Documentation]] - Everything you need to know about OpenSimulator scripting, and the list of sample scripts&lt;br /&gt;
* [[OpenSim Archives]] - Loading and saving whole region archives with OpenSimulator&lt;br /&gt;
* [[Inventory Archives|OpenSimulator Inventory Archives]] - Loading and saving user inventory items and folders with OpenSimulator&lt;br /&gt;
* [[NPC]] - Use of Non Player Characters (NPCs) in OpenSim, also known as bots.&lt;br /&gt;
* [[Custom Libraries]] - Describes how to add custom content to your OpenSimulator server&lt;br /&gt;
* [[IRCBridgeModule]] - A core OpenSimulator module for integrating IRC with a simulator.&lt;br /&gt;
* [[Hypergrid]] - Information about how to configure the experimental hypergrid architecture&lt;br /&gt;
* [[GridInfo]] - how to provide information about your grid to smart clients&lt;br /&gt;
* [[PhysicsEngines]] — Options for physics engines in OpenSimulator.&lt;br /&gt;
* [[:Category:Tech Reference|Technical Reference]] - Technical Reference Guide&lt;br /&gt;
&lt;br /&gt;
== Optional Features ==&lt;br /&gt;
* [[Feature Proposals/AutoBackup|AutoBackup]] - Module for automatically backing up a region to an OAR regularly using a different filename.&lt;br /&gt;
* [[Freeswitch Module]] - Using FreeSWITCH for voice in OpenSimulator.&lt;br /&gt;
* [[Mumble]] - Using Mumble/Whisper for voice in OpenSimulator.&lt;br /&gt;
* [[Enabling Groups]] — How to enable creating groups in your regions&lt;br /&gt;
* [[JsonStore Module]] -- Module for storing and sharing structured data among region modules and scripts&lt;br /&gt;
&lt;br /&gt;
== Experimental Features ==&lt;br /&gt;
&lt;br /&gt;
These are even more alpha than the rest of the code and may not currently work properly.&lt;br /&gt;
&lt;br /&gt;
* [[Setting Up Mega-Regions]]&lt;br /&gt;
&lt;br /&gt;
== RealXtend ==&lt;br /&gt;
* [[ModRex]] - How to setup the RealXtend server module&lt;br /&gt;
* [[RealXtend Viewer Linux]] - This tutorial describes how to use the RealXtend viewer on Linux, using wine&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
If you've written a tutorial or guide on this wiki or on an external site, then please feel free to add a link here and/or on more specific topic pages.&lt;br /&gt;
&lt;br /&gt;
=== Platform specific ===&lt;br /&gt;
* [[OSHT]] - OpenSim HowTo: Configuring a Grid. This tutorial describes how to install and configure OpenSimulator in grid mode on a Linux platform.&lt;br /&gt;
* [[Linux Gridserver, the ubuntu way]] the quick and dirty way to install opensim under ubuntu (Linux)&lt;br /&gt;
* [[Wiimote]] - How to use a wiimote/nunchuk controller with the OpenSimulator viewer (Linux)&lt;br /&gt;
* [[Cacti]] - Generate Serverstats using the Cacti-Tool and SNMP (Linux)&lt;br /&gt;
* [http://sunredbeach.com/dokuwiki/doku.php?id=opensim:minimal-server Installing an openSUSE 11.1 Minimal server setup for an OpenSimulator server] - Quick and Dirty setup on an openSUSE 11.1 server&lt;br /&gt;
* [[Streaming Media in OpenSim]]&lt;br /&gt;
&lt;br /&gt;
* [http://chapter-and-metaverse.blogspot.com Chapter &amp;amp; Metaverse] - Full suite of tutorials, tips and tricks, for the Windows user (Windows) Also very useful for Linux users!&lt;br /&gt;
&lt;br /&gt;
* [http://opensimulator.org/wiki/User:Emperor_Starfinder] - How to install osmodules on windows using IIS&lt;br /&gt;
&lt;br /&gt;
=== Cross-platform ===&lt;br /&gt;
* [[Getting Started with Region Modules]] - The Hello World of OpenSimulator application development&lt;br /&gt;
* [[Using L3DT]] - How to create custom terrains&lt;br /&gt;
* [[Detailed cross-region terrain making]] - A workflow for creating large cross-region custom terrains&lt;br /&gt;
* [http://update.multiverse.net/wiki/index.php/About_Terrain How to make a good Terrain (includes 4 programs to use)]&lt;br /&gt;
* [http://www.nsl.tuis.ac.jp/xoops/modules/d3downloads/index.php?page=singlefile&amp;amp;cid=8&amp;amp;lid=22 Japanese Manual for Construction of OpenSimulator Server System on Linux] by NSL (Sorry, Japanese only)&lt;br /&gt;
&lt;br /&gt;
=== Application ===&lt;br /&gt;
* [http://www.scribd.com/doc/57959626/OpenSimulator-School-Quick-Start-Guide David W. Deeds' OpenSimulator School Quick Start Guide] - David W. Deeds' OpenSimulator School Quick Start Guide courtesy of Changchun American International School. Has lots of useful and interesting info, including lesson plans.&lt;br /&gt;
&lt;br /&gt;
== Gforge Projects ==&lt;br /&gt;
* [[OpenSimSearch]] - Search for your OpenSimulator&lt;br /&gt;
* [[ServerStats]] - RRD/Proc serverstats using the OpenSimulator module for Berlios Serverstats (Linux)&lt;br /&gt;
&amp;lt;cleanpage title=hide cats=hide /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Users]]&lt;br /&gt;
[[Category:Support]]&lt;br /&gt;
[[Category:Help]]&lt;br /&gt;
[[Category:Configuration]]&lt;br /&gt;
[[Category:Getting Started]]&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Emperor Starfinder</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User:Emperor_Starfinder</id>
		<title>User:Emperor Starfinder</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User:Emperor_Starfinder"/>
				<updated>2013-01-24T00:26:40Z</updated>
		
		<summary type="html">&lt;p&gt;Emperor Starfinder: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''About Emperor Starfinder'''&lt;br /&gt;
&lt;br /&gt;
Emperor Starfinder is the head of the Second Galaxy Development Team and is a core developer of Second Galaxy! and Galaxy Futures! both of which are 3D virtual world grids which use opensimulator features in their base framework.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== '''How to install osmodules on Windows operating systems with IIS''' ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Okay so after a lot of annoying bugs and frustration, I finally got &lt;br /&gt;
search, profiles, and offline messaging working.  Thanks to Guy for &lt;br /&gt;
giving me that last push I needed to revisit it.&lt;br /&gt;
&lt;br /&gt;
For those who are having trouble with the profiles, search, and &lt;br /&gt;
offline messaging and are running on windows I recommend the following &lt;br /&gt;
steps as it worked for me.&lt;br /&gt;
&lt;br /&gt;
1. Install IIS (you can either install the IIS 7.5 express from &lt;br /&gt;
Microsoft or activate IIS 6.0 through your control panel by going to &lt;br /&gt;
the control panel and under programs turn on or off new features.  In &lt;br /&gt;
the features manager check the boxes for IIS and click ok.)&lt;br /&gt;
&lt;br /&gt;
2. Through the web installer from Microsoft you'll want to install php &lt;br /&gt;
5.3.19 (sorry I am not to sure yet why profiles, search, and offline &lt;br /&gt;
messaging hates php 5.4.x.  I'll try and play around with this when I &lt;br /&gt;
get some time and through the list of projects I have waiting for me &lt;br /&gt;
to implement.)&lt;br /&gt;
&lt;br /&gt;
3. Go to your IIS Manager by clicking on start and typing in IIS &lt;br /&gt;
Manager to find the manager.&lt;br /&gt;
&lt;br /&gt;
4. In the IIS manager you might need to scroll down to find the php &lt;br /&gt;
manager.  Open the manager.&lt;br /&gt;
&lt;br /&gt;
5. In the php manager you might get an incompatibility highlighted in &lt;br /&gt;
yellow.  No need to panic this is normal.  Click the recommended link &lt;br /&gt;
next to this message and it will go away.&lt;br /&gt;
&lt;br /&gt;
6. Click the php.ini link and edit the php.ini file and turn on &lt;br /&gt;
asp_tags and short_open_tags.  Then click save.&lt;br /&gt;
&lt;br /&gt;
7. Click the phpinfo link to verify that you have configured &lt;br /&gt;
everything correctly.  No need to worry about the php_curl or &lt;br /&gt;
php_xmlrpc as these are on by default. (they were for me).&lt;br /&gt;
&lt;br /&gt;
8. Minimize your IIS manager now.&lt;br /&gt;
&lt;br /&gt;
9. Copy the web root folders for search and profiles to your IIS &lt;br /&gt;
wwwroot folder.  You can find this directory in C:\inetpub\wwwroot\&lt;br /&gt;
&lt;br /&gt;
10. In my case I named the search, profile, and offline messaging &lt;br /&gt;
directory folders search, profiles, and messaging.  I also changed the &lt;br /&gt;
xmlrpc groups web root directory to groups.&lt;br /&gt;
&lt;br /&gt;
11. Make sure to configure your database info and your ini files &lt;br /&gt;
accordingly in your opensim server.&lt;br /&gt;
&lt;br /&gt;
12. Restart or launch your opensim instance.&lt;br /&gt;
&lt;br /&gt;
13. Log in using your viewer of choice and test.  Everything should &lt;br /&gt;
work quite well.&lt;br /&gt;
&lt;br /&gt;
I am sorry to see these modules not working well with the current php &lt;br /&gt;
versions in wamp and xampp servers.  Someone will need to revisit that &lt;br /&gt;
and figure out how to actually make these compatible with any &lt;br /&gt;
php-xmlrpc version.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Chris of Fleepgrid for posting in his wiki that he was able to get osmodules working on IIS.&lt;/div&gt;</summary>
		<author><name>Emperor Starfinder</name></author>	</entry>

	<entry>
		<id>http://opensimulator.org/wiki/User:Emperor_Starfinder</id>
		<title>User:Emperor Starfinder</title>
		<link rel="alternate" type="text/html" href="http://opensimulator.org/wiki/User:Emperor_Starfinder"/>
				<updated>2013-01-24T00:25:40Z</updated>
		
		<summary type="html">&lt;p&gt;Emperor Starfinder: Created page with &amp;quot;'''About Emperor Starfinder'''  Emperor Starfinder is the head of the Second Galaxy Development Team and is a core developer of Second Galaxy! and Galaxy Futures! both of which a...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''About Emperor Starfinder'''&lt;br /&gt;
&lt;br /&gt;
Emperor Starfinder is the head of the Second Galaxy Development Team and is a core developer of Second Galaxy! and Galaxy Futures! both of which are 3D virtual world grids which use opensimulator features in their base framework.&lt;br /&gt;
&lt;br /&gt;
'''How to install osmodules on Windows operating systems with IIS'''&lt;br /&gt;
&lt;br /&gt;
Okay so after a lot of annoying bugs and frustration, I finally got &lt;br /&gt;
search, profiles, and offline messaging working.  Thanks to Guy for &lt;br /&gt;
giving me that last push I needed to revisit it.&lt;br /&gt;
&lt;br /&gt;
For those who are having trouble with the profiles, search, and &lt;br /&gt;
offline messaging and are running on windows I recommend the following &lt;br /&gt;
steps as it worked for me.&lt;br /&gt;
&lt;br /&gt;
1. Install IIS (you can either install the IIS 7.5 express from &lt;br /&gt;
Microsoft or activate IIS 6.0 through your control panel by going to &lt;br /&gt;
the control panel and under programs turn on or off new features.  In &lt;br /&gt;
the features manager check the boxes for IIS and click ok.)&lt;br /&gt;
&lt;br /&gt;
2. Through the web installer from Microsoft you'll want to install php &lt;br /&gt;
5.3.19 (sorry I am not to sure yet why profiles, search, and offline &lt;br /&gt;
messaging hates php 5.4.x.  I'll try and play around with this when I &lt;br /&gt;
get some time and through the list of projects I have waiting for me &lt;br /&gt;
to implement.)&lt;br /&gt;
&lt;br /&gt;
3. Go to your IIS Manager by clicking on start and typing in IIS &lt;br /&gt;
Manager to find the manager.&lt;br /&gt;
&lt;br /&gt;
4. In the IIS manager you might need to scroll down to find the php &lt;br /&gt;
manager.  Open the manager.&lt;br /&gt;
&lt;br /&gt;
5. In the php manager you might get an incompatibility highlighted in &lt;br /&gt;
yellow.  No need to panic this is normal.  Click the recommended link &lt;br /&gt;
next to this message and it will go away.&lt;br /&gt;
&lt;br /&gt;
6. Click the php.ini link and edit the php.ini file and turn on &lt;br /&gt;
asp_tags and short_open_tags.  Then click save.&lt;br /&gt;
&lt;br /&gt;
7. Click the phpinfo link to verify that you have configured &lt;br /&gt;
everything correctly.  No need to worry about the php_curl or &lt;br /&gt;
php_xmlrpc as these are on by default. (they were for me).&lt;br /&gt;
&lt;br /&gt;
8. Minimize your IIS manager now.&lt;br /&gt;
&lt;br /&gt;
9. Copy the web root folders for search and profiles to your IIS &lt;br /&gt;
wwwroot folder.  You can find this directory in C:\inetpub\wwwroot\&lt;br /&gt;
&lt;br /&gt;
10. In my case I named the search, profile, and offline messaging &lt;br /&gt;
directory folders search, profiles, and messaging.  I also changed the &lt;br /&gt;
xmlrpc groups web root directory to groups.&lt;br /&gt;
&lt;br /&gt;
11. Make sure to configure your database info and your ini files &lt;br /&gt;
accordingly in your opensim server.&lt;br /&gt;
&lt;br /&gt;
12. Restart or launch your opensim instance.&lt;br /&gt;
&lt;br /&gt;
13. Log in using your viewer of choice and test.  Everything should &lt;br /&gt;
work quite well.&lt;br /&gt;
&lt;br /&gt;
I am sorry to see these modules not working well with the current php &lt;br /&gt;
versions in wamp and xampp servers.  Someone will need to revisit that &lt;br /&gt;
and figure out how to actually make these compatible with any &lt;br /&gt;
php-xmlrpc version.&lt;br /&gt;
&lt;br /&gt;
Many thanks to Chris of Fleepgrid for posting in his wiki that he was able to get osmodules working on IIS.&lt;/div&gt;</summary>
		<author><name>Emperor Starfinder</name></author>	</entry>

	</feed>