Search found 3 matches

by exmonkey
Fri Sep 02, 2005 10:27 am
Forum: PHP - Security
Topic: stopping un-authorized downloads
Replies: 6
Views: 3687

with or with out the link - cheers, that exactly what I needed.

Ex
by exmonkey
Fri Sep 02, 2005 9:30 am
Forum: PHP - Security
Topic: stopping un-authorized downloads
Replies: 6
Views: 3687

dbevfat, I was wondering about that but i dont know how to serve up files from an outside web directory using PHP. Can you point me in the right direction?


Cheers
by exmonkey
Fri Sep 02, 2005 5:03 am
Forum: PHP - Security
Topic: stopping un-authorized downloads
Replies: 6
Views: 3687

stopping un-authorized downloads

Hi - I am building a site where users have to have a login account in order to view and download a variety of (PDF) files. The login system is a simple database/session system with an include on every page to make sure the user is allowed to be on the page. My question is: Is there a way of preventi...