$savedeleted = 1; # (0/1) Save deleted accounts temporarily. Needed to allow FTP access (tools/ftp.php)
In ftp.php
$ftp = 1; #(0/1) FTP access
$shell = '/etc/ftponly'; #Path to shell
$days = 0; #(0-x) Accounts created in the last x days (0 is today, 1 is yesterday...)
Result is Users can't upload files:
It takes back to upload page,it says no errors
Groups can upload files.
My host runs freesbd and php 4
I used Ie5.0 and Opera 5.0
What's wrong?Is the upload feature not ready yet or do I miss something?
thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think you are mis-understanding what the FTP option does. It adds an FTP account when someone signs up, and deletes it when they delete their account. It requires root crontab access, which (from your earlier post), you don't have. You don't need to enable the FTP option to use the upload feature. There may be a bug in the upload feature in IE5, as someone reported earlier. I'll look into it sometime this week.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I tried with Netscape too and I get the same.
I didn't get your answer Zone.
Do you need crontab stuff to be able to upload files?
If I create a group I can upload files.
If I login as a user the script takes me to a user page where I read a browse button and an upload button.
I tried to upload a file with Netscape4.5,Ie5
and opera 5.0 but it didn't work
My understanding of the script job is:
You sign up as a user you get your dir to upload files
You sign up to a group all users of a group can upload files in the same dir (I saw no dirs for groups anyway,are they inside creator dir?)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use version 2.1 of phpwebhosting (latest)
in main.inc
$savedeleted = 1; # (0/1) Save deleted accounts temporarily. Needed to allow FTP access (tools/ftp.php)
In ftp.php
$ftp = 1; #(0/1) FTP access
$shell = '/etc/ftponly'; #Path to shell
$days = 0; #(0-x) Accounts created in the last x days (0 is today, 1 is yesterday...)
Result is Users can't upload files:
It takes back to upload page,it says no errors
Groups can upload files.
My host runs freesbd and php 4
I used Ie5.0 and Opera 5.0
What's wrong?Is the upload feature not ready yet or do I miss something?
thanks
I think you are mis-understanding what the FTP option does. It adds an FTP account when someone signs up, and deletes it when they delete their account. It requires root crontab access, which (from your earlier post), you don't have. You don't need to enable the FTP option to use the upload feature. There may be a bug in the upload feature in IE5, as someone reported earlier. I'll look into it sometime this week.
I tried with Netscape too and I get the same.
I didn't get your answer Zone.
Do you need crontab stuff to be able to upload files?
If I create a group I can upload files.
If I login as a user the script takes me to a user page where I read a browse button and an upload button.
I tried to upload a file with Netscape4.5,Ie5
and opera 5.0 but it didn't work
My understanding of the script job is:
You sign up as a user you get your dir to upload files
You sign up to a group all users of a group can upload files in the same dir (I saw no dirs for groups anyway,are they inside creator dir?)