Hey,
I was simply wondering if it was possible to check for the status of Help Center Live via PHP script?
Something like
<?
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 :)