Print Page | Close Window

IP address removing

Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=328
Printed Date: 29 March 2026 at 10:55pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: IP address removing
Posted By: ask023
Subject: IP address removing
Date Posted: 19 February 2003 at 6:47pm

Hello,

Could you tell me please, can I remove IP addresses from my board?
Thank you!

Best wishes,
Sergey




Replies:
Posted By: michael
Date Posted: 19 February 2003 at 10:19pm

Are you talking about the IP Address display in the for every post?? In the forum_posts.asp (v7 that is) you find a block like:

                'If the user is the admin or moderatir then display the authors IP
                If (blnAdmin OR blnModerator) AND strAuthorIP <> "" Then
                 Response.Write(" - " & strTxtIP & " <a href=""javascript:openWin('pop_up_IP_blocking.asp?IP=" & strAuthorIP & "&TID=" & lngTopicID & "','move','toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1,width=425,height=425')"" class=""smLink"">" & strAuthorIP & "</a>")
                Else
                 Response.Write(" - " & strTxtIPLogged)
         End If

 

Just comment the part out where it writes the ip address




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