Skip to content
WJunction - Webmaster Forum

how to encrypt wordpress and blogger footer ?

Status
Not open for further replies.
hi
i m about to design wordprees and blogger templetes
so if anyone can help me and tell me how i encrypt its footer so if anyone remove my copyrights the website doesnt work
and a phrase appear like this
All the links in the footer should remain intact. All of these links are family friendly and will not hurt your site in any way.

thanks
 

6 comments

Most of the wordpress templates achieve this by just adding a few lines of base64 encoded script in one of the template files, decoded and eval()'ed on run, though this won't stop everyone from removing it.
You can make it a bit more secure by adding checker scripts like that to multiple files and making them cross-dependent.
 
Unless you plan on throwing money away just to ioncube/zend encode your footer, there is absolutely nothing you can do which cannot be reversed.

In most cases, you can simply change the eval/echo to a var_dump and get the decoded source back.

If you can encode it, someone else can decode it, unless you use something professional like ioncube.
 
Unless you plan on throwing money away just to ioncube/zend encode your footer, there is absolutely nothing you can do which cannot be reversed.

In most cases, you can simply change the eval/echo to a var_dump and get the decoded source back.

If you can encode it, someone else can decode it, unless you use something professional like ioncube.

This. HTML, PHP, JS, or any language for that matter => obfuscation is useless. If you're mainly worried about copycats: followers will never be leaders. Remember that.
 
Status
Not open for further replies.

About the author

M
Active Member · Joined
52
Messages
1
Reactions
8
Points

Advertise on WJunction

Reach 1000's of webmasters, hosts & affiliates. Banner & sponsored-thread slots available.

Contact us
Back
Top Bottom