Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. <?php
  2. /**
  3. *
  4. * @ This file is created by http://DeZender.Net
  5. * @ deZender (PHP5 Decoder for ionCube Encoder)
  6. *
  7. * @ Version : 3.0.8.0
  8. * @ Author : DeZender
  9. * @ Release on : 25.09.2017
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. echo ' ';
  15. $ProtectionConfig = 'NEW';
  16.  
  17. if ($ProtectionConfig == 'NEW') {
  18. define( 'LEGAL_FILE_CALL', true );
  19. if (($_SERVER['REMOTE_ADDR'] == '::1') || ($_SERVER['REMOTE_ADDR'] == '127.0.0.1') || (strtoupper( $_SERVER['SERVER_NAME'] ) == strtoupper( 'localhost' ))) {
  20. $local = true;
  21. }
  22. else {
  23. $local = false;
  24. }
  25.  
  26. if ($local) {
  27. .............................................................
  28. .........................
  29. .......
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement