|
FAQ
|
|
I can't see any graph or image.
|
You must be online. A next version of phpMyStat will integrate OffLine connection.
|
$USID ? What's that?.
|
The $USID variable is used to get analysis by group.
With this feature you can analyse you traffic by group of pages, sites (if you have more than one!).
For example, you have a web site wich contains 5 information pages, 8 download pages and 25 miscellanous pages.
In the informations pages you can place the following code :
$USID="INFO";
include("path/to/log.php3");
In the downloads pages you can place the following code :
$USID="DOWNL";
include("path/to/log.php3");
In the other pages you can place the following code :
$USID="MISC";
include("path/to/log.php3");
So, now you can analyse the traffic evolution by group!
|
I get a lot of errors, warning, etc...
|
phpMyStats have been tested with PHP 4.0!
If you have an older versions, it is possible to get errors!
Send them to us, please : phpmystats@revendications.com
|
|