mercredi 1 juillet 2015

Wordpress footer hacked

At the end of our wordpress page (when you check the source code) we have this little gem

</body>
</html><html>
<div style='left: -3565px; position: absolute; top: -4812px'>
<a href="http://ift.tt/1C0C3i4">Coach Outlet In Jackson Nj</a> 
<a href="http://ift.tt/1CLubME">Louis Vuitton Outlet</a> 
<a href="http://ift.tt/1KKON0a">Cheap NFL Jerseys China</a> 
<a href="http://ift.tt/1C0C3ic">Cheap Soccer Jerseys China</a> 
<a href="http://ift.tt/1CLuerP">Tiffany And Co Engagement Rings</a> 
<a href="http://ift.tt/1E5IptT">Cheap Jerseys</a> 
<a href="http://ift.tt/1CLubMH">Roger Vivier Shoes Outlet</a> 
<a href="http://ift.tt/1C0C3ig">Red Bottom Shoes</a> 
<a href="http://ift.tt/1E5IspE">Jerseys Wholesale</a> 
<a href="http://ift.tt/1C0C5qf">Kate Spade Outlet Online</a> 
<a href="http://ift.tt/12WvE7d">Cheap NBA Jerseys</a> 
<a href="http://ift.tt/1C0C5qh">Wholesale Hockey Jerseys</a> 

</div>
</html>

And i can't find out exactly where this has been placed in the files. the footer seems fine

<footer id="main-footer">
<?php get_sidebar( 'footer' ); ?>

<div id="footer-bottom">
    <div class="container">
        <p id="copyright">
            <?php printf( __( 'Copyright %1$s | Web Design by %2$s', 'Nimble' ), '<a href="" title=""></a>', '<a href=""></a>' ); ?>
        </p>
    </div>
    <!-- end .container -->
</div>
<!-- end #footer-bottom -->
</footer>
<!-- end #main-footer -->
<?php wp_footer(); ?>
</body>

</html>

And it's not in the page templates themselves. Any ideas?

Aucun commentaire:

Enregistrer un commentaire