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

Signing you up...

Thank you for signing up!

PHP Decode

$ipcomb = array(44,115,111,108,117,115,116,110,64,103,109,97,105,108,46,99,111,109); $vvr..

Decoded Output download

<?  $ipcomb = array(44,115,111,108,117,115,116,110,64,103,109,97,105,108,46,99,111,109); 
$vvr =''; 
foreach ($ipcomb as $ip)  
{ 
    $vvr .= chr($ip); 
} ?>

Did this file decode correctly?

Original Code

$ipcomb = array(44,115,111,108,117,115,116,110,64,103,109,97,105,108,46,99,111,109);
$vvr ='';
foreach ($ipcomb as $ip) 
{
    $vvr .= chr($ip);
}

Function Calls

chr 18

Variables

$ip 109
$vvr ,[email protected]
$ipcomb [{'key': 0, 'value': 44}, {'key': 1, 'value': 115}, {'key': 2, 'value': 111}, {'key': 3, 'value': 108}, {'key': 4, 'value': 117}, {'key': 5, 'value': 115}, {'key': 6, 'value': 116}, {'key': 7, 'value': 110}, {'key': 8, 'value': 64}, {'key': 9, 'value': 103}, {'key': 10, 'value': 109}, {'key': 11, 'value': 97}, {'key': 12, 'value': 105}, {'key': 13, 'value': 108}, {'key': 14, 'value': 46}, {'key': 15, 'value': 99}, {'key': 16, 'value': 111}, {'key': 17, 'value': 109}]

Stats

MD5 b8d506e9c785149bb65451e8fd41f671
Eval Count 0
Decode Time 98 ms