php hacking nut.. Anybody?
- From: oystlars@xxxxxxxxx
- Date: 28 Jan 2006 14:26:36 -0800
Have a little nut for you, what can be gotten out of this:
................................................
<?PHP
$z = $_POST['pw'];
$x = str_rot13($_POST['pw']);
$y = preg_split("//", $x, -1, PREG_SPLIT_NO_EMPTY);
$y = implode(".", $y);
$a = explode(".", $y);
$a = array_reverse($a);
$a = implode("", $a);
if(isset($_POST['submit']) && $a == "iamahacker")
{
header("location: ?page=level23&pw=$z");
}
?>
Thanks,
Gnome
.
- Follow-Ups:
- Re: php hacking nut.. Anybody?
- From: oystlars
- Re: php hacking nut.. Anybody?
- Prev by Date: want a back button to get to the last page...
- Next by Date: Frame reload in php
- Previous by thread: want a back button to get to the last page...
- Next by thread: Re: php hacking nut.. Anybody?
- Index(es):