Somebody explain me how this works!

by pro11
1 replies
I have a product I want to sell with clickbank, its basically just some information I have gathered. After completing the purchase they do not need to download anything. I just want them to be able to have a username and password and be able to log in to a page where the information is located. How can I go about doing this? Thanks in advance!
#explain #works
  • Profile picture of the author Aaron Sustar
    I would simply add a PayPal button to my website and the "thankyou" page would basically be a registration page for your new users. However, to make it much harder (nothing on the internet is "impossible" to do, if you know the underlying structure well enough) for other users to simply get to this registration page, I would use a few security checks ...

    On the "buy now" page you set a cookie with a unique ID of the possible customer and put that unique ID in the PayPal button code as a "custom" value. On the "registration" page you check if the referer was in fact PayPal.com and if the "custom" value sent by PayPal is the same as the value in user's cookie ... and so on.
    {{ DiscussionBoard.errors[820818].message }}

Trending Topics