- Code: Select all
##############################################################
## MOD Title: Last visit
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
## MOD Description: This mod will register when the user last
## logged in, allong with the info about how
## many users have visited the board.
## MOD Version: 1.2.8
## MOD Compatibility: 2.0.5->2.0.6
##
## Installation Level: Intermediate
## Installation Time: 25 minutes (1mn by EasyMOD of Nuttzy)
## Files To Edit: 14
## index.php
## memberlist.php
## search.php
## admin/admin_board.php
## includes/functions.php
## includes/page_header.php
## includes/sessions.php
## includes/usercp_viewprofile.php
## language/lang_english/lang_admin.php
## language/lang_english/lang_main.php
## templates/subSilver/index_body.tpl
## templates/subSilver/member_body.tpl
## templates/subSilver/profile_view_body.tpl
## templates/subSilver/admin/board_config_body.tpl
##
## Included Files: 0
##
##############################################################
## MOD History:
##
## 2003-12-15 - Version 1.2.8
## - phpBB template & EasyMOD compliance enhancement
## - Chinese Traditional Taiwan, Danish, Deutsch, Dutch,
## French, Hungarian, Italian, Polish & Thai translations
## now provide with the MOD
##
## 2003-08-10 - Version 1.2.7
## - search.php was missing - now added again
##
## 2003-08-10 - Version 1.2.6
## - Merge part 1, 2, 3 & 4
## - Add French translation if needed
## - Update instructions to work with 2.0.5/2.0.6
## - How-to rewrite to be EasyMOD compatible
##
## ????-??-?? - Version 1.2.5
## - change the code in index.php - minor speed different
##
## ????-??-?? - Version 1.2.4
## - add, posibilty to log guest users time
##
## ????-??-?? - Version 1.2.3
## - removed som added code in session.php
##
## ????-??-?? - Version 1.2.2
## - fixed that guest users was not counted rigth if
## mixed timezones
##
## ????-??-?? - Version 1.2.1
## - typo, missed a comma in session.php
##
## ????-??-?? - Version 1.2.0
## - BETA for phpBB2 version 2.0.2.
##
## ????-??-?? - Version 1.0.19
## - guest was still beeing reset, new change to
## session.php $dato
##
## ????-??-?? - Version 1.0.18
## - fixed session.php that guest users are reset from
## the "today list"
##
## ????-??-?? - Version 1.0.17
## - moved some changes from page_header.php over to
## index.php, for incresed performance
##
## ????-??-?? - Version 1.0.16
## - missed something in the page_header.php file
##
## ????-??-?? - Version 1.0.15
## - added extra feature, that how meny guest visited
## the board today are also countet
##
## ????-??-?? - Version 1.0.14
## - fixed that the language part was missing from the
## last hour addition
##
## ????-??-?? - Version 1.0.13
## - Now includes the number of users witch have visited
## the board the last hour
##
## ????-??-?? - Version 1.0.12
## - corection to follow phpBB2 coding guidelines
##
## ????-??-?? - Version 1.0.11
## - corrected a typo in how timezones are handled
##
## ????-??-?? - Version 1.0.10
## - History started, change in how timezones are handled
##
## ????-??-?? - Version 1.0.0
## - initial release for RC-2
##
## ????-??-?? - Version 0.9.0
## - initial BETA for RC-2
##
##############################################################


