Topic awaiting preservation: PHP hit counter statistics? |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Australia |
posted 08-20-2003 05:49
Hey all, anyone know a decent free hit counter for php that i could download and try out? |
Bipolar (III) Inmate From: Australia |
posted 08-20-2003 05:56
Actually, ignore that unless you have something that you think is extrememly impressive :P, i think ill try write my own it seems pretty simple... |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-20-2003 09:29
depends. I assume you're meaning mysql. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-20-2003 09:58 |
Bipolar (III) Inmate From: Australia |
posted 08-20-2003 11:53
Yeh i mean mySQL, i wasnt sure if it was purely linux based, thanks for that. |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 08-20-2003 12:05 |
Bipolar (III) Inmate From: Australia |
posted 08-20-2003 14:39
Ah ok cool... |
Paranoid (IV) Inmate From: under your rug, |
posted 08-22-2003 05:56
Na that wouldn't be a problem, the database can be accessed an enter the data pretty fast |
Bipolar (III) Inmate From: Australia |
posted 08-22-2003 11:42
Ahh ok cool sweet thanks for that, ill ahve to see how it goes. The current host im using has statistics anyhow from the log file, im not sure how accurate they really are.. |
Paranoid (IV) Inmate From: Rouen, France |
posted 08-22-2003 12:20
The hits represent the number of files requested on your domain. If for example you have 10 images on your page, a single visit will result in 10 + 1 (the page) hits. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-22-2003 12:24
well, hits will count every single element on a page (ie. images), will visits usually should only count requested html pages. |
Bipolar (III) Inmate From: Australia |
posted 08-25-2003 14:11
Ahh ok... so a visit is a unique ip per page? I was hoping it would be visits per domain, i read some php counter stuff where you do unique hits by ip, which is really the stat your after imo. |
Nervous Wreck (II) Inmate From: Minnesota |
posted 08-26-2003 00:34
I've been working on a pretty simple hit tracking program. it uses MySQL to store info from the visitor each time a page is loaded. There is a stat view, that you can see how many times a page was viewed, and how many unique visitors there was each day, shown in a calendar, then there's also a detailed view that allows you to see the information such as referer, host, and time the person visited. Currently there's only info for the last few days on my site, but it is capable of displaying other months than the current one. |
Bipolar (III) Inmate From: Australia |
posted 08-26-2003 06:54
Yeh i was thinking of doing the same sort of thing, what you have looks pretty cool. I guess because alot of hosting controls seem to have the statistics built in it may not be neccessary, but this way i guess you can customize it exactly how you want. |