jOpenSimWorld

Grid Status: Online
Total Regions: 23
Visitors (30 Days): 9
Total Residents: 490
Online Now: 0
Hypergriders online: 0

user friendly login url

12 years 8 months ago #1181 by DJ Devil
Okay here the situation, i had to setup a opensimulator for a friend (and in the end used the same system for myself) and i wasnt able to use port 80 for the robust server, so now how to get a userfriendly uri to get the grid info? my solution is here, i made a subdomain in my case login.thunderlife.net and created a file called get_grid_info and pasted this code in, make sure to edit it as you need (i also made a empty index.html but thats your own decision)
<?php  
header ("Content-Type:text/xml");  
?>  
<gridinfo>
  <login>http://thunderlife.net:8002/</login>
  <gridname>thunderlife</gridname>
  <mode>standalone</mode>
  <register>http://thunderlife.net/component/users/?view=registration</register>
  <platform>OpenSim</platform>
  <help>http://status.thunderlife.net</help>
  <about>http://thunderlife.net</about>
  <welcome>http://splash.thunderlife.net</welcome>
  <gridnick>Thunderlife</gridnick>
  <password>http://thunderlife.net/component/users/?view=reset</password>
  <economy>http://helper.secondlife.com</economy>
</gridinfo>

Please Log in or Create an account to join the conversation.

12 years 8 months ago #1182 by DJ Devil
in the end you can use login.yourdomain.com in the grid manager and just click Get Grid Info :-)

Please Log in or Create an account to join the conversation.

12 years 8 months ago #1186 by SilverDay
I am not quite sure why you would need to create this file. All this info is passed to the viewer through the gridinfo-service of Robust/OpenSim and is set in the ini.

Regards,

Silverday

Please Log in or Create an account to join the conversation.

12 years 8 months ago #1187 by DJ Devil
i created it to provide a userfriendy login uri instead of yourgrid.com:8002 or yourgrid.com:9000 plus this way you can change the urls in the grid info without having to restart opensim, when you have a lot regions with scriptsit can take a while, so if you just need to change the url and not change the opensim.ini in a other way its easier

Please Log in or Create an account to join the conversation.

12 years 8 months ago #1194 by SilverDay
Hmmm I see! I will try it.

Regards,

Silverday

Please Log in or Create an account to join the conversation.

11 years 11 months ago #1763 by CaBe Foden
hello devil, I can not run, you could tell me a little more?

Please Log in or Create an account to join the conversation.

11 years 11 months ago #1764 by CaBe Foden
hi devil, I can not run, you could tell me a little more?

Please Log in or Create an account to join the conversation.

Time to create page: 0.091 seconds