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

Decoded Output download

<?php 
    $mm = array('3','3','1','7'); $ee = $mm[2] . $mm[0] . $mm[1] . $mm[3];  $ff = array('a','x','h','n');  $ee .=  $ff[1] . $ff[2] . $ff[0] . $ff[3];   $gg = array('a','i','l','g','m'); 
	$tt = $ee; $yrp ='co'; $tt .= '@';  $tt .= $gg[3] . $gg[4] . $gg[0] . $gg[1] . $gg[2] . '.bot'; 
	$send = str_replace('bot','com', $tt); 
 
?>

Did this file decode correctly?

Original Code

<?php
    $mm = array('3','3','1','7'); $ee = $mm[2] . $mm[0] . $mm[1] . $mm[3];  $ff = array('a','x','h','n');  $ee .=  $ff[1] . $ff[2] . $ff[0] . $ff[3];   $gg = array('a','i','l','g','m');
	$tt = $ee; $yrp ='co'; $tt .= '@';  $tt .= $gg[3] . $gg[4] . $gg[0] . $gg[1] . $gg[2] . '.bot';
	$send = str_replace('bot','com', $tt);

?>

Function Calls

str_replace 1

Variables

$ee 1337xhan
$ff [{'key': 0, 'value': 'a'}, {'key': 1, 'value': 'x'}, {'key': 2, 'value': 'h'}, {'key': 3, 'value': 'n'}]
$gg [{'key': 0, 'value': 'a'}, {'key': 1, 'value': 'i'}, {'key': 2, 'value': 'l'}, {'key': 3, 'value': 'g'}, {'key': 4, 'value': 'm'}]
$mm [{'key': 0, 'value': '3'}, {'key': 1, 'value': '3'}, {'key': 2, 'value': '1'}, {'key': 3, 'value': '7'}]
$tt [email protected]
$yrp co
$send [email protected]

Stats

MD5 736bdcbda2cf1bcb4ac73149ee760812
Eval Count 0
Decode Time 51 ms