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)
 Monthly posting average
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

dayve
Forum Moderator

USA
5820 Posts

Posted - 20 April 2003 :  11:23:00  Show Profile  Visit dayve's Homepage
AUMemberStatusG is part of an "online/offline" indicator mod ( see http://www.burningsoulsforum.com/members.asp ), I would remove it if you don't have this mod installed. Otherwise is looks like this:


function AUMemberStatusG(OnlineMembers, CurrentMember)
	for intRow = 0 to UBound(OnlineMembers, 2)	
		if OnlineMembers(0,intRow) = CurrentMember then
			AUMemberStatusG = "<img src='images/icon_online.gif' alt='Member is ONLINE!' border='0' align='absmiddle' hspace='3'>"
			exit function
		end if
	next
	AUMemberStatusG = "<img src='images/icon_offline.gif' alt='Member is Offline' border='0' align='absmiddle' hspace='3'>"
end function


Please note that I am extremely busy these days and unfortunately do not have too much time to spare. I will continue to try and help you with this though.

with respect to the members.asp code, I would just review and extract only the portions you need for the stats. it was not really intended for plug and play.


Edited by - dayve on 20 April 2003 11:24:09
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 20 April 2003 :  18:14:17  Show Profile
Thanks mate, I have the members page working now.

Next is working on the pop_top_20 page, but I'll rip apart the SQL using Access and try to figure out what's wrong.

Thanks tons for your help so far
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 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.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07