Author |
Topic  |
|
FerrariTess
Starting Member
16 Posts |
Posted - 30 April 2002 : 12:36:20
|
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
|
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
|
 |
|
FerrariTess
Starting Member
16 Posts |
Posted - 30 April 2002 : 14:36:48
|
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...
|
 |
|
KC
Junior Member
 
USA
152 Posts |
Posted - 30 April 2002 : 14:44:40
|
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 |
 |
|
FerrariTess
Starting Member
16 Posts |
Posted - 30 April 2002 : 15:46:19
|
Thanks! 
|
 |
|
dribbles
Starting Member
16 Posts |
Posted - 30 April 2002 : 16:32:40
|
What if you don't have a footer.asp page?
|
 |
|
Nathan
Help Moderator
    
USA
7664 Posts |
|
DJ5A
Junior Member
 
163 Posts |
Posted - 08 May 2002 : 09:56:59
|
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 |
 |
|
|
Topic  |
|