Rfo84zft
<?php$db_host = 'localhost';
$db_user = '';
$db_pass = '';
$db_db = '';
mysql_connect($db_host, $db_user, $db_pass) or die(mysql_error());
mysql_select_db($db_db) or die(mysql_error() );
//if ($_POST['send']) {$key = $_POST['key'];
mysql_query("INSERT INTO keys (key)
VALUES ('$key')or die (mysql_error()");
echo $key;
echo " inserted.";
//}/*else {echo "Key failed to be inserted";} */?><!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" >
<title>Filedeploy.com</title>
<link href="css.css" rel="stylesheet" type="text/css">
<style type= "text/css">
.TABLE,TD,INPUT{font-size:11px;
font-family:Verdana,Arial;
}
</style>
</head>
<body>
<Form name ="form1" Method ="POST" Action ="index.php">
<INPUT TYPE = "text" Name ="key">
<INPUT TYPE = "submit" Name = "send" VALUE = "send">
</FORM>
<div style="margin:0; font-family:sans-serif;font-size:90%;font-weight:bold;color:#005; text-align:center;">
LegionHacks.com - © 2009
</div>
<div style="position:fixed;left:0px;bottom:0px;height:12px;width:50%;background-color:#3139E7;"></div>
<div style="position:fixed;left:50%;bottom:0px;height:12px;width:50%;background-color:#008000;"></div>
</body>
</html>