Jump to content

[SOLVED] is there a way?


steviez

Recommended Posts

Hi,

 

I run a file hosting site, i want to give my members the opertunity to create folders and upload to that folder, Then like rapidshare they can allow people to veiw that dir and download files.

 

Another thing i want to do is allow them to tick a box so that the file they upload can be ziped on the server, id dont know if this is possable or how to go about it.

 

Please can someone help.

 

Thanks

Link to comment
Share on other sites

This is a place for help right??? then my question "Can anyone point me in the right direction or is it a freelance job" sort of says it all!  ???

 

Can anyone point me in the right direction of help, i dont know where to start doing this code.

Link to comment
Share on other sites

Yes, it is a place for help. However, you are not providing enough relevant information to generate any useful answers.

 

Do already have PHP experience and are looking for some ways to work with the file structure or are you needing to learn the basics of PHP. There are plenty of tutorials on this site for both of those scenarios: http://www.phpfreaks.com/tutorials.php

 

The answer to your question depends upon you. Do you want to learn how to do it or do you want to pay someone to do it. If you want to pay someone to do it, then there is a forum expressly for freelance work: http://www.phpfreaks.com/forums/index.php/board,8.0.html

 

But, if you want help in building it yourself you need to at least learn the basics if you haven't already. If you have, then show us what code you have and the particular problem you are trying to overcome and we can provide suggestions and some code.

Link to comment
Share on other sites

Now I'm not familiar with server-functions, it's quite easy to make a PHP based folder.

You just have to show all the pictures uploaded by a certain user.

 

But I guess you want a "real" folder.

Link to comment
Share on other sites

Now I'm not familiar with server-functions, it's quite easy to make a PHP based folder.

You just have to show all the pictures uploaded by a certain user.

 

But I guess you want a "real" folder.

 

What is a "PHP Based" folder? You can use PHP to create "real" folders.

Link to comment
Share on other sites

Oh sorry, I misunderstood you.

 

For the User creation folder viewing thing, you use to functions.

 

mkdir(); - Used for creating a folder.

rename(); - Used for moving file to the Usercreated folder.

Link to comment
Share on other sites

Well, if you didn't need to be able to zip them, I would have suggested virtual folders running from a mySQL DB.  But, seeing as apparently you want the zip functionality, look at mkdir(), rmdir(), unlink(), and the gzip functions.

Link to comment
Share on other sites

Is there a way. Indeed there is.

 

mjdamato has given you excellent advice and pointed you at the manual topics you need to understand to begin your project.

 

Now all you need to do is start the project, or re-post in the freelance forum - with a decent specification - and hope someone takes up the challenge.

Link to comment
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.