Results 1 to 4 of 4

Thread: Protecting your ebooks

  1. #1
    Join Date
    Mar 2006
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Protecting your ebooks

    Do any programmers now how to protect a download page on your website from being transferred, or now how to put an limited amount of time you have to download something? I would really appreciate it, is there a script for this? Thanks
    Doug

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    how to put an limited amount of time you have to download something
    You need to assign an ID to each valid download and store it and the time it was created, then send the user to a link containing this ID. You will need to check that the ID is valid and that it hasn't expired when the user tries to access the download.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Mar 2006
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Do i have to do this manually everytime? I'm using a company called clickbank as my credit card processing company. After they verified the credit card information they will send the customer to the page in my website in which they can download. NO codes for this?
    Doug

  4. #4
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It's certainly possible to write a script to do this for you. In fact, it wouldn't make sense to do it manually. I just gave you an outline of what the script would have to do.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •