I'm selling downloadable products, and accepting payment using paypal. I then manually email the download link to the buyer each time, and then manually change the link every 48 hours. This is to try to prevent the link being abused or mis-used. I basically don't want the download link to be the same every time.
Is there a way to do this automatically somehow, i.e. provide secure downloads to buyers, for one download only, without me having to send out manual links?
I'm not an advanced programmer- I just use dreamweaver and edit dreamweaver html code. I have implemented some simple java and php in the past, but a long time ago. It would be helpful if there is a way to do this that I can implement myself (I would prefer not to pay a monthly fee to a service to do this for me, but to set it up to work from my website).
I hope this makes sense!
Thanks,
Matt
random link / secure paypal link?
Moderator: General Moderators
Re: random link / secure paypal link?
nothing... anyone? no?........ nothing... anyone? no?........ nothing... anyone? no?........ nothing... anyone? no?........
Re: random link / secure paypal link?
You could provide a link to your site that includes a hash. That hash will uniquely identify that user (stored in a database), and a check against that hash should reveal the paypal link if it valid.
Re: random link / secure paypal link?
pytrin wrote:You could provide a link to your site that includes a hash. That hash will uniquely identify that user (stored in a database), and a check against that hash should reveal the paypal link if it valid.
thanks, but how do I do this? As I said, I'm not a programmer, I wasn't looking for a concept, I was looking for a complete solution...
Re: random link / secure paypal link?
matt9b wrote:pytrin wrote:I wasn't looking for a concept, I was looking for a complete solution...
You won't find that here.