![]() |
#1 |
Junior Member
Join Date: May 2009
Location: Netherlands
Posts: 6
|
MusickTicker for XML extra options
Hi all,
I use this script: http://www.kription.com/scxml/recent.html I want some more options, like the current streamtitle(dj) and show a image if the stream is online and if the stream is ofline, 2 different image's. Can anybody help me please? |
![]() |
![]() |
![]() |
#2 |
Junior Member
Join Date: May 2009
Location: Netherlands
Posts: 6
|
Bump bump
|
![]() |
![]() |
![]() |
#3 |
Member
Join Date: Jul 2004
Posts: 56
|
just use a php class, and echo the result from the array
http://www.phpclasses.org/package/18...t-servers.html $shoutcast = shoutcast("$location", "$port", "1"); echo $shoutcast['status']; foreach ( $shoutcast as $key ) { echo $key."<br />"; } $array['status'] $array['listener'] $array['maxlisteners'] $array['peak'] $array['title'] $array['content_type'] $array['genre'] $array['url'] $array['icq'] $array['aim'] $array['irc'] $array['track'] |
![]() |
![]() |
![]() |
|
Tags |
scxml object |
Thread Tools | Search this Thread |
Display Modes | |
|
|