Go Back   WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 08-21-2009, 09:03 AM   #1
2 sugars please
War Room Member
 
yours2u's Avatar
 
Join Date: Jul 2008
Location: United Kingdom.
Posts: 155
Thanks: 7
Thanked 58 Times in 9 Posts
Contact Info
Send a message via AIM to yours2u
Post How do I make a link work once?

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!
yours2u is offline   Reply With Quote
Old 08-21-2009, 09:31 AM   #2
HyperActive Warrior
 
Join Date: Jan 2008
Location: Sunny Florida
Posts: 214
Thanks: 10
Thanked 22 Times in 19 Posts
Default Re: How do I make a link work once?

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.
nontemplates is offline   Reply With Quote
Old 08-21-2009, 09:34 AM   #3
Full Frontal Lobe Nudity
War Room Member
 
Kevin-VirtualProfitCenter's Avatar
 
Join Date: Aug 2009
Location: Knoxville, TN
Posts: 912
Thanks: 519
Thanked 492 Times in 205 Posts
Social Networking View Member's Twitter Profile 
Default Re: How do I make a link work once?

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.

Kevin-VirtualProfitCenter is offline   Reply With Quote
Old 08-21-2009, 09:38 AM   #4
Full Frontal Lobe Nudity
War Room Member
 
Kevin-VirtualProfitCenter's Avatar
 
Join Date: Aug 2009
Location: Knoxville, TN
Posts: 912
Thanks: 519
Thanked 492 Times in 205 Posts
Social Networking View Member's Twitter Profile 
Default Re: How do I make a link work once?

Quote:
Originally Posted by Kevin-VirtualProfitCenter View Post
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.
You know, my brain isn't working well enough. That won't work if they pass the link on.

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.

Kevin-VirtualProfitCenter is offline   Reply With Quote
Old 08-21-2009, 11:22 AM   #5
HyperActive Warrior
 
Join Date: Jan 2008
Location: Sunny Florida
Posts: 214
Thanks: 10
Thanked 22 Times in 19 Posts
Default Re: How do I make a link work once?

Good solution. Never thought of that. DO they have scripts presently for that or is it a custom solution?
nontemplates is offline   Reply With Quote
Old 08-21-2009, 01:41 PM   #6
A rat after money...
War Room Member
 
HomeBizNizz's Avatar
 
Join Date: Jul 2009
Location: Inside a cheese...
Posts: 598
Thanks: 363
Thanked 54 Times in 47 Posts
Default Re: How do I make a link work once?

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...?

HomeBizNizz is offline   Reply With Quote
Old 08-22-2009, 09:38 PM   #7
HyperActive Warrior
War Room Member
 
Join Date: Oct 2002
Posts: 360
Thanks: 112
Thanked 48 Times in 39 Posts
Default Re: How do I make a link work once?

Quote:
Originally Posted by yours2u View Post
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
Quote:
Originally Posted by Kevin-VirtualProfitCenter View Post
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.
Kevin's solution will work, but you must implement it for the page and/or the link(s) you have in the page to download the product(s). So, if you have direct links to the product(s) without any kind of protection, users can easily share those links. But then, they can always share the downloaded product(s)

Carlos
CMartin is offline   Reply With Quote
Old 08-28-2009, 05:46 PM   #8
Detlev Eller
War Room Member
 
d101's Avatar
 
Join Date: Aug 2009
Location: Republic of San Marino (RSM)
Posts: 41
Thanks: 22
Thanked 2 Times in 2 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Arrow Re: How do I make a link work once?

... 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" ....
d101 is offline   Reply With Quote
Old 08-28-2009, 05:56 PM   #9
Detlev Eller
War Room Member
 
d101's Avatar
 
Join Date: Aug 2009
Location: Republic of San Marino (RSM)
Posts: 41
Thanks: 22
Thanked 2 Times in 2 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Post Re: How do I make a link work once?

Quote:
Originally Posted by yours2u View Post
... with a link to a download page ...
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
d101 is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > Warrior Support Forums > Programming Talk

Tags
download, expire, link, make, work

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 09:47 PM.