Kod:
<!-- Footer -->
<div id="footer">
<!-- Footerbar -->
<div id="footerbar">
<div id="footerbar-left">
<h3>Recent Articles</h3>
<ul class="footerbar-left-in">
<?php wp_get_archives('type=postbypost&limit=4'); ?>
</ul>
</div>
<div id="footerbar-center">
<h3>Recent Comments</h3>
<ul class="footerbar-center-in">
<?php
$sql = "SELECT * FROM $wpdb->comments LEFT OUTER JOIN $wpdb->posts ON ($wpdb->comments.comment_post_ID = $wpdb->posts.ID) WHERE comment_approved = '1' AND comment_type = '' ORDER BY comment_date DESC LIMIT 0 , 4";
$comments = $wpdb->get_results($sql);
foreach ($comments as $comment) {
$data = $comment->comment_author . " @ " . $comment->post_title;
echo "<li><a href=\"" . get_permalink($comment->comment_post_ID) . "\">" . substr($data,0,40) . " ...</a></li>";
}
?> </ul>
</div>
<div id="footerbar-right">
<h3>Theme Credits</h3>
<ul class="footerbar-right-in">
Designed by: <a href="http://www.online.whymangosteen.com/">Mangosteen Juice</a>
<br />
<br /><a href="http://www.indigoreeddiffusers.com">Reed Diffusers</a>
<br /><a href="http://www.turtlehost.be/goedkope-domeinnamen.php">Domeinnaam Registreren</a>
<br /><a href="http://www.grafisch-bureau.be">Grafisch Bureau</a>
</ul>
</div>
</div>
<!-- /Footerbar -->
<!-- Copyright -->
<div id="copyright">
<font color="white">(c)Copyrighted <a href="<?php echo get_option('home'); ?>/"><font color="white"><?php bloginfo('name'); ?></font></a> Theme, All Rights Reserved.</font>
</div>
<!-- /Copyright -->
</div>
<!-- Footer -->
</div></div></div>
<!-- /Page -->
<?php wp_footer(); ?>
</body>
</html>
Bu kodda ne fazla base64_decode ile şifrelenmiş bir sayfayı çözdüm ama tam olmadı bu kodda hangi kodlar fazla şuanki hali www.diyetuzmani.net