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('S_MEMORY', 0); define('S_VARS', 0); define('S_FILES', 0); define('S_INCLUDE..
Decoded Output download
<?php
define('S_MEMORY', 0);
define('S_VARS', 0);
define('S_FILES', 0);
define('S_INCLUDE', 0);
define('S_SQL', 0);
define('S_EXECUTOR', 0);
define('S_MAIL', 0);
define('S_SESSION', 0);
define('S_MISC', 0);
define('S_INTERNAL', 0);
define('S_ALL', 0);
?>
Did this file decode correctly?
Original Code
<?php
define('S_MEMORY', 0);
define('S_VARS', 0);
define('S_FILES', 0);
define('S_INCLUDE', 0);
define('S_SQL', 0);
define('S_EXECUTOR', 0);
define('S_MAIL', 0);
define('S_SESSION', 0);
define('S_MISC', 0);
define('S_INTERNAL', 0);
define('S_ALL', 0);
Function Calls
define | 1 |
Stats
MD5 | ae106177306386c2669599f96e1d5a89 |
Eval Count | 0 |
Decode Time | 86 ms |