Add Comment

You are not currently logged in. If you do not have a user account then please consider creating one and logging in before you post your comment. This will allow you to track replies to your comment, and take part in the site much more freely.

To add your comment, fill in all the boxes below and then preview it to make sure you're happy with the way that it looks.

This is the comment you were replying to, attached to the weblog Determine your public IP address quickly


Re: Determine your public IP address quickly
Posted by Anonymous (152.43.xx.xx) on Sat 17 Mar 2007 at 15:42
My solution is very simple: Set up a php page with the following:

<?php
header("Content-type: text/plain");
echo $_SERVER['REMOTE_ADDR'];
?>


Query the page with whatever; don't have to worry about parsing, etc.
I just keep this at [domain]/extip.php on a shared host and use it to get the IP for my home (DSL) connection.

Username:Anonymous
Title:
Your Comment:

Posting Format:

 

Inappropriate comments will be removed.

Some help on entry formatting is available

User Login

Username:

Password:

[ Advanced Login ]

Register Account

Quick Site Search