HevesFm - İnternet Radyonuz
HevesFm - İnternet Radyonuz
HevesFm - İnternet Radyonuz
HevesFm - İnternet Radyonuz
= '7000') && ($port <= '8000')) { $htt = 'https'; } if (($port >= '10000') && ($port <= '11000')) { $htt = 'https'; } $ch = curl_init(); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt($ch, CURLOPT_POST, 0); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 10); curl_setopt($ch, CURLOPT_URL, "$htt://$server:$port/7.html"); $return = curl_exec($ch); curl_close($ch); $entries = explode(",",$return); $status = strip_tags($entries[1]); //radyo yayını varsa sonuç 1 döner, radyoda hiçbir yayın yoksa sonuç 0 döner eğer lazım olursa $currentlisteners = strip_tags($entries[0]); //Dinleyici sayısı eğer lazım olursa $bitrate= strip_tags($entries[5]); //Bitrate eğer lazım olursa $track= $entries[6]; //Çalan ?arky ismi if($status == '1') { echo "$track"; exit; } else { echo '(Çevrimdışı Akış)'; exit; } ?>

Heves FM Müziğin Ritmi