Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <center>
- <b>Web Admin Controller</b>
- <pre><script>confirm("Continue To Access Admin Panel");</script></pre>
- <form method=post>
- <b>Password : <input type=password name=jadah>
- <input type=submit value='Enter'>
- </form>
- <?php
- //fucker login using ifelse
- $jadah = $_POST['jadah'];
- if ($jadah == 'paan')
- {
- echo "<form enctype='0' action='http://scanner.hol.es/login.php'>";
- echo "<input type=submit value=Masuk>";
- }
- else if ($jadah <> 'paan')
- {
- echo "Pass $jadah adalah salah";
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment