Decoding footer.php ?? Please help

Fischlein11

Banned - Shitlisted and did not do the right thing
Joined
Feb 22, 2010
Messages
282
Reaction score
104
Hey Guys,

i got an wordpress theme installed, and in the footer.php are some fucking ads i cant remove !! Couse the footer.php is decryptet.

When i upload it here cann someone decode it for me ??

Thank you
 
Post it here so we can see what you mean.
 
Footers dont usually contain any proprietary code you really need to decode..

I figured you want to remove the theme creators sponsorship so the more efficient way / less hassle if you can understand a bit of HTML/Wordpress API (although you probably wouldnt be asking for a decoder if that was the case)

Just view a page with the footer on it,
Right click -> View source
Steal source starting right before footer div
Throw it back in footer.php on Appearance->Editor
Edit contents/links to suit your needs

Alternatively you can post the pastebin of footer.php and have someone try to decode it
 
Last edited:
I have already tried some tool but nothing work :(:(:(

I uploaded the php file here:

http://www49.zippyshare.com/v/88711918/file.html

please someone help me out :(
 
it's encoded in base 64 with multiple layers (ie encoding inside encoding inside encoding)

don't have time to decode it for you, but go to some of these sites and it should set you in the right direction.

Code:
http://www.tareeinternet.com/scripts/decrypt.php

Code:
http://www.phpbuilder.com/board/showthread.php?t=10340358

Code:
http://www.tareeinternet.com/forum/knowledgebase/274-decoding-eval-gzinflate-base64_decode.html
 
Replace "eval" with "highlight_string". Upload the file. Navigate to footer.php. You should now see your replacement code.
 
Thank you all, i got it with the html trick. I give u all +REP
 
Back
Top