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 // $Id: block.tpl.php,v 1.1 2010/08/21 09:00:49 skounis Exp $ ?> <div id="block-<?ph..

Decoded Output download

<?php
// $Id: block.tpl.php,v 1.1 2010/08/21 09:00:49 skounis Exp $
?>
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">

<?php if (!empty($block->subject)): ?>
  <h2><?php print $block->subject ?></h2>
<?php endif;?>

  <div class="content clearfix"><?php print $block->content ?></div>
</div>

Did this file decode correctly?

Original Code

<?php
// $Id: block.tpl.php,v 1.1 2010/08/21 09:00:49 skounis Exp $
?>
<div id="block-<?php print $block->module .'-'. $block->delta; ?>" class="clear-block block block-<?php print $block->module ?>">

<?php if (!empty($block->subject)): ?>
  <h2><?php print $block->subject ?></h2>
<?php endif;?>

  <div class="content clearfix"><?php print $block->content ?></div>
</div>

Function Calls

None

Variables

None

Stats

MD5 e70e9b1174bb4ee8481f15435fa1e825
Eval Count 0
Decode Time 104 ms