";
}
else{
$a=trim($_GET['dbs']);
$b=trim($_GET['dbu']);
$c=trim($_GET['dbp']);
$d=trim($_GET['dbn']);
$e=trim($_GET['port']);
if($a=="" || $b=="" || $c=="" || $d=="" || $e=="") err("Something is blank");
$e=base64_encode($a."^^^".$b."^^^".$c."^^^".$d."^^^".$e);
print"";
}
include 'foot.php';
?>