MrPaan

Fucker Login

Aug 27th, 2013
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.55 KB | None | 0 0
  1. <center>
  2. <b>Web Admin Controller</b>
  3. <pre><script>confirm("Continue To Access Admin Panel");</script></pre>
  4. <form method=post>
  5. <b>Password : <input type=password name=jadah>
  6. <input type=submit value='Enter'>
  7. </form>
  8.  
  9.  
  10. <?php
  11. //fucker login using ifelse
  12.  
  13. $jadah = $_POST['jadah'];
  14.  
  15. if ($jadah == 'paan')
  16.  
  17. {
  18.  
  19. echo "<form enctype='0' action='http://scanner.hol.es/login.php'>";
  20. echo "<input type=submit value=Masuk>";
  21.  
  22. }
  23.  
  24. else if ($jadah <> 'paan')
  25.  
  26. {
  27.  
  28. echo "Pass $jadah adalah salah";
  29.  
  30. }
  31.  
  32. ?>
Advertisement
Add Comment
Please, Sign In to add comment