Live Traffic Analytics

توضیحات

WP Live Traffic Analytics shows live visitors on your site with their IP address and country. It is designed to be:

  • Lightweight and simple — no external dashboards.
  • Privacy-first — visitor data stored in your site’s database.
  • Real-time — refresh updates the last visit time for each IP.
  • Developer-friendly — clean, modular code.

نصب

  1. Upload the live-traffic-analytics folder to /wp-content/plugins/.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Visit the Traffic Analytics menu in admin.

سوالات متداول

I see 127.0.0.1 or ::1 on localhost. Why?

Local development environments usually show private loopback addresses; the plugin resolves country names only for public IPs. Test on a public server or use ngrok for accurate geo results.

Will this track every page request?

The plugin skips admin, REST and AJAX requests by default to reduce noise.

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“Live Traffic Analytics” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Live Traffic Analytics” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.5

  • Improvement: Compatibility With WordPress.

1.0.4

  • Initial lightweight release.

1.0.3

  • Initial lightweight release.

1.0.2

  • Use unique IP key + ON DUPLICATE KEY UPDATE to prevent duplicate rows.
  • Better client IP detection and private IP handling.
  • Show last 50 visitors in dashboard.

1.0.0

  • Initial lightweight release.