[Openfirst-cvscommit] manual/openfirst.logger openfirst.logger.html,NONE,1.1
Brought to you by:
xtimg
From: <dav...@us...> - 2003-09-11 00:36:37
|
Update of /cvsroot/openfirst/manual/openfirst.logger In directory sc8-pr-cvs1:/tmp/cvs-serv13009/openfirst.logger Added Files: openfirst.logger.html Log Message: initial upload. NOTE: these files are not the final polished copies of the manuals. These are very rough working copies of the manuals. I still have to run through them and fix all the mistakes (there are many). But to document my progress I will commit it now. --- NEW FILE: openfirst.logger.html --- <h2>openFIRST.logger</h2> <table width="65%" cellpadding="4"> <tr> <td><img src="screen1.png" width="267" height="222"><img src="screen2.png" width="267" height="222"></td> </tr> <tr> <td bgcolor="#CCCCCC"><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 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> <td bgcolor="#CCCCCC"><strong>Developed By:</strong></td> </tr> <tr> <td>Tim Ginnof openFIRST</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Database Tables</strong></td> </tr> <tr> <td>ofirst_guestbook</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>Includes</strong></td> </tr> <tr> <td>none</td> </tr> <tr> <td bgcolor="#CCCCCC"><strong>How It Works</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 bgcolor="#CCCCCC"><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 bgcolor="#CCCCCC"><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 bgcolor="#CCCCCC"><strong>Module Scripts</strong></td> </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> <p><strong></strong></p> |