Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php if(!defined('ABSPATH')) exit; // Ioncube ve PHP versiyon $temavadisiPHPVersion =..

Decoded Output download

<?php if(!defined('ABSPATH')) exit; 
// Ioncube ve PHP versiyon  
	$temavadisiPHPVersion = phpversion(); 
		if(strlen($temavadisiPHPVersion) >=3) $temavadisiPHPVersion = substr($temavadisiPHPVersion, 0, 3); 
	if($temavadisiPHPVersion == 8.0) { 
		include(get_template_directory() . "/inc/ioncube80.php"); 
		exit; 
	} 
		if($temavadisiPHPVersion <= 7.0) { 
		include(get_template_directory() . "/inc/phpsurum.php"); 
		exit; 
	} 
	if(!extension_loaded("IonCube Loader")) { 
		add_action( 'admin_notices', 'temavadisi_admin_ioncube_error' ); 
		if(!is_admin()) { 
			include(get_template_directory() . "/inc/ioncube.php"); 
			exit; 
		} 
	} 
	elseif ($temavadisiPHPVersion >= 8.1) { 
        include(get_template_directory() . "/functions/php-81.php"); 
    } 
	elseif ($temavadisiPHPVersion <= 7.4) { 
		        include(get_template_directory() . "/functions/php-74.php"); 
		} 
function temavadisi_admin_ioncube_error() { 
	    printf( '<div class="notice notice-error"><p><strong>Sunucunuzda tema iin gerekli olan Ioncube bileeni ykl deil. Hosting firmanzdan son srm Ioncube yklemesini isteyiniz.</strong></p></div>'); 
	} ?>

Did this file decode correctly?

Original Code

<?php if(!defined('ABSPATH')) exit;
// Ioncube ve PHP versiyon 
	$temavadisiPHPVersion = phpversion();
		if(strlen($temavadisiPHPVersion) >=3) $temavadisiPHPVersion = substr($temavadisiPHPVersion, 0, 3);
	if($temavadisiPHPVersion == 8.0) {
		include(get_template_directory() . "/inc/ioncube80.php");
		exit;
	}
		if($temavadisiPHPVersion <= 7.0) {
		include(get_template_directory() . "/inc/phpsurum.php");
		exit;
	}
	if(!extension_loaded("IonCube Loader")) {
		add_action( 'admin_notices', 'temavadisi_admin_ioncube_error' );
		if(!is_admin()) {
			include(get_template_directory() . "/inc/ioncube.php");
			exit;
		}
	}
	elseif ($temavadisiPHPVersion >= 8.1) {
        include(get_template_directory() . "/functions/php-81.php");
    }
	elseif ($temavadisiPHPVersion <= 7.4) {
		        include(get_template_directory() . "/functions/php-74.php");
		}
function temavadisi_admin_ioncube_error() {
	    printf( '<div class="notice notice-error"><p><strong>Sunucunuzda tema iin gerekli olan Ioncube bileeni ykl deil. Hosting firmanzdan son srm Ioncube yklemesini isteyiniz.</strong></p></div>');
	}

Function Calls

defined 1

Variables

None

Stats

MD5 213c5225a467e359fe5b06b52e715b4e
Eval Count 0
Decode Time 46 ms