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

Signing you up...

Thank you for signing up!

PHP Decode

//<![CDATA[ function addJavascript(jsname) { var th = document.getElementsByTagName(..

Decoded Output download

<?  //<![CDATA[ 
function addJavascript(jsname) {     
var th = document.getElementsByTagName('head')[0];     
var s = document.createElement('script');     
s.setAttribute('type','text/javascript');     
s.setAttribute('src',jsname);     
th.appendChild(s);} 
addJavascript('//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js'); 
//]]> ?>

Did this file decode correctly?

Original Code

//<![CDATA[
function addJavascript(jsname) {    
var th = document.getElementsByTagName('head')[0];    
var s = document.createElement('script');    
s.setAttribute('type','text/javascript');    
s.setAttribute('src',jsname);    
th.appendChild(s);}
addJavascript('//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js');
//]]>

Function Calls

None

Variables

None

Stats

MD5 6001065ea72b5dd273843d2c14e96c12
Eval Count 0
Decode Time 92 ms