IP2Location Variables

外掛說明

This useful library makes it easy to conveniently find website visitors location and provides geographic information based on IP address lookup. It also can be used to display geo-data info in posts for specific locations and to help you create geo-target marketing campaigns.

It is a library derived from https://www.ip2location.com/developers/php but works as a WordPress plugin to simplify the setup and ease the integration work. It supports both the IPv4 and IPv6 address.

Below are the geolocation information you can retrieve from this library:
* Country code
* Country name
* Country flag
* Region name
* City name
* Latitude and longitude
* ZIP code
* ISP
* Domain name
* Time zone
* Net speed
* IDD code
* Area code
* Weather station code & name
* MNC, MCC, mobile carrier name
* Elevation
* Usage type
* Address type
* Category

This plugin supports both IP2Location IP geolocation BIN data and web service for geolocation queries. If you are using the BIN data, you can update the BIN data every month by using the wizard on the settings page for the most accurate result. Alternatively, you can also manually download and update the BIN data file using the below links:

BIN file download: IP2Location Commercial database | IP2Location LITE database (free edition)

If you are using the IP2Location IP geolocation web service, please visit IP2Location Web Service for details.

Usage

Call the function ip2location_get_vars() in any pages, plugins, or themes to retrieve IP2Location variables. The variables are returned in object. To use lookup for a custom IP, use ip2location_get_vars(‘IP_ADDRESS’);

More Information

Please visit us at https://www.ip2location.com

安裝方式

We always recommend the automatic installation via the plugin menu. In case you having the difficulties to do so, below are the manual install steps:

  1. Upload ip2location folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. You can now start using IP2Location Variables to customize your contents.

Please take note that this plugin requires minimum PHP version 5.4.

使用者評論

2016 年 9 月 3 日
I've been using this plugin for the past few months, allowing dynamic templates and content depending on the country code of the users. No issues so far!
閱讀全部 4 則使用者評論

參與者及開發者

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

參與者

將〈IP2Location Variables〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

  • 2.9.0 Added ip2location.io web service support.
  • 2.8.7 Tested up to WordPress 6.4
  • 2.8.5 Fixed connection error.
  • 2.8.4 Tested up to WordPress 6.1.
  • 2.8.3 Tested up to WordPress 6.0.
  • 2.8.2 Enhanced checking.
  • 2.8.1 Tested up to WordPress 5.9.
  • 2.8.0 Added new address type and category fields.
  • 2.7.3 Tested up to WordPress 5.8.
  • 2.7.2 Tested up to WordPress 5.7.
  • 2.7.1 Tested up to WordPress 5.6.
  • 2.7.0 Minor bug fixes and added supports up to DB24.
  • 2.6.0 Updated file structures to use composer for IP2Location libraries.
  • 2.5.12 Tested with WordPress 5.5.
  • 2.5.11 Fixed parsing issues.
  • 2.5.10 Tested with WordPress 5.4.
  • 2.5.9 Increased download timeout.
  • 2.5.8 Fixed typo.
  • 2.5.7 Minor fixes.
  • 2.5.6 Added feedback request.
  • 2.5.5 Tested with WordPress 5.3.2.
  • 2.5.4 Fixed variable errors when result not found.
  • 2.5.3 Updated IP2Location library.
  • 2.5.2 Updated documentation links.
  • 2.5.1 Tested up to WordPress 5.1.1.
  • 2.5.0 Upgraded IP2Location API to v2.
  • 2.4.0 Added debug log.
  • 2.3.1 Minor changes.
  • 2.3.0 IP2Location database update changed to use download token.
  • 2.2.0 Able to lookup specific IP address.
  • 2.1.1 Fixed conflicts when multiple IP2Location plugins installed.
  • 2.1.0 Use IP2Location PHP 8.0.2 library for lookup.
  • 2.0.8 Use latest IP2Location library for lookup.
  • 2.0.7 Fixed close sticky information panel issue.
  • 2.0.6 Use latest IP2Location library and updated the setting page.
  • 2.0.5 Fixed error when creating admin option.
  • 2.0.4 Fixed uninstall hook warning message.
  • 2.0.3 Fixed uninstall hook.
  • 2.0.2 Fixed empty variable on first load.
  • 2.0.1 Tested with WordPress 4.4.
  • 2.0.0 Added suport to IP2Location Web Service. Rewrote the codes behind.
  • 1.1 Support automated bin download and server variables for IP2Location.
  • 1.0 Initial release