General > Support

Get the online off line status on homepage

<< < (2/2)

Patmac:
Update, after examining the admin page URL, I typed this in. http://mysite/chat/index.php/opstatus and law and behold, IT WORKS...!!!!!!!!!
Thanks for all the help Regards Pat

Patmac:
My Solution is as follows... in case it will help someone else in the future...

<?php
$contents = file_get_contents('http://mydomain/chat/index.php/opstatus');
if ($contents == "true")
{
   echo 'We are online!';   
}
else if ($contents == "false")
{
   echo 'We are Offline';
}
else
{
   echo 'chat unknown';
}
?>

Navigation

[0] Message Index

[*] Previous page

Go to full version