I got a complain about theme of my blog.footer on my blog there is a link to its theme. How this is not a problem, but in a little trick how to change the page footer in the menggunkan base64-encode string_rot (bla.. Bla .. bla ..)
Accidentally I found a very simple way, the way does not require its decoder tool.
First: locate the file wordpress theme that you use, find the footer.php
if there is a syntax Decode eval (gzinflate (str_rot13 (base64_decode ( 'bla ... bla ... bla ...')))) means that the footer is by the author do not want to change. like this :
<? eval(gzinflate(str_rot13(base64_decode('bla...bla...bla....')))); ?>
Second: let the code, do not change first, then go to your blog site, type http://blogdomain.tld
Third: after appearing blog page you see in the footer. You'll found there's a theme footer.
Fourth: press ctrl + U (for the opera and in firefox). Search part below :
<!-- /Main -->
<div id="footer">
<!-- Footerbar -->
<div id="footerbar">
<div id="footerbar-left">
<h3>Recent Articles</h3>
<ul class="footerbar-left-in">
<li><a href='http://blog.rafeyfa.com/?p=48' title='Beauty and Skin Care Tips'>Beauty and Skin Care Tips</a></li>
<li><a href='http://blog.rafeyfa.com/?p=45' title='Aromatherapy to rejuvenate body, mind and spirit'>Aromatherapy to rejuvenate body, mind and spirit</a></li>
<li><a href='http://blog.rafeyfa.com/?p=41' title='Some Essential Attitude'>Some Essential Attitude</a></li>
<li><a href='http://blog.rafeyfa.com/?p=39' title='Choosing Cosmetics and Beauty Products'>Choosing Cosmetics and Beauty Products</a></li>
</ul>
</div>
<div id="footerbar-center">
<h3>Recent Comments</h3>
<ul class="footerbar-center-in">
</ul>
</div>
<div id="footerbar-right">
<h3>Theme Credits</h3>
<ul class="footerbar-right-in">
Designed by: Rafeyfa dot COM
<br />
<br /><a href="http://forum.rafeyfa.com" target=blank">Our Forum</a>
<br /><a href="http://blog.rafeyfa.com" target="blank">Our Blog</a>
<br /><a href="http://www.rafeyfa.com" target="blank">Rafeyfa Main Site</a>
</ul>
</div>
</div>
<!-- /Footerbar -->
<!-- Copyright -->
<div id="copyright">
(c)Copyrighted <a href="http://blog.rafeyfa.com/">My First Blog</a> Theme, All Rights Reserved.
</div>
<!-- /Copyright -->
</div>
<!-- Footer -->
</div></div></div>
<!-- /Page -->
<div id="avatar_footer" style="display: none;"><a href="http://www.sterling-adventures.co.uk/blog/">Adventures</a></div>
</body>
</html>
Ah haaa.....the code is visible now.
Congratulation, you have decode the base 64 code...
Fifth: Copy code above, and back to file footer.php and then remove all the base64 code and then replace, with code above.
I think its very simple way, right???







Articles 









