howephunny
Member
Posted 3 weeks ago #
I am trying to adjust the footer file of a theme, but the file is gibberish. Is there anyway to decrypt this?
Here is the code ...
<?php eval(gzinflate(base64_decode("bVFNa8MwDL0X+h+0XNIeEm8UdlhTl8HOWw+DHYtjq4m2xDa206ywHz8noaX7uBhZ0ntP0tvy4ibLoMSKNByMCeggy3jBFB35fFZsbW1hPqsw7D0pLIVbLNfz2XaoDcBdg8IjxPeIIDvnUAeQDhUFD6SDkAGEVmA0KPK2EaeBPoIjP5DaJJNmwqMIwM70GLFQnqAQUDs8bJI6BPvAWN/3eW9DjS361f1tLk3LEv5mnLIOvYfXsVIwwfMp/peEtDYWqwGd8EetHMITtqRJyGuoQk+VvmZIr8YQd7oLjgIZPY5RurghMzZQ27XZpcZS/jLl4PmcG0Rg54zqZPB5DkXpgPHfYx5FQ0oE4/J+lRtXMVmj/Nh2jjaxLV4o3uuzDm0z0n39WfOdKi/6C9j77MIYbxb/A+6nxcrso1VxwkXa2/1kSrpcw2j0uZOVRp3GYBDn3w=="))); ?>
ClaytonJames
Member
Posted 3 weeks ago #
Roughly;
?><!-- begin footer --></div><?php get_sidebar();?><!-- Please leave current credits intact and on display --><div id="footer"> Powered by <a href="http://www.wpthemes360.com/">Wordpress Themes</a>. Theme by <a href="http://winnopeg.com">Andre Deminiac</a>. Theme design by <a href='http://www.a1nutrition.com/brand/optimum-nutrition/'>Optimum Nutrition</a> Products.. <br /><a href="http://validator.w3.org/check?uri=referer">xhtml</a> | <a href="http://jigsaw.w3.org/css-validator/">css</a></div><?php do_action('wp_footer'); ?></div></body></html>
ClaytonJames
Member
Posted 3 weeks ago #
P.S. Thanks to Otto42. Way too easy.
:-)
howephunny
Member
Posted 3 weeks ago #
Thanks ... this is a huge help
ClaytonJames
Member
Posted 3 weeks ago #
No problem. Credit goes to the folks in that link, and to Otto42 for links to some tools that make it such a short job.
Peace.