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)
 ip logging for admin only
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mama2000
Junior Member

Canada
100 Posts

Posted - 11 December 2005 :  14:54:17  Show Profile  Visit mama2000's Homepage
Is it possible to have the ip logging show to only admin, and mot to moderators?

I searched here, and looked at the topic.asp, but it isn't anything I can figure out myself.

If I am correct, this is the spot where the ip image shows in posts..
(broke up the one line of coding for side scrolling purposes)

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","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine

end if
end if


Thanks,

:)
Kelly

http://atruckerswife.com/community/

laser
Advanced Member

Australia
3859 Posts

Posted - 11 December 2005 :  14:57:43  Show Profile
That looks like the right spot

Try changing this :

AdminAllowed = 1

to this :

mlev = 4
Go to Top of Page

mama2000
Junior Member

Canada
100 Posts

Posted - 11 December 2005 :  15:10:57  Show Profile  Visit mama2000's Homepage
Thank you! There were actually two spots, the one I posted was the replies, I also had to change the initial post code as well.
Awesome, thanks for the super fast reply!!

:)
Kelly

http://atruckerswife.com/community/
Go to Top of Page

laser
Advanced Member

Australia
3859 Posts

Posted - 11 December 2005 :  16:40:15  Show Profile
Ah yes, topic.asp

no probs, glad to help

Edited by - laser on 11 December 2005 16:40:40
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 1.51 seconds. Powered By: Snitz Forums 2000 Version 3.4.07