Alan Storm is a human being living in Portland, OR by way of Seattle, WA by way of Portland, OR by way of Rochester, NY. He likes making websites, and talks about that here.
He also likes to make things on the web. If you need something made on the web, drop him a line.
We're a little worried about his penchant for slipping into the third person narrative form.
Your IP Address is: 38.103.63.58
If you’d been smart enough to register whatismyip.com, and smart enough to make the URL do what one would think it should do, then you’d be $386,000 U.S. dollars richer today, minus attorney fees.
I’ve been having serious dot com envy today. I was too young (not really) and insecure (ding) to take advantage of the gold rush, and I’m getting to the point where having a house of my own would be nice. Instead I blew my early internet years on celebrity worship.
Which isn’t the point. The point is there’s no telling what’s going to happen to the whatismyip.com site now that’s it’s under new ownership. Some have recommended using IP Chicken. I say, setup a page on your PHP enabled Apache web server with the following code
print($_SERVER['REMOTE_ADDR']);
Which will do exactly what whatismyip.com did. That code is worth 1/3 of a million dollars. I give it freely, and of my own will, to you.
If you’re not using apache, the Remote Address environmental variable is probably still available. Execute the following PHP code and view source (for formating) to find the correct key
var_export($_SERVER);