2008
Many superb themes have a footer with 4-5 links in the footer, It really sucks for our site to have so many footer links.
Here is my 2 cents tip on editing encrypted footer, it is a very simple and easy process.
Lets start:
1) When you see the footer, You see something like..
<div id=”footer”> © Copyright 2008. <? eval(gzinflate(str_rot13(base64_decode(‘FZfHD…xxx=’)))); ?>.</div>
</div>
</body>
</html>
2) Now what you do is, go to your website using the same skin, and view your page source.. In page source check at the very bottom !
3) You would see something like
<div id=“footer”> © Copyright 2008. Maintained and Owned by <a href=“http://www.web-freak.com”>Apoorv Agrawal</a></div>
</div>
</body>
</html>
4) Just copy the page source and edit the footer.php which deletes all the encrypted part. Now your footer is decrypted and you can do whatever you want to do with it
Just a small tip, thanks for reading at Web Freak



Recent Comments