can a sw application be downloaded to a PC on a subscription basis and then disabled if the user cancels the subscription?...what is needed? how does one do that? mike
Yeah it can be easily made ... AS he said .. it just only need 1 server authentication before running .. And programmer need to make a server portion in somewhere uploaded ..
Are you using any payment gateway If you are using paypal and when user cancel his membership at this moment you will get notifie by gateway and according to it you server will execute code which will disable thisng for user who cancel his membership....let me know if you get it