No </body> tag in my theme

JahRuhle

New member
Jan 8, 2010
180
6
0
recently switched themes on one of my $$$ sites and when trying to put my tracking202/statcounter codes back in right before the </body> tag I realized that I could not find it anywhere. Not in the header file, index file, or footer file. However, in the footer file there is a <?php eval(base64_decode(blahblahlotsofrandomcodehere and nothing else. I am guessing the owner of the theme coded the footer so that I could not delete his link back to his site. Anyways, my questions is: where can i put the statcounter/tracking202 code? should i just put it before the php code that is in the footer?

p.s I am using the StudioPress_Red 1.0 by Daily Blog Tips if anyone is familiar with this
 


Yup, just stick it right before that.

In all honesty I wouldn't use that theme. Theme files have access to your database. Or I would use a base 64 decoder (just google it) to decode the code and take the links out.
 
Yup, just stick it right before that.

In all honesty I wouldn't use that theme. Theme files have access to your database. Or I would use a base 64 decoder (just google it) to decode the code and take the links out.

Nice man! thanks i google the base 64 decoder and it gave me all the info i needed including the </body> tag. thanks mate!