Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

L

Status
Not open for further replies.

JimJx

Technical User
Joined
Feb 16, 2001
Messages
202
Location
US
Hi all,

I need to have a members area on a site that is going to be relatively static.

I have seen a lot of scripts out there, but they all have way more functionality than I need.

Basically, I need to be able to setup the members myself and give them access to a general secure folder. Inside that secure folder, they will each have a folder of their own.

Example:

/secure/
/member1/
/member2/


down to approximately 100 members.

Has anyone seen anything like this or can give me some advice about how to go about writing this. My thought is using MySQL for everything on the backend.....

I am familiar with PERL but would not call myself fluent.

Any help/suggestions greatly appreciated.

Thanks for reading!
Jim
 
Code:
a lot of scripts out there, but they all have way more functionality than I need
Pick out the bits you need and put them together into a script. If you get stuck with a particular issue, post your question here and the members will be more than willing to help you out.

Keith
 
if you just want them to have access to an ordinary folder for files, then setup some ftp stuff.

If you want a web interface, then it will take some weeks to make.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top