Advertisement
Guest User

Untitled

a guest
Apr 8th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP7 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 4.0.9.0
  8. * @ Author : DeZender
  9. * @ Release on : 08.08.2019
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. error_reporting(0);
  15.  
  16. if (isset($_GET['username'])) {
  17. $username = $_GET['username'];
  18. $password = $_GET['password'];
  19. }
  20. else if (isset($_POST['username'])) {
  21. ...............................................................
  22. .......................................
  23. ..............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement