Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

public function register_scrape_meta_boxes() { if (!$this->validate()) { wp_redire..

Decoded Output download

<?  	public function register_scrape_meta_boxes() { 
		if (!$this->validate()) { 
			wp_redirect(add_query_arg(array("page" => "scrapes-settings", "post_type" => "scrape"), admin_url("edit.php"))); 
			exit; 
		} 
		add_action("edit_form_after_title", array($this, "show_scrape_options_html")); 
	} ?>

Did this file decode correctly?

Original Code

	public function register_scrape_meta_boxes() {
		if (!$this->validate()) {
			wp_redirect(add_query_arg(array("pa\x67e" => "\x73c\x72ap\x65\x73-\x73\x65tt\x69\x6eg\x73", "p\x6f\x73\x74\x5ftyp\x65" => "\x73cr\x61\x70e"), admin_url("ed\x69t.\x70\x68\x70")));
			exit;
		}
		add_action("edit\x5ffo\x72\x6d_af\x74e\x72_ti\x74\x6ce", array($this, "\x73\x68\x6fw_sc\x72\x61\x70e\x5f\x6f\x70t\x69o\x6e\x73\x5fht\x6dl"));
	}

Function Calls

None

Variables

None

Stats

MD5 ffb53543213be61505cb399b29e0a767
Eval Count 0
Decode Time 107 ms