I am developing a chat application in php and i want to sell this over internet. How I can I make it licence protected, that only those person who have bought licence key are able to use it. There will be a different licence for different domain. What how can I achieve this?
I am developing a chat application in php and i want to sell this over internet. How I can I make it licence protected, that only those person who have bought licence key are able to use it. There will be a different licence for different domain. What how can I achieve this?
Share Improve this question asked Dec 1, 2012 at 9:56 Rajinder ChandelRajinder Chandel 2642 silver badges11 bronze badges 2- As for PHP code you can protect it with ioncube. or zend./en/products/guard – dev-null-dweller Commented Dec 1, 2012 at 10:08
- did you fiind the solution if yes please share – mokNathal Commented Nov 19, 2015 at 8:20
2 Answers
Reset to default 8You're going to struggle with the three banes of licensing:
- Someone smart will just take the code out
- You'll need to license per server or to have the keys circulating on the internet
- Most people will just get a free alternative
To remedy the first one...you can't. PHP is not piled. the other two are less about code.
Usually on the internet what you can see is not licenses but memberships, unless you mean to install your application on internal servers of other panies, if that is the case, there are many installers setups that help you restrict an installation by provising an encripted key, in that case would be your license.