Now you can show Server status on your website
LFSPereulok Host status feature
URL :http://lfsp.pereulok.net.ru/?hoststatus=
Sample http://lfsp.pereulok.net.ru/?hoststatus=^4RUSSIAN%20CRUISE
Example attached below.
----------------------------------------------------------
Disable css (usefull for iframe) &nocss
http://lfsp.pereulok.net.ru/?hoststatus=^0UNDERGROUND%20^2Emerald_LFS&nocss
----------------------------------------------------------
If you want only the variables, append &data to the url and make your own design
http://lfsp.pereulok.net.ru/?hoststatus=^4RUSSIAN%20CRUISE&data
Example how get variables (php)
$hostdata = unserialize(file_get_contents("http://lfsp.pereulok.net.ru/?hoststatus=^4RUSSIAN%20CRUISE&data"));
print_r($hostdata);
?>
LFSPereulok Host status feature
URL :http://lfsp.pereulok.net.ru/?hoststatus=
Sample http://lfsp.pereulok.net.ru/?hoststatus=^4RUSSIAN%20CRUISE
Example attached below.
----------------------------------------------------------
Disable css (usefull for iframe) &nocss
http://lfsp.pereulok.net.ru/?hoststatus=^0UNDERGROUND%20^2Emerald_LFS&nocss
----------------------------------------------------------
If you want only the variables, append &data to the url and make your own design
http://lfsp.pereulok.net.ru/?hoststatus=^4RUSSIAN%20CRUISE&data
Example how get variables (php)
$hostdata = unserialize(file_get_contents("http://lfsp.pereulok.net.ru/?hoststatus=^4RUSSIAN%20CRUISE&data"));
print_r($hostdata);
?>