{‘title’};
$image = $obj->{‘art’};
$unique_listeners = $obj->{‘ulistener’};
$online_listeners = $obj->{‘listeners’};
$bitrate = $obj->{‘bitrate’};
$djusername = $obj->{‘djusername’};
$djprofile = $obj->{‘djprofile’};
$played_last20 = $obj->{‘history’};
foreach($played_last20 as $tracks)
{
echo $tracks; // Prints played last 20 tracks.
}
echo “
Now Playing: $nowplaying
“;
echo ““;
// Any data provided on this page can be used as you like.
?>