Gossamer Forum
Home : Products : Others : Fileman :

Restricting users

Quote Reply
Restricting users
I am using the single user version. How do I keep the users from seeing the 'create a new doc' or 'create a new dir' as well as not being able to delete files or directories. I just want them to be able to upload a file.

------------------
Thanks in Advance

Daniel J.
http://www.blackrose.net
webmaster@blackrose.net
Quote Reply
Re: Restricting users In reply to
Hi,
If you are at all cgi savvy, you could just
edit out those feature displays from the script so it doesn't show them to the user.
(get permission before you change it though)
If you get permission and can't do it, let me know, I can help you.

c'ya
fsumarc
Quote Reply
Re: Restricting users In reply to
oops! hit refresh!

[This message has been edited by fsumarc (edited February 04, 1999).]
Quote Reply
Re: Restricting users In reply to
How about it Alex or Patrick.. any help?
Quote Reply
Re: Restricting users In reply to
Wipe out the html for it, and comment out the functions you don't want to allow. Lines 249-388 is basically the menu. Just comment out the functions you don't want to allow people to do.

By the way, if you are just looking for a file upload script, you can find one at:

http://www.terminalp.com/scripts/

Cheers,

Alex