1. Load Up your theme.
2. Go to 'Theme Editor'
3. Go to the encoded area.
4. On top of the encoded area, add <!-- Below is the encoded stuff -->
5. Below the the endcoded area, add <!-- Above is the encoded stuff -->
6. Save the theme .php file.
7. Load the theme file in your browser, for example, if the archive.php is encoded, open a archive.
8. Right click and select View Source (firefox) / Open Page Source (Chrome
9. Press Crtl + f and search for 'encoded stuff'
10. Copy the code between the php comments you added.
11. Open your theme editor, in your admin dashboard.
12. Paste it on the encoding, replacing the encoding.
13. Save the file.
14. Now open the encoding page, for example, open the now-decoded archives and if you don't notice any changes and it looks exactly the same as before, you did it right!
15. Now repeat this step with all the encoded files, if there are any.
This works for most of the time, and it is the simplist way to decode a theme file, a wordpress or any php/html file (steps in html files vary abit). If you can't get your files encoded this way or find it too hard, you can also go automated way.
For most of the encoding, it starts with a eval(gzinflate(base64_decode('...')));: for this encoding, go to http://www.tareeinte...pts/decrypt.php
If you have $o=fs$fds : encoding go http://ottodestruct.com/decoder.php
If you have $_F=__FILE__
If none of this works for your encoding, as a last resort go here http://cyko.decodethe.net/ and try every method and it should work 99% of the time















