Advertisement
Guest User

Untitled

a guest
Aug 15th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 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.7.0
  8. * @ Author : DeZender
  9. * @ Release on : 22.06.2017
  10. * @ Official site : http://DeZender.Net
  11. *
  12. */
  13.  
  14. ob_start( );
  15. include '../lab/function.php';
  16. @include 'data/zr-config.php';
  17. require 'lisans.php';
  18. header( 'Content-Type: text/html; charset=utf-8' );
  19. $lisans = array( );
  20. $lisans['site'] = getenv( 'HTTP_HOST' );
  21.  
  22. if (substr( $lisans['site'], 0, 4 ) == 'www.') {
  23. $lisans['site'] = substr( $lisans['site'], 4 );
  24. }
  25.  
  26. $m = 'md5';
  27. $s = 'sha1';
  28. ........................................................................................................
  29. ......................................
  30. ...............
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement