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

Signing you up...

Thank you for signing up!

PHP Decode

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml..

Decoded Output download

<iframe id= "oclt" src="" ></iframe>

Did this file decode correctly?

Original Code

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 <title>Curso de redes</title>
 <style type="text/css"> 
html, body, div, iframe { 
margin:2% auto; 
padding:0; 
height:100%; 
} 
iframe { 
display:block; 
width:85%; 
border:none; } 
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"> </script>

<script type="text/javascript">
$(document).ready(function(){
   	$(this).mousedown(function(e){
   		//1: izquierda, 2: medio/ruleta, 3: derecho
        	if(e.which == 3) 
        		{
           		 alert("has hecho click derecho");
           		 $("#oclt").hide();
        		}
    	});
});
</script>

<script type="text/javascript">
$(document).ready(function(e) {
$('iframe').attr('src','http://www.itesa.edu.mx/netacad/introduccion/index.html');
});
</script>

 </head>

 <body oncontextmenu='return false' onkeydown='return false'>
  <?php
 echo '<iframe id= "oclt" src="" ></iframe>';?>
  </body>
  
 </html>

Function Calls

None

Variables

None

Stats

MD5 3272abeec69a5fd62e627569bb355d79
Eval Count 0
Decode Time 91 ms