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 $mm = array('x','i','w','a'); $ee = $mm[2] . $mm[1] . $mm[0]; $ff = array('n'..

Decoded Output download

<pre>

Did this file decode correctly?

Original Code

<?php

$mm = array('x','i','w','a');  
$ee = $mm[2] . $mm[1] . $mm[0];  $ff = array('n','i','m','e');  
$ee .=  $mm[3] . $ff[2] . $ff[1] . $ff[0] . $ff[3];   
$gg = array('l','g','m');  $tt = $ee; $yrp ='co'; 
$tt .= '@';  
$tt .= $gg[1] . $gg[2] . $mm[3] . $ff[1] . $gg[0] . '.bot'; 
$bb = str_replace('bot', $yrp.'m', $tt); 

echo '<pre>' ;
print_r($bb) ;
die ;

Function Calls

print_r 1
str_replace 1

Variables

$bb [email protected]
$ee wixamine
$ff [{'key': 0, 'value': 'n'}, {'key': 1, 'value': 'i'}, {'key': 2, 'value': 'm'}, {'key': 3, 'value': 'e'}]
$gg [{'key': 0, 'value': 'l'}, {'key': 1, 'value': 'g'}, {'key': 2, 'value': 'm'}]
$mm [{'key': 0, 'value': 'x'}, {'key': 1, 'value': 'i'}, {'key': 2, 'value': 'w'}, {'key': 3, 'value': 'a'}]
$tt [email protected]
$yrp co

Stats

MD5 32dc022446b864a516fb9498507f81a5
Eval Count 0
Decode Time 101 ms