![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2006
Posts: 5
Rep Power: 0
![]() |
How to protect download page
I think a php programmer should know how to do this. I'm releasing an ebook soon, and i'm allowing people to download it, however, how can i prevent people from sending the download url page out, and is there a way i can disable an ebook after someone have it? Do anyone now a script or can make one?Thanks
Doug |
|
|
|
|
|
#2 |
|
Newbie
Join Date: Feb 2006
Posts: 22
Rep Power: 0
![]() |
u, there's a couple of site has this but not sure forgot them... soz try ask other ppl
|
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
![]()
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 | |
|
Newbie
|
Quote:
Hehe, I was thinking the same thing. :p superflytrainer: I would use user authentication with image verification. This would make it so each user would have to register/login and type in the auto-generated image characters in order to download your file. You can read a decent overview here. There is no way to limit the spread of your eBook file, however. Well, at least not with PHP. ![]()
__________________
I wish I was you, so I could be friends with me. |
|
|
|
|
|
|
#5 |
|
Programmer
|
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: Apr 2006
Posts: 5
Rep Power: 0
![]() |
So those the image verification only limit the download to that computer? I now that it stops robots from oopening up certain accounts but wasn't sure if it can prevent people from sharing your download page.
|
|
|
|
|
|
#7 | |
|
Newbie
|
Quote:
__________________
I wish I was you, so I could be friends with me. |
|
|
|
|
|
|
#8 |
|
Programmer
|
you can use cookies too ,
is the cookie isset then download and !isset dont download . right |
|
|
|
|
|
#9 | |
|
Newbie
|
Quote:
![]()
__________________
I wish I was you, so I could be friends with me. |
|
|
|
|
|
|
#10 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Yeah, and what if they delete or modify the cookie? Or have cookies disabled?
Security is not a trivial thangy. I perceive some reading is in order, prior to 'fixing' the problem.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|