Lecteur Markdown
Statistics Documentation En
Feature: Statistics #
Visit statistics dashboard. Displays total visit count, daily average, page generation performance, per-IP visitor profiles and SVG trend charts.
Visit statistics dashboard. Displays total visit count, daily average, page generation performance, per-IP visitor profiles and SVG trend charts.
Via FTP: Upload the statistics/ directory into /plugins/.
Via package manager: Select statistics from the available plugins list.
Paths:
/plugins/statistics/statistics.php/plugins/statistics/lib/StatsData.class.php, StatsDisplay.class.php, SVGChart.class.php/plugins/statistics/conf/statistics.conf.inc.phpConfiguration parameters:
| Variable | Default | Description |
|---|---|---|
| $basedisplevel | BASE_LEVEL_USER | Minimum required level |
| $ftype | 5 | Plugin type (tools) |
Cache: files at $cfg[20]/statistics{host_hash}.dat — TTL 59 minutes.
SQL table used: stats
For each distinct IP address:
Click on an IP → detail of that IP's last 200 visits.
The ?force=1 parameter bypasses the cache.
?obj=statistics.php — Overview
?obj=statistics.php&action=1&ip=X.X.X.X — Visitor detail
?obj=statistics.php&force=1 — Force refresh
Beamreactor\Database\SQL — stats tablevar/ — for the cache