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 / Classic ASP versions(v3.4.XX)
 making it so moderator can't see IP
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

ksntz
Starting Member

38 Posts

Posted - 06 November 2007 :  04:12:54  Show Profile
Is there an easy way I can modify so that moderators can't see the IP information for the users?

pdrg
Support Moderator

United Kingdom
2897 Posts

Posted - 07 November 2007 :  14:21:20  Show Profile  Send pdrg a Yahoo! Message
I'm a moderator, and I can't see your IP address on here... :-$
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 07 November 2007 :  15:44:05  Show Profile  Visit AnonJr's Homepage
You should be able to if you are a moderator of that forum....

You could look for the code that looks like: (note: I pulled this off of one of my modified forums, so your results may vary)

			if (strIPLogging = "1") then
				if (AdminAllowed = 1) then
					Response.Write " <a href=""JavaScript:openWindow('pop_viewip.asp?" & ArchiveLink & "mode=getIP&reply_id=" & Reply_ReplyID & "&forum_id=" & Forum_ID & "')"">" & getCurrentIcon(strIconIP,"View user's IP address"," hspace=""6""") & "</a>"
				end if
			end if


And change it to something like:

			if (strIPLogging = "1") then
				if (mLev = 4) then
					Response.Write " <a href=""JavaScript:openWindow('pop_viewip.asp?" & ArchiveLink & "mode=getIP&reply_id=" & Reply_ReplyID & "&forum_id=" & Forum_ID & "')"">" & getCurrentIcon(strIconIP,"View user's IP address"," hspace=""6""") & "</a>"
				end if
			end if


Note: I haven't tested this - take it for what its worth. Also note that if you do try these changes, there are two places you will need to make them.
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.23 seconds. Powered By: Snitz Forums 2000 Version 3.4.07