include("header.php");
echo "»Emulation64 network servers' status
Here you can view some stats of our servers, like hard disk space, uptime and load averages.";
echo "
Dedicated Server \"Ramboo\"
Running Red Hat Enterprise 3 with Plesk 7 Control Panel
(Dual Xeon 2.8 Ghz/2048 ECC REG RAM/2 x 73 GB SCSI/100 Mbit/s)
";
include("http://www.nathell.com/serverstats.php");
echo "
Dedicated Server \"Fozzie\"
Running Red Hat 9 with Plesk 7 Control Panel
(Duron 1.0 Ghz/512 RAM/60 GB + 20 GB HD/100 Mbit/s)
";
include("serverstats.php");
echo "";
include("footer.php");
?>