Copy link to clipboard
Copied
I have a website with a store and is to download instrumentals. there is a "buy now" button that sends the customer to paypal and the customer goes through the transaction and once the payment is complete they are sent to a page that has the download link. I don't want the page with the download link accessible for people to just enter the url and have the download link i want it locked someone unless the person goes through the transaction proccess only. If anyone can help please respond.
Copy link to clipboard
Copied
I have moved this post to the Dreamweaver Applications Development forum - a more suitable location, I believe.
Copy link to clipboard
Copied
Have you considered using a service like Payloadz.com ? Other methods will require some scripting knowledge - what is your experience with server side scripting?
Copy link to clipboard
Copied
Never really heard of sites being able to do that, payloadz sounds like exactly what i want except they want a monthly payment with a percent of the sales with a flat rate, I'm wanting to know how to do it on my own site or atleast a cheaper site like payloadz
Copy link to clipboard
Copied
Well, if you're a decent coder you can build something yourself using the PayPal APIs? What is your level of experience? Otherwise, take a look at this product: http://www.alurian.com/paypal-download-manager/paypal-download-manager/
I'm not endorsing it as I have no direct experience, but it seems worth taking a look at.
Copy link to clipboard
Copied
Well to be honest i dont know too much about coding i basicly know the basics, i dont want to use a site to do it for me though, i want it in my own site but i'm not sure how to code it. I am basicly looking for the code to do this. I found a code that apparently does what I want but it's a php code. I'm not sure if you can enter a php code while using html.
Copy link to clipboard
Copied
>Well to be honest i dont know too much about coding i basicly know the basics,
Forget building it yourself then - you'll need to be proficient in server side coding and understand the PayPal API's
>i dont want to use a site to do it for me though,
Yes, you already mentioned that.
>I am basicly looking for the code to do this.
Did you look at the link for the download manager I sent you?
>I found a code that apparently does what I want but it's a php code.
Check if your hosting plan supports php. Most do.