Jump to content

PHP Shoutcast Script


TomBullock

Recommended Posts

in other words, not too many people are going to be familiar with shoutcast, do you have your own script relating to shoutcast that you can show us and then the script you are talking about can be developed or do you have to go to the shoutcast site or where is this coming from

Link to comment
https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464081
Share on other sites

Right, what im looking for is a code that i can put into my site. When the Shoutcast server is broadcasting there is a bit of text saying Online in green and when the Shoutcast server isn't broadcasting there is a bit of text saying Offline in red.

Link to comment
https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464082
Share on other sites

na I just think your such a big idiot you don't realize what we're asking.  That page is obviously a formatted list from some originating source.  It be stupid to use that page's data if you know the originating source on which you could build your own list more efficiently.

Link to comment
https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464133
Share on other sites

Haha, what a poor insult.

 

You tell me whats so hard about this:

 

$server = "000.000.000.000"; // IP Address Of Shoutcast Server.
$port = "000"; // Shoutcast Port
$online = "/images/online.gif"; // Online Image
$offline = "/images/offline.gif"; // Offline Image

 

Maybe your the big idiot.

Link to comment
https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464138
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.