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 /** * ZhePHP * ================================================================..

Decoded Output download

<?php  
/** 
* ZhePHP  
* ==================================================================== 
* www.admin.cn  QQ:677123 
* ==================================================================== 
*/ 
if (!is_file('./data/install.lock')) { 
    header('Location: ./install.php'); 
    exit; 
} 
define('ZHI_VERSION','1.4'); 
define('ZHI_RELEASE','20140115133143'); 
define('APP_NAME', 'app'); 
define('APP_PATH', './app/');  
define('ZHI_DATA_PATH', './data/'); 
define('EXTEND_PATH', APP_PATH . 'Extend/'); 
define('CONF_PATH', ZHI_DATA_PATH . 'config/'); 
define('RUNTIME_PATH', ZHI_DATA_PATH . 'runtime/'); 
define('HTML_PATH', RUNTIME_PATH . 'html/'); 
require("./core/setup.php"); ?>

Did this file decode correctly?

Original Code

<?php 
/**
* ZhePHP 
* ====================================================================
* www.admin.cn  QQ:677123
* ====================================================================
*/
if (!is_file('./data/install.lock')) {
    header('Location: ./install.php');
    exit;
}
define('ZHI_VERSION','1.4');
define('ZHI_RELEASE','20140115133143');
define('APP_NAME', 'app');
define('APP_PATH', './app/'); 
define('ZHI_DATA_PATH', './data/');
define('EXTEND_PATH', APP_PATH . 'Extend/');
define('CONF_PATH', ZHI_DATA_PATH . 'config/');
define('RUNTIME_PATH', ZHI_DATA_PATH . 'runtime/');
define('HTML_PATH', RUNTIME_PATH . 'html/');
require("./core/setup.php");

Function Calls

is_file 1

Variables

None

Stats

MD5 a474584aa1e38acb62ee6a9ada42cead
Eval Count 0
Decode Time 81 ms