XF 2.2 need suggestions for using license keys

dsick

Member
I know users will try to null my addon so where would be a good place to put my license enable logic, if I put a valid license field in the database users could easily change that to be valid, should I make a script that calls home to check if its enabled to.

what I do is when the license is valid I update a field in the database, but like I said users will be able to change that and bypass the license check.

My thinking is users will try to do that anyway so I can just do it like I been doing it, but can you suggest a better way that will make it harder to null my addon?
 
Top Bottom