Program to Post IP Address to Website

JMWarren

Golden Member
Nov 6, 2003
1,201
0
0
Hey Guys,

I'm looking for some software to install on my PC that will relay its current IP address to a website hosted on a remote server. Any ideas?

Mike

P.S. If off topic isn't the right place for this I'm sorry.
 

her209

No Lifer
Oct 11, 2000
56,336
11
0
Write a program that periodically sends an email to an external mail server. Then look at the mail headers.
 

jordanz

Senior member
Apr 27, 2005
275
0
0
Or do the easiest thing ever:

Write a program to periodically access the URL with the IP in it, and have that page (try PHP and variables) to append it to a text-file with date and time.
 

AgaBoogaBoo

Lifer
Feb 16, 2003
26,108
5
81
If you have a domain with namecheap, you can install a program of their's that can automatically update the A record for a subdomain with your IP.
 

JMWarren

Golden Member
Nov 6, 2003
1,201
0
0
I'm bascially trying to keep track of a computers IP which is reassigned on a regluar basis by my ISP. It's for a bunch of reason, like my source server, ftp, etc.