<?php
/* Copyright 2002-2003 Phillip Stansell & Damien Heiser
*
* This file is part of Caffeine Monkey.
*
* Caffeine Monkey is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* Caffeine Monkey is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Caffeine Monkey; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
if (!file_exists('./includes/config.ini'))
{
die ("kiikii! i-i-i! ji ji! jiak jiak! Caffeine Monkey didn't find a config.ini! Try reading the README! kich-kich! kiikii! ape kwetter!");
}
require_once "cm.php";
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Caffeine Monkey</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="./caffeine_monkey.css" rel="stylesheet" type="text/css" title="Caffeine Monkey">
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0066FF" vlink="#3399FF" alink="#99CC99">
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td bgcolor="#000000"><table width="100%" border="0" cellpadding="10" cellspacing="0" bgcolor="#999999">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td bgcolor="#FFFFFF"><div align="center">
<p><img src="./images/cm.png" alt="Cute Monkey!" width="100" height="100"><img src="./images/cmtext.png" alt="Caffeine Monkey" width="500" height="100"></p>
<table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr class="content">
<td align="left" valign="top" class="content">
<span class="label">Ping:</span><br>
<!-- Begin ping form. -->
<?php echo include_ping();?>
<!-- End ping form. -->
<div class="line"></div></td>
</tr>
<tr class="content">
<td align="left" valign="top" class="content">
<span class="label"><br>
Traceroute:</span><br>
<!-- Begin traceroute form. -->
<?php echo include_trace();?>
<!-- End traceroute form. -->
<div class="line"></div></td>
</tr>
<tr class="content">
<td align="left" valign="top" class="content"><span class="label"><br>
NSLookup:</span><br>
<!-- Begin nslookup form. -->
<?php echo include_nslookup();?>
<!-- End nslookup form. -->
<div class="line"></div></td>
</tr>
<tr class="content">
<td align="left" valign="top" class="content">
<br> <span class="label">Whois:</span><br>
<!-- Begin whois form. -->
<?php echo include_whois();?>
<!-- End whois form. -->
<div class="line"></div></td>
</tr>
<tr class="content">
<td align="left" valign="top" class="content"><br>
<span class="label">Port Scan:</span><br>
<!-- Begin portscan form. -->
<?php echo include_portscan();?>
<!-- End portscan form. -->
</td>
</tr>
</table>
<p align="left" class="content"> </p>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<br>
<div align="center">
<table width="50%" border="0" align="center" cellpadding="10" cellspacing="0">
<tr>
<td bgcolor="#000000"><table width="100%" border="0" cellpadding="10" cellspacing="0" bgcolor="#999999">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td bgcolor="#FFFFFF" class="content"><div align="center">
<p> [ Download <a href="http://tools.punched.us/caffeine_monkey-0.6.tar.gz" >source</a>
]<br>
[ Caffeine Monkey 0.6 ]<br>
[ Copyright 2003 Phillip Stansell
& Damien Heiser ]<br>
[ Modified: Wed Feb 26 18:34:22
MST 2003 ]</p>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</div>
</body>
</html>