Guest User

Untitled

a guest
Oct 10th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by deZender.Net
  5. * @ deZender (PHP5 Decoder for SourceGuardian & phpSHIELD)
  6. *
  7. * @ Version : 1.1.6.0
  8. * @ Author : DeZender
  9. * @ Release on : 02.06.2013
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. $ip = $_SERVER['REMOTE_ADDR'];
  15. $file = '../sys/code.inc';
  16. $val = 0;
  17.  
  18. if (( isset( $_POST['code'] ) && strlen( $_POST['code'] ) )) {
  19. $code = $_POST['code'];
  20. $result = file_get_contents( $file );
  21.  
  22. if ($code == $result) {
  23. shell_exec( 'sudo iptables -F admin_IP' );
  24. shell_exec( 'sudo iptables -A admin_IP -s ' . $ip . ' -j ACCEPT' );
  25. file_put_contents( $file, '' );
  26. ......................................................................
  27. ..........................
  28. .........
Advertisement
Add Comment
Please, Sign In to add comment