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

Signing you up...

Thank you for signing up!

PHP Decode

<? $md5 = md5(uniqid(time())); $index="login.php?action=billing_login=true&_session;".md..

Decoded Output download

<? 
$md5 = md5(uniqid(time())); 
$index="login.php?action=billing_login=true&_session;".md5(time()).md5(time()); 
 
?> 
<html><head> 
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=<?echo $index; ?>"> 
 
<script type="text/javascript"> 
echo = "<?echo $index; ?>" 
self.location.replace(echo); 
window.location = echo; 
</script> 
</head>

Did this file decode correctly?

Original Code

<?
$md5 = md5(uniqid(time()));
$index="login.php?action=billing_login=true&_session;".md5(time()).md5(time());

?>
<html><head>
<META HTTP-EQUIV="Refresh" CONTENT="0;URL=<?echo $index; ?>">

<script type="text/javascript">
echo = "<?echo $index; ?>"
self.location.replace(echo);
window.location = echo;
</script>
</head>

Function Calls

time 1
uniqid 1

Variables

None

Stats

MD5 aa4309350a8f3d3ddeda7b22936196de
Eval Count 0
Decode Time 84 ms