Lecteur Markdown
LAST_VISITORS_DOCUMENTATION_EN
Feature: Last Visitors #
Displays the most recent visitor IP addresses with their browser and language. Lightweight monitoring dashboard.
---
Installation and Configuration #
Via FTP: Upload the `last_visitors/` directory into `/plugins/`.
Via package manager: Select `last_visitors` from the available plugins list.
Paths:
- Main plugin: `/plugins/last_visitors/last_visitors.php`
- Configuration: `/plugins/last_visitors/conf/last_visitors.conf.inc.php`
Required level: `LAST_VISITORS_LEVEL_MODERATOR`
SQL table used: `stats`
---
Usage #
Displays the 6 most recent distinct IP addresses with:
- IP address
- Detected browser (user-agent)
- Language (Accept-Language header)
- Date of last visit
Also displays the server address.
---
Hooks and Entry Points #
?obj=last_visitors.php — Last visitors list
---
Dependencies #
- `Beamreactor\Database\SQL` — `stats` table