Title: Ip2country
Author: webvitalii
Published: <strong>2011 年 7 月 9 日</strong>
Last modified: 2020 年 8 月 9 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/ip2country.svg)

# Ip2country

 由 [webvitalii](https://profiles.wordpress.org/webvitaly/) 開發

[下載](https://downloads.wordpress.org/plugin/ip2country.1.3.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/ip2country/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/ip2country/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/ip2country/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/ip2country/#developers)

 [技術支援](https://wordpress.org/support/plugin/ip2country/)

## 外掛說明

 * **[WordPress Pro plugins](http://web-profile.net/wordpress/plugins/)**
 * **[Ip2country plugin](http://web-profile.net/wordpress/plugins/ip2country/)**
 * **[Donate](http://web-profile.net/donate/)**
 * Code is based on: [phpweby.com/software/ip2country](http://phpweby.com/software/ip2country)
 * Ip2country database table is based on: [maxmind.com](http://maxmind.com/)
 * Ip2country_info database table is based on: [ip2nation.com](http://www.ip2nation.com/)
 * Last IP database update: 15-jan-2012
 * Ip2country database is stored on your site.

Get country code or country name:

    ```
    <?php
    $ip2country = ip2country();
    echo ' Country code: '.$ip2country->country_code;
    echo ' Country name: '.$ip2country->country_name;
    // or
    $ip2country2 = ip2country('212.113.46.148');
    echo ' Country code: '.$ip2country2->country_code;
    echo ' Country name: '.$ip2country2->country_name;
    ?>
    ```

Get additional info about the country by country code:

    ```
    <?php
    $ip2country_info = ip2country_info($ip2country->country_code);
    echo ' iso_code_2: '.$ip2country_info->iso_code_2;
    echo ' iso_code_3: '.$ip2country_info->iso_code_3;
    echo ' iso_country: '.$ip2country_info->iso_country;
    echo ' country: '.$ip2country_info->country;
    echo ' lat: '.$ip2country_info->lat;
    echo ' lon: '.$ip2country_info->lon;
    // or
    $ip2country_info = ip2country_info('us');
    echo ' lat: '.$ip2country_info->lat;
    echo ' lon: '.$ip2country_info->lon;
    ?>
    ```

[Ip2country support page](http://web-profile.com.ua/wordpress/plugins/ip2country/)

#### Useful:

 * [“Page-list” – show list of pages with shortcodes](https://wordpress.org/plugins/page-list/)
 * [“Iframe” – embed content](https://wordpress.org/plugins/iframe/)
 * [WordPress Pro plugins](http://web-profile.net/wordpress/plugins/)

## 螢幕擷圖

 * [[
 * Ip2country table
 * [[
 * Ip2country_info table

## 安裝方式

 1. install and activate the plugin on the Plugins page
 2. insert [ip2country dump](http://svn.wp-plugins.org/ip2country/trunk/wp_ip2country.zip)
    into your database using phpMyAdmin (if your database prefix is not “wp_”, you 
    should change prefix inside the sql database dump manually)
 3. you can use plugin functions to convert the IP-address to the country

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ webvitalii ](https://profiles.wordpress.org/webvitaly/)

[將〈Ip2country〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/ip2country)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/ip2country/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/ip2country/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/ip2country/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/ip2country/)。

## 變更記錄

#### 1.3

 * minor changes

#### 1.2

 * IP database update;

#### 1.1.0

 * Added info table from http://www.ip2nation.com/;

#### 1.0.0

 * Initial release;

## 中繼資料

 *  版本 **1.3**
 *  最後更新 **6 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 3.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **5.4.19**
 *  語言
 * [English (US)](https://wordpress.org/plugins/ip2country/)
 * 標籤:
 * [country](https://tw.wordpress.org/plugins/tags/country/)[geolocation](https://tw.wordpress.org/plugins/tags/geolocation/)
   [ip](https://tw.wordpress.org/plugins/tags/ip/)[ip to country](https://tw.wordpress.org/plugins/tags/ip-to-country/)
   [ip2country](https://tw.wordpress.org/plugins/tags/ip2country/)
 *  [進階檢視](https://tw.wordpress.org/plugins/ip2country/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/ip2country/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/ip2country/reviews/)

## 參與者

 *   [ webvitalii ](https://profiles.wordpress.org/webvitaly/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/ip2country/)

## 贊助

想要支援這個外掛的發展嗎？

 [ 贊助這個外掛 ](http://web-profile.net/donate/)