thoughtsfrommylife.com - Advice From Someone Who Doesn't Know Everything

This script has detected that your ip address is:

38.103.63.62

Other data:

HTTP_USER_AGENTCCBot/1.0 (+http://www.commoncrawl.org/bot.html)
HTTP_HOSTthoughtsfrommylife.com
HTTP_REFERER

The ip address is the address exposed to this server. If you are behind a router, this will be the address of your router to the outside internet. You will have another ip address for each computer behind your router and you might need to be aware of this depending on your purpose.

Source Code in PHP

Here is the PHP code to figure this out if you are interested.

print "This script has detected that your ip address is:<br/>";
print "$ipaddress = $_SERVER['REMOTE_ADDR'];
print "$ipaddress";


Thoughts From My Life - Advice From Someone Who Doesn't Know Everything
Copyright © 2007 thoughtsfrommylife.com