<html>
<head>
<title>buqb0x</title>
<meta name="description" content="milw0rm exploits and 0day exploits database">
<meta name="keywords" content="exploits code, exploit code, exploits, 0-day, 0day, 0days, exploit, zero day, poc, exploit, local exploits, remote exploits, root exploits, windows, linux, new exploits, latest exploits, shellcode, Zero-day, zeroday, security articles, ezines, zines, security papers">
<link type="text/css" rel="stylesheet" href="../../b0x.css">
<link rel="alternate" type="text/xml" title="milw0rm - RSS Feed" href="http://milw0rm.nl/rss.php">
<link rel="Shortcut Icon" href="http://milw0rm.nl/favicon.ico" type="image/x-icon">
<style type="text/css">
<!--
.style17 {font-weight: bold}
-->
</style>
</head>
<body dir="ltr" alink="#00ff00" background="../dot.gif" bgcolor="#000000" link="#00c000" text="#008000" vlink="#00c000">
<center>
<?php
include "../ozellikler.php";
$tarih = date("d-m-Y");
if ( !isset($_POST['Submit']) ) {
?>
<form method="post" action="">
<table width="678">
<tr>
<td width="668" height="47"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="224" height="33"><input name="baslik" type="text" id="baslik" style="width: 222px;" maxlength="50" value="Description" />
<input name="sayfa_adi" type="text" id="sayfa_adi" style="width: 222px;" value="Author" /></td>
<td><div align="center"><a href="/cpanel.php"><img src="../admin_img/home.gif" alt="asdasdasd" width="31" height="31" border="0"></a></div></td>
<td><div align="center"><a href="../dokuman"><img src="../admin_img/dokuman.gif" width="31" height="31" border="0"></a></div></td>
<td><div align="center"><a href="../webapps"><img src="../admin_img/scriptler.gif" width="31" height="31" border="0"></a></div></td>
<td><div align="center"><a href="../local"><img src="../admin_img/cserial.gif" width="31" height="31" border="0"></a></div></td>
<td><div align="center"><a href="../video"><img src="../admin_img/download.gif" width="31" height="31" border="0"></a></div></td>
<td><div align="center"><a href="../shellcode"><img src="../admin_img/reklam.gif" width="31" height="31" border="0"></a></div></td>
</tr>
<tr>
<td><input name="tarih" type="text" id="tarih" style="width: 158px;" value="<?php echo $tarih ?>" />
<input type="submit" name="Submit" value="Submit" /></td>
<td><div align="center"><strong>[</strong> <span class="style17"><a href="/cpanel.php">admin</a> ]</span></div></td>
<td><div align="center"><strong>[ <a href="../dokuman">document</a> ]</strong></div></td>
<td><div align="center"><strong>[ <a href="../webapps" target="_self">webapps</a> ]</strong></div></td>
<td><div align="center"><strong>[ <a href="../local">local</a> ]</strong></div></td>
<td><div align="center"><strong>[ <a href="../video">video</a> ]</strong></div></td>
<td><div align="center"><strong>[ <a href="../shellcode">shellcode</a></strong> <strong>]</strong></div></td>
</tr>
</table>
</p></td>
</tr>
<tr>
<td height="62"><textarea name="icerik" id="icerik" style="width: 666px; height: 444px;">Exploit</textarea> </td>
</tr>
</table>
<p> </p>
</td>
<td><BR></td>
</tr>
<tr>
<td valign="top"> </td>
<td> </td>
</tr>
<tr>
<td valign="top"> </td>
<td> </td>
</tr>
</table>
</form>
<?php }
elseif(time() - 300 > $_SESSION['time']) {
echo 'You must wait '. $_SESSION['time']-time()+300 .' seconds before you can post again!';
}
elseif ( isset($_POST['sayfa_adi']) && isset($_POST['baslik']) && isset($_POST['icerik']) && isset($_POST['tarih']) && $_POST['sayfa_adi'] && $_POST['baslik'] &&
$_POST['icerik'] && $_POST['tarih']) {
$result = mysql_query("INSERT INTO `exploitler` ( `id`, `sayfa_adi`, `baslik`, `icerik`, `tarih`, `sayac` ) VALUES ( NULL, '" .
mysql_real_escape_string($_POST['sayfa_adi']) . "', '" . mysql_real_escape_string($_POST['baslik']) . "', '" . mysql_real_escape_string($_POST['icerik']) . "', '" . mysql_real_escape_string($_POST['tarih']) . "' , 0 );");
if ( $result ) { echo '
<center><table width="668" border="0" cellpadding="3" cellspacing="3" class="main">
<tr><td><img src="../admin_img/scriptler.gif"><br><br>
New page added. </br>[ <a href="index.php">Add Again</a> ] - [ <a href="/cpanel.php">cPanel</a> ] - [ <a href="/index.php">Home</a> ]
</tr></td>
</table></center>';
$_SESSION['time'] = time();
}
else { echo mysql_error(); }
}
else echo 'Please fill in all fields';
?></center>
</body></html>
|