• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Program to Post IP Address to Website

JMWarren

Golden Member
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.
 
Write a program that periodically sends an email to an external mail server. Then look at the mail headers.
 
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.
 
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.
 
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.
 
Back
Top