PDA

View Full Version : Hide Admin IP addess?


BaCaRdi
05-28-2004, 12:58 PM
Anyone know of a hack to hide administrator's IP address total or from anyone under them such as mods?

Thanks,
-BaC

Zachery
05-28-2004, 01:00 PM
Anyone know of a hack to hide administrator's IP address total or from anyone under them such as mods?

Thanks,
-BaC
in the postbit?

<if condition="$post[usergroupid] != 6">ip code here </if>

But if you need to hide your ip from your mods, time to fire them

SaN-DeeP
05-28-2004, 07:25 PM
in the postbit?

<if condition="$post[usergroupid] != 6">ip code here </if>

But if you need to hide your ip from your mods, time to fire them
zack ?
can u tell me how to hide ip of admin from everyone on board
that will include mods, and other super admins too
is that possible ??

FutureDEV
06-03-2004, 05:17 PM
Yes, that would be usefull.

SaN-DeeP
06-04-2004, 03:19 PM
zack ?
can u tell me how to hide ip of admin from everyone on board
that will include mods, and other super admins too
is that possible ??
bump again

zak waiting for ur reply :)

kronnos
03-16-2009, 05:56 PM
in the postbit?

<if condition="$post[usergroupid] != 6">ip code here </if>

But if you need to hide your ip from your mods, time to fire them

Are there other places where an IP can be seen besides the posts?

UKBusinessLive
03-16-2009, 06:02 PM
bump again

zak waiting for ur reply :)

You just need to add the same conditional and adding other usergroup id's

like this

<if condition="$post[usergroupid] != 6,7,8,9">ip code here </if>

Just change the usergroups id in red ;)

kronnos
03-17-2009, 06:36 AM
You just need to add the same conditional and adding other usergroup id's

like this

<if condition="$post[usergroupid] != 6,7,8,9">ip code here </if>

Just change the usergroups id in red ;)

Thanks, sound simple enough. So if only usergroups 6 and 7 are able to view IP's, you can just enter those without having to list all the rest if they are now allowed to see anyway? Oh wait, the red fields are for the usergroup ID's which i WANT TO hide right? So If I dont want anyone to see the IP of usergorup 6, I would just enter six in the red part of the code:)

Also, where exactly would this code need to be entered? In the post bit/ Also, are there other places that users can see(If they have the permission to view IP's) the IP like in profile or who is online?

Thank You

yaku
03-27-2009, 05:27 PM
Hmmm...I gave this a try but nothing changed. I put it in the postbit_legacy template. Is that the right spot?

algert
05-31-2009, 08:32 AM
im trying to get this to work too.. anyone can tell me which template to edit?

bartek24m
07-22-2009, 11:16 AM
it would be an usefull modyfication