View Full Version : IP Address
nubian
12-05-2004, 01:11 AM
is there a way to block mod from seeing the ip address of the admin?
any help on how to achieve this will be greatly appreciated.
thanks in advance
Jason McConnell
12-05-2004, 01:32 AM
Yeah, make your mod a non-mod. If you don't trust him to see your IP, why is he a moderator? :ermm:
nubian
12-05-2004, 01:37 AM
i have reason that are far too complex to explain at this time.
just looking for a way to prevent mods and supermods from seeing the admin ip.
thanks
SaN-DeeP
12-05-2004, 04:28 AM
is there a way to block mod from seeing the ip address of the admin?
any help on how to achieve this will be greatly appreciated.
thanks in advance
While adding you moderator dont give them permissions to view IPs that all you do..
Although you cannot hide super-moderators from viewing users/admins ip addresses.
VB lacks this feature.
nubian
12-06-2004, 11:47 AM
While adding you moderator dont give them permissions to view IPs that all you do..
Although you cannot hide super-moderators from viewing users/admins ip addresses.
VB lacks this feature.
i can set it so that mods and super mods cannot see an ip of anyone if the option is enabled.
unless you know a certain part of vb where they can.
i'm just specifically looking for mods and admins are unable to see the admins ip.
thanks
nubian
12-19-2004, 09:57 PM
bump...please anybody?
peterska2
12-19-2004, 10:06 PM
I've not tested it but try making this edit in your postbit or postbit legacy template.
FIND
$post
REPLACE WITH
<if condition="userinfo[usergroupid=6]"> <else />$post[iplogged]</if>
It [i]should work
nubian
12-20-2004, 12:00 AM
I've not tested it but try making this edit in your postbit or postbit legacy template.
FIND
$post
REPLACE WITH
<if condition="userinfo[usergroupid=6]"> <else />$post[iplogged]</if>
It [i]should work wow thank you!!
but i'm getting this error:
vBulletin Message The following error occurred when attempting to evaluate this template:
Parse error: parse error, unexpected '[' in /forums/includes/adminfunctions_template.php(3055) : eval()'d code on line 17
This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.
please help
peterska2
12-20-2004, 12:02 AM
oops it should be ==6 not =6
Darn typos ;)
nubian
12-20-2004, 12:13 AM
still getting that error
Natch
12-20-2004, 12:26 AM
try <if condition="userinfo[usergroupid]==6"> <else />$post[iplogged]</if>
Paul M
12-20-2004, 12:31 AM
Surely it should be $bbuserinfo[usergroup] at the start of that code ?
nubian
12-20-2004, 12:42 AM
still getting that error
what should the code be?
the first one i had or the second
Paul M
12-20-2004, 12:44 AM
Neither, try;
<if condition="$bbuserinfo[usergroupid]==6"> <else />$post[iplogged]</if>
nubian
12-20-2004, 12:51 AM
i get no errors but i'm unable to see my members ip address
Natch
12-20-2004, 01:00 AM
LOL- it should be the other way round ;)
<if condition="$bbuserinfo[usergroupid]!=6"> <else />$post[iplogged]</if>
Paul M
12-20-2004, 01:01 AM
i get no errors but i'm unable to see my members ip addressAh sorry, I should have read the whole thread, I was just correcting the code as posted. The logic in the code is backwards for what you want to do - use ;
<if condition="$bbuserinfo[usergroupid]==6">$post[iplogged]<else /> </if>
Edit: Beaten to it as well - either correction will work :)
nubian
12-20-2004, 01:25 AM
sorry to bother you guys and i do appreciate your help a lot....i really do but um...as the admin i can view ip, that's not a problem.
it's just that my super mods aren't able to see the ip of any member at all in the threads.
another thing that my super mods still able to see the admin ip in the who's online area.
i just need it so that super mods and mods are full unable to the admins ip.
again i do appreciate all of your help.
thank you so much
nubian
12-21-2004, 11:28 AM
oh please oh please help.
if it's not too much to ask for.
Paul M
12-21-2004, 02:20 PM
What you want is not a quick and simple job. I really have to wonder why you want to do this, you should be able to trust your mods with your ip address !!
nubian
12-21-2004, 02:29 PM
my reasons are far too complex to explain.
but for one...on my previous board which was a phpbb board i've had a couple mods turn against me for what ever reason i don't know why.
they have tried logging into my admincp through my local machine which was a test board.
SaN-DeeP
12-24-2004, 04:02 AM
<a href="http://www.vbulletin.com/forum/showthread.php?t=123122" target="_blank">http://www.vbulletin.com/forum/showthread.php?t=123122</a>
Sangrun
06-12-2006, 03:45 PM
What you want is not a quick and simple job. I really have to wonder why you want to do this, you should be able to trust your mods with your ip address !!
I can sympathize as the hobby I am in there have been times people pull a coup on you as a board owner or admin. I would like this same feature as well.
It is hard to explain, but there are certain segments of the population that feel they have a right to bring you down or belittle you. One owner of a baord I knew ws stalked and pics of his house were taken by someone who was not mot an 10 feet from his house.
What worries me is a mod will let someone else use their account or get hacked. Then the perp would be able to grab staff IP's.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.