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' ) ) { die( 'Direct access forbidden.' ); } /** ..
Decoded Output download
<?php
if ( !defined( 'ABSPATH' ) ) {
die( 'Direct access forbidden.' );
}
/**
* Fix for proper unyson work on Bitnami.
*/
if ( !defined('WP_CONTENT_DIR') ){
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
}
/**
* Autoload function, that include all theme classes.
*/
load_template( get_template_directory() . '/inc/classes/olympus-class-autoload.php' );
Olympus_Core::get_instance()->init();
require get_template_directory() . '/lib/el/startup.php';
$siteadres = get_bloginfo('home');
$siteadres = get_bloginfo('home');
if( $siteadres == "https://duykal.com" or $siteadres == "http://duykal.com" ){
"Lisansl Tema";
}else{
die("Lufen Lisans cin www.byweb.com.tr ziyaret ediniz.");
} ?>
Did this file decode correctly?
Original Code
<?php
if ( !defined( 'ABSPATH' ) ) {
die( 'Direct access forbidden.' );
}
/**
* Fix for proper unyson work on Bitnami.
*/
if ( !defined('WP_CONTENT_DIR') ){
define( 'WP_CONTENT_DIR', ABSPATH . 'wp-content' );
}
/**
* Autoload function, that include all theme classes.
*/
load_template( get_template_directory() . '/inc/classes/olympus-class-autoload.php' );
Olympus_Core::get_instance()->init();
require get_template_directory() . '/lib/el/startup.php';
$siteadres = get_bloginfo('home');
$siteadres = get_bloginfo('home');
if( $siteadres == "https://duykal.com" or $siteadres == "http://duykal.com" ){
"Lisansl Tema";
}else{
die("Lufen Lisans cin www.byweb.com.tr ziyaret ediniz.");
}
Function Calls
defined | 1 |
Stats
MD5 | 03b9382de131ecd963b6b3c04f86ad4b |
Eval Count | 0 |
Decode Time | 50 ms |