easyStatsEvo is a GetSimple CMS plugin that tracks unique visitors and page views using hashed IP addresses and SQLite. It provides a stats dashboard in the admin panel and supports Excel export.
- Unique visitor counts for all time, 30 days, 7 days, 24 hours, and 5 minutes.
- Page visit tracking with total visits and unique visitors per URL.
- SQLite database storage.
- Excel export (.xlsx).
- One-click clear statistics action.
- GetSimple CMS
- PHP with SQLite3 support
- PHP with ZipArchive support
- Copy the plugin file into your GetSimple plugins directory.
- Activate the plugin from the admin panel.
- Open the Pages sidebar to view Easy Stats Evo.
The plugin records page views in the theme footer hook and stores visitor data in a local SQLite database. It skips 404 pages and internal GetSimple search requests.
Use the Export to Excel button to download a spreadsheet with summary statistics and page data.
- Visitor IPs are hashed before storage.
- The clear-all action is protected with a nonce.