I am trying to find a PHP script where I can tell the script to download a file required by a user.
For arguments sake, the script is stored in
mysitesaddress [dot] com [slash] download
I have a file stored in
mysitesaddress [dot] com [slash] somefolde
and another one stored in
mysitesaddress [dot] com [slash] someotherfolder
and another three stored in
mysitesaddress [dot] com [slash] anotherfolder [slash] downloads
Is there a PHP script where I can a) download all of these files on demand, b) hide the actual download URL to avoid hotlinking and c) track which downloads are made to my site? If so, where can I find it, or is it easy for a complete PHP novice to code?
Thanks in advance.
Tags: