<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'How to find my IP Address ?' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'How to find my IP Address ?' posted on the 'JavaScript' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 10:19:40 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 10:19:40 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/355985/how-to-find-my-ip-address-/</link>
      <description>Hi all !&lt;br /&gt;
&lt;br /&gt;
May someone help me in this problem ?&lt;br /&gt;
&lt;br /&gt;
I have heard that, computers connected to internet (via Dial-Up connections) are assigned (every time they dial-in) a temporary IP address, so that it can be reachable on the internet (eg. by Web servers from whom I request pages).&lt;br /&gt;
&lt;br /&gt;
Now my question is, how do I know (preferably using JavaScript alone) which IP-Address I am (my computer) assigned by my ISP ?&lt;br /&gt;
&lt;br /&gt;
Thanks for you attention, kindly reply !&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/355985/how-to-find-my-ip-address-/</guid>
      <pubDate>Wed, 14 Mar 2007 03:34:58 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/355988/re-how-to-find-my-ip-address-/#355988</link>
      <description>: Hi all !&lt;br /&gt;
: &lt;br /&gt;
: May someone help me in this problem ?&lt;br /&gt;
: &lt;br /&gt;
: I have heard that, computers connected to internet (via Dial-Up connections) are assigned (every time they dial-in) a temporary IP address, so that it can be reachable on the internet (eg. by Web servers from whom I request pages).&lt;br /&gt;
: &lt;br /&gt;
: Now my question is, how do I know (preferably using JavaScript alone) which IP-Address I am (my computer) assigned by my ISP ?&lt;br /&gt;
: &lt;br /&gt;
: Thanks for you attention, kindly reply !&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
I found numerous pages with scripts, but all used javascript and a server-script language (such as php or SSI).&lt;br /&gt;
This one uses SSI: &lt;a href="http://www.javascriptkit.com/script/script2/displayip.shtml"&gt;http://www.javascriptkit.com/script/script2/displayip.shtml&lt;/a&gt;&lt;br /&gt;
This one uses Java:&lt;br /&gt;
&lt;a href="http://javascript.internet.com/user-details/ip.html"&gt;http://javascript.internet.com/user-details/ip.html&lt;/a&gt;&lt;br /&gt;
Others can be found on google.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/355988/re-how-to-find-my-ip-address-/#355988</guid>
      <pubDate>Wed, 14 Mar 2007 05:00:24 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/393520/re-how-to-find-my-ip-address-/#393520</link>
      <description>The JavaScript function you want may not be visible outside of the FindProxyForURL(url, host) function you can use:&lt;br /&gt;
&lt;br /&gt;
myAddress = myIpAddress();&lt;br /&gt;
&lt;br /&gt;
So far, there seems to be no good way of returning this to the web host you are going to (proper sand-boxing).  Is this what you needed?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/393520/re-how-to-find-my-ip-address-/#393520</guid>
      <pubDate>Thu, 09 Jul 2009 11:21:02 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/394082/re-how-to-find-my-ip-address-/#394082</link>
      <description>You can get ip address from &lt;a href="http://www.ip-details.com/"&gt;ip address&lt;/a&gt; or follow these steps.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
   1. Click on Start in the bottom left hand corner of your screen.&lt;br /&gt;
   2. Click on Run. An input box will appear with a flashing cursor.&lt;br /&gt;
   3. Type "cmd" or "Command" in the Run box.&lt;br /&gt;
      run cmd command&lt;br /&gt;
      run cmd command&lt;br /&gt;
   4. Click on OK or press the Enter key on your keyboard.Or click on start. Go to programs.Go to Accessories and click on Comand Prompt.&lt;br /&gt;
   5. An MS DOS Window will open (see image). You are now ready to send a command to your computer.&lt;br /&gt;
      cmd command&lt;br /&gt;
      cmd command&lt;br /&gt;
   6. Type "netstat -n" including the space.&lt;br /&gt;
   7. Press Enter(see image).&lt;br /&gt;
      netstat command&lt;br /&gt;
      netstat command&lt;br /&gt;
   8. You will see a list of all your active connections and IP numbers.&lt;br /&gt;
   9. You will see four fields with four columns.&lt;br /&gt;
  10. The Local Address field identifies your IP number. The Foreign Address field shows the IP numbers of the sites or people to whom you are connected. In the image, I am talking to two friends on Messenger, so two IP addresses are shown in the Foreign Address field.&lt;br /&gt;
  11. You can also see what programs are being used to connect to those IP addresses by typing "netstat -nab". That way, if you are connected to more than one foreign IP address, you can more easily pick out the address you are interested in.&lt;br /&gt;
  12. Also another way you can do it is Start&amp;gt;Run&amp;gt;Cmd&amp;gt;Ipconfig This should show you: your masked IP and IP.&lt;br /&gt;
  13. An easy alternative way to determine your IP is to use an online IP checker like Get My IP Address&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/394082/re-how-to-find-my-ip-address-/#394082</guid>
      <pubDate>Thu, 23 Jul 2009 03:40:13 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/394083/this-post-has-been-deleted/#394083</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/394083/this-post-has-been-deleted/#394083</guid>
      <pubDate>Thu, 23 Jul 2009 03:41:58 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/394084/this-post-has-been-deleted/#394084</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/394084/this-post-has-been-deleted/#394084</guid>
      <pubDate>Thu, 23 Jul 2009 03:43:16 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/394085/this-post-has-been-deleted/#394085</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/394085/this-post-has-been-deleted/#394085</guid>
      <pubDate>Thu, 23 Jul 2009 03:47:05 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/408632/this-post-has-been-deleted/#408632</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/408632/this-post-has-been-deleted/#408632</guid>
      <pubDate>Sat, 31 Oct 2009 09:50:00 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/410011/re-how-to-find-my-ip-address-/#410011</link>
      <description>&lt;a href="http://tejji.com/ip/myipaddress.aspx"&gt;http://tejji.com/ip/myipaddress.aspx&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Above address shows you IP as well as MAC addresses &amp;amp; Geographic location with coordinates in Google Maps&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/410011/re-how-to-find-my-ip-address-/#410011</guid>
      <pubDate>Sat, 28 Nov 2009 22:47:15 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>This post has been deleted.</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/410378/this-post-has-been-deleted/#410378</link>
      <description>This post has been deleted.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/410378/this-post-has-been-deleted/#410378</guid>
      <pubDate>Sat, 05 Dec 2009 11:18:13 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/427656/re-how-to-find-my-ip-address-/#427656</link>
      <description>With using Smart-IP.net &lt;a href="http://smart-ip.net/geoip-api"&gt;Geo-IP API&lt;/a&gt;. For example, by using jQuery:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
&amp;lt;script src="jquery.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script&amp;gt;
$(document).ready( function() {
	$.getJSON( "http://smart-ip.net/geoip-json?callback=?",
		function(data){
			$('#myip').html( data.host);
		}
	);
});
&amp;lt;/script&amp;gt;
&amp;lt;div id="myip"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/427656/re-how-to-find-my-ip-address-/#427656</guid>
      <pubDate>Mon, 27 Feb 2012 14:37:56 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/427657/re-how-to-find-my-ip-address-/#427657</link>
      <description>With using Smart-IP.net &lt;a href="http://smart-ip.net/geoip-api"&gt;Geo-IP API&lt;/a&gt;. For example, by using jQuery:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
&amp;lt;script src="jquery.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script&amp;gt;
$(document).ready( function() {
	$.getJSON( "http://smart-ip.net/geoip-json?callback=?",
		function(data){
			$('#myip').html( data.host);
		}
	);
});
&amp;lt;/script&amp;gt;
&amp;lt;div id="myip"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/pre&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/427657/re-how-to-find-my-ip-address-/#427657</guid>
      <pubDate>Mon, 27 Feb 2012 14:46:57 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/427658/re-how-to-find-my-ip-address-/#427658</link>
      <description>With using Smart-IP.net &lt;a href="http://smart-ip.net/geoip-api"&gt;Geo-IP API&lt;/a&gt;. For example, by using jQuery:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
$(document).ready( function() {
	$.getJSON( "http://smart-ip.net/geoip-json?callback=?",
		function(data){
			alert( data.host);
		}
	);
});
&lt;/pre&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/427658/re-how-to-find-my-ip-address-/#427658</guid>
      <pubDate>Mon, 27 Feb 2012 14:49:29 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/431410/re-how-to-find-my-ip-address-/#431410</link>
      <description>Hi, you can find out the IP address which was assigned to you by your ISP from  . It is very simple. &lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/431410/re-how-to-find-my-ip-address-/#431410</guid>
      <pubDate>Wed, 27 Feb 2013 02:13:38 -0700</pubDate>
      <category>JavaScript</category>
    </item>
    <item>
      <title>Re: How to find my IP Address ?</title>
      <link>http://www.programmersheaven.com/mb/java-script/355985/431411/re-how-to-find-my-ip-address-/#431411</link>
      <description>&lt;a href="http://www.programmersheaven.com/mb/java-script/355985/355985/how-to-find-my-ip-address-/?S=B10000"&gt;http://www.programmersheaven.com/mb/java-script/355985/355985/how-to-find-my-ip-address-/?S=B10000&lt;/a&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java-script/355985/431411/re-how-to-find-my-ip-address-/#431411</guid>
      <pubDate>Wed, 27 Feb 2013 02:15:59 -0700</pubDate>
      <category>JavaScript</category>
    </item>
  </channel>
</rss>