How to make a 'one time' download link?

Discussion in 'General Business' started by pictureboarduk, Jul 16, 2007.

  1. #1
    I have some rar files I want to sell online and offer them via download.

    I want to give buyers a download link once they've paid but not have people posting the download link on public sites.

    Any ideas how this can be done?

    Any are there any problems with using this system?

    Thanks.
     
    pictureboarduk, Jul 16, 2007 IP
  2. neron

    neron Active Member

    Messages:
    126
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #2
    create for user small logins system with password
     
    neron, Jul 16, 2007 IP
  3. pictureboarduk

    pictureboarduk Well-Known Member

    Messages:
    551
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    140
    #3
    Thank you but I couldn't do this myself, I cannot program. I was hoping there may be an Open Source program out there somewhere or something.

    Thanks.
     
    pictureboarduk, Jul 16, 2007 IP
  4. bunnybling

    bunnybling Peon

    Messages:
    292
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Check out PayLoadz.com
     
    bunnybling, Jul 16, 2007 IP
  5. henryzeng

    henryzeng Peon

    Messages:
    199
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I suggest you to use Jon's $7 script to protect your downloads. You can set to expire the download link in 48 hours or any time you want.
     
    henryzeng, Jul 16, 2007 IP
  6. Fewleftstanding

    Fewleftstanding Peon

    Messages:
    438
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Where is this script?
     
    Fewleftstanding, Jul 16, 2007 IP
  7. Vic_mackey

    Vic_mackey Banned

    Messages:
    2,093
    Likes Received:
    151
    Best Answers:
    0
    Trophy Points:
    0
    #7
    You are fighting an uphill battle, if someone wants to share your file they will email it, or reupload it to any one of a million different file upload places. There's absolutely nothing you can do to prevent this.
     
    Vic_mackey, Jul 16, 2007 IP
  8. bunnybling

    bunnybling Peon

    Messages:
    292
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #8
    What is the nature of the file?

    You could just let anyone download it, but to get to the meat of the file youcould require an activation that would only work on their comuter.
     
    bunnybling, Jul 16, 2007 IP
  9. Game Producer

    Game Producer Well-Known Member

    Messages:
    1,996
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    160
    #9
    You could always try using services such as www.bmtmicro.com or www.plimus.com . They can handle selling & delivering your product/download file.
     
    Game Producer, Jul 17, 2007 IP
  10. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Limiting download is easy, you seed the link with a key and the key has to be validated and you can set a time and/ or click limit to the key. We wouldnt recommend a single click limit as it is feasable for people to lose net connection/ computer crashes etc causing them to legitimately need to click more than once.

    The issue, as already pointed out is that once they have the download they are free to redistribute it. Depending on the contents of the zip file there are possible other licencing/ DRM options but none of these are infalible.
     
    AstarothSolutions, Jul 17, 2007 IP
  11. LegendaryPosting

    LegendaryPosting Peon

    Messages:
    711
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #11
    You can have it grab the users ip put it into a database and then not have the button show up if they visit again from that ip!
     
    LegendaryPosting, Jul 17, 2007 IP
  12. Dabs

    Dabs Peon

    Messages:
    115
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #12
    DRM = head ache especially for legitimate customers, but just an obstacle (or challenge) to professional pirates. Don't do it. Make it just hard enough for the average person, and if your digital download costs a bit, they won't really share it. (Unless there are 5 of them that paid $10 each for your $50 download.)

    A good way is to customize the product for them. Stick their name in it where it's easily visible. If it's a sound file, put it in the tags or a short 1 second clip at the start.

    That will work better, but it still won't stop professional pirates, who will end up using a false name, or they will figure out how to strip it away. But if pirates are a problem to you, you're probably at least making some money already, and is a good sign.
     
    Dabs, Jul 17, 2007 IP
  13. AstarothSolutions

    AstarothSolutions Peon

    Messages:
    2,680
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    0
    #13
    IP is a very poor way of blocking people as most peoples are dynamic and some people who legitimately use proxies will only have a single IP for all people using the proxy so as soon as one person buys all others are blocked. Likewise people with dynamic IPs simply need to disconnect from the net, wait a few minutes, reconnect and then they can download again but the person who has been given that IP now cant download.
     
    AstarothSolutions, Jul 17, 2007 IP
  14. Game Producer

    Game Producer Well-Known Member

    Messages:
    1,996
    Likes Received:
    158
    Best Answers:
    0
    Trophy Points:
    160
    #14
    IP blocks for certain countries are pretty effective. Sure, some people know how to use proxys, but not everybody even know what they are...
     
    Game Producer, Jul 17, 2007 IP
  15. PHPGator

    PHPGator Banned

    Messages:
    4,437
    Likes Received:
    133
    Best Answers:
    0
    Trophy Points:
    260
    #15
    There are ways to do this. I could code a small script that would only allow a specific number of downloads. But it would require a database. And, there is no certainty that users wouldn't figure out the exact link and use it rather than the original script.
     
    PHPGator, Jul 17, 2007 IP