Posted by Floortje on 01/20/07 16:52
Kentor schreef:
> 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.
>
IF you want to use the Awstats and Analog (I dont know them both) you
probably have to read them into a string (or array) and dig out the
numbers (search for file_get_contents()]or fopen()) on the php website.
On the other hand ... if you only need the unique visitors per timespan
you could log the yourself (search for $_SERVER['REMOTE_ADDR'])
--
Arjen
http://www.hondenpage.com
Navigation:
[Reply to this message]
|