Membership is FREE, giving all registered users unlimited access to every Acorn Domains feature, resource, and tool! Optional membership upgrades unlock exclusive benefits like profile signatures with links, banner placements, appearances in the weekly newsletter, and much more - customized to your membership level!
Sounds like you want some form of hacker script, they all seem to do this, perhaps a trip to some of the darker sites out there may give you what you need
its for an insurance office to make life easy to find relevant documents using images/logos that drill down to the .pdf
i can probably do it in wordpress as i know wordpress, but how would i restrict people or give folder permissions for different users.
i have IIS running and i can see theres lots of CMS/Blog/Scripts to choose to install from the Web Platform Installer, so anything for IIS would be a great help.
Wasn't suggesting you wanted to hack into anything
Most of the scripts I've removed from people sites tend to have something that will do all that you are asking for and I'm sure could easily be modified
i could simply run a php dir script to pick the file list up,
and code some img shortcuts to the folder links - which is a simple way to describe what i need, but i also need user access - so i can choose which folders and files they see depending on the user.
The other platform that I know of is Joomla, and that may be worth investigating for this purpose. I don't use it myself but had a quick look, here's an example extension that might work:
I've not tried any of the standard platform installer offerings, however, if this is in an office, you might be able to roll your own and use the integrated Windows authentication to control what directories they can see.
Here are 3 open source "file repository" scripts based on PHP/mySQL. Perhaps one will meet your needs? (I have no direct experience with any of them unfortunately)
Is this a web application or something running on a local network. If its a web application the Laravel php framework could be used to build such a site not sure if it would run under IIS but worth a look . It has basic authentication as standard and there a couple of great extensions that can add full user control