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 define('DEBUG', 'on'); define('WEBPATH', realpath(__DIR__ . '/..')); // require WEBP..
Decoded Output download
<?php
define('DEBUG', 'on');
define('WEBPATH', realpath(__DIR__ . '/..'));
//
require WEBPATH . '/libs/lib_config.php';
$php->db("hello"); ?>
Did this file decode correctly?
Original Code
<?php
define('DEBUG', 'on');
define('WEBPATH', realpath(__DIR__ . '/..'));
//
require WEBPATH . '/libs/lib_config.php';
$php->db("hello");
Function Calls
define | 1 |
Stats
MD5 | 7a9bd590b3d2872e1a2fcd0230dc3a28 |
Eval Count | 0 |
Decode Time | 124 ms |