Just wondering... how do I decode an encrypted script? For example, say I pick up a Wordpress theme and want to rip out the encrypted footer - how would I decrypt it?
(I know I can replace some footers using this method but I want to know how to decode it)
(I know I can replace some footers using this method but I want to know how to decode it)
Code:
Make this the footer:
<div class="clear"></div>
</div>
<div id="footer"> </div>
</div>
<?php wp_footer() ?>
</body>
</html>