Why encrypting footer ?

Status
Not open for further replies.

Snell

Active Member
625
2009
18
250
I've seen some wordpress templates that have there footer encrypted.

I want to know why this is done
, I don't get it why they do it.

Php is a server-side scripting, obviously the end-user won't get the php source.

I've googled that but am not getting the correct answer.

Any good answer from some coders here ??
 
11 comments
So you don't remove their copyright on the footer. Most people like to remove the copyright and info on what script they're using... common sense. :P
 
There may be more reasons but that's the best one I can come up with. :P Most scripts have the copyright itself encrypted and if you remove it the script stops working. But I guess that script does whole footer which is stupid IMO.
 
The reason is, the developers who design and code the wordpress themes, place some links in the footer.The people who download the theme files are removing those links even though the developer states clearly that the links should not be removed.

Thats why now-a-days developers are encoding the footers, so that no one can delete the links in the footer.

Hope this will explain your doubt. :)
 
generally, people sponsor the designers to create wp themes and release them for free..and they put link to the sponsor in the footer..
 
yea your all right.

the reason they encrypt the footer is to prevent copyright changes for the template.

there not hard to decode but if its a free template then respect the linkback.

also another reason why they encrypt the footer is its because its the very last view file to be parsed, so that if there are any changes made to the template that should not of been done then they can be checked and if it fails then show a copyright error page in its place.
 
Yeah but most links that they put lead to bank sites,drug/medicine and many useless stuff.I never remove the copyright of the designer,but this links of course i will
 
Status
Not open for further replies.
Back
Top