Advertisement
Guest User

Untitled

a guest
Dec 12th, 2016
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1.     if(array_key_exists("passwd",$_REQUEST)){
  2.         if(strstr($_REQUEST["passwd"],"iloveyou") && ($_REQUEST["passwd"] > 10 )){
  3.             echo "<br>The credentials for the next level are:<br>";
  4.             echo "<pre>Username: natas24 Password: </pre>";
  5.         }
  6.         else{
  7.             echo "<br>Wrong!<br>";
  8.         }
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement