View file radio/radio/in.php

File size: 4.28Kb
<?
 if($_REQUEST['page']=="" || !isset($_REQUEST['page'])){
}
 elseif($_REQUEST['page']=="hitfm") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/hitfm/hitfm20.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/hitfm/hitfm32.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/hitfm/hitfm64.asx");
}
}
 elseif($_REQUEST['page']=="7") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radio7/radio7.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radio7/radio7.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radio7/radio7.asx");
}
}
 elseif($_REQUEST['page']=="1") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radio-1/radio-1_20.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radio-1/radio-1_32.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radio-1/radio-1_64.asx");
}
}
 elseif($_REQUEST['page']=="melody") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radio-kuranty/radio-kuranty.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radio-kuranty/radio-kuranty.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radio-kuranty/radio-kuranty.asx");
}
}
 elseif($_REQUEST['page']=="avto") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/autoradio/autoradio.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/autoradio/autoradio.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/autoradio/autoradio.asx");
}
}
 elseif($_REQUEST['page']=="energy") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radioenergy/radioenergy.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radioenergy/radioenergy.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radioenergy/radioenergy.asx");
}
}
 elseif($_REQUEST['page']=="disco") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radiodisco/radiodisco.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radiodisco/radiodisco.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/radiodisco/radiodisco.asx");
}
}
 elseif($_REQUEST['page']=="software") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/softwave/softwave_20.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/softwave/softwave_32.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/softwave/softwave_64.asx");
}
}
 elseif($_REQUEST['page']=="future") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/fsound/fsound_20.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/fsound/fsound_32.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/fsound/fsound_64.asx");
}
}
 elseif($_REQUEST['page']=="ethno") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/ethno/ethnology_20.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/ethno/ethnology_32.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/radiostation/ethno/ethnology_64.asx");
}
}
 elseif($_REQUEST['page']=="tehno") { 
if($s == "20"){
header("Location: http://www.rambler-audio.ru/asx/radio/music/elmusic/44100/44100_20.asx");
}
if($s == "32"){
header("Location: http://www.rambler-audio.ru/asx/radio/music/elmusic/44100/44100_32.asx");
}
if($s == "64"){
header("Location: http://www.rambler-audio.ru/asx/radio/music/elmusic/44100/44100_64.asx");
}
}
?>