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 // Get the encoded string from the global variables. $encodedString = $GLOBALS['..
Decoded Output download
<?php
// Get the encoded string from the global variables.
$encodedString = $GLOBALS['OOO000O00']($OOO0O0O00, 'rb');
// Decode the string.
$decodedString = base64_decode(str_replace('EnteryouwkhRHYKNWOUTAaBbCcDdFfGgIiJjLlMmPpQqSsVvXxZz0123456789+/', 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/', $encodedString));
// Evaluate the decoded string.
eval($decodedString);
return; ?>
Did this file decode correctly?
Original Code
<?php
// Get the encoded string from the global variables.
$encodedString = $GLOBALS['OOO000O00']($OOO0O0O00, 'rb');
// Decode the string.
$decodedString = base64_decode(str_replace('EnteryouwkhRHYKNWOUTAaBbCcDdFfGgIiJjLlMmPpQqSsVvXxZz0123456789+/', 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/', $encodedString));
// Evaluate the decoded string.
eval($decodedString);
return;
Function Calls
null | 1 |
Stats
MD5 | fc3c09269a6a4aa5a70b7a4d8b898006 |
Eval Count | 0 |
Decode Time | 60 ms |