How to prevent modifications to the template

0

Hello, I'm a bit of a layman in PHP, learning little by little and discovering new things. I would like to know how to prevent a certain person who owns my template has the restriction of not being able to modify the footer in the case of the creator's credits. I worked hard on the template and would not like for just one person to remove my credits. In case I wanted it when this person modifies anything in the footer either by commenting on the tags or by hiding the with css. I redirected to a page asking for the request to reinstate the credits the Page is on my own. I would like to know if the system makes the difference between doing with PHP or JavaScript of preference (PHP) as I already learn.

    
asked by anonymous 28.02.2018 / 20:32

1 answer

1

Hello,

As Valdeir Psr has commented .. you could use the ioncube ... But still it is subject to reverse engineering and it is possible in many cases to decrypt the file.

To learn how to use ion cube, go to: link

You could link an authentication key to the template, which would also be reverse-engineered and could even cause problems with the code.

In any case you will realize that it is almost impossible to prevent them from changing your code.

My suggestion for you is to use the theme under some open source licensing, so you are protected by international law which allows, if you wish, to collect due recognition.

This is a solution that only works if the project is open source, open source.

You can read more about it at the link below (also in English): link

Hugs!

    
28.02.2018 / 20:58