Quote:
Originally Posted by x3evolution
*FIX for the shoutcast not showing up online is this:
Find this code in the /includes/shoutcast/scast.php file
on line 119
Origional Code:
Code:
fputs($scfp, "GET /admin.cgi?pass=$scpass&mode=viewxml HTTP/1.0\r\nUser-Agent: SHOUTcast Song Status (Mozilla Compatible)\r\n\r\n");
Fixed code to make shoutcast work
Code:
fputs($scfp, "GET /admin.cgi?sid=1&pass=$scpass&mode=viewxml HTTP/1.0\r\nUser-Agent: SHOUTcast Song Status (Mozilla Compatible)\r\n\r\n");
You change ?sid=1 change the 1 value to whatever stream you are trying to get shown on the forums
|
This fix is still needed in the 3.1 standalone version downloaded from the post on page 12.