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: MOD Implementation
 Current Users Mod
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

RampantMind
Starting Member

26 Posts

Posted - 08 April 2001 :  16:19:52  Show Profile  Visit RampantMind's Homepage  Send RampantMind an AOL message
Perhaps this isnt the place, but can somebody send the current active users mod my way, not for the site, but for the boards... simular to the one of UBBs.

Webmaster - Dreamcastfun.com


Hardware: The part of the computer can kick.

rick7165
Senior Member

USA
1094 Posts

Posted - 08 April 2001 :  16:55:34  Show Profile  Visit rick7165's Homepage
Without Color:

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

With Color:

<font color="red"><%= Application("ActiveUsers") %></font> Active Users
<font color="red"><%= Application("ActiveUsers") %></font> <font color="green">Active Users

Here is what mine looks like on my site With Total Members Count:

<B><font color="yellow"><%= Application("ActiveUsers") %></font> <font color="white">Active Users</font> <br>
<B><font color="yellow"><%= Application("VisitorsToday") %></font></B> <font color="white">Visitors for </font><B><font color="red"><%= Application("TodaysDate") %></font></B><br>
<%
set my_Conn = Server.CreateObject("ADODB.Connection")
my_Conn.Open strConnString

strSql ="SELECT " & strTablePrefix & "TOTALS.U_COUNT "
strSql = strSql & " FROM " & strTablePrefix & "TOTALS "

set rs = my_Conn.execute(strSql)

TotalUsers = rs("U_COUNT")

Response.write("YOURDOMAIN Currently Has " & "<font color='#FFFF00'>" & TotalUsers & "</Font>" & " members.")
%>



Hope that's what you wanted.

Rick


Test Site
www.eastpasco.com
Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.





Edited by - rick7165 on 08 April 2001 17:01:00
Go to Top of Page

RampantMind
Starting Member

26 Posts

Posted - 13 April 2001 :  17:08:52  Show Profile  Visit RampantMind's Homepage  Send RampantMind an AOL message
actually, I wanted the one that lists the users names as well.... kinda like this:
Currently Browsing the Boards(3):
RampantMind, rick7165, and 1 guest

like the ones on clanspot.com

Webmaster - Dreamcastfun.com


Hardware: The part of the computer can kick.
Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 13 April 2001 :  17:15:20  Show Profile  Visit rick7165's Homepage
Here is what you're looking for:

http://63.219.181.102/forum/link.asp?TOPIC_ID=3041

Test Site
www.eastpasco.com
Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.
Go to Top of Page

MisterVB
Junior Member

274 Posts

Posted - 13 April 2001 :  23:58:12  Show Profile  Visit MisterVB's Homepage
rick that code you posted...that goes in default.asp correct?

Go to Top of Page

rick7165
Senior Member

USA
1094 Posts

Posted - 14 April 2001 :  00:39:25  Show Profile  Visit rick7165's Homepage
No I've put it in my inc_top.asp file...
here is my inc_top.asp file so you can
see how I put it in. Look around Line 679

http://www.eastpasco.com/files/inc_top.txt

Rick


Test Site
www.eastpasco.com
Running on HuwR's SR4 release. Colors and Graphic scheme done by Richard Kinser.
Go to Top of Page

MisterVB
Junior Member

274 Posts

Posted - 14 April 2001 :  05:28:15  Show Profile  Visit MisterVB's Homepage
I put mine in the default.asp but i edited it a little to show only what i wanted and the size i wanted... You can check mine out at http://mistervb.121host.net/Forum/

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