Update of /cvsroot/openfirst/manual/openfirst.logger
In directory sc8-pr-cvs1:/tmp/cvs-serv11704
Modified Files:
openfirst.logger.html
Log Message:
Made some text changes
Index: openfirst.logger.html
===================================================================
RCS file: /cvsroot/openfirst/manual/openfirst.logger/openfirst.logger.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** openfirst.logger.html 11 Sep 2003 00:36:31 -0000 1.1
--- openfirst.logger.html 14 Sep 2003 03:19:42 -0000 1.2
***************
*** 9,17 ****
<tr>
<td>The openFIRST.logger allows for an organized interface to help track visitors
! to your website. The module tracks lots 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. If the user is logged in as a member then it declares that
! the user is a member of the website.</td>
</tr>
<tr>
--- 9,16 ----
<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>
***************
*** 19,23 ****
</tr>
<tr>
! <td>Tim Ginnof openFIRST</td>
</tr>
<tr>
--- 18,22 ----
</tr>
<tr>
! <td>David Di Biase of openFIRST</td>
</tr>
<tr>
***************
*** 25,29 ****
</tr>
<tr>
! <td>ofirst_guestbook</td>
</tr>
<tr>
--- 24,28 ----
</tr>
<tr>
! <td>ofirst_logger</td>
</tr>
<tr>
***************
*** 31,35 ****
</tr>
<tr>
! <td>none</td>
</tr>
<tr>
--- 30,34 ----
</tr>
<tr>
! <td>logger.php</td>
</tr>
<tr>
***************
*** 37,48 ****
</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>
--- 36,46 ----
</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>
***************
*** 69,79 ****
</tr>
<tr>
! <td>index.php, logger.php, reset.php,rawdata.php,track.php</td>
</tr>
<tr>
! <td bgcolor="#CCCCCC"><strong>Notes</strong></td>
</tr>
<tr>
! <td>none</td>
</tr>
</table>
--- 67,85 ----
</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 bgcolor="#CCCCCC"><strong>Related Modules <font size="2">(required for
! using this module)</font></strong></td>
</tr>
<tr>
! <td>openFIRST.base</td>
</tr>
</table>
|