-
rickygw replied to the topic Bandwidth Issues – HELP WANTED in the forum Site Issues 10 years, 11 months ago
Have you thought about pointing your audio tags / download links to a PHP script? That script’s job is to validate the user and return mp3 binary data instead of HTML. If the user doesn’t validate, return a 404.
This has a couple benefits.
– first, you get to write any PHP validation you want before actually delivering the file. if user doesn’t…[Read more]