RadioCast Posted January 17, 2014 Share Posted January 17, 2014 (edited) $ip = "YOUR IP ADDRESS HERE"; $port = "YOUR PORT NUMBER HERE"; $fp = @fsockopen($ip,$port,$errno,$errstr,1); if (!$fp) { $title = "Connection timed out or the server is offline "; } else { fputs($fp, "GET /7.html HTTP/1.0\r\nUser-Agent: Mozilla\r\n\r\n"); while (!feof($fp)) { $info = fgets($fp); } $info = str_replace(' ', "", $info); $split = explode(',', $info); if (empty($split[6])) { $title = "The current song is not available "; } else { $count = count($split); $i = "6"; while($i if ($i > 6) { $title .= ", " . $split[$i]; } else { $title .= $split[$i]; } $i++; } } } $title = substr($title, 0, -2); print $title; ?> Edited January 19, 2014 by BWorld SHOUTcast Hosting | Cheap Shoutcast Streaming | ICEcast Hosting | Money-Back Guarantee | Unlimited Bandwidth| Radio Cast | Your Stream Solution| Link to comment Share on other sites More sharing options...
joint Posted January 19, 2014 Share Posted January 19, 2014 Nice PHP script Thanks! Joint Radio www.jointil.com | Get Our Joint Radio Apps | Visit Our Facebook Page Link to comment Share on other sites More sharing options...
SHOUTca.st Posted January 20, 2014 Share Posted January 20, 2014 Does this only work with SHOUTcast V1? Considering I suppose for V2 you'd have to provide the sID etc? Reliable, affordable stream hosting.http://www.SHOUTca.stProviding Android & iOS apps to all paid clients! Link to comment Share on other sites More sharing options...
RadioCast Posted January 21, 2014 Author Share Posted January 21, 2014 Does this only work with SHOUTcast V1? Considering I suppose for V2 you'd have to provide the sID etc? Yes Its working with SHOUTcast v2 as well SHOUTcast Hosting | Cheap Shoutcast Streaming | ICEcast Hosting | Money-Back Guarantee | Unlimited Bandwidth| Radio Cast | Your Stream Solution| Link to comment Share on other sites More sharing options...
SHOUTca.st Posted January 21, 2014 Share Posted January 21, 2014 Ah fantastic, did you write the code or is it from the internet? Reliable, affordable stream hosting.http://www.SHOUTca.stProviding Android & iOS apps to all paid clients! Link to comment Share on other sites More sharing options...
totalnando Posted April 22, 2019 Share Posted April 22, 2019 (edited) How to use the same to show the music cover the photo of the singer this really only works with SHOUTcast V1 Mostre-me como funciona com o SHOUTcast v2 também? Edited May 2, 2019 by BWorld Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now