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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Hit Count
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

sji2671
Junior Member

United Kingdom
185 Posts

Posted - 19 August 2002 :  19:02:42  Show Profile  Visit sji2671's Homepage
Is there a script/mod that will keep a track of hits on each page to be included maybe in the footer ?

I know there is one that says, This page has been visited xx times, but it resets after each day.

I would like a running total number of hits for each page.

Scott

@tomic
Senior Member

USA
1790 Posts

Posted - 19 August 2002 :  19:17:56  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
This will add hits and increment by one each time. The fields, strings and tables mean nothing but then you didn't say what you wanted counted.

my_Conn.Execute("UPDATE TableName SET HIT = HIT + 1 Where PageID =" & strPageID)


To show the hits somewhere just use:

SQL = "SELECT HIT FROM TableName WHERE PageID =" & strPageID

rs = my_Conn.Execute(SQL)

strHit = rs("Hit")

Response.Write strHit


This is the bits and pieces that will do it but you would be better off adding HIT to an existing query than using this as is.

@tomic

SportsBettingAcumen.com
Go to Top of Page

GauravBhabu
Advanced Member

4288 Posts

Posted - 19 August 2002 :  19:20:02  Show Profile
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=32020
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 19 August 2002 :  19:23:08  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
GauravBhabu has done such a MOD, I did a search but didn't find it here; he's implemented it in his site at http://www.forumsquare.com ,(bottom-left).

You could ask/email him so he posts it again.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 19 August 2002 :  19:24:26  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message
Thanks, GB!
Seems like my search skills are umm... never mind.

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
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 0.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07