| Projects on Google Code | Results 1 - 3 of 3 |
Utilities for processing user-agent strings. Can be used to analyze log files and handle http requests.
First implementation can identify:
* most common operating systems
* most common web-browsers
* many mobile devices
* some e-mail clients
* webmail clients like Gmail and Hotmail
this project is to represent details information of clicks that a link get. like:
# no of clicks
# from which country
# users OS
# users browser
# referrer url
etc.
= Overview =
!ReferrerCop parses Apache log files and AWStats data files and removes entries for referring URLs that match a list of known referrer spammers. Filtering is performed using a blacklist and an optional whitelist.
A large default blacklist is provided with the software, and you ca...