how to make an online paid service?

by 1 replies
2
Hi all,
I was wondering, how can I make an online paid service?
The thing is, I have a software that I want to monetize, the sw is a collection of tools for a chemistry\medic lab,
in the specific it process spectrograms\cromatograms, it have function like noise reduction,baseline drift correction,
advanced smoothing etc...
The user upon payment will be able to upload the files to process and select the tools to use

I was thinking about running the software serverside, and using Paypal API's on the website to control the payments and the UI,

but since I never tried to do something like this I'm searching for hints tutorials.. anything =D
thanks in advance
#programming #make #online #paid #service
  • [DELETED]
  • The software is it web based or is it a Windows program? If it's a Windows program you would have to place it on a VPS running Windows and then create a custom script to interact with the website. If it's web based it's fairly simple since you can just link to the program from inside the members area.

    The rest is just getting a membership script or plugin. There are tons of tutorials and tons of options here.

Next Topics on Trending Feed