Right now what I am doing is sending an email message to Gmail with some information about the hardware my program is running on and where the web interface can be found. I then manually look at these emails to see if the hardware for a particular programming is changing a lot (dozens of computers sending emails as opposed to the one person I sent it to) if so I manually go to the web interface and enter a 'kill-switch' command to disable that copy by wiping an xml file the program needs to operate. However, this is easy for the user to reverse by just installing the program.
I know almost nothing of web-side code and licensing. I'm more than willing to learn but it seems like a bit of overkill for what I am doing.
To be more specific - is there any way to do this without using a webserver of any kind? If not what is the simplest webserver-based approach for someone with no network coding experience?