###################################################
#                                                 #
# Release notes for IP Tracking module            #
#                                                 #
# Scott Rubin - phpnuke id: scottr                #
# http://www.ierealtor.com - 2/2003               #
# email: scottr2@earthlink.net                    #
#                                                 #
###################################################

3.0 - Feb 17, 2003 - Initial Release
Displays who visited your site, when, how many times, and what pages they viewed.  
Click on any IP Address to drilldown to see what pages they viewed.
Simply drop the module in place and add 1 line of code to includes/counter.php . That's It !
This is based on my IP Tracking Addon that was part of the Statistics module.  
This module is improved, portable among all Nuke versions, and more configurable.

3.0.1 - Feb 22, 2003
rename variables to avoid conflicts if also running the IP Tracking addon inside Statistics module.

3.0.2 - Feb 25, 2003
fix accidentally commented SQL statement starting at line 57 in iptracking.php .

3.1 - Mar 3, 2003
1.  changed _DATE to _HITDATE in language files to avoid conflicts.
2.  fix English hard coding for _PAGES, _PERPAGE, _URLS
3.  add language files for Spanish, Polish, Norwegian, Dutch, German 
    (send me more, i'll put your name in language file)
4.  add $members_see_iphost (1=Yes 0=No) in ipconfig.php to allow Admin to let registered members see IP and Hostname info even when masking turned on for anonymous visitors.
5.  add $exclude_ips and $exclude_hosts to allow lists of IP Addresses and Hostnames to be excluded from IP Tracking (no wildcard chars yet)
6.  display number of hits at bottom of IP Tracking page.
7.  rename variable numhits to numips in IP()
8.  rename variable numhits to numurls in Pages()
9.  tableize page number section at bottom of IP Tracking pages.
10. add left/right arrows to page numbers section of IP Tracking pages.

3.1.1 - Mar 4, 2003
1. create index on ip tracking table on (ip_address, hostname) to help speed things more

3.1.2 - Mar 5, 2003
1. change an SQL statement to make pages load faster, around line 49 iptracking.php

3.2 - Mar 9, 2003
1. allow wildcards in exclude IP Addresses / Hostnames lists
2. allow sorting by any IP Tracking column
3. add language file for Lithuanian, French

3.2.1 - Mar 16, 2003
1. add language file for Chinese

3.2.2 - Mar 22, 2003
1. add $members_see_users (1=Yes 0=No) in ipconfig.php to allow Admin to let registered members see User info
2. add $show_hits (0=show everyone, 1=only show member hits, 2=only show anonymous hits) in ipconfig.php

3.3 - Mar 24, 2003
1. add User to all language files
2. add language file for Italian

3.3.1 - Apr 6, 2003
1. add language file for Turkish, Russian, Bulgarian
2. add copyright stuff

3.3.2 - April 7, 2003
1. add language file for Brazilian, Portuguese

3.4 - August 2, 2003
1. change <? to <?php in case web server has short_open_tag=Off in php.ini
2. add language files for Hebrew, Thai
3. change  all occurrances of getenv(WHATEVER) to $_SERVER["WHATEVER"]
   this fixes occasional Warning:  Address is not a valid IPv4 or IPv6 address in /modules/IP_Tracking/iptracking.php on line 40
4. add $offset_hours in ipconfig.php to allow you to adjust timestamp being stored and displayed
5. tested ok with Nuke 6.6, 6.7


