I now have Version 2 up and running
http://wx.theshackbythebeach.com/wx/whos-online.php, its very good

... two minor things that didn't match the documentation supplied
1) In the "upgrading to 2.0" file, pasting the SQL command into phpmyadmin gave an error that last_page_url can't have a default value. So I had to change the line from this
`last_page_url` text NOT NULL default '',
to this for it to work:
`last_page_url` text NOT NULL,
2) To get the maps to display, the readme.txt file instructions miss two files needed to be transferred.
Existing documentation:
Step 2)
Upload the following files to your web server where your template site is:
geoip.inc
geoipcity.inc
geoipregionvars.php
images-wo-country-flags (entire folder)
Correct documentation
Step 2)
Upload the following files to your web server where your template site is:
geoip.inc
geoipcity.inc
geoipregionvars.php
wo-worldmap.jpg
wo-pin.jpg
images-wo-country-flags (entire folder)
Well done!!!!