Print Page | Close Window

Easy solution active users

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: General Discussion
Forum Description: General discussion and chat on any topic.
URL: https://forums.webwiz.net/forum_posts.asp?TID=15277
Printed Date: 31 March 2026 at 4:33pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Easy solution active users
Posted By: dfrancis
Subject: Easy solution active users
Date Posted: 29 May 2005 at 12:00pm
This was an easy solution to an issue that may or may not have been addressed already. Finding none, I post it for your benifit.
 
 

I wanted to be able to see who is active even if the user selected to be anonymous. I didn't want everyone to be able to see so all I did was open active_users.asp and save as active_users_somethingelse.asp.

Then I went to line 204 and 207 and commented them out.

From this

         ElseIf blnHideActiveUser Then
         	
         	'Display the user as an annoy
         	Response.Write(strTxtAnnoymous)

To this

         'ElseIf blnHideActiveUser Then
         	
         	'Display the user as an annoy
         	'Response.Write(strTxtAnnoymous)

No problem!!!

Now I want to find that admin version of active users that showed more info including the IP address... muhuhuhahahaaa




Replies:
Posted By: the boss
Date Posted: 01 June 2005 at 4:44am
LOL 
 
wwgf hackers wanna-be's may watch out now! i wish the functionality to show hidden active users to admin was built in the forum right out of the box!!


-------------
http://www.web2messenger.com/theboss">


Posted By: Scotty32
Date Posted: 01 June 2005 at 1:58pm
i just did:

         'ElseIf blnHideActiveUser Then
if blnAdmin
Response.Write(saryActiveUsers(2, intArrayPass) & " (A)")
else
'Display the user as an annoy
Response.Write(strTxtAnnoymous)
end if
if you want to find out the IP then its:

		Response.Write(saryActiveUsers(0, intArrayPass))
the Active User include file (active_users_inc.asp) tells you all the info you can get, which is as follows:
'Array dimension lookup table
' 0 = IP
' 1 = Author ID
' 2 = Username
' 3 = Login Time
' 4 = Last Active Time
' 5 = OS
' 6 = Browser
' 7 = Hids user details
my advice would be to hide details like IP from normal members


-------------
S2H.co.uk - http://www.s2h.co.uk/wwf/" rel="nofollow - WebWiz Mods and Skins

For support on my mods + skins, please use http://www.s2h.co.uk/forum/" rel="nofollow - my forum .


Posted By: cheops@collecto
Date Posted: 13 June 2005 at 7:09pm

I have been looking at the active_users.asp file, but that file is to complicated for me, to MOD.....

I would like to link to, 2 new active_users.asp files

one by the name active__female_users.asp and one by the name active_Male_users.asp

Now - The thing I would like this files to do is:

active__female_users.asp     only shows female users
active__male_users.asp        only shows male users.


Is anyone up for helping me with this..?


-------------
Sorry for my bad 3nglish..!!



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net