Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 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. global $key;
  15. global $email;
  16. global $mau;
  17.  
  18. include( 'key.php' );
  19. $host = $_SERVER['HTTP_HOST'];
  20. $host = str_replace( 'http://www', '', $host );
  21. $host = str_replace( 'http://', '', $host );
  22. $host = str_replace( 'www.', '', $host );
  23. $salt = '$$#fdsDFDsfd84348fDF8f*d*934FD546';
  24. $hash = md5( . $email . $salt . $host . $mau );
  25.  
  26. if ($key != $hash) {
  27. exit( 'License error. Please contact <a href=\'http://www.imgroup.vn\'>IM Group</a>!' );
  28. }
  29.  
  30. include( 'class_mysql.php' );
  31. global $db;
  32. ...............................................
  33. ..................
  34. .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement