Title: Ip2country
Author: webvitalii
Published: <strong>جولائی 9, 2011</strong>
Last modified: اگست 9, 2020

---

پلگ انز تلاش کریں

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](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://ur.wordpress.org/plugins/ip2country/#description)
 * [جائزے](https://ur.wordpress.org/plugins/ip2country/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/ip2country/#installation)
 * [ڈیولپمنٹ](https://ur.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 table⌉[

Ip2country table

[⌊Ip2country_info table⌉⌊Ip2country_info 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

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Ip2country” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

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

[“Ip2country” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/ip2country)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/ip2country/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/ip2country/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/ip2country/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/ip2country/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

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

## میٹا

 *  Version **1.3**
 *  Last updated **6 سال پہلے**
 *  Active installations **10+**
 *  WordPress version ** 3.0 یا اس سے جدید **
 *  Tested up to **5.4.23**
 *  Language
 * [English (US)](https://wordpress.org/plugins/ip2country/)
 * Tags
 * [country](https://ur.wordpress.org/plugins/tags/country/)[geolocation](https://ur.wordpress.org/plugins/tags/geolocation/)
   [ip](https://ur.wordpress.org/plugins/tags/ip/)[ip to country](https://ur.wordpress.org/plugins/tags/ip-to-country/)
   [ip2country](https://ur.wordpress.org/plugins/tags/ip2country/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/ip2country/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/ip2country/reviews/)

## شراکت دار

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

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/ip2country/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://web-profile.net/donate/)