I am trying to store several MP3 audio files, and create a site to sell them. I need to be able to keep them hidden and unable to be downloaded until they are paid for. I need the code from the page the customer sees to not show where the files are stored. I also need to be able to write a page for each MP3 that automatically starts a download when the payment broker accepts payment. (The broker has a "payment button" code that I can use to sell visualization001.mp3, and if the payment goes through,, it sends the customer to the page I am trying to be able to create. There is a different page if the payment was not sucessful)
That was confusing.
I need 4 things.
- I need to be able to store mp3's where they can't be downloaded except by a webpage that is stored in my group of pages.
- I need to be able to have that page so that people can't look at the code and figure out how to find the mp3's, and still lets them download the mp3.
- I need to be able to give the URL for that page to the company that accepts credit card payments.
- I need a different URL for each current mp3, and the ability to make a new page for each new mp3.

