|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 88
Members: 0
Total: 88
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
footer from wp theme stere0line |
|
Posted: Tue Nov 23, 2010 3:10 am |
|
|
fux0r |
Beginner |
|
|
Joined: Apr 16, 2010 |
Posts: 4 |
|
|
|
|
|
|
|
OK guys/gals.
ive never experienced this string:
Code: | <?php eval(stripslashes(gzinflate(base64_decode("rVZtb9s2EP6cAv0PnFZMCmBbXbPtQyLJyIK0+7CiRmGgHwVKoiwmFCmQVDTv5b/vSEqKoslpA8yAZPruuRfePTx6m0Tfrdfo/adP+9vPaL1OXr+KCvqAaBF7pRCaSA9ECD4WlwuuCddIlMhpnYnVG7OcYaVir4cNptP3mfXzq9Ba1IjjB3rAmgr+6GfuK7PQFKDeBDEit03VoEf5m5rwVum2LFGMsJT4GBilb8T+1DBOkP/ebeGj0a2sE99kjikn0p/g/qNMbW5+rxwDDOLR0Aj/7AEkr8Q8Ay1b4rQlZizD+X2aZ/4krtUVpNGV/9TyrVPpitQkZSK3RXQJucakdsfnV69fueJ0jSmhlQaTKp1fbZNJ+aIQKp9MOxV+pVXzlbP6IJAWDWKU35/u7EGkAJp29SzCqJKkjL3vH+N5SaQazAcryoEI4H8vmig0iiQKcfLsFk5ms5z8jWiOkh4qfTr1fIBAckPKldbNZRhCSzohi0YSpRrWHihXm1zUoYc01YzEHmhq2tZoRKEe5iVfQLSzop0Tma2hv9FCjN7L6MTEeCaEJYoCAJYHomMvzRjm908i9jZ7izSBFyp5ojRLqyiTY7UYwdJD4dcsTIgLmDFMna58z+4Lg/IWHQ5NZP04sxOC8py1BUHB/vbj7vfr/e3uev8b2iA/7GgBFVFr53jNSKk3YAFHB22TuddwdPtc3JoWBSNPcWdP6cNSB1qcaUO3XeoZE0CFUgR+K5lvDqw3KwYAhIeUPpremylykKLlxSXgA+fjjYG8g5EIW00V0Zrygwp8BdZEwLkgqXNFa3wgEMMMq94I4p0jLtaSNATrkWLz3KzYZefOazJHcFw7wOKxnR/dWc2XSvp/tdwS+iU9fwnR53tyLucsn6Ic4sRNOwAdaHptz3VfPl/vJgFULmmjkT420DxN/tDhHX7ATgrckflCS0ndMKxJOvAuvFOh7gjRmzs4e9BGa20ifoP3YXR1VMNu7EhUGutWERXCS6aa1sRQMewpq7vn+Nr7GbmqO0gQ8hJ8m/d3adxjbuAwwNcPuG6ucrOOf3xB9gA4C8ObtoSbD84AdDgnILKCjRHA78Cv3q1QdQHPT/D8DM8vK8RwRtgKbXhbZ0TCohSMiQ4WuTH2V3+hSjwQeWn/B6B/zGX97WkhlwEXXQC0He1c8eC2d6wJLKWjMBPF0dKn0jUD0L8=")))); ?> |
FYI: This footer is from a Themef0rest WP template: stere0line if you care |
|
|
|
|
|
|
|
|
Posted: Tue Nov 23, 2010 3:22 am |
|
|
fux0r |
Beginner |
|
|
Joined: Apr 16, 2010 |
Posts: 4 |
|
|
|
|
|
|
|
OK maybe I did it. Please check:
Code: | ?><!-- FOOTER -->
<div id="footer">
<!-- content of footer -->
<div class="content">
<!-- Bottom navigation -->
<div class="bottom_nav">
<?php
$menustuff = array(
'menu' => 'Footer Menu',
'container' => '',
'container_class' => '',
'menu_class' => 'menuz',
'echo' => true,
'fallback_cb' => '',
'depth' => 0,
'theme_location' => 'footer_menu');
wp_nav_menu( $menustuff);?>
</div>
<!-- /Bottom navigation -->
<!-- Go top link -->
<div class="go_top">
<a href="#navigation"><span class="inv">Go Top</span></a>
</div>
<!-- /Go top link -->
<!-- Copyright -->
<div class="copyright"><a href="http://thewordpressplugins.com/" title="premium wordpress plugins">WordPress Plugins</a> | <a href="http://thepremiumwordpress.com" title="premium wordpress themes" target="_blank">WordPress Premium Themes</a></div>
<!-- /Copyright -->
<br class="clear" />
<!-- 3 cols -->
<div class="footer_3cols">
<!-- Col -->
<?php include (TEMPLATEPATH . '/widgets-footer-left.php'); ?>
<!-- /Col -->
<!-- Col middle -->
<div class="col_middle">
<a href="<?php bloginfo('url');?>" class="footer_logo" style="background:url(<?php $logo2 = get_settings('stereoline_footerimage');echo $logo2;?>) no-repeat" title="<?php bloginfo('title');?>"><span><?php bloginfo('name');?></span></a>
</div>
<!-- /Col middle -->
<!-- Col -->
<?php include (TEMPLATEPATH . '/widgets-footer-right.php'); ?>
<!-- /Col -->
<br class="clear" />
</div>
<!-- /3 cols -->
</div>
<!-- /content of footer -->
</div>
<!-- /FOOTER -->
</div>
<!-- /WRAP -->
<script type="text/javascript" src="<?php bloginfo('template_url');?>/js/tweet.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/<?php $tw = get_settings('stereoline_twitter');echo $tw;?>.json?callback=twitterCounter&count=1"></script>
<script type="text/javascript">
//Cufon repleace
Cufon.replace('h2, h3, h4, h5, h6, label, .number, .follow, .cufon',{ hover: true });
</script>
<script type="text/javascript"> Cufon.now(); </script><?php wp_footer(); ?></body>
</html><? |
|
|
|
|
|
|
|
|
|
Posted: Tue Nov 23, 2010 11:27 am |
|
|
vince213333 |
Advanced user |
|
|
Joined: Aug 03, 2009 |
Posts: 737 |
Location: Belgium |
|
|
|
|
|
|
Just drop the ?> and <? at the start and end and it's correct |
|
|
|
|
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
|
|
|
|
|
|
|