Grid Status: | Offline |
$regionimage = "<a href='secondlife:///%2\$s/'><img id='mapimage_%6\$s' name='mapimage_%6\$s' src='/".$assetpath."regionimage.php?uuid=%1\$s&mapserver=%3\$s&mapport=%4\$s&scale=".$scale."&info=%5\$s' border='1' alt='%2\$s' title='%2\$s' /></a>";
////if user is not logged in/////
$regionimage = "<img id='mapimage_%6\$s' name='mapimage_%6\$s' src='/".$assetpath."regionimage.php?uuid=%1\$s&mapserver=%3\$s&mapport=%4\$s&scale=".$scale."&info=%5\$s' border='1' alt='%2\$s' title='%2\$s' />";
/////if user is logged/////
$regionimage = "<a href='secondlife:///%2\$s/'><img id='mapimage_%6\$s' name='mapimage_%6\$s' src='/".$assetpath."regionimage.php?uuid=%1\$s&mapserver=%3\$s&mapport=%4\$s&scale=".$scale."&info=%5\$s' border='1' alt='%2\$s' title='%2\$s' /></a>";
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
<?php
$region = $_GET['r'];
$x = $_GET['x'];
$y = $_GET['y'];
$z = $_GET['z'];
header("location:secondlife://$region/$x/$y/$z/");
?>
<body onload="javascript:top.window.close()">
Please Log in to join the conversation.