создаем файл tpl php или htm без разницы вообшем вывод так происходит
PHP код:
<?php
$file_name='http://site.ru:8000/status2.xsl?mount=/chill';
$r=fopen($file_name,'r');
$text=fread($r,2000);
fclose($r);
$mass=explode(",", $text);
echo "<div style=float: right><font color=#112a0c> Онлайн: </font><font color=#112a0a><b>+2324 - 1".$mass [17] ." </b></font> </div>";
echo "<center><marquee scrolldelay=25 scrollamount=1 truespeed width=102%><font color=#00FF00 style=font-size:11px;font-family: tahoma;><b><font color=#183c11>Текущий трек ".$mass [17] ."</font></b></font></marquee></font></center>";
?>
по желанию эти строчки можно заменить пример ".$mass [14] вывод из icecast , текст также и бегушую строку можно заменить ...