![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
I trying to create access stand alone project and in the top of that I need to be able to lock the program something like EULA if they don’t pay the monthly payment some kind of authorization form from the client side that can ask the sever in my side every time they open the database… are they authorized to use it Or not? Or any other idea? |
#4
| |||
| |||
|
|
jack <user (AT) compgroups (DOT) net/> wrote: I trying to create access stand alone project and in the top of that I need to be able to lock the program something like EULA if they don’t pay the monthly payment some kind of authorization form from the client side that can ask the sever in my side every time they open the database… are they authorized to use it Or not? Or any other idea? What I've done for the Auto FE updater is have a small 200 or so bytes, downloaded encrypted file. If they've told me they will be sending me a cheque I put an expiry date in the encrypted ifle. I uploaded it file to my webserve with a nine digit number as the file name. I then email the purchased the nine digit number and tell them where to enter that number whereupon the program will downloaded the encrypted license key file. I then use an http type of download to download the flie. Now this is pretty much a one time only thing unless I announce some new features for which I will require additional payment. (Which will be happening real soon now.) So what you could do then is check on a daily or weekly basis for an updated copy of that file. No special web service required. Just standard website upload and download logic. Along with using the MS Crypto API to encrypt the file. Tony |
#5
| |||
| |||
|
|
I used to have to figure things out with the AutoFE. Took time to read about the INI file, the settings, typing it in. Now I spend more time setting up the folders and files for distributing the application. The changes you made are sweet. Instead of me using brain power to set up AutoFE it does the work for me. Well done. |
![]() |
| Thread Tools | |
| Display Modes | |
| |