".
"\n\t".$naamstream."".
"\n\t
".$naamstream."".
"\n\t".
"\n\t\t".$naamstream."".
"\n\t\t".$naamstream."".
"\n\t\t".
"\n\t\t".
"\n\t\t".$naamstream." [Radio Toppers]".
"\n\t\t[".
"\n\t\t".
"\n\t]".
"\n";
break;
case 'ram':
$filecontent = "http://".$server.'"';
break;
default:
header("Location: http://".$server."/listen.pls");
exit;
break;
}
$downloadfile="playlist.{$player}";
header("Content-disposition: attachment; filename=$downloadfile");
header("Content-Type: application/force-download");
header("Content-Transfer-Encoding: binary");
header("Content-Length: ".strlen($filecontent));
header("Pragma: no-cache");
header("Expires: 0");
echo $filecontent;
?>