Procedural File: _functions_hitlogs.php
Source Location: /blogs/b2evocore/_functions_hitlogs.php
Page Details
Logging of hits, extraction of stats
b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html
| Author: | This file built upon code by N C Young (nathan@ncyoung.com) (http://ncyoung.com/entry/57) |
| Copyright: | (c)2003-2005 by Francois PLANQUE - http://fplanque.net/ |
| Filesource: | Source Code for this file |
Functions
hit_change_type [line 245]
|
Change type for a hit
Parameters:| int | $hit_ID: | ID to change |
| string | $type: | new type, must be valid ENUM for hit_ignore field |
[ Top ]
hit_delete [line 209]
hit_prune [line 226]
|
Delete all hits from a certain date
Parameters:| int | $date: | unix timestamp to delete hits for |
[ Top ]
refererList [line 263]
|
Extract stats
Parameters:| $howMany: | ||
| $visitURL: | ||
| $disp_blog: | ||
| $disp_uri: | ||
| $type: | ||
| $groupby: | ||
| $blog_ID: | ||
| $get_total_hits: | ||
| $get_user_agent: |
[ Top ]
stats_hit_percent [line 399]
|
| $decimals: | ||
| $dec_point: |
[ Top ]
stats_referer [line 433]
|
| $before: | ||
| $after: | ||
| $disp_ref: |
[ Top ]
stats_search_keywords [line 464]
|
stats_search_keywords(-)
Displays keywords used for search leading to this page
[ Top ]
stats_title [line 542]
|
Display "Statistics" title if these have been requested
Parameters:| string | $prefix: | Prefix to be displayed if something is going to be displayed |
| mixed | $display: | Output format, see format_to_output() or false to return value instead of displaying it |
API Tags:
| Deprecated: | Stats should not be made public (SPAM!!!) |
[ Top ]
