Results 1 to 9 of 9

Thread: Url Security.....

  1. #1
    Join Date
    Nov 2006
    Location
    90 miles north of Las Vegas
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Url Security.....

    Hi All.

    With PHP is it possible to, when a user visits a page they a greeted with a download, BUT they cannot find out were it came from. I am going to be selling ebooks, and I want them to be able to download them, but not be able to post the url on the web or something. Is this possible?

    Thanks!~

  2. #2
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Anything put on the internet is subject to being stolen, used, copied without your notice. It's nearly impossible, to my knowledge.
    - Mike

  3. #3
    Join Date
    Nov 2006
    Location
    90 miles north of Las Vegas
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok, thanks.

  4. #4
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    No, but you can use PHP to create a password box on page 1, which will take you to page 2 (the downloads)

    You can also use php on page 2 to prevent direct URL access. Meaning that no one will be able to directly access your downloads page without first visiting page 1 and entering the correct password.

    Instead you can redirect them to the "buy now" page.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  5. #5
    Join Date
    Nov 2006
    Location
    90 miles north of Las Vegas
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The thing is, I am using paypal and When the user pays for his ebook, PayPal directs them to this page, to download, however paypal adds a key to the url that knowone would know until they paid for the product. So maybe just changing the key every once and a while will stop multiple downloads ..... ?

  6. #6
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Ahh... look into Pay Loadz for a solution to that.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  7. #7
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    Have a look at this page which offer a free PHP script that does the file download operation in a secure manner

  8. #8
    Join Date
    Nov 2006
    Location
    90 miles north of Las Vegas
    Posts
    37
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yo Blizzard!

    How secure and well known is Pay Loadz? Where did you hear about them?

    Just Asking....

    Thanks!~

  9. #9
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    As far as I know they are very secure. CartoonSmart.com uses them with his paypal accounts. He sells A LOT. Probably a millionaire by now, so I am guessing it is very secure.

    And as an end user I have never had a problem with it.

    I am sure you can contact him (cartoonsmart@mac.com) and ask. He is a pretty nice guy
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

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
  •