MOON
Server: Apache/2.2.21 (Unix) mod_ssl/2.2.21 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4
System: Linux vps.panamaemb.org.sg 3.10.0-1160.80.1.vz7.191.4 #1 SMP Thu Dec 15 20:31:06 MSK 2022 x86_64
User: panama (500)
PHP: 5.2.17
Disabled: NONE
Upload Files
File: /home/panama/public_html_old/managesite/right.php
<?
	$user = $_SESSION['admin_user_id'];
	$queryi="SELECT * FROM admin_users WHERE id =".$user;
	$resulti=@mysql_query($queryi);
	$san = @mysql_fetch_array($resulti);
?>

<table width="100%" border="0" cellpadding="0" cellspacing="0" class="inertable">
<tr>
<td valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="text">
  <tr>
	<td colspan="2" class="inertr" style="padding-left:7px"><img src="images/bullet_new.png" width="13" height="10" align="absmiddle" />&nbsp;&nbsp;Admin Home </td>
	</tr>
  <tr>
	<td height="250" align="center" class="subHeader">&nbsp;&nbsp;&nbsp;<? echo "Welcome ".$san['firstname']." ".$san['lastname']." to the Administrative Area!" ?>	
	</td>
  </tr>  
</table></td>
</tr>
</table>