<?php $handle = fopen("http://тут ip:тут порт/status2.xsl?mount=/тут маунт", "rb"); //Для освновного потока $contents = ''; while (!feof($handle)) { $contents .= fread($handle, 8192); } fclose($handle); $mas=explode(",",$contents); $dj=$mas[15]; $dj = str_replace ("~", " ICQ: ", $dj); if ($text =='' and $dj=='') { /////////////////////////////////////Non stop///////// $handle = fopen("http://тут ip:тут порт/status2.xsl?mount=/тут маунт", "rb"); //для нон стопа $contents = ''; while (!feof($handle)) { $contents .= fread($handle, 8192); } fclose($handle); $mas=explode(",",$contents); $dj='Non Stop'; } echo 'Ведущий: '.$dj; ?>
if ($ice2_station == '' and $cur_song == '') {echo'<table> <tr> <td width="100%" colspan="2"> <img border="0" src="images/offline.gif" width="22" height="22"> <b><font face="Arial" size="2" color="#FF0000">'.$ice2_station.' недоступен</font></b></td> </tr> </table>';}