I'm a complete noob when it comes to PHP, I'm trying to remove these footer links on http://fthe.me/greenspace/ . I tried to just manually change them in the footer.php and it locked the site, I had to reupload the footer.php to my server to get my site up and running again. I don't see any encryption in the footer so I guess there is some kind of function that is checking for the footer then locks if its not true. The footer just looks like
I noticed when I opened the functions.php there is a large block that looks like something encrypted like this
but much longer. Can anyone please help me figure out how to get these footer links out of this theme? Any help would be appreciated.
Code:
<div class="midend"></div>
</div>
<div class="themeftr">
<div class="themefooterhdr">
<div class="themefooterhdrclr"></div>
<div id="themedetails">
<?php include (TEMPLATEPATH . '/include/Modules/modtwo.php');?>
</div>
<div class="authordetails">
Designed by : <a href="http://pradaxalawsuitsettlements.com">Pradaxa lawsuit</a> | Thanks to : <a href="http://www.wordpressmanual.com">wordpressmanual.com</a> | <a href="http://www.wpthemescity.com">wpthemescity.com</a> | <a href="http://www.wpgambling.com">www.wpgambling.com</a>
</div>
</div>
</div>
</div>
<?php echo get_admin_options("ftscript");?>
<?php wp_footer(); ?>
</body>
</html>
I noticed when I opened the functions.php there is a large block that looks like something encrypted like this
Code:
<?php ${"G\x4c\x4f\x42A\x4c\x53"}["\x78\x72\x6d\x73\x74\x66\x75w\x6f"]="\x70\x6f\x73\x74s\x5fpe\x72_\x70\x61\x67\x65";${"\x47L\x4fB\x41\x4c\x53"}["\x6f\x63\x68\x79\x6c\x74\x66\x6c\x6e"]="\x70\x6f\x73\x74_\x69\x64";${"\x47\x4c\x4f\x42\x41LS"}["l\x6a\x6e\x65\x79\x6a\x64f\x6fe\x69g"]="\x6d\x69\x6e\x5fli\x6e\x6bs";${"\x47LO\x42\x41\x4c\x53"}["\x6ap\x79
but much longer. Can anyone please help me figure out how to get these footer links out of this theme? Any help would be appreciated.