Skip to content

GetSimpleCMS-CE-plugins/plugin-easyStatsEvo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

2 Commits
ย 
ย 
ย 
ย 

Repository files navigation

easyStatsEvo ๐Ÿ“Š

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.

Features

  • 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.

Requirements

  • GetSimple CMS
  • PHP with SQLite3 support
  • PHP with ZipArchive support

Installation

  1. Copy the plugin file into your GetSimple plugins directory.
  2. Activate the plugin from the admin panel.
  3. Open the Pages sidebar to view Easy Stats Evo.

How It Works

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.

Export

Use the Export to Excel button to download a spreadsheet with summary statistics and page data.

Security

  • Visitor IPs are hashed before storage.
  • The clear-all action is protected with a nonce.

About

This plugin shows statistics by counting only unique IP addresses on a website (Uses sqlite3 to store data) and provides export functionality.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages