I want to log the ip's of the users that use my vb.net program.
First of all, is this legal?
If it is, how can i log the ip's in a textfile on a webserver?
Im thinking about a small non-visible webbrowser that sends the ip to a .txt file.
I want to log the ip's of the users that use my vb.net program.
First of all, is this legal?
If it is, how can i log the ip's in a textfile on a webserver?
Im thinking about a small non-visible webbrowser that sends the ip to a .txt file.
Why not use analytic tools like Google Analytics. It can give you more information than just ip address and has lots of other useful features.
If you're writing a desktop app and looking for their IP address you'll most likely be returned a local network address in the range on 192.168 or 10.10 - not a lot of use to you.