ok, well you need to look through the config file and make sure all that stuff is the values you need (the interval needs to be 0 for this test) and then make a page like this
PHP Code:
<?php
include_once "checkserver.php";
$checkserver = new checkserver();
print $checkserver->statusCheck();
?>
and it should work, if not then we'll figure something out