
Adam Fitch - 2009-01-18 21:02:26 -
In reply to message 1 from Jorge Orlando Huaraca Aguay
<?
$a = new parse_icecast_info();
$response = $a->iceinfo("YourIPGoesHere","portGoesHere","adminLogin","adminPass");
echo "<pre>";
print_r($response);
echo "</pre>";
/*
I got a warning regarding line #17 in the class, I just commented that line out myself and quickly got this class to work for me. It doesn't show current song info, which is lame, but it does show number of current listeners, and stats about the quality of the stream.
*/
?>