Hier ist sie
PHP-Code:
<?
@require_once ('../lib/functions.lib.php');
db_connect();
$banner = mysql_fetch_array(db_query("SELECT * FROM ".$db_prefix."_besuchertausch_seiten WHERE tan = '".$_GET['tan']."' LIMIT 1"));
$url = $banner['ziel'];
echo "<html><head><title>$config->Projektname</title>";
if ($oben == 1) {
echo "<link rel=\"STYLESHEET\" type=\"text/css\" href=\"css/main.css\"></head><body topmargin=\"9\" bottommargin=\"9\" leftmargin=\"9\" rightmargin=\"9\">";
echo "<font color=\"#000000\">Wenn du dieses Fenster sehen kannst, hat die Seite keinen Framebrecher !!!</font><br><br>";
echo "<font color=\"#000000\">Getestete Url :</font><font color=\"#CC0000\"><b>$url</b></font></body>";
} else {
echo "</head><frameset rows=\"75,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\" cols=\"*\">";
echo "<frame name=\"topFrame\" scrolling=\"NO\" noresize src=\"frametest.php?oben=1&tan=$tan\">";
echo "<frame name=\"mainFrame\" src=\"$url\">";
echo "</frameset>";
}
echo "</html>";
db_close();
?>
Wie gesagt, es ging schon mal dann auf einmal nicht mehr.