![]() | | ||||||||
| | #1 |
| 2 sugars please War Room Member Join Date: Jul 2008 Location: United Kingdom.
Posts: 155
Thanks: 7
Thanked 58 Times in 9 Posts
|
Hi All I want to send out an email to customers with a link to a download page but I only want the link to work once or twice so the customer can't just pass the email on. Any ideas how? Thanks |
| How many IM's to change a light bulb? Add your answer - this must be solved! | |
| | |
| | #2 |
| HyperActive Warrior Join Date: Jan 2008 Location: Sunny Florida
Posts: 214
Thanks: 10
Thanked 22 Times in 19 Posts
|
Not possible within an email. All you can do is password protect the site the link sends them to or you can deactivate the site after a visit or two. However since I am presuming you are sending out multiple emails the only solution is to password protect the page linked to and track IP addresses so multiple people do not use the same passwword username combo.
|
| | |
| | #3 |
| Full Frontal Lobe Nudity War Room Member Join Date: Aug 2009 Location: Knoxville, TN
Posts: 912
Thanks: 519
Thanked 492 Times in 205 Posts
|
Easiest way is to use php to write a cookie on the visitor's machine when they visit. Then you can know whether or not they have visited before and hide your page accordingly. Pretty simple to do for anyone who knows a little php.
|
| | |
| | |
| | #4 | |
| Full Frontal Lobe Nudity War Room Member Join Date: Aug 2009 Location: Knoxville, TN
Posts: 912
Thanks: 519
Thanked 492 Times in 205 Posts
| Quote:
My bad. Here's another solution: Append a unique "string" to each link--could be the user's email. Use PHP to read the email in the link and compare it to a database of all the emails who should have access. When someone visits your page the email in the link is compared to the database. If they've already been there then they don't get access. | |
| | ||
| | |
| | #5 |
| HyperActive Warrior Join Date: Jan 2008 Location: Sunny Florida
Posts: 214
Thanks: 10
Thanked 22 Times in 19 Posts
|
Good solution. Never thought of that. DO they have scripts presently for that or is it a custom solution?
|
| | |
| | #6 |
| A rat after money... War Room Member Join Date: Jul 2009 Location: Inside a cheese...
Posts: 598
Thanks: 363
Thanked 54 Times in 47 Posts
|
Then they click the link, it will be counted the hits and therefore block it after x numbers of tries. You need a unique id per link too. Or something...? |
| | |
| | |
| | #7 | ||
| HyperActive Warrior War Room Member Join Date: Oct 2002
Posts: 360
Thanks: 112
Thanked 48 Times in 39 Posts
| Quote:
Quote:
![]() Carlos | ||
| | |
| | #8 |
| Detlev Eller War Room Member Join Date: Aug 2009 Location: Republic of San Marino (RSM)
Posts: 41
Thanks: 22
Thanked 2 Times in 2 Posts
|
... complex with files and folders, either the file or the access protection would need to be changed dynamically by a script. but: what if the link would not point to the file ... but to an application that pulls it from a protected location ... ... ... ;-) i have developed a solution that does this. Each request is checked and validated. It works for images, movies and documents. it can be either required to log in, which tracks the visit aka download to the qualified user ... the link can be set to just expire after x calls .... or a certain date. .... better even: We do want the link to get passed around ... so when the next visitor comes around, the software automatically asks the visitor to qualify, either by opting in ... or paying. P.S. check out my channel on youtube.com/supersecretsoftware and look for "protected content videonote" .... |
| | |
| | #9 |
| Detlev Eller War Room Member Join Date: Aug 2009 Location: Republic of San Marino (RSM)
Posts: 41
Thanks: 22
Thanked 2 Times in 2 Posts
| In my previous answer, i supposed you would be interested in protecting the actual file that is offered for download, rather than just the page. Trained pirates are used to look up the source code or activity window to pass the direct link around. (... even most ´superstar marketers' do not protect their files well enough) The Amazon S3 has a protection system in place too, but a bit complex to handle. hope this helps |
| | |
![]() |
|
| Tags |
| download, expire, link, make, work |
| Thread Tools | |
| |
![]() |