Simple IP Logger

外掛說明

Simple IP Logger is a lightweight WordPress plugin that lets you:
– Log visitor IP addresses when accessing specific pages or all pages
– View logs with access date/time, IP address, post ID, and referer
– Set target post IDs to monitor
– Exclude IPs such as admin/staff from being logged
– Check logs from the admin screen with pagination and filters
– View access statistics by unique IPs and access counts
– Use asynchronous logging via Ajax for performance

This plugin is useful for confirming actual visits from ads (e.g. Google Ads), detecting suspicious access patterns, or simply tracking visitor behavior without user accounts.

No external tracking, no bloat – just simple, self-hosted logging.

日本語による説明:

Simple IP Logger(シンプルIPロガー)は、特定のページまたは全ページへのアクセスIPを記録・可視化できる軽量なWordPressプラグインです。

  • 投稿・固定ページのアクセスIPを記録
  • 記録された日時・IP・投稿ID・リファラーを管理画面で一覧表示
  • 特定の投稿IDのみ記録する、除外IPを設定する、など柔軟なログ管理が可能
  • Google広告などの広告流入が「実際にあったかどうか」も確認できます
  • Ajaxによる軽量な記録方式で、ユーザーの表示速度に影響を与えません
  • IP別アクセス統計も管理画面から確認可能

使いやすく、かつ自己完結型でプライバシーを重視した設計です。

螢幕擷圖

  • IP log list view (with filters, pagination, referer, and post title)
  • Plugin settings screen (log targets, excluded IPs, entries per page)

安裝方式

  1. Upload the ZIP file via Plugins > Add New > Upload Plugin
  2. Activate the plugin
  3. Go to “IPログ管理” in the admin menu to configure settings and view logs

常見問題集

Does this plugin store any personal data?

Only the IP address, access time, and referer are logged. No cookies or user account data is used.

Can I exclude specific IPs?

Yes, use the “除外するIPアドレス” setting to avoid logging your own access.

Does it support custom post types?

Yes, logging applies to any post/page ID.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Simple IP Logger〉的開發相關工作。

參與者

將〈Simple IP Logger〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

  • Improved security with proper sanitization of server variables
  • Fixed timezone handling using WordPress functions
  • Added proper script enqueuing
  • Added nonce verification to all form submissions
  • Proper escaping of output data

1.0.0

  • Initial release