switch ($stream) { default { case "VIP FM NON STOP": echo "<img src='http://vipfm.lv/nonstop.png' wight=100%>"; break; } case "Vitty": echo "<img src='http://vipfm.lv/vitty.png' wight=100%>"; break; case "НИК ВЕДУЩЕГО Прописывать как в сам броткасте ": echo "<img src='http://адрес к картинке ведущего' wight=100%>"; break;
switch ($stream) { case "VIP FM NON STOP": echo "<img src='http://vipfm.lv/nonstop.png' wight=100%>"; break; case "Vitty": echo "<img src='http://vipfm.lv/vitty.png' wight=100%>"; break; case "НИК ВЕДУЩЕГО Прописывать как в сам броткасте ": echo "<img src='http://адрес к картинке ведущего' wight=100%>"; break;
echo "<img src='http://адрес вашего сайта где будет находиться картинка на нонстоп/nonstops.jpg'>";
<?php error_reporting(1); $data = file_get_contents('http://сайт:8000/status.xsl?mount=/play'); function antara($string, $start, $end){ $string = " ".$string; $ini = strpos($string,$start); if ($ini == 0) return ""; $ini += strlen($start); $len = strpos($string,$end,$ini) - $ini; return substr($string,$ini,$len); } $title = antara($data, "Название радио:</td>\n<td class=\"streamdata\">","</td>"); $description = antara($data, "Описание:</td>\n<td class=\"streamdata\">","</td>"); $content_type = antara($data, "Кодек звука:</td>\n<td class=\"streamdata\">","</td>"); $Mount_started = antara($data, "Начало вещания:</td>\n<td class=\"streamdata\">","</td>"); $Bitrate = antara($data, "Битрейт:</td>\n<td class=\"streamdata\">","</td>"); $Current_listeners = antara($data, "Сейчас слушают:</td>\n<td class=\"streamdata\">","</td>"); $Peak_listeners = antara($data, "Максимум слушало:</td>\n<td class=\"streamdata\">","</td>"); $Stream_genre = antara($data, "Жанр:</td>\n<td class=\"streamdata\">","</td>"); $Stream_url = antara($data, "Адрес сайта:</td>\n<td class=\"streamdata\">","</td>"); $Current_song = antara($data, "Сейчас играет:</td>\n<td class=\"streamdata\">","</td>"); $hellp_curr_listeners = antara($hellp, "Сейчас слушают:</td>\n<td class=\"streamdata\">","</td>"); $hellp_peak_listeners = antara($hellp, "Максимум было</td>\n<td class=\"streamdata\">","</td>"); $Curr_listens=$Current_listeners2+$Current_listeners+$hellp_curr_listeners; $Peak_listens=$Peak_listeners2+$Peak_listeners+$hellp_peak_listeners; $staylst=$Curr_listens+1; echo 'Название радио: '.$title.' <br> Описание: '.$description.' <br> Кодек звука: '.$content_type.' <br> Битрейт: '.$Bitrate.' <br> Начало вещания: '.$Mount_started.' <br> Сейчас слушают '.$Curr_listens.' <br> Максимум слушало '.$Peak_listens.' <br> Жанр: '.$Stream_genre.' <br> Адрес сайта: '.$Stream_url.' <br> Сейчас играет: '.$Current_song.' <br> <br> <a href="http://адрес сервера:порт/маунт.m3u">Стать</a> '.$staylst.'-м слушателем.'; ?>
<font color="9db1cc"><?php error_reporting(0); header("Content-Type: text/html; charset=UTF-8"); function antara($string, $start, $end){ $string = " ".$string; $ini = strpos($string,$start); if ($ini == 0) return ""; $ini += strlen($start); $len = strpos($string,$end,$ini) - $ini; return substr($string,$ini,$len); } $fl = file_get_contents("http://62.76.43.161.ru:8000/status.xsl?mount=/LIVE"); $rj = antara($fl,"<td>Stream Title:</td>\n<td class=\"streamdata\">","</td>"); if($rj == "0" or $rj == ""){ echo "<img src='http://адрес вашего сайта где будет находиться картинка на нонстоп/nonstops.jpg'>"; $fl = file_get_contents('http://62.76.43.161.ru:8000/status.xsl?mount=/NONSTOP'); }else { switch ($rj) { case "НИК ВЕДУЩЕГО Прописывать как в сам броткасте ": echo "<img src='http://адрес к картинке ведущего' wight=100%>"; break; case "НИК ВЕДУЩЕГО Прописывать как в сам броткасте ": echo "<img src='http://адрес к картинке ведущего' wight=100%>"; break; } } $stream = antara($fl,"<td>Stream Title:</td>\n<td class=\"streamdata\">","</td>"); $description = antara($fl, "<td>Stream Description:</td>\n<td class=\"streamdata\">", "</td>"); $listeners = antara($fl, "<td>Current Listeners:</td>\n<td class=\"streamdata\">", "</td>"); $max = antara($fl, "<td>Peak Listeners:</td>\n<td class=\"streamdata\">", "</td>"); $song = antara($fl, "<td>Current Song:</td>\n<td class=\"streamdata\">", "</td>"); //////////////////////////////////////////////////////////////////////////////////////////////////////////////// echo "<br>В эфире <b>".$stream."</b> <br>Слушает - ".$listeners."<br>Слушало максимум - ".$max."<br>Сейчас Играет - ".$song; ?></font>