<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>SLUniverse Forums - Blogs - Psyke Phaeton</title>
		<link>http://www.sluniverse.com/php/vb/blogs/psyke+phaeton/</link>
		<description>Second Life discussion forum and photo sharing</description>
		<language>en</language>
		<lastBuildDate>Sun, 22 Nov 2009 21:42:08 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.sluniverse.com/php/vb/images/styles/bingo/misc/rss.jpg</url>
			<title>SLUniverse Forums - Blogs - Psyke Phaeton</title>
			<link>http://www.sluniverse.com/php/vb/blogs/psyke+phaeton/</link>
		</image>
		<item>
			<title>AjaxLife = SecondLife in a browser w/everything minus 3D</title>
			<link>http://www.sluniverse.com/php/vb/blogs/psyke+phaeton/157-ajaxlife-secondlife-browser-w-everything.html</link>
			<pubDate>Sun, 20 Jul 2008 16:38:56 GMT</pubDate>
			<description>_What is it?_ 
 
AjaxLife (http://blog.ajaxlife.net/) is a program by Katharine Berry that, using a web page interface (http://ajaxlife.net) (the...</description>
			<content:encoded><![CDATA[<div><u>What is it?</u><br />
<br />
<a href="http://blog.ajaxlife.net/" target="_blank">AjaxLife</a> is a program by Katharine Berry that, using a <a href="http://ajaxlife.net" target="_blank">web page interface</a> (the site is sometimes down), logs you into SL by using <a href="http://www.libsecondlife.org" target="_blank">libsecondlife</a> and lets you do almost anything you can normally do in SL which does not require you to see the 3D environment.<br />
<br />
    * Basic Map<br />
    * Teleports<br />
    * Accepting/declining teleport offers<br />
    * Local chat, Group chat, Instant messages<br />
    * Inventory receive and send, with notifications<br />
    * Friends List with on/offline notifications<br />
    * Balance change notifications, etc.<br />
    * Person search<br />
    * Partial profile viewing<br />
    * Notecard editing<br />
<br />
It is the perfect tool for running your SL business, for example, while at work behind a firewall.<br />
<br />
The web browser interface looks much like the SL client login screen.<br />
<br />
<img src="http://blog.ajaxlife.net/wp-content/uploads/2008/06/picture-61-299x225.png" border="0" alt="" /><br />
<br />
It is a good idea not to give other people your passwords but no one has yet reported problems using <a href="http://ajaxlife.net" target="_blank">AjaxLife</a><br />
<br />
<u>I can haz on my server??</u><br />
<br />
It is also possible to obtain your own version and compile it.<br />
However I am not really sure how to set it up after it is compiled. So I am putting here what I have learned and I am hoping the geekier people amongst you can advise me on the next steps.<br />
<br />
My instructions require you to have Windows :freakout:<br />
It is possible to do this on a Mac and Linux MonoDevelop. After compiling, AjaxLife can run with Mono (Linux/Mac/Windows) or .NET (Windows).<br />
<br />
You will need a modern version of Mono or .Net<br />
<br />
Debian users may need to do: <ul><li><a href="http://www.backports.org/dokuwiki/doku.php?id=instructions" target="_blank">Follow these instructions</a>.</li>
<li> sudo aptitude update</li>
<li> sudo dist-upgrade</li>
</ul>This ensures we get the latest mono from backports.org and that we get the updates from debian so we can see images from inventories.<br />
<br />
Linux users will need to install:<br />
<i>mono<br />
libmono-system2.0-cil<br />
libmono-system-web2.0-cil</i><br />
and perhaps <i>monodevelop</i><br />
<br />
A) Follow these instructions to install libsecondlife:<br />
<a href="http://www.libsecondlife.org/wiki/Getting_Started#Windows" target="_blank">Getting Started - libsecondlife</a><br />
However I replaced svn://opensecondlife.org/libsl/trunk<br />
with svn://opensecondlife.org/libsl/tags/0.4.1 to make sure I had a stable working version. By the time you try there may be newer stable versions.<br />
<br />
You should have a compiled version of libsecondlife. Now we need some other things AjaxLife depends upon:<br />
<br />
The You can either;<br />
<br />
1) Get them from <a href="http://code.google.com/p/ajaxlife/downloads/list" target="_blank">ajaxlife - Google Code</a> <br />
<br />
OR <br />
<br />
you can compile your own:<br />
<br />
These instructiions assume you are using Windows but Linux and Mac should be similar.<br />
<br />
1) Download this <a href="http://www.codeplex.com/Json/Release/ProjectReleases.aspx?ReleaseId=6987" target="_blank">Json.NET - Release: Json.NET 1.3.1</a> (version 1.3.1 not version 2) and extract Newtonsoft.Json.dll and Newtonsoft.Json.xml from the archive's /bin to the /dev/ directory you put libsecondlife in.<br />
<br />
2) Download MiniHttpd from <a href="http://www.codeproject.com/KB/IP/minihttpd.aspx" target="_blank">CodeProject: MiniHttpd: an HTTP web server library</a> you will need to make a fake account using a fake email address, you won't need to verify the email address so use anything. Extract it into /dev/MiniHttpd directory then go into the directory and double click 'MiniHttpd.csproj' and compile it using the skills you used to compile libsecondlife<br />
<br />
3) Make a directory in /dev/ called 'S3-sharp' then right click the directory and use TortoiseSVN, change the address from the libsecondlife address to &quot;http://s3-sharp.googlecode.com/svn/trunk/&quot; (without the quotes) and then download the files. Move into the Affirma.ThreeSharp directory and double click Affirma.ThreeSharp.csproj and then build the program like you did for libsecondlife.<br />
<br />
4) Browse to <a href="http://ajaxlife.googlecode.com/svn/tags/" target="_blank">Revision 186: /tags</a> and look for the latest version numbers.<br />
Make a directory in /dev called AjaxLife then right click and use TortoiseSVN to download the files from &quot;http://ajaxlife.googlecode.com/svn/tags/X.X.X&quot; (without the quotes and where X.X.X is the latest version)<br />
<br />
5) Go into /dev/AjaxLife/server Double click on AjaxLife.sln. On the right you will see the pane called the Solution Explorer. Right click References and choose Add then add the following files libsecondlife.dll, Newtonsoft.Json.dll, MiniHttpd.dll, Affirma.ThreeSharp.dll which you will find in the various directories you have created. You may have to hunt for them a little. Look especially for bin sub-directories.<br />
<br />
Finally we can compile AjaxLife<br />
<br />
6) Right-click the item labelled “Solution” and select Build. After a little while you will have an AjaxLife.exe in server/bin/Release. In Windows you can double click on this to run it. On Linux you can install Mono and in a console do: mono AjaxLife.exe<br />
<br />
-<br />
<br />
B) Then look at Katharine's post below for how to set it up on your own system.<br />
<br />
<div style="margin:20px; margin-top:5px; ">
	<div class="smallfont" style="margin-bottom:2px">Quote:</div>
	<table cellpadding="6" cellspacing="0" border="0" width="100%">
	<tr>
		<td class="alt2" style="border:1px inset">
			
				<div>
					Originally Posted by <strong>Katharine Berry</strong>
					<a href="showthread.php?p=309845#post309845" rel="nofollow"><img class="inlineimg" src="images/styles/bingo/buttons/viewpost.gif" border="0" alt="View Post" /></a>
				</div>
				<div style="font-style:italic">Hallo!<br />
<br />
In response to the original post:<br />
<br />
Firstly, you don't actually have to grab all those DLLs from everywhere - you can find them neatly bundled in the zip file you can download from <a href="http://code.google.com/p/ajaxlife/downloads/list" target="_blank">AjaxLife's download page</a> - if you extract that into the &quot;server&quot; directory of AjaxLife's svn, all the dependencies needed will be found where the project file expects them to be. Secondly, I'd suggest - as you did with libsecondlife - taking the most recent tagged version from <a href="http://ajaxlife.googlecode.com/svn/tags/" target="_blank">Revision 184: /tags</a> (although note that up to 0.3.6 inclusive, you may have to create an empty file called &quot;robots.txt&quot; in the server directory to make it happy). The trunk is sometimes broken.<br />
<br />
To remove the dependency on static.ajaxlife.net, you can place the contents of the &quot;client&quot; directory on a webserver, and make a note of the URL.<br />
<br />
To remove the dependency on ajaxlife.net/login, you have two choices: either put the &quot;loginscreen&quot; directory on a webserver supporting PHP, or just don't use it (it's purely aesthetic). If you opt for the former, change the URL in index.html pointing to <a href="http://ajaxlife.net/login/" target="_blank">Second Life Login</a> to the URL you placed the loginscreen in.<br />
<br />
Having compiled it, hopefully successfully, there are a number of command-line options which can be helpful, some of which I will post here:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 98px;
		text-align: left;
		overflow: auto">--port [num] - changes the port number it listens on
--root [address] - change the address the static files are expected to be on.
--mac [mac address] - Change the mac address it claims (to avoid LL's periodic inadvertent blocks on anything libsl based)
--id0 [number] - Change the id0 hash to something else for avoid blocks on libsl
--debug - attacks you with debug spam.</pre>
</div>There are others but they're less useful.<br />
<br />
So, for instance, if you had uploaded the contents of the &quot;client&quot; directory to <a href="http://example.com/ajaxlife" target="_blank">http://example.com/ajaxlife</a>, you might start it with something like this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">AjaxLife.exe --root http://example.com/ajaxlife/ --mac 01:23:45:67:89:AB --id0 42</pre>
</div>Something like this should appear:<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 402px;
		text-align: left;
		overflow: auto">Reading grids from Grids.txt
Loaded grid Main Grid &quot;Agni&quot; (Linden Lab) (https://login.agni.lindenlab.com/cgi-bin/login.cgi)
Loaded grid Beta Grid &quot;Aditi&quot; (Linden Lab) (https://login.aditi.lindenlab.com/cgi-bin/login-llsd.cgi)
Loaded grid OSGrid (Non-LL) (http://osgrid.org:8002/)
Loaded grid OpenLifeGrid (Non-LL) (http://logingrid.net:8002/)
Default grid: Main Grid &quot;Agni&quot; (Linden Lab)
Static root: http://example.com/ajaxlife/
Using MAC address: 01:23:45:67:89:AB
Using id0: 42
Handling content encoding: No
Debug mode: Off
Checking texture cache...
Not found; Attempting to create texture cache...
Created texture cache.
Initialising RSA service...
Generated 1024-bit key.
RSA ready.
Using internal server for textures:
        Texture root: textures/
Setting up pages...
Starting server...
Server: MiniHttpd/1.2.0.35930
CLR: 2.0.50727.42
Server running at http://macbook.local:8080/</pre>
</div>If you opted not to have the loginscreen, you can skip that by going to <a href="http://localhost:8080/ajaxlife.kat?noframes" target="_blank">http://localhost:8080/ajaxlife.kat?noframes</a>, otherwise just use <a href="http://localhost:8080/" target="_blank">http://localhost:8080/</a> - changing localhost to the server address if you aren't on the same computer.<br />
<br />
I think that should basically cover it. As I said, I strongly advise you use a tagged version (the latest is <a href="http://ajaxlife.googlecode.com/svn/tags/0.3.6/" target="_blank">0.3.6</a> as of this writing) - otherwise the code may be unusable (although it rarely actually is).<br />
<br />
Ask me if you have more problems.<br />
<br />
To everyone else: I don't steal your passwords. But it's probably a bad idea to trust me on that, because trusting <i>anyone</i> with your password is a bad idea. So use an alt or change your password or something.</div>
			
		</td>
	</tr>
	</table>
</div>Amazon S3 references are for caching image files and optional.<br />
<br />
Helpful Linux software to run this on a remote server then logout with it still running:<br />
<br />
<a href="http://jmcpherson.org/screen.html" target="_blank">GNU Screen - Jonathan McPherson</a><br />
<br />
<a href="http://www.debian-administration.org/articles/386" target="_blank">authbind - Run Linux software on low ports non-root</a> - Scroll down to authbind<br />
<br />
Other:<br />
<br />
<a href="http://www.debianadmin.com/install-and-configure-apache2-with-php5-and-ssl-support-in-debian-etch.html" target="_blank">Install and Configure Apache2 with PHP5 and SSL Support in Debian Etch -- Debian Admin</a></div>

]]></content:encoded>
			<dc:creator>Psyke Phaeton</dc:creator>
			<guid isPermaLink="true">http://www.sluniverse.com/php/vb/blogs/psyke+phaeton/157-ajaxlife-secondlife-browser-w-everything.html</guid>
		</item>
		<item>
			<title><![CDATA[[HOWTO] Get OpenSim running on OSgrid.org for cheep cheep by Adam™ Zaius™]]></title>
			<link>http://www.sluniverse.com/php/vb/blogs/psyke+phaeton/156-howto-get-opensim-running-osgrid.html</link>
			<pubDate>Sun, 20 Jul 2008 16:35:44 GMT</pubDate>
			<description>By: Adam™ Zaius™ 
 
Inspired by that other thread which shall remain nameless - this guide is a guide, no guarantees, etc etc. Total cost can be done...</description>
			<content:encoded><![CDATA[<div>By: Adam™ Zaius™<br />
<br />
Inspired by that other thread which shall remain nameless - this guide is a guide, no guarantees, etc etc. Total cost can be done for $15.00/month, less if you can share with someone else.<br />
<br />
<b>Step 1.</b><br />
Get a server account which allows you to run applications - for this guide, I'm going to assume Debian or Ubuntu Linux. A list of recommended providers for this, and expected performance is below:<br />
<br />
<a href="http://www.tektonic.net" target="_blank">Virtual Private Server (VPS) Hosting from TekTonic</a> - Their Level-1 Unmanaged VPS is a steal. $15.00/month and that should give you a single rock solid sim (you could probabaly run a couple, but that's pushing it), this is a VPS, so random performance problems could be an issue, but the people who have used this service haven't reported any.<br />
<br />
<a href="http://www.cari.net" target="_blank">Dedicated Server | Windows Dedicated Servers | Server Cluster | Linux Dedicated Servers</a> - For dedicated options, Cari are pretty decent, they have a good reputation and a lot of the other OSgrid regions are on here, so teleports and border crossings are faster. (All the &quot;Plaza&quot; regions are at Cari.net). This is the better option for something which is likely to not just be a random building factory or place for a tiny number of friends to congregate. The Kentsfield (Xeon Quad-Core) configuration is probably the best bang-for-buck ratio - especially for personal use.<br />
<br />
Order something, and wait until you have the login. This can take 1-2 days. Remember this guide is for Debian or Ubuntu Linux - if you pick another distro, you will need to know what you are doing. <b>**IF YOU WANT TO MAKE LIFE EASIER, PICK A 32-Bit INSTALL**</b><br />
<br />
<b>Step 1.5.</b><br />
Register an account on osgrid.org.<br />
<br />
<b>Step 2.</b><br />
Grab PuTTY from <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank">PuTTY: a free telnet/ssh client</a><br />
<br />
Connect to the IP address you were given, enter the username &quot;root&quot; (no quotes), hit enter and the password given.<br />
<br />
METHOD 1:<br />
type as follows<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 114px;
		text-align: left;
		overflow: auto">cd /var
apt-get install subversion nant mono-gmcs libmono-microsoft8.0-cil libmono-system-runtime2.0-cil libgdiplus libmono-i18n2.0-cil
svn co http://opensimulator.org/svn/opensim/trunk opensim
cd opensim
./runprebuild.sh
nant</pre>
</div>As you hit enter, lines of things may come up - wait for these to finish before you proceed to the next. (For other distributions, <a href="http://opensimulator.org/wiki/OpenSim_Build_Instructions" target="_blank">see here</a>.)<br />
<br />
OR METHOD 2:<br />
<br />
rather than compiling your own you can get an official version from <a href="http://opensimulator.org/wiki/Download#Official_Builds" target="_blank">Download - OpenSim</a><br />
<br />
You will still need to<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">apt-get install libmono-microsoft8.0-cil libmono-system-runtime2.0-cil libgdiplus libmono-i18n2.0-cil mono-gmcs</pre>
</div>(mono-gmcs is used for compiling scripts that are made on your sim)<br />
<br />
Now you need to do a little configuration of your sim before you can begin.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">mono OpenSim.32BitLaunch.exe</pre>
</div>A whole bunch of stuff will appear, ignore it, when it gets to the first prompt &quot;Enter region name [OpenSim Test]&quot;, hit CTRL+C. It will quit, this is expected.<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 50px;
		text-align: left;
		overflow: auto">apt-get install jed
jed opensim.ini</pre>
</div>You have some replacements to make - scroll to each of the following settings, and change them as shown:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">physics = basicphysics</pre>
</div>BECOMES<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">physics = OpenDynamicsEngine</pre>
</div><div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">gridmode = False</pre>
</div>BECOMES<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">gridmode = True</pre>
</div>The grid server stuff should look like this (change it to look so accordingly):<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 194px;
		text-align: left;
		overflow: auto">grid_server_url = &quot;http://osgrid.org:8001&quot;
grid_send_key = &quot;1234&quot;
grid_recv_key = &quot;1234&quot;

user_server_url = &quot;http://osgrid.org:8002&quot;
user_send_key = &quot;1234&quot;
user_recv_key = &quot;1234&quot;

asset_server_url = &quot;http://osgrid.org:8003&quot;

inventory_server_url = &quot;http://osgrid.org:8004&quot;</pre>
</div>Now...<br />
<br />
<b>Step 3.</b><br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 34px;
		text-align: left;
		overflow: auto">mono OpenSim.32BitLaunch.exe</pre>
</div>Wait for it to load again, at the first prompt, enter the name of the sim (can be anything you like, 64 characters or less.)<br />
<br />
Load this webpage - <a href="http://osgrid.org/index.php?&amp;page=smodul&amp;id=20&amp;btn=20" target="_blank">Welcome to OSGrid</a><br />
<br />
Find some coordinates (click the &quot;i&quot; to see the coordinates of one of the sim) a little guesswork is required, but you should be able to find a pair that is empty.<br />
<br />
You will be asked some questions, these are the answers you should give:<br />
<br />
X Coordinate of Region: The X coordinate you picked above<br />
Y Coordinate of Region: The Y coordinate you picked above<br />
Internal IP address: Press enter (0.0.0.0)<br />
External Hostname/IP: Enter the IP address of the server you are connecting to.<br />
Port: Leave as 9000 (press enter)<br />
Master avatar firstname: the firstname of your OSgrid.org account<br />
Master avatar lastname: the lastname of your OSgrid.org account<br />
Master avatar password: either leave blank or fill with gibberish (It's not used)<br />
<br />
After the last question, a bunch more text should scroll by, and with any luck you will see &quot;Region #:&quot; - this means your region is online.<br />
<br />
Type &quot;shutdown&quot;, the sim should shutdown, now enter the following:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<pre class="alt2" dir="ltr" style="
		margin: 0px;
		padding: 6px;
		border: 1px inset;
		width: 640px;
		height: 82px;
		text-align: left;
		overflow: auto">screen
<b>&lt;press enter to skip the screen if it shows one&gt;</b>
mono OpenSim.32BitLaunch.exe
<b>&lt;press CTRL A then CTRL D&gt;</b></pre>
</div><b>Final Steps</b><br />
<br />
See here on how to Login to OSGrid - <a href="http://osgrid.org/index.php?&amp;page=smodul&amp;id=7&amp;btn=7" target="_blank">Welcome to OSGrid</a><br />
<br />
Login to the OSGrid.org website, and change your home region to the region you just made. <br />
<br />
Login.<br />
<br />
Enjoy. :)<br />
<br />
--- Notes from Psyke ---<br />
<br />
<a href="http://jmcpherson.org/screen.html" target="_blank">GNU Screen help</a><br />
<br />
Ctrl-a d = to detach from a screen<i><br />
screen -r</i> = to reattach a screen</div>

]]></content:encoded>
			<dc:creator>Psyke Phaeton</dc:creator>
			<guid isPermaLink="true">http://www.sluniverse.com/php/vb/blogs/psyke+phaeton/156-howto-get-opensim-running-osgrid.html</guid>
		</item>
		<item>
			<title>Various SL-like grids</title>
			<link>http://www.sluniverse.com/php/vb/blogs/psyke+phaeton/155-various-second-life-like-grids.html</link>
			<pubDate>Sun, 20 Jul 2008 16:29:27 GMT</pubDate>
			<description><![CDATA[(Last Updated: 04-July-2008) 
 
Ok so I guess it's about time I sorted out what is what here. So here is my attempt that others might find useful. 
...]]></description>
			<content:encoded><![CDATA[<div>(Last Updated: 04-July-2008)<br />
<br />
Ok so I guess it's about time I sorted out what is what here. So here is my attempt that others might find useful.<br />
<br />
<u>Software</u>:<br />
<br />
<a href="http://en.wikipedia.org/wiki/Opensimulator" target="_blank">Opensimulator</a> (aka OpenSim) is the open-source sim software itself currently at version 0.5 that can run standalone on your PC or connect to a larger grid on the internet. It has everything needed to connect a SL compatible client to it.<br />
<br />
<a href="http://www.realxtend.com/" target="_blank">realXtend</a> have developed a brand new viewer (REX) that works with the OpenSim server software, and offers incredible new capabilities - the ones people are freaking out over (HTML on a prim, mesh models, real time shadows, etc). When you use the realXtend viewer to build, there is a new tab that has properties you can set to activate the features (the same way, for example, you turn on flexiprims). For example, to use a mesh, you create a single prim, and check a box to turn on the REX properties. One of those properties is the name of the mesh to use from your inventory. Another properties is if the object casts shadows, etc. Another example is you can right click on a texture in your inventory and set it's media URL, and then that texture when used on a prim will display external content - web sites, external images, etc.<br />
<br />
They have also contributed code to the OpenSim project to support the features in the new viewer on the server side, and are actively involved in development of new features. The RealXtend viewer will work with any grid using the latest OpenSim software, and dramatically changes what is possible. It will also work with SL, but the new features are not supported in the SL grid.<br />
(Thanks Cristiano for this addition)<br />
<br />
<u>Grids</u>:<br />
<br />
<a href="http://www.osgrid.org/" target="_blank">OSGrid</a><br />
Users: 3,197<br />
Regions: 372<br />
Rent Managed Regions: No, However see thread <a href="http://www.sluniverse.com/php/vb/other-grids-virtual-worlds/13507-howto-get-opensim-running-osgrid.html#post289506" target="_blank">http://www.sluniverse.com/php/vb/oth...tml#post289506</a> ($US15+/month)<br />
Connect Your Region: Yes (no fee)<br />
Economy: Unknown<br />
Notes:<br />
No TOS found.<br />
<a href="http://www.osgrid.org/forums/viewtopic.php?f=3&amp;t=35#p79" target="_blank">osgrid.org * View topic - OSGrid Homesteading</a><br />
&quot;OSGrid is an organization that provides potential region operators a place to hitch up their regions alongside other regions (even if not necesarily geographically adjacent). For our purposes, this means that the regions on a grid share at minimum User Authentication and Region Authentication services, and potentially Asset and Inventory backend services as well, depending on how the region server in question is configured.&quot;<br />
<br />
<a href="http://www.openlifegrid.com/" target="_blank">OpenLifeGrid</a><br />
Avatars: 25,084<br />
Regions: 220<br />
Rent Managed Regions: Yes ($US30 Set Up, $US59 per month)<br />
Connect Your Region: No<br />
Economy: No currency yet<br />
Notes:<br />
<a href="http://www.openlifegrid.com/VirtualLand/tabid/63/Default.aspx" target="_blank">Foundation Residents / Virtual Land</a><br />
&quot;Activities Considered unlawful or illegal including harmful, abusive or 'griefing' to the community are not tolerated and may result in your account being suspended and/or cancelled without a refund. This includes Sexually Explicit and Explicit Violent content, public display and content development must <b>be mindful of this environment supportive of up to only an M 15 environment</b>, and not exceed this.&quot;<br />
<br />
<a href="http://www.deepgrid.com/" target="_blank">DeepGrid</a><br />
Users: 2,055<br />
Regions: 752<br />
Rent Managed Regions: Yes ($unknown)<br />
Connect Your Region: Yes (no fee)<br />
Economy: Unknown<br />
Notes:<br />
<a href="http://us.deepgrid.com/en/content/tos" target="_blank">DeepGrid - OpenSimulator Grid</a><br />
&quot;By making Content available, you represent and warrant that: [....] the Content is <b>not obscene</b>, libelous or defamatory, hateful or racially or ethnically objectionable, and does not violate the privacy or publicity rights of any third party [....]&quot;<br />
Recognises IP rights and DMCA<br />
<br />
<a href="http://www.centralgrid.com/" target="_blank">Central Grid</a><br />
Avatars: 1938<br />
Regions: 321<br />
Rent Managed Regions: Yes ($US94/month for 1-6 regions, larger options also)<br />
Connect Your Region: Yes ($US395+ fee, $US30 per month)<br />
Economy: Unknown<br />
Notes: See thread <a href="http://www.sluniverse.com/php/vb/other-grids-virtual-worlds/13295-centralgrid-com-any-info.html" target="_blank">http://www.sluniverse.com/php/vb/oth...-any-info.html</a><br />
&quot;We can allow other smaller grids to connect to The Central Grid and utilize our central servers that handle things like assets, inventory, user management and other needed grid resources. If a grid operator was to deploy a server with any amount of regions, they could easily connect the regions to our central grid platform.&quot;<br />
(Thanks Quiplash)<br />
<br />
<br />
Also see: <a href="http://opensimulator.org/wiki/OpenSim:Grids" target="_blank">OpenSim:Grids - OpenSim</a></div>

]]></content:encoded>
			<dc:creator>Psyke Phaeton</dc:creator>
			<guid isPermaLink="true">http://www.sluniverse.com/php/vb/blogs/psyke+phaeton/155-various-second-life-like-grids.html</guid>
		</item>
	</channel>
</rss>
