JamesGeddes Posted July 29, 2010 Share Posted July 29, 2010 I have just installed a new theme for my site at JamesGeddes.com however I want to edit the php footer file This, however, is coded in base64; fine for browsers, not so great for people! The file is at http://jamesgeddes.com/wp-content/themes/techno/footer.php but so that you can look at it I have copied the contents to a text file http://jamesgeddes.com/wp-content/themes/techno/txt/footer.txt How can I turn this base64 nonsense in to normal PHP code? Thanks for your help! James Quote Link to comment https://forums.phpfreaks.com/topic/209278-base64-footer-on-jamesgeddescom/ Share on other sites More sharing options...
Alex Posted July 29, 2010 Share Posted July 29, 2010 The same way they do, but instead of passing it to eval just echo it to get the contents. Quote Link to comment https://forums.phpfreaks.com/topic/209278-base64-footer-on-jamesgeddescom/#findComment-1092810 Share on other sites More sharing options...
AbraCadaver Posted July 29, 2010 Share Posted July 29, 2010 The same way they do, but instead of passing it to eval just echo it to get the contents. But you'll probably find that that content has itself been encoded, and that content encoded, etc... Quote Link to comment https://forums.phpfreaks.com/topic/209278-base64-footer-on-jamesgeddescom/#findComment-1092812 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.