Tagged Questions
2
votes
2answers
1k views
Simple check (PHP) to see if Shoutcast radio is online?
Basically, just a simple script that can check to see if a shoutcast radio is online or not, and output a code based on it.
I tried to do this with file_get_contents and eregi, but it didn't seem to ...
1
vote
0answers
109 views
SHOUTcast XML get with php
I have shoutcast administrator and i need to read xml from that it looks like this
http://SHOUTCAST-IP:PORT/admin.cgi
And i need to login and get the XML Data from ...
0
votes
1answer
79 views
shoutcast volume peak test
Is there any way to check Peak Volume of shoutcast server using php or cgi without using admin pass .
is there any solution?
0
votes
3answers
158 views
Reading HTML file from URL
While most of the time I'd just use file_get_contents and CURL, I can't get it to work with a port in the URL. How can I read this file?
http://174.120.124.178:7800/7.html (It's a shoutcast ...
-1
votes
1answer
71 views
SHOUTcast Admin Login with php [closed]
What is the link for remote login in shoutcast administrator. I think it's
www.ip:port/admin.cgi?pass=Password But i'm not sure..