"Mute", "stop"=>"Stop", "play"=>"Play", "volume"=>"Volume", "title"=>"Livestream Web Radio", "sub-title"=>"Questa pagina vi fornisce soltanto i link delle radio non e pertanto responsabile direttamente del contenuto e dei prodotti audio forniti dalle rispettive radio online premendo sui seguenti links chiedi indicazioni su dove trovare ed ascoltare la rispettiva webradio", "you_are_listening_to"=>"Stai ascoltando", "controls"=> "Controlli", "on" => "On", "off" => "Off", "now_playing" => "Ascoltando", "play_url" => "Apri un URL", "custom_url" => "URL personalizzato", "listen_broadband"=>"Ascolta in Alta Qualità", "broadband"=>"ADSL", ); //Settings //If Type is set to 1 the controls are shown as a default on the windows media player //If use forum stylesheet use_ibf_style should be set to 1 $settings = array ( "width" => "360", "height" => "300", "type" => "1", ); /////////////////////////////////////////// // DO NOT EDIT PAST HERE // // EXEPT IF YOU KNOW WHAT YOU'RE DOING // /////////////////////////////////////////// ## Disable Error Reporting ##error_reporting(0); ################ ## XML PARSER ## ################ $insideitem = false; $oidar = ""; $tag = ""; $r_name = ""; $url = ""; $broadband = ""; $type = ""; $num = ""; function startElement($parser, $name, $attrs) { global $insideitem, $tag, $r_name, $url, $broadband, $type, $num, $oidar; if ($insideitem) { $tag = $name; } elseif ($name == "STATION") { $insideitem = true; } } function endElement($parser, $name) { global $insideitem, $tag, $r_name, $url, $broadband, $type, $num, $oidar; if ($name == "STATION") { $oidar[trim($num)] = array ( "name" => trim($r_name), "url" => trim($url), "broadband" => trim($broadband), "type" => trim($type) ); $r_name = ""; $url = ""; $broadband = ""; $type = ""; $num = ""; $insideitem = false; return $oidar; } } function characterData($parser, $data) { global $insideitem, $tag, $r_name, $url, $broadband, $type, $num, $oidar; if ($insideitem) { switch ($tag) { case "NAME": $r_name .= $data; break; case "URL": $url .= $data; break; case "BROADBAND": $broadband .= $data; break; case "TYPE": $type .= $data; break; case "NUM": $num .= $data; break; } } } $xml_parser = xml_parser_create(); xml_set_element_handler($xml_parser, "startElement", "endElement"); xml_set_character_data_handler($xml_parser, "characterData"); $fp = fopen("radio.xml","r") or die("Error reading RSS data."); while ($data = fread($fp, 4096)) xml_parse($xml_parser, $data, feof($fp)) or die(sprintf("XML error: %s at line %d", xml_error_string(xml_get_error_code($xml_parser)), xml_get_current_line_number($xml_parser))); fclose($fp); xml_parser_free($xml_parser); #################### ## end XML Parser ## #################### //undefined variables: $oidar[0] = array ( "name" => "", "url" => "", "broadband" => "", "type" => "" ); $final = ""; if (isset($_GET['radio'])) { $radio = $_GET['radio']; }else{ $radio = "0"; } if (isset($_GET['bb'])) { $bb = $_GET['bb']; }else{ $bb = ""; } // Volume array $vol = array( "0"=>"0", "1"=>"10", "2"=>"20", "3"=>"30", "4"=>"40", "5"=>"50", "6"=>"60", "7"=>"70", "8"=>"80", "9"=>"90", "10"=>"100" ); // Go through every radio station and list it $count = 1; for (;;){ if(!isset($oidar[$count]['name'])){ break; } if($oidar[$count]['broadband'] == ""){ $broadband = ""; } else { $broadband = " [ADSL]"; } if($oidar[$count]['type'] == "rm"){ $ctypen = " [rm]"; } else { $ctypen = "[wm]"; } $final = $final . "     $ctypen ".$oidar[$count]['name']."".$broadband."
\n"; $count++; } // Set curren url if ($bb == "1"){ $curl = $oidar[$radio]['broadband']; } else { $curl = $oidar[$radio]['url']; } // Set current name if ($radio > 0){ if ($bb == "1"){$cname = $oidar[$radio]['name']." " . $radio_lang['broadband'];} else {$cname = $oidar[$radio]['name'];} } else { $cname = $radio_lang['no_choice_made_yet']; } ?> <? echo ($radio_lang['title']. $radio_lang['sub-title']. " - ".$radio_lang['now_playing'].": ".$cname); ?>
logo autoart
tuttoslot.it web radio
logo autoart
Questo sito non fa streaming audio ma indica esclusivamente i link's delle radio che trasmettono nel web senza nessuna responsabilità in ordine ai contenuti. Thanks Kreos
radio
".$cname.""); ?>


|| || || |:|

 


Per un corretto ascolto delle radio indicate con [rm] e' necessario utilizzare Real Player;
per le radio indicate con [wm] e' necessario Windows Media Player.
Se non li possedete, potete scaricarli gratuitamente cliccando sui seguenti link
               

Grazie per il supporto a www.chess-camper.it