This is a discussion on quick question about stats within the PHP Language forums, part of the PHP Programming Forums category; Hello, How can I display some stats on some page that are from awstats or analog for example... Lets say ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello,
How can I display some stats on some page that are from awstats or analog for example... Lets say I want to show something like: x Unique Visitors Today, X visitors This month and stuff like that... How can I do that? Im using Awstats and Analog. |
|
|||
|
Awstats has it's own log files so in theory you could read that data in
real time and display it on your page. You'll just need to figure out the format of the awstats log files which should be pretty simple. -c On Jan 19, 7:20 pm, "Kentor" <ken...@gmail.com> wrote: > Hello, > How can I display some stats on some page that are from awstats or > analog for example... > Lets say I want to show something like: x Unique Visitors Today, X > visitors This month and stuff like that... How can I do that? Im using > Awstats and Analog. |