Quote:
Originally Posted by arav5566
In my website I want to allocate each user some webspace so that they can upload photos and files. Php,mysql, apache are the technologies. How do i create separate webspace for each user when they register a userid with my website. pls help me regarding this.
|
Add a FTP quota in apache to a folder (say, /home/youname/clientname/). I'm not 100% on the code but I think it's file based *Checks*
If your using apache, make the following file:
.ftpquota
Inside this file, put the quota.
__________________
PHP Code:
Add_Talkupation('rogem002'); // Because sharing is awesome!
Last edited by rogem002 : 05-24-2008 at 10:50 AM.
|