You were on the right track. I think everything after "eval(base64_decode)" is just junk.
You were on the right track. I think everything after "eval(base64_decode)" is just junk.
@kevinbanet thanks for the help man, geese thats one bad file, how can people justify that and call the theme free? lol its nuts
Hello guys, first of all I have to thank you for the instructions about how to do dencryptation. I've dencrypted my code but im getting an error. I uploaded the code to pastebin explaining the problem.
Maybe i forgot to dencrypt something and that's why im getting that error, in addition I can only see the links but not URLs.
thx in advance and sorry for bad written words
http://wordpress.pastebin.com/8kvs8Ta9
****** SOLVED *******
I solved my problem, i was copying right from the displaying page instead of source code via firefox.
I am starting up my own premium themes company, but feel differently about this whole encoding issue and licensing.
I believe that the whole concept of WordPress is about sharing code, so encoding is a bad idea as the code should be there for others to see how things were done.
Also this whole single site license idea is not good, if people by a theme, they should have the ability to use this on multiple sites.
I'll not put my company name or link here, it is not meant as spam, just to make the point :)
@icanread
Decoded file: http://wordpress.pastebin.com/m6e4353X
alguien que me diga cual descodificador puedo usar?
@Nonaoco
Decoded file: http://wordpress.pastebin.com/9GhUXiGq
The easiest way I know to get rid of encrypted footer files is to browse to the site, view the source and look for the <div class="Footer">. Copy the code between the <div>s, and replace the encrypted code in the footer file with the code that you copied from the source
Unfortunately this only works to a certain extent, because any active server side scripting (I.E. php code) is removed if you do this.
Is there a decoder that decodes my footer that starts with, document.write(unescape(....?
@Pankas
Paste the code on pastebin and give the link here. I'll try to decode it for you.
Here is the link to the footer. Thanks for your help, kevinbanet.
http://wordpress.pastebin.com/iE0Kg52V
@Pankas
I think this is it. http://wordpress.pastebin.com/LdKkBAia
Thanks for your help, ClaytonJames.
Hi @kevinbanet. Can you help me, please?
http://wordpress.pastebin.com/s1Gu9bQK
How you decode this things? Thanks!
@marcelograciano:
<?php get_header(); ?>
<?php include (TEMPLATEPATH . '/gallery.php'); ?>
<?php get_footer(); ?>This topic has been closed to new replies.