Jump to content

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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.