View Single Post
Old 01-24-2007, 10:27 AM   #33 (permalink)
mordero
Forum Expert
 
mordero's Avatar
 
Join Date: Nov 2003
Location: Illinois, USA
Age: 22
Posts: 2,911
Default

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
mordero is offline   Reply With Quote