Re: [PHP] Download system

2005-03-21 Thread Chris Bruce
How about setting up symbolic links on the server in a tmp directory. You could use the values from your database table to create the sym links. Have the sym link be the token name and then have it linked to the real file name. You could then have a cron job running to clear the sym links at se

Re: [PHP] Download system

2005-03-21 Thread JoShQuNe \(TR\)
--- Richard Lynch <[EMAIL PROTECTED]> wrote: > On Mon, March 21, 2005 3:45 pm, JoShQuNe \(TR\) said: > > Hi, i want to add my site a more specific download system. The redirecting > > is now done by directly > > giving the path of the file to variable. I want to do it over an id > > number. > > (no

Re: [PHP] Download system

2005-03-21 Thread Richard Lynch
On Mon, March 21, 2005 3:45 pm, JoShQuNe \(TR\) said: > Hi, i want to add my site a more specific download system. The redirecting > is now done by directly > giving the path of the file to variable. I want to do it over an id > number. > (now: dl.php?rel=/files/somefile.zip, i want: dl.php?id=64b3

[PHP] Download system

2005-03-21 Thread JoShQuNe \(TR\)
Hi, i want to add my site a more specific download system. The redirecting is now done by directly giving the path of the file to variable. I want to do it over an id number. (now: dl.php?rel=/files/somefile.zip, i want: dl.php?id=64b3j283) The file path and id is read from mysql table. System i