This script has detected that your ip address is:
Other data:
| HTTP_USER_AGENT | CCBot/1.0 (+http://www.commoncrawl.org/bot.html) |
| HTTP_HOST | thoughtsfrommylife.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.
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";