Jump to content

licensing


speedy33417

Recommended Posts

I'm at the final stages of a managment website software that will be offered to some companies. It's basically an industry specific website with a database in the background. Just a tool for these companies to handle their information (clients, orders, employees, etc.)

 

This will be a subscription-based license. I'm trying to figure out the best possible way to make sure that once it's installed on their web server it's not going to be just stolen.

 

First I was thinking about having a subscriber database on my end where I store the expiration date of their software and at each log in I would verify that it's still valid.

The problem with that is that could easily just remove that part of the script.

 

Second solution would be that the database for each of my client is on my server and I could cut off access at any point. Problem with that is that my cost is greater having to store hundreds of databases and deal with all MySQL queries on my end, which would mean that I would need to lease a dedicated server.

 

What other solution is there?

 

Thanks for any help.

Link to comment
https://forums.phpfreaks.com/topic/107111-licensing/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.