Taking you tone, you asked that question before and just got smart answers 
Anyway, if you look in forum_posts.asp you will find the follwing code block somewhere in the 3rd quarter. Just delete the part I put in red.
'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,scrollbar s=1,resizable=1,width=425,height=425')"" class=""smLink"">" & strAuthorIP & "</a>") Else Response.Write(" | " & strTxtIPLogged) End If
|