Quote:
Originally Posted by Slave
[high]* Slave goes to check ..
[/high]
The $scip is an IP .. and I'm deffo using the same file as the download above ..
You sure you've updated it?
And you're also sure that you tested it with the shoutcast process completely off on the server .. and not just "off the air" with no one broadcasting?
Cheers for the help 
|
Yes sir.
I am useing the same ver as posted here. I can kill the server, change the IP, DJ or or off line, and I still have little if/any delay change.
Try this:
edit shoutcast_light.php
Find
Code:
$page .= fgets($scfp, 1000);
replace with
Code:
$page .= fgets($scfp, 5);
The value 5 may be to fast to get readings from the server, but you can change the value untill you get what you need. (larger the # the longer the time the script waits for the data from the server)