개요
This extension provides a complete visitor tracking system for Paymenter, including detailed analytics such as IP address, visited URL, browser, operating system, and full user agent.It is optimized for stability, performance, and compatibility with Paymenter 1.4.7.
Features
- Track visitor IP address
- Track visited URL
- Store full User-Agent string
- Detect Browser (Chrome, Safari, etc.)
- Detect Operating System (Windows, Android, etc.)
- Detect Device type (Desktop / Mobile)
- Admin dashboard widget (Visitor Statistics Overview)
- Mobile-friendly UI (responsive tables & charts)
- No external dependencies required
Installation
- Upload the extension to:
- Run the following commands:
- Refresh your admin panel.
Admin Panel
You can view visitor logs in the admin panel, including:- IP Address
- URL
- Browser
- OS (Platform)
- Device
- Full User-Agent
Notes
- New visits will include full tracking automatically.
- No configuration required.
Troubleshooting
If the widget does not appear:- Clear cache:
Compatibility
- Paymenter 1.4.7+
- PHP 8+
License
This extension is provided as-is for personal and commercial use.Author
Custom built for Paymenter users.Server Cron Required
Either the official Paymenter cron or the Laravel scheduler cron must be running. Paymenter Officially Recommended Cron:
Bash:
* * * * * cd /var/www/paymenter && php artisan app:cron-job >> /dev/null 2>&1
Bash:
* * * * * cd /var/www/paymenter && php artisan schedule:run >> /dev/null 2>&1
