in reply to Resolving basic info from IP address
this will capture several machine specific details that can be parsed by your perl program. Then in the capture.cgi you will want to simple use the ENV var to retrieve the ip address as you probably were.<SCRIPT language=javascript> //<!--var x; x=""; x+="<img src='http://yoursite/cgi-bin/capture.cgi?page="; x+=escape(location.pathname)+"&ref="+escape(document.referrer)+"&ua="+ +escape(navigator.userAgent)+"&plat="; x+=escape(navigator.platform)+"&cooks="+escape(navigator.cookieEnabled +)+"&cpu="; x+=escape(navigator.cpuClass)+"&java="+escape(navigator.javaEnabled()) ++"'>"; document.write(x); //--> </script>
|
|---|