Hi all,
I've written an application which may (or may not) have some commercial value.
My concern at the moment is a way of preventing unauthorised copies of the front end being made at potential customer sites.
I was thinking that if I put a field in a backend admin table which increments as users open or close the front end then I could hardcode a user limit into the application, thus the front end would close if that limit was reached.
An issue with this approach is that if the customer site wished to increase the user base, I would have to visit the site or send a new front end which would have to be setup for each user (not huge hardship).
Another issue is that non-standard front end exits would bypass the increment code causing all kinds of problems.
I was just wondering what anyone elses thoughts were regarding differing approaches to this issue.
Many thanks in advance
Phil.
I've written an application which may (or may not) have some commercial value.
My concern at the moment is a way of preventing unauthorised copies of the front end being made at potential customer sites.
I was thinking that if I put a field in a backend admin table which increments as users open or close the front end then I could hardcode a user limit into the application, thus the front end would close if that limit was reached.
An issue with this approach is that if the customer site wished to increase the user base, I would have to visit the site or send a new front end which would have to be setup for each user (not huge hardship).
Another issue is that non-standard front end exits would bypass the increment code causing all kinds of problems.
I was just wondering what anyone elses thoughts were regarding differing approaches to this issue.
Many thanks in advance
Phil.