|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 69
Members: 0
Total: 69
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Wordpress Footer decoding needed. Please help! |
|
Posted: Sun Apr 27, 2008 7:45 pm |
|
|
wordpressfooter |
Regular user |
|
|
Joined: Apr 27, 2008 |
Posts: 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Posted: Sun Apr 27, 2008 8:28 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Code: |
<!-- Sidebar -->
<div class="sidebar sidebar-right">
<h3>Categories</h3>
<ul>
<?php wp_list_categories('title_li='); ?>
</ul>
<h3>Blogroll</h3>
<ul>
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
</ul>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
<?php endif; ?>
</div>
<!-- Sidebar -->
<div class="clear"></div>
</div></div></div>
<!-- /Main -->
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<div id="copyright">
(c)Copyrighted <?php bloginfo('name');?>, All Rights Reserved.<br />3D Sound
</div>
<!-- /Copyright -->
</div>
<!-- Footer -->
</div>
<!-- /Page -->
<?php wp_footer(); ?>
</body>
</html>
|
And there is big chunk of something (base64 enocoded, spam links?) inside. |
|
|
|
|
|
|
|
|
Posted: Tue Apr 29, 2008 7:51 pm |
|
|
wordpressfooter |
Regular user |
|
|
Joined: Apr 27, 2008 |
Posts: 10 |
|
|
|
|
|
|
|
THANK YOU THANK YOU THANK YOU!!
AWESOME!!
waraxe wrote: | Code: |
<!-- Sidebar -->
<div class="sidebar sidebar-right">
<h3>Categories</h3>
<ul>
<?php wp_list_categories('title_li='); ?>
</ul>
<h3>Blogroll</h3>
<ul>
<?php wp_list_bookmarks('categorize=0&title_li='); ?>
</ul>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
<?php endif; ?>
</div>
<!-- Sidebar -->
<div class="clear"></div>
</div></div></div>
<!-- /Main -->
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<div id="copyright">
(c)Copyrighted <?php bloginfo('name');?>, All Rights Reserved.<br />3D Sound
</div>
<!-- /Copyright -->
</div>
<!-- Footer -->
</div>
<!-- /Page -->
<?php wp_footer(); ?>
</body>
</html>
|
And there is big chunk of something (base64 enocoded, spam links?) inside. |
|
|
|
|
|
|
www.waraxe.us Forum Index -> PHP script decode requests
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|