ratchet698 Posted May 29, 2007 Share Posted May 29, 2007 Hi all new to this and need alittle help. 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. Quote Link to comment https://forums.phpfreaks.com/topic/53432-passwording-path-zip-files/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.