Jump to content

Passwording path zip files


ratchet698

Recommended Posts

Hi all new to this and need alittle help. :D

 

I have a PHP script that allows users to enter in and view 3d models and such from various sources.

I wish to include passworded zip files

here is a bit of the code:

$Local="";

$aPath = array (

'http://yourpath1.com,

'http://yourpath2.com',

'http://yourpath3.com',

'http://yourpath4.com'

);

 

If a zip file has a password on it I want it to be able to download into a cache folder of sorts with that password intact. If you are familiar with Second Life 3d chat enviroment then you will understand what I am talking about. full script can be emailed.

I would like to see something like if its possible.

 

$Local="";

$aPath = array (

'http://yourpath1.com path pass=blah blah1',

'http://yourpath2.com path pass=blah blah2',

'http://yourpath3.com path pass=blah blah3',

'http://yourpath4.com path pass=blah blah4',

);

 

When a request is sent to the path the password would be applied by the script and file downloaded to cache leaving the password on it intact.

 

any help will be appreciated greatly.  ;D

Link to comment
https://forums.phpfreaks.com/topic/53432-passwording-path-zip-files/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.