Super Scripts Day 23 - Document Manager, Photo Gallery + Anchor Tag Creator!
As promised, here are the three free scripts for today:
Document Manager - This script uses PHP to provide you with a great interface to a MySQL server that allows you to store and retrieve documents and to share those documents between users. In addition, the system uses ACL (Access Control Lists) to grant access rights to documents on a per-user basis. It allows you to distribute project documentation on a need-to-know basis, whilst keeping a central repository of documents that is accessible to all team members and easy to manage.
Photo Gallery - This script is a tool for posting customizable, template based galleries, by simply uploading images to the server the script is running on. The script scans the directory you point it to (via a query string), and then it stores the list of images it retrieves in an array that is POSTED from page to page as the user moves through the gallery. This method of file-list-passing makes this script significantly more efficient than gallery tools that scan image directories each time they generate a page.
Anchor Tag Creator - This nifty little script pre-processes HTML before displaying it to the browser locating user-defined keywords in the HTML string (or plain text for that matter), and subsequently replacing the keywords with anchor tags of user-defined URL’s. Pre-defined ‘template’ anchor tags are available for Google.com searches or Dictionary.com lookups. This script takes care that no replacement inside an HTML tag is made and also avoids matching keywords which were found inside of a pre-existing anchor tag’s text. With this script your website visitors experiences are enhanced by providing links to dictionary definitions, web searches or any user-defined URL’s. And what’s even better is that web content developers are provided with a simple way to link keywords without having to manually create all those anchor tags.
We look forward to seeing you again tomorrow for the next 3 scripts.
