Newer
Older
require_once('lib/functions.lib.php');
require_once('lib/db_config.php');
require_once('lib/datenbank.inc.php');
$datenbank = new DB;
$grundconfig = $datenbank->get_row("SELECT * FROM ". PREFIX . CONFIG ." ",true);
$_GET['uid'] = (int)$_GET['uid'];
$_GET['tan'] = addslashes ($_GET['tan']);
$mail = $datenbank->get_row("SELECT ziel FROM ". PREFIX . WERBUNG ." WHERE tan='". $datenbank->escape($_GET['tan'])."' LIMIT 1",true);
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Paidmail by '.$grundconfig->seitenname.'</title>
</head>
<frameset rows="75, *" border="0">
<frame src="pcheck.php?tan='.$_GET['tan'].'&uid='.$_GET['uid'].'" name="navigation">
<frame src="'.$mail->ziel.'" name="inhalt">
</frameset>