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
- *
- */
- echo ' ';
- $licensecheckfrequency = 259200;
- if (( !is_file( '/var/cpanel/license' ) && !is_file( '/var/cpanel/licenseinfo' ) )) {
- go( 'changekey.php' );
- exit( );
- }
- iniParser;
- new ( '/var/cpanel/license' );
- $ini = ;
- $key = $ini->get( 'License', 'key' );
- $serverip = file_get_contents( '/var/cpanel/mainip' );
- $serverip = str_replace( '_', '', $serverip );
- $serverip = trim( $serverip );
- $hostname = shell_exec( 'hostname' );
- $hostname = trim( $hostname );
- if (!is_file( '/var/cpanel/licenseinfo' )) {
- if (is_file( '/var/cpanel/license' )) {
- $output = get_meta_tags( . 'http://whmphp.com/cp/api.php?action=checkkey&license=' . $key . '&ip=' . $serverip );
- if (!$output) {
- go( 'licerror.php?id=unabletoconnect' );
- exit( );
- }
- $licensedip = $output['ip'];
- $branding = $output['branding'];
- if ($licensedip == '') {
- $output2 = get_meta_tags( . 'http://whmphp.com/cp/api.php?action=setlicense&hostname=' . $hostname . '&license=' . $key . '&ip=' . $serverip );
- if (!$output2) {
- ........................................................
- ..........................
- .........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement