Sciences in 2007 - Debt Consolidation - Stardoll Money Cheats - Wordpress Theme - Wordpress Themes

PDA

View Full Version : renaming downloading file


romeo2010
Apr 3rd 2008, 11:58 pm
Hello, can anyone give me the code to rename any file on the fly b4 downloading...


many mp3 script use that for download


what it does it add a predefine text and a title that we corespond


let say download.php?file=renamed


$file=www.domain.com . file . .wmv

vishnups
Apr 4th 2008, 12:43 am
Do you mean to obscure your file download location???? I have done it recently for one of my clients. If interested PM me and I will show you a demo.

bartolay13
Apr 4th 2008, 2:34 am
use

header ("filename: yourdesiredname");

before downloading