Software License Script?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • longsack
    Confirmed User
    • Aug 2005
    • 32

    #1

    Software License Script?

    I'm having a program developed, I'm going to sell monthly software license subscriptions that will enable full features for the software. I'm looking for a script that uses PayPal (as one of the payment options) that will allow me to do this? Any suggestions?


    (Example: User downloads the software, subscribes a software key is produced, the user inserts the key, all features of the software are available, each month user is billed until the user cancels)
  • Tube Ace
    So Fucking Banned
    • Nov 2008
    • 4941

    #2
    What kind of software? I use Easy Digital Downloads for Tube Ace. WooCommerce for WordPress also has a software licensing plugin.

    Comment

    • longsack
      Confirmed User
      • Aug 2005
      • 32

      #3
      Originally posted by Tube Ace
      What kind of software? I use Easy Digital Downloads for Tube Ace. WooCommerce for WordPress also has a software licensing plugin.
      The software is an installable windows based program. The program will call back to the server / license software to verify if it is trial or full mode.

      Comment

      • blackmonsters
        Making PHP work
        • Nov 2002
        • 20963

        #4
        Originally posted by longsack
        I'm having a program developed, I'm going to sell monthly software license subscriptions that will enable full features for the software. I'm looking for a script that uses PayPal (as one of the payment options) that will allow me to do this? Any suggestions?


        (Example: User downloads the software, subscribes a software key is produced, the user inserts the key, all features of the software are available, each month user is billed until the user cancels)

        Edit : I see it's Windows based and I thought it was php so my comment was not correct.
        Free Open Source Live Aggregated Cams Script (FOSLACS)

        Comment

        • blackmonsters
          Making PHP work
          • Nov 2002
          • 20963

          #5
          Paypal has recurring subscription option.
          Your sales link/page will be set up as a subscription.
          Then paypal will auto bill for you each month and send a notification to your server (IPN) showing the client renewed the subscription.

          Free Open Source Live Aggregated Cams Script (FOSLACS)

          Comment

          • money biz
            Confirmed User
            • Jan 2003
            • 1016

            #6
            Check out codecanyon.

            Comment

            • longsack
              Confirmed User
              • Aug 2005
              • 32

              #7
              Originally posted by blackmonsters
              Paypal has recurring subscription option.
              Your sales link/page will be set up as a subscription.
              Then paypal will auto bill for you each month and send a notification to your server (IPN) showing the client renewed the subscription.

              Ya, just not sure how / if I can make the software (windows program) work with Paypal to enable/disable features based on if the user paid his/her bill.

              Comment

              • longsack
                Confirmed User
                • Aug 2005
                • 32

                #8
                Originally posted by money biz
                Check out codecanyon.
                Looked all over found a few license scripts, but I couldn't find anything that was integrated with payapl.

                Comment

                • longsack
                  Confirmed User
                  • Aug 2005
                  • 32

                  #9
                  Originally posted by Tube Ace
                  What kind of software? I use Easy Digital Downloads for Tube Ace. WooCommerce for WordPress also has a software licensing plugin.
                  this looks like it may be a winner, I emailed them to make sure that what they offer can meet everything I need for this project. Thanks so much!!! What theme are you using?

                  Comment

                  • blackmonsters
                    Making PHP work
                    • Nov 2002
                    • 20963

                    #10
                    Originally posted by longsack
                    Ya, just not sure how / if I can make the software (windows program) work with Paypal to enable/disable features based on if the user paid his/her bill.
                    Can be done.

                    Paypal sends the payment info to your web server that saves the data,
                    and the Windows program will request a URL from your server to check that data to see if the features are paid for.


                    Free Open Source Live Aggregated Cams Script (FOSLACS)

                    Comment

                    • plsureking
                      bored
                      • Aug 2003
                      • 4904

                      #11
                      Originally posted by blackmonsters
                      Can be done.

                      Paypal sends the payment info to your web server that saves the data,
                      and the Windows program will request a URL from your server to check that data to see if the features are paid for.


                      ya REST is pretty basic these days. maybe not for a windoze programmer

                      #
                      PornCMS / low cost paysite management with hosting

                      Comment

                      Working...