Decoding Footer Links In WP Themes Resource

Hijinx

Junior Member
Joined
Apr 13, 2009
Messages
142
Reaction score
89
Saw someone asking about this... so since i had to go through this, i thought i'd post some helpful links i've found....

Code:
if the encoded text starts with $o=whatever: Go Here:  [URL]http://ottodestruct.com/decoder.php[/URL]
Code:
If it starts with $_F=__FILE__: Go Here: [URL]http://www.tareeinternet.com/scripts/byterun.php[/URL]
Code:
If it starts with eval(gzinflate(base64_decode('...')));: Go Here: [URL]http://www.tareeinternet.com/scripts/decrypt.php[/URL]
With this one you can upload the obfuscated file and then download the clean one in a few seconds...
Code:
[URL]http://cyko.decodethe.net/[/URL]
Regards...
 
another way, save as complete webpage. open it with html editor, find <div id="footer"> and copy it to footer.php
 
that works sometimes... other times it does not specially if there is php code in the footer it won't show by viewing the source
 
Website

Code:
http://cyko.decodethe.net/

not working today...
 
Code:
[URL]http://cyko.decodethe.net/[/URL]
Moved to new hosting.
Code:
http://decodeby.us/
 
Back
Top