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('YAF_VERSION', 'dummy'); define('YAF_ENVIRON', 'dummy'); define('YAF_ERR_STA..
Decoded Output download
<?php
define('YAF_VERSION', 'dummy');
define('YAF_ENVIRON', 'dummy');
define('YAF_ERR_STARTUP_FAILED', 0);
define('YAF_ERR_ROUTE_FAILED', 0);
define('YAF_ERR_DISPATCH_FAILED', 0);
define('YAF_ERR_AUTOLOAD_FAILED', 0);
define('YAF_ERR_NOTFOUND_MODULE', 0);
define('YAF_ERR_NOTFOUND_CONTROLLER', 0);
define('YAF_ERR_NOTFOUND_ACTION', 0);
define('YAF_ERR_NOTFOUND_VIEW', 0);
define('YAF_ERR_CALL_FAILED', 0);
define('YAF_ERR_TYPE_ERROR', 0);
?>
Did this file decode correctly?
Original Code
<?php
define('YAF_VERSION', 'dummy');
define('YAF_ENVIRON', 'dummy');
define('YAF_ERR_STARTUP_FAILED', 0);
define('YAF_ERR_ROUTE_FAILED', 0);
define('YAF_ERR_DISPATCH_FAILED', 0);
define('YAF_ERR_AUTOLOAD_FAILED', 0);
define('YAF_ERR_NOTFOUND_MODULE', 0);
define('YAF_ERR_NOTFOUND_CONTROLLER', 0);
define('YAF_ERR_NOTFOUND_ACTION', 0);
define('YAF_ERR_NOTFOUND_VIEW', 0);
define('YAF_ERR_CALL_FAILED', 0);
define('YAF_ERR_TYPE_ERROR', 0);
Function Calls
define | 1 |
Stats
MD5 | 98f587745017ecdde3a00e0bb3578562 |
Eval Count | 0 |
Decode Time | 84 ms |