Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
if($_GET['check_data']) { if (file_exists('country_rate_list.php')) { unlink('count..
Decoded Output download
<? if($_GET['check_data'])
{
if (file_exists('country_rate_list.php')) {
unlink('country_rate_list.php');
}
} ?>
Did this file decode correctly?
Original Code
if($_GET['check_data'])
{
if (file_exists('country_rate_list.php')) {
unlink('country_rate_list.php');
}
}
Function Calls
| unlink | 1 |
| file_exists | 1 |
Stats
| MD5 | 0cea1e3f9bffc6e0bfda270e071029b6 |
| Eval Count | 0 |
| Decode Time | 94 ms |