I know there has been a similiar mod around here. But if you look at the screenshot and the implementation, you will see the difference. Sometimes little differences can be handy. This is why i decided to share the mod.
Mod has been upgraded to display information more accurately.
Mod Name: Today's Visitors
Mod Version: 1.2
Compatibility: WWF v9.05, v9.04
Tested With: WWF v9.05, v9.04
Demo:
http://board.ebizbd.net/
Screenshots:
http://board.ebizbd.net/
Download:
http://board.ebizbd.net/forum_posts.asp?TID=134
Skin Author: Shahadat Hossen
Realease Date: September 19, 2007
Last Updated: not yet
Description:This mod displays usernames of the members visited the forum today.
This mod also counts how many visitors have visited the forum: today, yesterday, total in this month and in previous month.
The best of all
you only need two lines of code to be added into default.asp
to use the mod.Implementation:
1. Download and unrar the file. Put everything inside the forum folder keeping the directory structure intact
2. Open default.asp. Around
line 5, after this line
<!--#include file="functions/functions_date_time_format.asp" --> |
Add following line
<!--#include file="files/inc/fnc_todays_visitors.asp" --> |
3. Around
line 871, before this line
If strBirthdays <> "" Then |
Add following line
Call printTodaysVisitors() |
You are done! Bugs, Errors and features requests at:
http://board.ebizbd.net/forum_posts.asp?TID=134Screenshot
Edited by StarDust - 19 September 2007 at 12:18am