I am needing to have a page that is only accessible by one route. I am selling a music album directly on the website; the user will pay via pay pal, and after a successful payment, be directed to the success page that will have the downloadable album. I do not want someone type in the url and be able to access the page, as I wouldn't receive payment for the music. I also don't want to mess with a password.
How to secure a single page without having it password protected
Collapse
This topic is closed.
X
X
-
How to secure a single page without having it password protected
Tags: None
-
-
Re: How to secure a single page without having it password protected
You'll have to use (and code) a Paypal IPN script for secure 'one-time' delivery of digital goods. Not a simple thing, apparently, if not using a Shopping Cart. Best bet is to look up Navaldesign at www.DBTechnosystems.com and get from him the script that does what you are asking for (for a very modest price). Looks like his "IDC" script will work just fine ....
-
Comment