Update of /cvsroot/openfirst/manual/openfirst.logger
In directory sc8-pr-cvs1:/tmp/cvs-serv22400
Added Files:
logger.php
Removed Files:
openfirst.logger.html
Log Message:
Removing old named manual file and replacing with new file.
--- NEW FILE: logger.php ---
<?php
/*
* openFIRST.manual - /openfirst.logger/logger.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.logger</th></tr>
<tr>
<td><div align="center"><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"></div></td>
</tr>
<tr>
<td class='sub' ><strong>Description:</strong></td>
</tr>
<tr>
<td>The openFIRST.logger allows for an organized interface to help track visitors
to your website. The module tracks a wide range of different information
such as: visitor IP, host-looup, page visited, visitor browser, query-string
value for page they visited. It then allows for a feature to track each
page the person visited.</td>
</tr>
<tr>
<td class='sub' ><strong>Developed By:</strong></td>
</tr>
<tr>
<td>David Di Biase of openFIRST</td>
</tr>
<tr>
<td class='sub' ><strong>Database Tables</strong></td>
</tr>
<tr>
<td>ofirst_logger</td>
</tr>
<tr>
<td class='sub' ><strong>Includes</strong></td>
</tr>
<tr>
<td>logger.php</td>
</tr>
<tr>
<td class='sub' ><strong>How It Works</strong></td>
</tr>
<tr>
<td>The logger script does not have a visitor page. This module was mostly
designed for administrators to preview who visits their website. You should
<em>NOT </em>show the logger module on the menu, so please make sure you
deactivate it in the module selector in <em>config</em>. The module basically
carries logger.php through the entire website via the globals script. It
logs all the information retrieved when its on the page, then puts it in
the database.</td>
</tr>
<tr>
<td class='sub' ><strong>Upcoming Module Requests</strong></td>
</tr>
<tr>
<td>A new update will be made available that allows webmasters to calculate
bandwidth used on the website, number of total hits, and page views. It
will provide this information in a graphical chart format.</td>
</tr>
<tr>
<td class='sub' ><strong>Module Defined Variables</strong></td>
</tr>
<tr>
<td><p>variable $IP - the IP address of the current visitor<br>
variable $HOST - the host-lookup of the current visitor<br>
variable $SCRIPT - the current script the user is on<br>
variable $BROWSER - provides information about the current browser visiting
the website</p>
</td>
</tr>
<tr>
<td class='sub' ><strong>Module Scripts</strong></td>
</tr>
<tr>
<td>index.php - the first script that allows you to view a list of visitors
to your website<br>
rawdata.php - view hit by hit in order without grouping values<br>
logger.php - the include file which is carried through the website by base.
Once this script is called it logs the person who visits the page into the
database.<br>
track.php - allows you to track indepth information about the visiting user.<br>
reset.php - resets the entire logger so that no hits are logged</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</td>
</tr>
</table>
<p><strong></strong></p>
<?php include("$footer"); ?>
--- openfirst.logger.html DELETED ---
|