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 / Classic ASP versions(v3.4.XX)
 Counter help!
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

FerrariTess
Starting Member

16 Posts

Posted - 30 April 2002 :  12:36:20  Show Profile
I would like to have a counter for my forum.
Adding Html, how can I do that? Can I put my own html code?
Thanks!


--------------------------
Go Ferrari. :-)

Chiz
Junior Member

245 Posts

Posted - 30 April 2002 :  12:51:57  Show Profile
Just really what sort of counter do you want, FerrariTess?

If you want to just count the number of visitors/members that are currently on your site you can use the Active Users MOD. This MOD will display the number of members, visitors currently on your site as well as save info regarding when was your site the busiest.

Hope this helps.

My websites: PalmVenue :: PV Mobile
My Snitz MODs: Categorized Icons
Go to Top of Page

FerrariTess
Starting Member

16 Posts

Posted - 30 April 2002 :  14:36:48  Show Profile
I don´t know what I´m doing wrong but mine is not working... When I click on MOD Setup it says

Select the Mod from the list below, and press Update!
A script will execute to perform the database upgrade

But there is nothing there, in the list... and should it say...Delete the dbs file when finished ?


What can I do to make it work??? Cos there is nothing to chose from in the list, next to update...

Go to Top of Page

KC
Junior Member

USA
152 Posts

Posted - 30 April 2002 :  14:44:40  Show Profile  Visit KC's Homepage
If you are on a Windows server, just put you counter in the footer.asp page.

example:

<%
Dim objPageCount
Set objPageCount = Server.CreateObject("MSWC.PageCounter")

'Increment the counter
objPageCount.PageHit()

'Display the total number of hits to the page
Response.Write "This page has been viewed " & objPageCount.Hits() & " times since November 2001."

set objPageCount = nothing
%>

KC
Go to Top of Page

FerrariTess
Starting Member

16 Posts

Posted - 30 April 2002 :  15:46:19  Show Profile
Thanks!

Go to Top of Page

dribbles
Starting Member

16 Posts

Posted - 30 April 2002 :  16:32:40  Show Profile
What if you don't have a footer.asp page?

Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 30 April 2002 :  18:51:21  Show Profile  Visit Nathan's Homepage
Its called inc_footer.asp

Nathan Bales
Snitz Exchange | Do's and Dont's
Go to Top of Page

DJ5A
Junior Member

163 Posts

Posted - 08 May 2002 :  09:56:59  Show Profile
Hello Everybody:

I installed a Counter in the inc_footer.asp reccomended by Crash, from another Post. It works Great but, it counts hits to that page only in the Footer? So each page shows a Different Number of Hits. To me it's strange it being in the Footer & it Counts hits for Each Page seperately?

Now My Main Question is...

Will this Counter Code on this Post(above), will it show Total of all hits to all pages on the Counter in the Footer? NO matter what page you are on?

I would Like for the Counter no matter what page you are on, that it will show total of all hits on all pages on the Counter in the footer no matter what Forum Page you are on.

Will the above Counter Code Accomplish this?

Thank You for Your Time!!!!!
DJ5A



Edited by - DJ5A on 08 May 2002 09:58:20
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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07