We'd like a server-side script that will compile website visitors IP addresses, ISP/host domain and geographic location into a simple database.
We see the deliverable as 2 files:
1) a script that we'll call from our webpages (note: our site runs on Server Version:
Apache/2.2.12 (Unix) mod_ssl/2.2.12 OpenSSL/0.9.8e-fips-rhel5 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
PHP/5.2.9) via
Javascript or
PHP
2) a simple database TXT/CSV file that will compile the following 8 pieces of info about each visitor:
- URL of the page visited on our site (for ex. mysite.com/index.php)
- URL of the page that referred the visitor to our site's page (for ex. someothersite.com/
links.html)
- date visited
- time visited (in Central Standard USA time)
- IP address of visitor (for ex. 201.52.123.1)
- domain name of IP address of visitor using a real-time WHOIS lookup (for ex. comcast.net)
- geographic region name of IP address of visitor (for ex. Texas)
- geographic country of IP address of visitor (for ex. USA)
Script due 72 hours from acceptance of bid.