Quote:
Originally Posted by BlackxRam
There is still issues with this script Zac man. Right now my server is online and running however the script doesnt recognize that it is online. Shoutcast sees it, and other web scripts do as well, but the forum one does not.
Its like hit or miss on whether the script can connect to the SC server. Sometimes it works... sometimes it doesnt.
|
Edit:
Plugin system - Plugin Manager - Shoutcast Status Full - Main
Code:
$scfp = @fsockopen($scip, $scport, &$errno, &$errstr, 1);
The 1 (one) at the end is the delay time to wait for info from the server.
- The less the better. 30 is default usaly.