PDA

View Full Version : Modify SHOUTCast D.N.A.S. Status page according to my taste


andy222
7th January 2005, 21:10
Hi ALl,
Is ther any way I can modify Modify SHOUTCast D.N.A.S. Status page according to my taste... I particuraly don't like its black background..
Thanks

NJK
7th January 2005, 21:22
sorry this is no open source software , so you have to get used to the black background.

MegaRock
7th January 2005, 21:57
Modifying the DNAS server in any way is also against the licensing agreement - or what they call the End User License Agreement - so it's not advisable to do. It's much easier to get code or such to place on a website instead of sending listeners to the DNAS server status page.

Do a search for sc_xml on Google, you'll find many solutions

SYNERDATA
8th January 2005, 02:27
You can call the server page using something like php,
and then parse the data, then re-present it on your own
page as seems good to you. You can also call 7.html from
the server for a delimited live stats string to parse and
present on your own server status page on your own server,
but basically, you need to grab the data and re-present it.

andy222
10th January 2005, 20:00
Thank you guys....
I will find out some external script to do that..