|
Title: PHP Check for Online Status Post by: Arctic-Ice-Cool on March 07, 2010, 12:13:46 PM Hey,
I was simply wondering if it was possible to check for the status of Help Center Live via PHP script? Something like Code: <? if ($helpcenterlive == online) { echo "<div class=\"Green\">Live Support is Online</div>"; } else { echo "<div class=\"Red\">Live Support is Offline</div>"; } ?> Thank you in advance, for all your support :) Title: Re: PHP Check for Online Status Post by: Arctic-Ice-Cool on March 07, 2010, 07:40:26 PM Maybe it's a little too much to ask for :(
Sorry. :-\ Title: Re: PHP Check for Online Status Post by: Arctic-Ice-Cool on March 14, 2010, 01:09:01 PM Egg ???
;D |