View Single Post
Old 1st September 2011, 14:03   #4
sokhi
Junior Member
 
Join Date: Aug 2011
Posts: 4
Re-php code for SHOUTcast 2 DNAS Status

Here is code by Music Ticker.
Please edit config.php for manditory config items

only two line changed.

Line:-69
PHP Code:
fputs($sp,"GET /admin.cgi?pass=$this->password&mode=viewxml HTTP/1.1\nUser-Agent:Mozilla\n\n"); 
changed to
PHP Code:
fputs($sp,"GET /admin.cgi?pass=$this->password&mode=viewxml&sid=1 HTTP/1.1\nUser-Agent:Mozilla\n\n"); 
Line:-81
PHP Code:
$sp_data=ereg_replace("^.*<!DOCTYPE","<!DOCTYPE",$sp_data); 
changed to
PHP Code:
$sp_data=substr($sp_data, (strpos($sp_data"\r\n\r\n")+4)); //changed 

If you find any issue please PM
Regards
Attached Files
File Type: zip scxml-1.4.2.zip (18.4 KB, 1026 views)
sokhi is offline   Reply With Quote