Status
Not open for further replies.

Rocke

Active Member
951
2010
43
0
[Solved] Wordpress Footer Decrypt

I need help to decrypt the footer in this free wordpress theme, coz it contains links to 4 sites, I've tried to usual <!--Start footer--> method but it's still doesn't work.

the default footer looks like this.

Code:
        <div class="span-24"> 
        <div id="footer">
        <?php // This theme is released free for use under creative commons licence. http://creativecommons.org/licenses/by/3.0/
            // All links in the footer should remain intact. 
            // These links are all family friendly and will not hurt your site in any way. 
            // Warning! Your site may stop working if these links are edited or deleted  ?>
            Designed by: <a href="http://www.webhostingrally.com">Web Hosting</a> Rally | Thanks to <a href="http://wolfet.co.uk/news/">Wolfenstein News</a>, <a href="http://www.financesteer.com/ ">Finance Blog</a> and <a href="http://www.dorela.com/index.php?cName=dresses">Fashion Dress</a> 
            <br /> Copyright &copy; <strong><?php bloginfo('name'); ?></strong> | Powered by <a href="http://wordpress.org/">WordPress</a> 
        </div>
    </div>
</div>
</div>

<?php
    wp_footer();
    echo get_theme_option('footer')  . "\n"; 
?>
</body>
</html>
After I do the trick it ends up showing this text in the homepage

This theme is released free for use under creative commons licence. All links in the footer should remain intact. These links are all family friendly and will not hurt your site in any way.
Please help, thanks in advance.
 
6 comments
latter brephi

You gotta remove this.

eval(base64_decode('stuffhere'));?>

It appears in multiple files, such as functions.php, header.php, etc.
 
Status
Not open for further replies.
Back
Top