Just wondering if anyone ever got anywhere with this. I could really use this one. If this helps, this is how the xml data is called:
XML Statistics:
The SHOUTcast DNAS provides an internal mechanism for providing statistics
to external applications via XML, which is useful for providing live
information on your DNAS embedded in other webpages via PHP, Perl, or
other methods which can implement XML. Accessing this data is a bit tricky,
so it's briefly explained here:
XML pages should be called via:
http://yourip:port/admin.cgi?pass=yo...viewxml&page=0
http://yourip:port/admin.cgi?pass=yo...viewxml&page=1
...
Where:
Page 0 is all DNAS data
Page 1 is only Main data
Page 2 is only Webdata Table
Page 3 is only Listener Table
Page 4 is only Songhistory Table
Your XML parser MUST send a User-Agent: HTTP header containing the
word "Mozilla" in order for the DNAS to recognize it as something
other than a listener.