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 work, or was waaaaay to slow.
Cheers.
:)
|
|
|
|
|
Use fsockopen and check for the error.
You have to try and determine the |
||
|
|
eregi. php.net/eregi – Crises of Identity Oct 3 at 14:53