CLICK HERE – native player or
“right click” “copy link location” “paste” into a player
 
‘, “”, $info);
$split = explode(‘,’, $info);
if (empty($split[6]) )
{
echo “The current song is not available”; //

Displays when sever is online but no song title
}
else
{
$title = str_replace(‘\”, ‘`’, $split[6]);
$title = str_replace(‘,’, ‘ ‘, $title);
echo “$title”; // Displays song
}
}
?>

dgs-donate-ani-480x70