Click here to Skip to main content
15,887,822 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I need a site where they need to be charged to see my content

how do i make it?

What I have tried:

Searching for answears .............................................................................
Posted
Updated 18-Aug-16 8:46am

1 solution

Make them log in: and to register they need to provide a credit card or paypal.
The logging in is pretty trivial: MSDN: Introduction to Membership[^] gives a good tutorial.
The problem is with getting the money. That's not complicated - well, not too complicated - it's the security you need to deal with to ensure that nothing "bad" happens that make it difficult. Start by talking to PayPal, they are used to this and pretty helpful. But do not, ever, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from reputable card transaction service companies (or PayPal) - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!
So don't expect us to tell you that bit, or even give you a link - after all, you don't know that the link even takes you to the right place! :laugh:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900