Answers
Nov 20, 2007 - 04:03 PM
http://www.ip2location.com/
Sep 26, 2008 - 11:24 PM
By ASP <%= Request.ServerVariables("REMOTE_ADDR") %>
By PHP :
By JAVA
import java.net.*;
import java.io.*;
import java.applet.*;
public class GetClientIP extends Applet {
public void init() {
try {
InetAddress thisIp =
InetAddress.getLocalHost();
System.out.println("IP:"+thisIp.getHostAddress());
}
catch(Exception e) {
e.printStackTrace();
}
}
}
//HTML Page
!
!
Check JAVA console for output
BY Coldfusion
BY CGI
import cgi
import os
print "Content-type: text/html"
print ""
print cgi.escape(os.environ["REMOTE_ADDR"])
For further query go to http://www.shashionline.in
Mar 24, 2009 - 06:47 AM
The Quomon Team
Sep 23, 2009 - 04:50 AM
Discover and record the IP address in question. Make sure that the format of the address is xx.xxx.x.xxx.
Step 2
Navigate to http://whatismyipaddress.com to trace the IP address.
Step 3
Scroll down to the green button with "Trace Now" in its center. Enter the IP address into the space provided adjacent to the button. Click the button.
Step 4
Look over the information on the next page about the IP address you entered. The country, state and city of the IP address should be listed, as well as latitude and longitude. Scroll further down to access the interactive map to view a detailed map of the source of the IP address.
Step 5
Look under the General Information section and see whether the site detects a proxy in the IP address. If yes, do not trust the listed informat
Dec 03, 2010 - 06:21 PM
http://www.brideswardrobe.com/
Dec 28, 2010 - 03:56 AM
Feb 22, 2011 - 09:50 AM
their is more u can find on www.whatismpipaddress.com
May 08, 2011 - 05:37 AM
>>enter IP address click trace
>>then it will give you the geographic location of that ip add
Jul 13, 2011 - 08:21 AM
To learn more regarding IP, please see this site:
http://www.ipaddresslocation.org/
Aug 05, 2011 - 05:05 PM
Mar 29, 2012 - 01:13 AM
May 14, 2012 - 11:36 PM
dynamic ip address can reveal your location.
to know more search in internet
Jun 02, 2012 - 12:34 PM
http://www.ip-adress.com/
http://www.liveipmap.com/
http://geobytes.com/IpLocator.html
Jun 19, 2012 - 03:10 AM
Are You Invisible Online?
It's true that your IP address is no secret. It's a basic part of internet communication protocols to send your IP address whenever you connect to another site, request a web page, chat, play an online game, etc. Without your IP address, the computer on the other end wouldn't know where to send the reply.
But that doesn't mean that Evildoers can find your house if they know your IP address. Each time you go online (if you have dialup) or each time you start your computer (if you have cable or dsl) you will be assigned an IP address, randomly selected from a pool of IP's assigned to your Internet service provider (ISP).
Read more: http://askbobrankin.com/does_ip_addre...
Jul 23, 2012 - 09:04 PM
Sep 23, 2012 - 05:25 AM
Aug 02, 2015 - 10:40 AM
Nov 20, 2015 - 08:52 PM
Source: http://www.seasoncars.com/fleet/
Add New Comment