0
Hello, I’m kind of a layman in PHP I’m learning little by little and discovering new things. i wonder how I do 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 credits. I worked a lot on the template and would not want a person to simply remove my credits. In the case wanted that when this person modify anything from the footer is // commenting on the tags or hiding with css. I redirected to a page asking for the request to relocate the credits the Page is on my account. really wanted the system just don’t know if it makes the difference between doing with PHP or Javascript preference (PHP) so already learning.
You can create a file
.php
to compare what the person has changed, if he or she has changed thecopyright
, you block the site. After creating this file, you can encrypt it with ionCube– Valdeir Psr
yes thanks for the idea. the problem is that I don’t know how to do this :P
– HellFive Osborn
Look, unfortunately, this can happen a lot and in virtually any language and not just in templates. See if it is really worth creating a validation for this because as we know, it ends up influencing a little the processing.
– DiegoSantos
Another thing, sometimes you may need . js and css for your font to work. Try logically, leave, if that’s your concern, these scripts difficult to understand for those who see from outside, for example obfuscating the code
– DiegoSantos
You can turn . js into hexadecimal. There’s software that does that. But, as I said, it’s going to weigh a little on processing. but it does not cost to try ne...
– DiegoSantos
If you have access to the url of the sites that are on the air with your template, you can create a 'robozinho' to browse them and search the footer for your credits.
– Papa Charlie