Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old April 12th, 2007, 11:15 AM
Joey Nolan
Guest
 
Posts: n/a
Default Looking for a way to manage a once only download

Hi,
I have a PDF file on my site that I want to distribute freely but I want to
be able to contact anyone who downloaded it to warn them about mistakes and
new versions and updates etc...

So I need some way to keep their email addresses and someway to prevent them
sharing the link to the PDF file. I want the download to be once-only.

I've seen some sites
- with a form for the user to fill in
- where the user fills in his email address
- and receives a mail
- containing a unique link to the file to download
- and I think the link has a timeout on it somehow.

Can anyone please point me to a script so that I can set up something
similar?

TIA

Joey


  #2  
Old April 12th, 2007, 12:05 PM
Toby A Inkster
Guest
 
Posts: n/a
Default Re: Looking for a way to manage a once only download

Joey Nolan wrote:
Quote:
I have a PDF file on my site that I want to distribute freely but I want to
be able to contact anyone who downloaded it to warn them about mistakes and
new versions and updates etc...
I think the best approach to this would be something like this:

<h1>My Document</h1>
<p><a href="/documents/mydocument">mydocument</a></p>
<h2>Important Updates</h2>
<p>From time to time, there are important and life-changing updates
made to My Document which are very important and life-changing. If
you wish to be made aware of any changes, please sign up for the
updates mailing list. Messages are infrequent, typically less than
one per month. I <a href="/privacypolicy">respect your privacy</aand
will not sell your e-mail address to spammers. You may unsubscribe at any
time. To sign up, submit your e-mail address here:</p>
<form action=blah method=post>
<div>
<input name=email><input type=submit>
</div>
<div style=font-size:smaller>
<label><input type=radio name=status value=important checked=checked>
Alert me to only the most important updates</label>
<label><input type=radio name=status value=all>
Send me alerts for all updates to the document</label>
</div>
</form>
<p>Alternatively, I also provide an <a href="/updates/mydocument">RSS feed
listing recent changes</a>.</p>

--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux

* = I'm getting there!
  #3  
Old April 12th, 2007, 01:25 PM
Joey Nolan
Guest
 
Posts: n/a
Default Re: Looking for a way to manage a once only download

Thank you Toby.
That indeed is much simpler.

Joey


  #4  
Old April 12th, 2007, 01:35 PM
Rami Elomaa
Guest
 
Posts: n/a
Default Re: Looking for a way to manage a once only download

Joey Nolan kirjoitti:
Quote:
So I need some way to keep their email addresses and someway to prevent them
sharing the link to the PDF file. I want the download to be once-only.
Just remember that instead of sharing a link they can still share the
actual file. Once the user has downloaded the pdf, he can email it to a
friend, post it on their own website or print 1000 copies of it.

--
Rami.Elomaa@gmail.com

"Wikipedia on vähän niinq internetin raamattu, kukaan ei pohjimmiltaan
usko siihen ja kukaan ei tiedä mikä pitää paikkansa." -- z00ze
 

Bookmarks

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles