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: comment.tpl.php 7156 2010-04-24 16:48:35Z chris $ ?> <!-- start comment.tpl..

Decoded Output download

<?php
// $Id: comment.tpl.php 7156 2010-04-24 16:48:35Z chris $
?>

<!-- start comment.tpl.php -->
<div class="comment <?php print $comment_classes;?> clear-block">
  <?php print $picture ?>
  <?php if ($comment->new): ?>
  <a id="new"></a>
  <span class="new"><?php print $new ?></span>
  <?php endif; ?>
  <h3 class="title"><?php print $title ?></h3>
  <div class="submitted">
    <?php print $submitted ?>
  </div>
  <div class="content">
    <?php print $content ?>
    <?php if ($signature): ?>
    <div class="signature">
      <?php print $signature ?>
    </div>
    <?php endif; ?>
  </div>
  <?php if ($links): ?>
  <div class="links">
    <?php print $links ?>
  </div>
  <?php endif; ?>
</div>
<!-- /end comment.tpl.php -->

Did this file decode correctly?

Original Code

<?php
// $Id: comment.tpl.php 7156 2010-04-24 16:48:35Z chris $
?>

<!-- start comment.tpl.php -->
<div class="comment <?php print $comment_classes;?> clear-block">
  <?php print $picture ?>
  <?php if ($comment->new): ?>
  <a id="new"></a>
  <span class="new"><?php print $new ?></span>
  <?php endif; ?>
  <h3 class="title"><?php print $title ?></h3>
  <div class="submitted">
    <?php print $submitted ?>
  </div>
  <div class="content">
    <?php print $content ?>
    <?php if ($signature): ?>
    <div class="signature">
      <?php print $signature ?>
    </div>
    <?php endif; ?>
  </div>
  <?php if ($links): ?>
  <div class="links">
    <?php print $links ?>
  </div>
  <?php endif; ?>
</div>
<!-- /end comment.tpl.php -->

Function Calls

None

Variables

None

Stats

MD5 0795626f7c5b4bb6844bd8765d63231a
Eval Count 0
Decode Time 91 ms