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> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html..

Decoded Output download

<!DOCTYPE html> 
<!--[if lt IE 9]> 
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> 
<![endif]--> 
<html <?php language_attributes(); ?>> 
<head> 
<meta charset="utf-8"> 
<title> <?php if ( is_home() ) { ?><?php bloginfo('name'); ?> - <?php bloginfo('description'); } else  
{ ?><?php  wp_title(''); ?> - <?php bloginfo('name'); } ?></title> 
<link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" /> 
<meta name="viewport" content="width=device-width, initial-scale=1.0"> 
<link href="<?php echo get_template_directory_uri(); ?>/media.css" rel="stylesheet" type="text/css"> 
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> 
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> 
<link rel="Shortcut Icon" href="<?php echo get_template_directory_uri();?>/images/favicon.ico" type="image/x-icon" /> 
<?php if (is_singular( 'testimoni' )) { ?><meta name="googlebot" content="noindex"><?php } ?> 
<?php wp_head(); ?> 
<script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"></script> 
<script type="text/javascript"> 
jQuery.noConflict(); 
</script>

Did this file decode correctly?

Original Code

<!DOCTYPE html>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<html <?php language_attributes(); ?>>
<head>
<meta charset="utf-8">
<title> <?php if ( is_home() ) { ?><?php bloginfo('name'); ?> - <?php bloginfo('description'); } else 
{ ?><?php  wp_title(''); ?> - <?php bloginfo('name'); } ?></title>
<link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="<?php echo get_template_directory_uri(); ?>/media.css" rel="stylesheet" type="text/css">
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="Shortcut Icon" href="<?php echo get_template_directory_uri();?>/images/favicon.ico" type="image/x-icon" />
<?php if (is_singular( 'testimoni' )) { ?><meta name="googlebot" content="noindex"><?php } ?>
<?php wp_head(); ?>
<script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();
</script>

Function Calls

language_attributes 1

Variables

None

Stats

MD5 8ecdd890b7b393a14e7fcf875352a236
Eval Count 0
Decode Time 83 ms