Title: Ip2country
Author: webvitalii
Published: <strong>9 Julho, 2011</strong>
Last modified: 9 Agosto, 2020

---

Procurar plugins

Este plugin **não foi testado com as 3 últimas grandes versões do WordPress**. Pode
já não ser suportado e pode ter problemas de compatibilidade quando usado com versões
mais recentes do WordPress.

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

# Ip2country

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

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

 * [Detalhes](https://pt.wordpress.org/plugins/ip2country/#description)
 * [Avaliações](https://pt.wordpress.org/plugins/ip2country/#reviews)
 *  [Instalação](https://pt.wordpress.org/plugins/ip2country/#installation)
 * [Desenvolvimento](https://pt.wordpress.org/plugins/ip2country/#developers)

 [Suporte](https://wordpress.org/support/plugin/ip2country/)

## Descrição

 * **[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/)

## Ecrãs

[⌊Ip2country table⌉⌊Ip2country table⌉[

Ip2country table

[⌊Ip2country_info table⌉⌊Ip2country_info table⌉[

Ip2country_info table

## Instalação

 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

## Avaliações

Este plugin não tem avaliações.

## Contribuidores e programadores

“Ip2country” é software de código aberto. As seguintes pessoas contribuíram para
este plugin:

Contribuidores

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

[Traduza o “Ip2country” para o seu idioma.](https://translate.wordpress.org/projects/wp-plugins/ip2country)

### Interessado no desenvolvimento?

[Consulte o código](https://plugins.trac.wordpress.org/browser/ip2country/), consulte
o [repositório SVN](https://plugins.svn.wordpress.org/ip2country/), ou subscreva
o [registo de alterações](https://plugins.trac.wordpress.org/log/ip2country/) por
[RSS](https://plugins.trac.wordpress.org/log/ip2country/?limit=100&mode=stop_on_copy&format=rss).

## Registo de alterações

#### 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;

## Metadados

 *  Versão **1.3**
 *  Última actualização **Há 6 anos**
 *  Instalações activas **10+**
 *  Versão do WordPress ** 3.0 ou superior **
 *  Testado até **5.4.21**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/ip2country/)
 * Etiquetas
 * [country](https://pt.wordpress.org/plugins/tags/country/)[geolocation](https://pt.wordpress.org/plugins/tags/geolocation/)
   [ip](https://pt.wordpress.org/plugins/tags/ip/)[ip to country](https://pt.wordpress.org/plugins/tags/ip-to-country/)
   [ip2country](https://pt.wordpress.org/plugins/tags/ip2country/)
 *  [Visualização avançada](https://pt.wordpress.org/plugins/ip2country/advanced/)

## Classificações

Ainda não foram submetidas avaliações.

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

[Ver todas as revisões](https://wordpress.org/support/plugin/ip2country/reviews/)

## Contribuidores

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

## Suporte

Tem algo a dizer? Precisa de ajuda?

 [Ver fórum de suporte](https://wordpress.org/support/plugin/ip2country/)

## Doar

Gostaria de apoiar o desenvolvimento deste plugin?

 [ Fazer donativo para o plugin ](http://web-profile.net/donate/)