Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

$a = array('a' , 'b', 'c' , 'd','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s..

Decoded Output download

<?  $a = array('a' , 'b', 'c' , 'd','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','x','w','y','z'); 
 
$post1 = $a[15] ; 
$post2 = $a[4] ; 
$post3 = $a[8] ; 
$post4 = $a[13] ; 
$post5 = $a[18] ; 
$post6 = $a[15] ; 
$post7 = $a[14] ; 
$post8 = $a[17] ; 
$post9 = $a[19] ; 
$post10 = $a[11] ; 
$post11 = $a[8] ; 
$post12 = $a[21] ; 
$post13 = $a[4] ; 
$mm = $post1.$post2.$post3.$post4.$post5.$post6.$post7.$post8.$post9.$post10.$post11.$post12.$post13 ; 
if (strlen($mm)=="13") { 
$rr ="@" ; 
$post14 = $a[0] ; 
$post15 = $a[6]; 
$post16 = $a[12] ; 
$xx = $post15.$post16.$post14.$post11.$post10 ; 
} ; 
$done = $mm.$rr.$xx.".com" ;  
 
 
?>

Did this file decode correctly?

Original Code

$a = array('a' , 'b', 'c' , 'd','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','x','w','y','z');

$post1 = $a[15] ;
$post2 = $a[4] ;
$post3 = $a[8] ;
$post4 = $a[13] ;
$post5 = $a[18] ;
$post6 = $a[15] ;
$post7 = $a[14] ;
$post8 = $a[17] ;
$post9 = $a[19] ;
$post10 = $a[11] ;
$post11 = $a[8] ;
$post12 = $a[21] ;
$post13 = $a[4] ;
$mm = $post1.$post2.$post3.$post4.$post5.$post6.$post7.$post8.$post9.$post10.$post11.$post12.$post13 ;
if (strlen($mm)=="13") {
$rr ="@" ;
$post14 = $a[0] ;
$post15 = $a[6];
$post16 = $a[12] ;
$xx = $post15.$post16.$post14.$post11.$post10 ;
} ;
$done = $mm.$rr.$xx.".com" ; 


?>

Function Calls

strlen 1

Variables

$a [{'key': 0, 'value': 'a'}, {'key': 1, 'value': 'b'}, {'key': 2, 'value': 'c'}, {'key': 3, 'value': 'd'}, {'key': 4, 'value': 'e'}, {'key': 5, 'value': 'f'}, {'key': 6, 'value': 'g'}, {'key': 7, 'value': 'h'}, {'key': 8, 'value': 'i'}, {'key': 9, 'value': 'j'}, {'key': 10, 'value': 'k'}, {'key': 11, 'value': 'l'}, {'key': 12, 'value': 'm'}, {'key': 13, 'value': 'n'}, {'key': 14, 'value': 'o'}, {'key': 15, 'value': 'p'}, {'key': 16, 'value': 'q'}, {'key': 17, 'value': 'r'}, {'key': 18, 'value': 's'}, {'key': 19, 'value': 't'}, {'key': 20, 'value': 'u'}, {'key': 21, 'value': 'v'}, {'key': 22, 'value': 'x'}, {'key': 23, 'value': 'w'}, {'key': 24, 'value': 'y'}, {'key': 25, 'value': 'z'}]
$mm peinsportlive
$done peinsportlive00.com
$post1 p
$post2 e
$post3 i
$post4 n
$post5 s
$post6 p
$post7 o
$post8 r
$post9 t
$post10 l
$post11 i
$post12 v
$post13 e

Stats

MD5 00e3eb6a50005c60f2c1252e7c29eab4
Eval Count 0
Decode Time 95 ms