<html> 
<head><title>San Andreas - Multiplayer - Server Query PHP Class</title></head> 
<body bgcolor="#F5F5F5" topmargin="0" leftmargin="0" marginwidth="0" marginheight="0"> 
 
<br/> 
 
<form action="san-andreas-layout.php" method="GET" name="sanandreas"> 
 
<table align="center" border="0" cellpadding="0" cellspacing="0" width="50%"> 
    <tr bgcolor="#CCCCCC"> 
        <td> 
            <table cellpadding="3" cellspacing="1" border="0" height="100%" width="100%"> 
                <tr bgcolor="#EEEEEE"> 
                    <td height="26" colspan="2" background="images/newback.gif"><font style="font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #003366; text-decoration: none; font-weight: bold;"><b>Query a San Andreas: MTA server:</b></font></td> 
                </tr> 
                <tr bgcolor="#FFFFFF"> 
                    <td><font style="font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #006699; text-decoration: none; font-weight: bold;"><b>IP:</b></font></td> 
                    <td><input type="text" name="ip"/></td> 
                </tr> 
                <tr bgcolor="#FFFFFF"> 
                    <td><font style="font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #006699; text-decoration: none; font-weight: bold;"><b>PORT:</b></font></td> 
                    <td><input type="text" name="port" value=""/></td> 
                </tr> 
                <tr bgcolor="#EEEEEE"> 
                    <td height="26" colspan="2" background="images/newback.gif"><a href="javascript:document.sanandreas.submit();" style="font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; color: #003366; text-decoration: none; font-weight: bold;">GO</a></td> 
                </tr> 
            </table> 
        </td> 
    </tr> 
</table> 
 
</form> 
 
<br/> 
 
</body> 
</html>
 
 |