How to encode footer to base64

adam.jn

Regular Member
Joined
Nov 9, 2009
Messages
290
Reaction score
93
Hey,

Can anyone tell me how I make a footer into a base64 encoded footer, my files are all php.

I used this tool to encode then, but when I put the code generated from this into my footer, it just shows on my site... im thinking I need some string of code before the encoded scction like but i duno what it is, if any1 could help me, that would be great.

Code:
<? eval(gzinflate(str_rot13(base64_decode('esrgesage....

The encoding tool

Code:
http://www.opinionatedgeek.com/dotnet/tools/base64encode/
 
No worries guys, after some more googling, i found out how to do it... I used

Code:
http://www.encodephp.com/
 
Back
Top