Hello!

Heres what I want, I have files on my server, for example 1.exe, 2.zip.

Through a PHP script I want to allow the user to download then but under a new name, for example 1.exe will be called Setup.exe and 2.zip would be Music.zip.

I want this to go through a PHP script to incrmement a download counter, to hide the original URL and to enforce permissions.

Thanks