Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for SourceGuardian & phpSHIELD)
- *
- * @ Version : 1.1.6.0
- * @ Author : DeZender
- * @ Release on : 02.06.2013
- * @ Official site : http://DeZender.Net
- *
- */
- global $key;
- global $email;
- global $mau;
- include( 'key.php' );
- $host = $_SERVER['HTTP_HOST'];
- $host = str_replace( 'http://www', '', $host );
- $host = str_replace( 'http://', '', $host );
- $host = str_replace( 'www.', '', $host );
- $salt = '$$#fdsDFDsfd84348fDF8f*d*934FD546';
- $hash = md5( . $email . $salt . $host . $mau );
- if ($key != $hash) {
- exit( 'License error. Please contact <a href=\'http://www.imgroup.vn\'>IM Group</a>!' );
- }
- include( 'class_mysql.php' );
- global $db;
- ...............................................
- ..................
- .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement