Rodney Wirtz

Industrial Programmer

RWirtz@bxxe.us

Server Internet IP Address Monitor

The most important item on the the Main Screen is the URL to get the computer’s Current Internet IP Address.  When the word ‘Default’ is used, the program will use my server to return your computer’s IP address.  If you want to use your own service or server then the only stipulation is that the IP address be returned in plain text with no other text.  Typing in the URL should return your IP address only.  

You can add a php file on your server with the following php code to return your IP address in the correct format.


<?php

echo $_SERVER['REMOTE_ADDR'];

?>


———————————————

Next setup the email parameters:



These are standard typical email parameters for your email server.  If you are unsure what your parameters are, just visit your email server configuration page and you should be able to get these parameters.


Once you fill-in the boxes with your parameters, you can try sending a test email to be sure the program is able to send you an email when your IP address changes.