WordPress主题的foot.php被加密,求解~~~<结果正确再追加50分>
发布网友
发布时间:2022-04-28 22:00
我来回答
共2个回答
热心网友
时间:2023-10-05 02:31
没什么技术含量,呵呵!
<?php include (TEMPLATEPATH . '/bottom.php'); ?>
<div id="footer">
<div class="fleft">
Design: <a href="http://lasvegascondohighrise.com/">Las Vegas High Rise Condos</a> <br/>
Copyright © <?php echo date('Y');?> <?php bloginfo('name');?><br/>
<?php $foot = get_option('marina_foot'); echo stripslashes($foot); ?>
</div>
<div class="fright">
<a href="http://www.hostv.com/">VPS Hosting</a> | <a href="http://www.hostv.com/linux-vps.shtml">Linux VPS</a> | <a href="http://www.hostv.com/shoutcast-icecast-hosting.shtml">Shoutcast Hosting</a> <br/>
<a href="<?php bloginfo('rss2_url'); ?>">Subscribe to Posts</a> | <a href="<?php bloginfo('comments_rss2_url'); ?>">Subscribe to Comments</a>
</div>
<div class="clear"></div>
<?php wp_footer(); ?>
</div>
</div>
</body>
</html>
热心网友
时间:2023-10-05 02:32
1楼已经做出解释了,楼主,你去网上搜索一下加密解密工具,这是你日后必不可少的东西。 PHP的, JS的。等等。收集一下吧。