I have a script which lists the listeners on all my streams but it was designed to collect stats for Shoutcast V1.
Can anyone tell me what needs changing to make it work with Shoutcast 2 please:
$serv["name"][] = "192kbps - Trance"; # short nickname of server.
$serv["host"][] = "xxx.xxx.xxx.xxx"; # host address # port IP address
$serv["port"][] = "8030"; # port number
$serv["passwd"][] = "xxxxx"; # admin password
Many thanks in advance
Can anyone tell me what needs changing to make it work with Shoutcast 2 please:
$serv["name"][] = "192kbps - Trance"; # short nickname of server.
$serv["host"][] = "xxx.xxx.xxx.xxx"; # host address # port IP address
$serv["port"][] = "8030"; # port number
$serv["passwd"][] = "xxxxx"; # admin password
Many thanks in advance
Comment