First of all, this is my first hack in php. Please go easy on me
Second, I don't know how to categorize this hack. If this doesn't belong here please move it. Thanks
I have searched thru the v3 for a hack that enable me to let my member download multimedia files without success.
I end up with my own hack.
Here are the desciptions
Multimedia files information such as ilenames, extension, url, etc. are stored in database.
Each file is assigned a unique id
They are output to a link like
http://www.mysite.com/forum/atmmdown...songnumber=xxx
Each time member - who are allow to download files- click on the linked
The request is sent to the included file.
Once the authorization is authenticated. The requested file will then be downloaded
I have tested this one on my own board with IIS6 and win2003
Thanks