<?php 
require_once("maxWhois.class.php"); 
$whois = new maxWhois();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Whois Server Leypa.com</title>
   <link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<body topmargin="0" bgcolor="#EEEEEE">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td><div align="center"><img src="whois-server-leypa.png" width="290" height="60" /></div></td>
  </tr>
</table>
<div align="center">
  <?php
    $whois->processWhois();
?>
</div>
</body>   