I was wondering if there is a code or script someone could post for me that when someone visits a certain page I can have something that displays their ip address, their service provider and what operating system they are using?
there are free tracking services too. All you need to do is put their little icon in the page you want to track and the loading of that icon captures that information and saves it to a table which you can reference from the services main site.
search for trackers on google (or something to that effect) and Im sure you’ll find somehting
it’s a free web counter that records their ip address, browser version, os, etc…
the only thing it doesn’t do really is record the internet service provider…but sometimes you can find out anyway. besides recording their ip address, it also records other information. for instance, if i visited the page it would say something like
mh502002.truman.edu
150.243.177.84
the top part would tell me the person was from truman state university.
you can get a lot out of what PHP can provide for you by making a php page and calling phpinfo() (in php). That will give you version and environment variables etc - including viewers IP and whatnot.