Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Current Version (Old)
 Track visitors?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 27 April 2001 :  06:33:46  Show Profile  Visit tomasalsbro's Homepage
Hi out there!
Is there anyway to track if, when and how many times a certain members have visited the forum?
Cheers / Tomas

!-Keep distance in trafik-!
www.whiplash.pp.se

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 27 April 2001 :  07:32:19  Show Profile  Visit Kat's Homepage
You could maybe add a field to one of the tables and then increment it by 1 each time someone enters the forums.

I would put the increment code into inc_top.asp and to stop it updating on everypage, I would check against a new session variable. If it is set, don't update. If it is not set, update first then set it.

in inc_top.asp (pseudo-code)

if newsession variable <> "" then
update count in database
set newsession variable = "anything"
else
do nothing
end if


Then as for showing the results, that bit is up to you where you want to show it but all you have to do is retrieve the count from the database and display it.

hths

KatsKorner
Go to Top of Page

tomasalsbro
Average Member

Sweden
818 Posts

Posted - 27 April 2001 :  14:07:59  Show Profile  Visit tomasalsbro's Homepage
Hi Karen,
Thank's for your answer! But to be frank - I not good enough to understand. I'm not so familiar with codes - could you please explain a little more simple if possible?
Yours Tomas Alsbro

!-Keep distance in trafik-!
www.whiplash.pp.se
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.07 seconds. Powered By: Snitz Forums 2000 Version 3.4.07