I recently finished developing a pretty awesome backend system for a web development company. All of the files are sitting on their server. I sold them the rights to use the files but not the rights to resell the system or use it for another project. Is there anyway I can protect my files so that if they were to try moving it to another server it would not work? Can I put a file on my server that the backend system would require in order to run? Any suggestions would be greatly appreciated.
Thanks in advance for your time!!!
well, on all your pages you could put :
require_once "/[path to directory only u have access to]/has_to_b_there.php";
where has_to_b_there.php is an empty file