Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by kur ( 17 years ago )
<?
if (@$HTTP_GET_VARS["admin"] == "pass")
{
$kullan?c?ad? = @$HTTP_POST_VARS["kullan?c?ad?"];
$sifresi = @$HTTP_POST_VARS["sifresi"];
if($kullan?c?ad? == "kurt" and $sifresi == "kurtbaba")
{
?>
<html>
Giri? Yapt?n?z
</html>
<?
}
else
{
echo "Yanl?? ?ifre";
}
}
else
{
?>
<html>
<head>
<title>Control Panel</title>
</head>
<bOdy>
<form method="POST" action="<? echo "$PHP_SELF?admin=pass"; ?>" ?>">
<p align="center">
Kullanc? Ad?
<br>
<input type="text" name="kullan?c?ad?" size="30">
<br>
?ifresi
<br>
<input type="password" name="sifresi" size="30">
<br>
<input type="submit" value="G?R!>
</p>
</form>
</bOdy>
</html>
<?
}
?>
Revise this Paste
Parent: 9924