MyBB Community Forums

Full Version: file decode help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!

I have a footer file that I need decoded. I believe it was coded using source cop. I need to add a privacy policy and site rules link to it. Is anybody able to decode the file for me?

The file is attached.

Thanks in advance!
well, it just contains crap, which you could've just as well just have copied from the HTML sourcecode. you sure that you even want anything of this on your site?

?>
<div id="footer">
<p class="footer">
Download music from <a href="http://mp3song.name/" title="MP3 music">MP3 music</a> and <a href="http://iamkaiser.com/" title="make money blog">make money blog</a> | Directory <a href="http://carthemes.net/">Car Wordpress Theme</a> and <a href="http://carsforums.com" title="Car Forum" >Car Forum</a>


</div></div>
</div>
</body>

</body>
</html>

the decoder code:
$_X=base64_decode($_X);$_X=strtr($_X,'123456aouie','aouie123456');$_R=ereg_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;
Yeah, there is some crap. I guess I'll clean it up. Thanks a bunch!