include("../dbconnect.php"); $sql="select DISTINCT t.* from release_kopf rk, release_daten rd, tracks t where rk.Freigabe=1 and rk.id_r = rd.id_r and t.id_d = rd.id_d and t.DemoLink >'' and rd.nr > 0 order by t.Track"; $result=mysql_query($sql); $Button = 0; if (isset($_GET["Downloads"])) { $Button = 0; } if (isset($_GET["FromFans"])) { $Button = 1; } if (isset($_GET["Press"])) { $Button = 2; } ?>
include ("../hotentries/hot2.php"); ?>