Code:
<?
echo "<
html><head><title>
DB of Setsuna Labs</title></head><body>";
include("variablen.php");
$
db = @MYSQL_CONNECT($db_server,$db_user,$db_pass) or die ("Nicht hergestellt");
$db_check = @MYSQL_SELECT_DB($db_name);
if($
db)
echo "Verbindung hergestellt";
echo "</body></
html>";
?>
Entferne die '@' und poste was dir PHP sagt.