Forum Moderators: DixonJones
1. At midnight, analyzed the latest logfile for only the last day's data and then:
2. Removing all referrers that you list are your own domains, variations thereof, IPs...i.e. 1 domain parked on another, 2 domains you use to link to each other...all this configurable in a cfg file
3. Doing dns lookups on ips and converting to domain names
4. combining identical urls that have www.domainname.com w/ domainname.com
5. having each line read something like this:
1. [google.com...] (101 visits)
2. [webmasterworld.com...] (92 visits)
3. [webmasterworl.com...] (54 visits)
etc..
It would make tracking your links way easier...
Does anyone know of a script like this?
If you want something like this or what you've described written for you, [sticky¦e]mail me and I'm sure I can help you out.
w/ PHP so easy, I haven't looked at perl code in a couple years...I think just reading that 1 gig file would result in opening a tmp file of equal size? I'd rather not do that...I wish there was a way to pull out only the latest day, get list of referers and that's it.
If you think your code could help, I'd be most appreciative if you don't mind sharing it. I guess I wouldn't want to log it to mysql. I don't have that much space on my server.
If someone knows of a tool that does the following, I'd be most appreciative:
I'm finally looking for is a tool similar to [extremetracking.com...] where you put an invisible gif in whatever pages you want to track, and I only want to see referers (browser types and search engine keywords would be bonus, but not primary). And I'd like it to keep only 1 day of traffic, emailing me the results once a day. If I can view the one day stats on the web too, that would be gravy.
If anyone knows a package like this, please do tell! Thanks.