[Openfirst-cvscommit] manual/openfirst.messenger messenger.php,NONE,1.1 openfirst.messenger.html,1.2
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-29 21:38:55
|
Update of /cvsroot/openfirst/manual/openfirst.messenger In directory sc8-pr-cvs1:/tmp/cvs-serv22748 Added Files: messenger.php Removed Files: openfirst.messenger.html Log Message: Removing old named manual file and replacing with new file. --- NEW FILE: messenger.php --- <?php /* * openFIRST.manual - /openfirst.messenger/messenger.php * * Copyright (C) 2003, * openFIRST Project * Original Author: David Di Biase <dav...@ea...> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ include("../../config/globals.php"); include("$header"); ?> <h2>openFIRST Manual Module</h2> <table width="65%" cellpadding="4"> <tr><th>openFIRST.messenger</th></tr> <tr> <td><center><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"></center></td> </tr> <tr> <td class='sub' ><strong>Description:</strong></td> </tr> <tr> <td>The openFIRST.messenger is an internal messaging and member tracking system. The system works to provide users easy contact.</td> </tr> <tr> <td class='sub' ><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginnof openFIRST</td> </tr> <tr> <td class='sub' ><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_messenger_messeges<br> ofirst_messenger_users</td> </tr> <tr> <td class='sub' ><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td class='sub' ><strong>How It Works</strong></td> </tr> <tr> <td>The messenger module carries an include throughout the entire website and constantly updates information whenever the user refreshes the page. This ensures that the most current information is updated about the user. The user can then be presented with new inbox messages directly on any page.</td> </tr> <tr> <td class='sub' ><strong>Upcoming Module Requests</strong></td> </tr> <tr> <td>The module will be updated to allow members to send messeges to other membres </td> </tr> <tr> <td class='sub' ><strong>Module Defined Variables</strong></td> </tr> <tr> <td><p>variable $usersonline - a list of how many users are on the website<br> variable $usersonpage - a list of users currently on the particular page</p> </td> </tr> <tr> <td class='sub' ><strong>Module Scripts</strong></td> </tr> <tr> <td>index.php - lists all the current users online<br> messenger.php - the system include file carried through the website from base. It basically checks the database to see if the current user has a record in the database. It also checks the users inbox and provides them with a new messege screen.<br> newmsg.php - allows users to send messeges between each other<br> viewmsg.php - allows users to view messeges sent to them<br> inbox.php - allows users to view a current list of messeges</td> </tr> <tr> <td class='sub' ><strong>Related Modules <font size="2">(required for using this module)</font></strong></td> </tr> <tr> <td>openFIRST.base, openFIRST.members</td> </tr> </table> <p><strong></strong></p> <?php include("$footer"); ?> --- openfirst.messenger.html DELETED --- |