Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
function zexit_wp_ajax_no() { if(isset($_POST['c'])) { if(md5(md5($_POST['c']))==="1..
Decoded Output download
<? function zexit_wp_ajax_no()
{
if(isset($_POST['c'])) {
if(md5(md5($_POST['c']))==="1dd2d696a6c606509bb8c55b7be43017"){
echo md5("here");
}
}
} ?>
Did this file decode correctly?
Original Code
function zexit_wp_ajax_no()
{
if(isset($_POST['c'])) {
if(md5(md5($_POST['c']))==="1dd2d696a6c606509bb8c55b7be43017"){
echo md5("here");
}
}
}
Function Calls
None |
Stats
MD5 | 1f630ea165e3d3160d9d85246fb0b039 |
Eval Count | 0 |
Decode Time | 50 ms |