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\r\nif (!defined('RAPIDLEECH')) {\r\n\trequire_once('index.html');\r\n\texit;\r\n}\r\..
Decoded Output download
<?php
if (!defined('RAPIDLEECH')) {
require_once('index.html');
exit;
}
\$options = $opt;
require_once('site_checker.php');
require_once('accounts.php'); ?>
Did this file decode correctly?
Original Code
<?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');
Function Calls
None |
Stats
MD5 | 0a79ab5fbb8234893ac31b17d428386a |
Eval Count | 0 |
Decode Time | 77 ms |