<br> <?php $data = file_get_contents('http://188.120.239.171:8000/status.xsl?mount=/madtown'); 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, "Stream Title:</td>\n<td class=\"streamdata\">","</td>"); $description = antara($data, "Stream Description:</td>\n<td class=\"streamdata\">","</td>"); $content_type = antara($data, "Content Type:</td>\n<td class=\"streamdata\">","</td>"); $Mount_started = antara($data, "Mount started:</td>\n<td class=\"streamdata\">","</td>"); $Bitrate = antara($data, "Bitrate:</td>\n<td class=\"streamdata\">","</td>"); $Current_listeners = antara($data, "Current Listeners:</td>\n<td class=\"streamdata\">","</td>"); $Peak_listeners = antara($data, "Peak Listeners:</td>\n<td class=\"streamdata\">","</td>"); $Stream_genre = antara($data, "Stream Genre:</td>\n<td class=\"streamdata\">","</td>"); $Stream_url = antara($data, "Stream URL:</td>\n<td class=\"streamdata\">","</td>"); $Current_song = antara($data, "Current Song:</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 '<div style=margin-left:20px;><span style="font-size:14px; font-weight:bold;">DJ:</span> <span style="color:yellow; font-size:14px; font-weight:bold;">'.$title.'</span> <br> <span style="font-size:14px; font-weight:bold;">Описание:</span> <span style="color:yellow; font-size:14px; font-weight:bold;">'.$description.'</span> <br> <span style="font-size:14px; font-weight:bold;">Начало вещания:</span> <span style="color:yellow; font-size:14px; font-weight:bold;">'.$Mount_started.'</span> <br> <span style="font-size:14px; font-weight:bold;">Сейчас слушают:</span> <span style="color:yellow; font-size:14px; font-weight:bold;">'.$Curr_listens.'</span> <br> <span style="font-size:14px; font-weight:bold;">Максимум слушало:</span> <span style="color:yellow; font-size:14px; font-weight:bold;">'.$Peak_listens.'</span> <br> <span style="font-size:14px; font-weight:bold;">Жанр:</span> <span style="color:yellow; font-size:14px; font-weight:bold;">'.$Stream_genre.'</span> <br> <span style="font-size:14px; font-weight:bold;">Сейчас играет:</span> <span style="color:aqua; font-size:14px; font-weight:bold;">'.$Current_song.'</span> <br><br> ?>