Showing source for: https://myip-address.com/
Duration: 0.174646s
Server: Apache

<!DOCTYPE html>
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Detect My IP Address. Show all information about the website/IP. IP tools: IP lookup, Geolocation, IP Calculator, traceroute, proxy, ping, dig, port check, blacklist check and more.">
<meta name="keywords" content="my ip, my ip address, ip address, what my ip, what is ip">
<title>My IP Address - What is My IP Address</title>
<link href="https://myip-address.com/" rel="canonical" />
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/font-awesome/css/font-awesome.min.css">

	<link rel="icon" sizes="16x16"   type="image/png" href="/orange-ip-address-16.png" />
  <!--link rel="stylesheet" href="//fonts.googleapis.com/css?family=Yanone+Kaffeesatz&amp;ver=4.2.3" type="text/css" media="all"-->
  <!--link rel="stylesheet" href="/css/fonts/Yanone_Kaffeesatz_4.2.3.css" type="text/css" media="all"-->
</head>
<body>

  <script async src="https://www.googletagmanager.com/gtag/js?id=UA-35796116-26"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());
  gtag('config', 'UA-35796116-26');
</script>



<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
  (adsbygoogle = window.adsbygoogle || []).push({
    google_ad_client: "ca-pub-1407292178211259",
    enable_page_level_ads: true
  });
</script>
  <div class="container">
    <div class="row">
    <div class="col-md-3 imgbg">
    <div class="bg">
<!--img  height="180" width="180" src="/myip-address.com-logo.png" -->
   </div>
<div class="logotext">
     <a href="/" style="text-decoration: none;font-weight: bold;    font-size: 26px;">MYIP-address.com</a>
<br><span style="color: rgb(109, 151, 187);    text-shadow: 2px 2px 8px rgba(42, 56, 36, 0.73);
 font-size: 20px; ">What Is My IP Address?</span>
</div>
</div>
<div class="col-md-9">
<!-- myip1 -->
<ins class="adsbygoogle"
     style="display:block;margin-bottom: 10px;"
     data-ad-client="ca-pub-1407292178211259"
     data-ad-slot="1386195967"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div>
</div>
<div class="container">
   <div class="row">
    <div class="col-md-12" style="text-align: right;">
<a href="/" type="button" class="btn btn-primary padig active">My IP</a>
<a href="/whois" type="button" class="btn btn-primary padig ">Whois</a>
<a href="/ip-lookup" type="button" class="btn btn-primary padig ">IP lookup</a>
<a href="/ping" type="button" class="btn btn-primary padig ">Ping</a>
<a href="/ip-calculator" type="button" class="btn btn-primary padig ">IP Calculator</a>
<a href="/blacklist" type="button" class="btn btn-primary padig ">Blacklist check</a>
<a href="/port-check" type="button" class="btn btn-primary padig ">Port check</a>
<a href="/website-check" type="button" class="btn btn-primary padig ">Website check</a>
<a href="/api" type="button" class="btn btn-primary padig ">API</a>

<a href="/feedback" type="button" class="btn btn-primary padig ">Feedback</a>


</div></div></div>
<div class="container">
  <div class="row">
  <div class="col-md-9 col-md-push-3">
  <div class="timeline222">
    <div class="timeline-item">
      <h3 class="timeline-header">What is My IP Address</h3>
           <div class="timeline-body">
<div class="alert alert-success ip-centr" style="margin-bottom: 0px; border-bottom-left-radius: 0px;border-bottom-right-radius: 0px;"role="alert">Your IP address is found<br>
  <div class="ip-centr" id="ipc"></div>
</div>


<div id="lisip"></div>
<script type="text/javascript">
  function makeid(length) {
   var result           = '';
   var characters       = 'abcdefghijklmnopqrstuvwxyz0123456789';
   var charactersLength = characters.length;
   for ( var i = 0; i < length; i++ ) {
      result += characters.charAt(Math.floor(Math.random() * charactersLength));
   }
   return result;
}

function insertAfter(referenceNode, newNode) {
    referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling);
 // referenceNode.parentNode.insertBefore(newNode, referenceNode.nextSibling);

}

function ip4times() {for (var i = 0; i < 10; i++) httpGetAsync('https://'+makeid(5)+'.get4.myip-address.com:498/')}

var arrayip = new Array();
  function httpGetAsync(theUrl, callback)
{
    var xmlHttp = new XMLHttpRequest();
    xmlHttp.onreadystatechange = function() { 
        if (xmlHttp.readyState == 4 && xmlHttp.status == 200) {
       //  var respd=JSON.parse(xmlHttp.responseText);
         var respd=xmlHttp.responseText;
if (document.getElementById('ipc').innerText=='') document.getElementById('ipc').innerText = respd;
//https://stackoverflow.com/a/59641718/2881650

var el = document.createElement("div");
el.innerHTML = '<div class=\"name_div_45g45gg bold_tyuhg\">IP v4:</div><div class=\"data_div_45g45gg\">'+respd+'<a href=\"/whois/'+respd+'\" rel=\"nofollow\" class=\"btn btn-success btn-xs\" style=\"margin-left: 10px;\">whois</a><a href=\"/ip-lookup/'+respd+'\" rel=\"nofollow\" class=\"btn btn-success btn-xs\" style=\"margin-left: 10px;\">ip-lookup</a><a href=\"/ping/'+respd+'\" rel=\"nofollow\" class=\"btn btn-success btn-xs\" style=\"margin-left: 10px;\">ping</a><a href=\"/ip-calculator/'+respd+'\" rel=\"nofollow\" class=\"btn btn-success btn-xs\" style=\"margin-left: 10px;\">calculate</a><a href=\"/blacklist/'+respd+'\" rel=\"nofollow\" class=\"btn btn-success btn-xs\" style=\"margin-left: 10px;\">blacklist</a><a href=\"/port-check/'+respd+'\" rel=\"nofollow\" class=\"btn btn-success btn-xs\" style=\"margin-left: 10px;\">port</a></div>';



el.setAttribute('class', 'list-group-item hover-grey');

var div = document.getElementById("lisip");

if (arrayip.indexOf(respd) === -1) {
arrayip.push(respd);
insertAfter(div, el);
ip4times();
console.log('6');
} 

    }}
    xmlHttp.open("GET", theUrl, true); // true for asynchronous 
    xmlHttp.send(null);
}



ip4times();


</script>


<!--div class="list-group-item hover-grey">
<div class="name_div_45g45gg bold_tyuhg">IP v4:</div>
<div class="data_div_45g45gg">176.125.43.37<a href="/whois/176.125.43.37" rel="nofollow" class="btn btn-success btn-xs" style="margin-left: 10px;">whois</a>
<a href="/ip-lookup/176.125.43.37" rel="nofollow" class="btn btn-success btn-xs" style="margin-left: 10px;">ip-lookup</a>
<a href="/ping/176.125.43.37" rel="nofollow" class="btn btn-success btn-xs" style="margin-left: 10px;">ping</a>
<a href="/ip-calculator/176.125.43.37" rel="nofollow" class="btn btn-success btn-xs" style="margin-left: 10px;">calculate</a>
<a href="/blacklist/176.125.43.37" rel="nofollow" class="btn btn-success btn-xs" style="margin-left: 10px;">blacklist</a>
<a href="/port-check/176.125.43.37" rel="nofollow" class="btn btn-success btn-xs" style="margin-left: 10px;">port</a>
</div>
</div-->


<div style="padding-top: 15px;">
<div class="list-group-item">

  <style>
   p { text-indent: 25px;  }
  </style>
<p>IP-address (short for Internet Protocol Address) - a unique identifier (address) of the device (usually a computer) connected to the Internet.
<p>Each device (laptop, computer, mobile phone, tablet, game console, TV, dedicated server, etc.) on the Internet has its own IP-address. Since you are currently connected to the Internet - it means that your Internet device also has a unique address on the network. However, you can be connected to the Internet through a router on your local network. In this case, your Internet device seen from the Internet with the address, which is your router.
<p>IP-addresses v.4 consist of four numbers (from 0 to 255) separated by dots and look like 192.168.0.100 or 210.149.107.200.<br>
IP-addresses v.6 consist of eight groups of four hexadecimal digits separated by colons and look like 2001:0db7:10ab:08c7:14f4:8a2e:02a0:663d or  2001:DB8::/32
<p>Since these numbers are usually assigned by the ISPs in the region on the basis of blocks, IP-address can be used to determine the region or the country from which the computer connects to the Internet.
<p>As for the man to remember the IP-addresses cause quite tiring, there are special database matching the IP addresses symbolic names, which are easier to remember. Such names are called nodes (hostname). Nodes can be converted into IP addresses and vice versa.
<p>The IP address can be static (in the event that an individual user provider assigned a permanent address), as well as dynamic (if the provider gives the user an IP address when connecting from a pool of available addresses by DHCP).
<p>Also one computer-based virtual hosts can act as multiple devices with multiple IP addresses and hosts. For example hosting services on the Internet.

</div></div>                                       </div>
 <div class="timeline-footer33">                                        </div>
                                    </div>
                            </div>
  </div>
  <div class="col-md-3 col-md-pull-9">
  <div class="timeline222">
         <div class="timeline-item">
               <h3 class="timeline-header">My IP Address</h3>
                  <div class="timeline-body">
                 Find Your IP and show how you are connected to the Internet. IP address it is not something personal and private, is the only location you marking in the global network. To receive and send information each device connected to the Internet has IP address.                          </div>
 <div class="timeline-footer33">
<!-- myip-left -->
<ins class="adsbygoogle"
     style="display:block;margin-left: -5px;"
     data-ad-client="ca-pub-1407292178211259"
     data-ad-slot="2862929168"
     data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
                                        </div>
                                    </div>
                            </div>

  </div>
  
</div>
</div>

<div class="container">
<div class="bottomm" style="border-top: 1px solid #DDDDDD; padding-top: 15px;">
<a href="https://emailfake.com" target="_blank" style="text-decoration: none;">Fake Email Generator</a>
</div></div>

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [{
    "@type": "ListItem",
    "position": 1,
    "item": {
      "@id": "https://myip-address.com/",
      "name": "My IP address"
    }
  },
  {
    "@type": "ListItem",
    "position": 2,
    "item": {
      "@id": "https://myip-address.com/",
      "name": "Your IP address is found"
    }
  }

  ]
}
</script>
</body>
</html>

Latest requests

# Url Url Source Date
1 https://myip-address.com/ 2024-06-06 20:48:46
2 https://thebolditalic.com/?gi=df6d… 2024-06-06 20:48:46
3 https://thebolditalic.com/?gi=bcb8… 2024-06-06 20:48:46
4 https://thebolditalic.com/?gi=a7b8… 2024-06-06 20:48:45
5 https://thebolditalic.com/?gi=3431… 2024-06-06 20:48:45
6 https://thebolditalic.com/?gi=7e21… 2024-06-06 20:48:43
7 https://thebolditalic.com/?gi=6003… 2024-06-06 20:48:43
8 https://thebolditalic.com/?gi=ff05… 2024-06-06 20:48:42
9 https://thebolditalic.com/?gi=8827… 2024-06-06 20:48:41
10 https://mmsi-pkc.auth0.com/login?s… 2024-06-06 20:48:41
11 https://thebolditalic.com/?gi=16d3… 2024-06-06 20:48:39
12 https://thebolditalic.com/?gi=2aa8… 2024-06-06 20:48:39
13 https://thebolditalic.com/?gi=f394… 2024-06-06 20:48:39
14 https://thebolditalic.com/?gi=af0f… 2024-06-06 20:48:38
15 https://thebolditalic.com/?gi=3c39… 2024-06-06 20:48:38
16 https://thebolditalic.com/?gi=6e31… 2024-06-06 20:48:38
17 https://thebolditalic.com/?gi=f6e1… 2024-06-06 20:48:37
18 https://thebolditalic.com/?gi=debe… 2024-06-06 20:48:37
19 https://thebolditalic.com/?gi=5f90… 2024-06-06 20:48:36
20 https://thebolditalic.com/?gi=650c… 2024-06-06 20:48:35