<?php error_reporting(0); $xml = simplexml_load_file("http://radio.promo-rap.ru:8000/live.xspf"); $anon=$xml->trackList->track->annotation; $mas=explode("\n", $anon); $mas=explode("~", $mas[0]); $rj=$mas[1]; $icq=$mas[2]; $smb="^"; $file_name='http://radio.promo-rap.ru:8000/status2.xsl?mount=/live'; $r=fopen($file_name,'r'); $text=fread($r,1000); fclose($r); $mass=explode(",", $text); $current=$mass [16]; $string = strpos($rj, "^"); if($string == "3" ) { echo' '.$current.' '; } else { $xml = simplexml_load_file("http://radio.promo-rap.ru:8000/non-stop.xspf"); $anon=$xml->trackList->track->annotation; $mas=explode("\n", $anon); $mas=explode("~", $mas[0]); $name=explode("^", $mas[1]); $file_name='http://radio.promo-rap.ru:8000/status2.xsl?mount=/non-stop'; $r=fopen($file_name,'r'); $text=fread($r,1000); fclose($r); $mass=explode(",", $text); $current1=$mass [16]; $listens=$mass [9]; echo' '.$current1.' '; } ?>