A small board for communication between sysadmins or such like. Or at least thats why I designed it. If you need to keep admins up to date then use this. Its simple easy and basic. Only has 4 user support, but its brill for a small team building a website.
By : rock
<?php /* A small board for communication between sysadmins or such like.
The board uses file access to display the messages. Search and replace message2 with the users name required and do the same for the other users. Once logged in just Click on the radio box you wish to post to and then just write your message. Click POST and hey presto Bob's your uncle.
The user is identified by $REMOTE_USER If the user is identified then he/she can delete his/her own messages.
$REMOTE_USER is an apache variable and can be used. Or you can write a login script to parse the variable.
DISCLAIMER: The content provided in this article is not warranted or guaranteed by Developer Shed, Inc. The content provided is intended for entertainment and/or educational purposes in order to introduce to the reader key ideas, concepts, and/or product reviews. As such it is incumbent upon the reader to employ real-world tactics for security and implementation of best practices. We are not liable for any negative consequences that may result from implementing any information covered in our articles or tutorials. If this is a hardware review, it is not recommended to open and/or modify your hardware.