How difficult would it be to create a pay to login script. Integrated with Paypal. Duration could be preset. Like 1 day, 3 days, 1 month etc.
different duration equals different prices...automatic exclusion etc.

Are there any already out there?

P.S. NOT an adult site! lol

    I beleive paypal can send the user back to a specific page with original posted values on payment success so it should be possible and not too difficult. Think of it as a account not being activated. When a user creats an account set a column to 0 in the database and don't let a user view selected files or whatever your restricting until that value is updated to say 1. On payment success send to a page that gets the user id (make sure to send it in the original form as hidden value) of who did the payment and update the database field to 1 and then redirect them to the login script. This is just one way to do this. Hope that logic helps.

      Write a Reply...