INTRANET for the Company

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
lowanda
Forum Newbie
Posts: 2
Joined: Thu Feb 26, 2009 9:38 am

INTRANET for the Company

Post by lowanda »

Dear programmers, I am a new entry in this forum.
I have been asked to create an Intranet solution for the Company.
They need different security levels (to access different kind of information) and the possibility to upload files in a specific folder (for example the folder "contracts", or the folder "projects"... I imagine to give the possibility to choose the folder before uploading)
I have already created a secured area, but only with a unique name and password.
And the files uploaded are going all in the same folder "uploads".

In few words I need:
- Multi level secured area
- To choose the folder where the file will be uploaded

Is there anyone who would like to assist me in creating such a project?
You would be really nice!!
Thank you in advance.
Lowanda
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: INTRANET for the Company

Post by papa »

It's really not a small task if you want it to be good.

You might get more help here: viewforum.php?f=26
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: INTRANET for the Company

Post by kaisellgren »

In few words I need:
- Multi level secured area
- To choose the folder where the file will be uploaded
In a few words: that is a lot what you have asked. There is no simple answer. To me it looks like you are asking for code that works out-of-the-box?
lowanda
Forum Newbie
Posts: 2
Joined: Thu Feb 26, 2009 9:38 am

Re: INTRANET for the Company

Post by lowanda »

Yes I probably need some code...
I know it is a big project, where do you think I can find help?
Post Reply