hi i m about to design wordprees nad 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
You could try using a php encrypter to the whole wordpress site, that might work. i seen one on CodeCanyon.
i know about php encrypter in codeconyon but its not what i nedd here its simply hide your php code so if you delet it will remove my copyrights as well what i need is when you delet my copyrights the script stop working
You would need some sort of script to be written within the code to do that. I'm not quite sure where you would find such a program.
Its with base64. Just encrypt your footer text with any base 64 and then use condition in function.php or some other file, if text in footer removed/changed then deactivate your theme. Better refer some existing theme, that use the same thing. I also decoded some themes, but some have much more complexity.