Hi all,
I'm building a CMS application in PHP.
How can I make it update itself? For example via a zip file or something similar. So that an user can see new releases and download / install them without using a FTP program at all.
What's the best way to protect my application? So that the user can't share it with friends. I know that a 100% waterproof protection is impossible.
Thanks!