TomBullock Posted February 11, 2008 Share Posted February 11, 2008 Hello Has anyone got a script that shows weather a shoutcast server is on or off. Im looking for one that says 'Online' in green when on and 'Offline in red when its off. Can anyone help? Thanks Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/ Share on other sites More sharing options...
cooldude832 Posted February 11, 2008 Share Posted February 11, 2008 How do you tell a shoutcast server is on or off? Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464074 Share on other sites More sharing options...
TomBullock Posted February 11, 2008 Author Share Posted February 11, 2008 With i script. Ive seen it on many sites so i know it can be done. Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464079 Share on other sites More sharing options...
cooldude832 Posted February 11, 2008 Share Posted February 11, 2008 you missed what i'm going for. Do you visually go to a website to view this or does a elf come and tell you its up or down or you make a phone call etc. Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464080 Share on other sites More sharing options...
mikefrederick Posted February 11, 2008 Share Posted February 11, 2008 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 More sharing options...
TomBullock Posted February 11, 2008 Author Share Posted February 11, 2008 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 More sharing options...
cooldude832 Posted February 11, 2008 Share Posted February 11, 2008 your not listening How do you know its shouting, what tells you that Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464085 Share on other sites More sharing options...
TomBullock Posted February 11, 2008 Author Share Posted February 11, 2008 I dont know, the transfer from the i.p or something. Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464088 Share on other sites More sharing options...
mikefrederick Posted February 11, 2008 Share Posted February 11, 2008 Okay, if the radio is playing on www.shoutcast.com you want a green light? Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464090 Share on other sites More sharing options...
TomBullock Posted February 11, 2008 Author Share Posted February 11, 2008 Thats basically what i said wasn't it? Cheers anyway. Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464092 Share on other sites More sharing options...
cooldude832 Posted February 11, 2008 Share Posted February 11, 2008 You aren't listening to us at all we don't care how the script works we want to know what type of information identifies a shoutcast as on or off. I can't manifest it out of faerie dust and a magic wand. Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464126 Share on other sites More sharing options...
TomBullock Posted February 11, 2008 Author Share Posted February 11, 2008 Well if you had a brain, thats what ive come to ask you. Thats basically what i said wasn't it? Cheers anyway. ^^^ I think that means ive found my answer. Theres no need to cry bud Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464129 Share on other sites More sharing options...
cooldude832 Posted February 11, 2008 Share Posted February 11, 2008 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 More sharing options...
TomBullock Posted February 11, 2008 Author Share Posted February 11, 2008 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 More sharing options...
schilly Posted February 11, 2008 Share Posted February 11, 2008 That's standard info. How do you know the server is on though? What do you do with the IP/Port? Ping it? Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464173 Share on other sites More sharing options...
GameYin Posted February 11, 2008 Share Posted February 11, 2008 Umm, guys, can we keep this civilized?? ??? Link to comment https://forums.phpfreaks.com/topic/90519-php-shoutcast-script/#findComment-464200 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.