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)
 Where I can download the number of active users?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

nalley
Starting Member

34 Posts

Posted - 25 April 2001 :  01:54:29  Show Profile
Hey, I just saw there is the number of active users showing right below the snitz logo on the left hand side of each page. Where I can download this code? Thanks.

HuwR
Forum Admin

United Kingdom
20604 Posts

Posted - 25 April 2001 :  05:34:02  Show Profile  Visit HuwR's Homepage
it should be here somewher, try doing a search for global.asa, a note of caution however, the stats shown do not relate solely to the forum, but to the website as a whole.

Go to Top of Page

nalley
Starting Member

34 Posts

Posted - 14 May 2001 :  04:59:03  Show Profile
Thanks, I got the blobal.asa now, but where I can insert the following code?

<B><%= Application("ActiveUsers") %></B> Active Users<B><%= Application("VisitorsToday") %></B> Visitors Today

I am trying to put the code inside the inc_top.asp, but it turns out to be the page cannot be viewed. Could you please tell me which file I should insert into? Thanks.


Go to Top of Page

HuwR
Forum Admin

United Kingdom
20604 Posts

Posted - 14 May 2001 :  05:08:00  Show Profile  Visit HuwR's Homepage
Yes, you would put it in inc_top, if you want it where it is here, this is the code for inc_top red is new code


<tr>
<td valign="top" width="50%"><a href="default.asp"><img alt="<% =strForumTitle %>" border="0" src="<%=strTitleImage%>"></a>
<%
'## BEGIN Active Users CODE
Response.Write " <br><font face=""" & strDefaultFontFace & """ size=""" & strFooterFontSize & """>Active Users: " & Application("ActiveUsers") & "  Visits Today: " & Application("VisitorsToday") & "</font>" & vbCrLf
'## END Active Users CODE
%>

</td>


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.29 seconds. Powered By: Snitz Forums 2000 Version 3.4.07