18.10.2012, 08:42
is there an english radio like this??so i type Numpad:6 to listen to more stations and press NumPad:4 to go back.but please help without the dialog..
http://www.youtube.com/watch?v=rgBFa...ayer_embedded#!
http://www.youtube.com/watch?v=rgBFa...ayer_embedded#!
PHP код:
idx = 0;
RadioURL[r] = strtok(buffer2,idx,'|');
if(strlen(RadioURL[r]) < 1)
{
switch(r)
{
case 0:strmid(RadioURL[r],"http://webcast.emg.fm:55655/europaplus128.mp3",0,NOMOVE_STR,NOMOVE_STR);
case 1:strmid(RadioURL[r],"http://radio.maks-fm.ru:8000/maksfm128.m3u",0,NOMOVE_STR,NOMOVE_STR);
case 2:strmid(RadioURL[r],"http://icefm.ru/etc/live.m3u",0,NOMOVE_STR,NOMOVE_STR);
case 3:strmid(RadioURL[r],"http://audio.rambler.ru/play.html?id=2537099",0,NOMOVE_STR,NOMOVE_STR);
case 4:strmid(RadioURL[r],"http://radio01-cn03.akadostream.ru:8000/russianradio128.mp3",0,NOMOVE_STR,NOMOVE_STR);
case 5:strmid(RadioURL[r],"http://live.rfn.ru/radiomayak_fm",0,NOMOVE_STR,NOMOVE_STR);
case 6:strmid(RadioURL[r],"http://188.127.243.169:80/nashe-192",0,NOMOVE_STR,NOMOVE_STR);
case 7:strmid(RadioURL[r],"http://radio01-cn03.akadostream.ru:8000/radioretro128.mp3",0,NOMOVE_STR,NOMOVE_STR);
case 8:strmid(RadioURL[r],"http://radio02-cn03.akadostream.ru:8108/shanson128.mp3",0,NOMOVE_STR,NOMOVE_STR);
default: {MAX_RAID = r;break;}
}
if(r <= 8)printf("\n [Online Radio]Радиостанция ид %d не имеет url!\n Url был поставлен по стандарту для этой радиостанции!\n",r);
}
return 1;
}