Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$opt = "<?php\r\nif (!defined('RAPIDLEECH')) {\r\n\trequire_once('index.html');\r\n\texit..
Decoded Output download
$opt = "<?php
if (!defined('RAPIDLEECH')) {
require_once('index.html');
exit;
}
\$options = $opt;
require_once('site_checker.php');
require_once('accounts.php');
\$secretkey = ".var_export($secretkey, true).";
?>";
Did this file decode correctly?
Original Code
$opt = "<?php\r\nif (!defined('RAPIDLEECH')) {\r\n\trequire_once('index.html');\r\n\texit;\r\n}\r\n\r\n\$options = $opt; \r\n\r\nrequire_once('site_checker.php');\r\nrequire_once('accounts.php');\r\n\r\n\$secretkey = ".var_export($secretkey, true).";\r\n\r\n?>";
Function Calls
None |
Stats
MD5 | 58c615bdb9859dd4b590522baf57a862 |
Eval Count | 0 |
Decode Time | 148 ms |