Start big comments (post analysis / referers)
This commit is contained in:
@@ -6,6 +6,32 @@ from iplugin import IPlugin
|
||||
|
||||
import awstats_data
|
||||
|
||||
#
|
||||
# Post analysis hook
|
||||
#
|
||||
# Extract referers and key phrases from requests
|
||||
#
|
||||
# Plugin requirements : None
|
||||
#
|
||||
# Conf values needed :
|
||||
# page_to_hit_conf*
|
||||
# hit_to_page_conf*
|
||||
#
|
||||
# Output files :
|
||||
# None
|
||||
#
|
||||
# Statistics creation :
|
||||
# None
|
||||
#
|
||||
# Statistics update :
|
||||
# visits :
|
||||
# remote_addr =>
|
||||
# robot
|
||||
#
|
||||
# Statistics deletion :
|
||||
# None
|
||||
#
|
||||
|
||||
class IWLAPostAnalysisReferers(IPlugin):
|
||||
def __init__(self, iwla):
|
||||
super(IWLAPostAnalysisReferers, self).__init__(iwla)
|
||||
|
Reference in New Issue
Block a user