As long as the Extension system makes it easy to add new permissions, I don't see a big need for this in the core. If adding permissions with extensions is a huge chore, I'd be more amenable to considering it for the core.
If it does get added to the core, though, I would suggest making it a user permission (with the default for Registered Users, Guests and Bots set to No, of course). There might be some boards where knowing other users' IP addresses would be useful (gaming sites?), so why not at least allow the Admin the option of allowing users to see other users' IP addresses?
Steve
Permission Setting to show IP address to Admins only
- Pony99CA
- Registered User
- Posts: 986
- Joined: Sun Feb 08, 2009 2:35 am
- Location: Hollister, CA
- Contact:
Re: Permission Setting to show IP address to Admins only
Silicon Valley Pocket PC (http://www.svpocketpc.com)
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
Creator of manage_bots and spoof_user (ask me)
Need hosting for a small forum with full cPanel & MySQL access? Contact me or PM me.
- imkingdavid
- Registered User
- Posts: 1050
- Joined: Thu Jul 30, 2009 12:06 pm
Re: Permission Setting to show IP address to Admins only
Adding permissions in extensions requires a couple of lines in a DB migration, as well as a language entry. So it wouldn't be difficult at all. For implementation of the permission at a functional level would require an event in the appropriate place(s).
- bantu
- 3.0 Release Manager
- Posts: 557
- Joined: Thu Sep 07, 2006 11:22 am
- Location: Karlsruhe, Germany
- Contact:
Re: Permission Setting to show IP address to Admins only
I support having this permission in phpBB core as there very likely are cases where limiting access to IP addresses is (legally) beneficial; "principle of data economy" and "need to know" and all that.
Re: Permission Setting to show IP address to Admins only
This feature could save people from going to jail .... in America & Europe that might not be the case but in third world countries one sentence criticizing a government or a police could cause your death or imprisonment.
there are many agent who will work hard to get the moderator level just to be able to track who says who.
Of course there are few moderator who you know personally and could give them this feature ... but some time (in large forums) you usually don't know each moderator in person.
This feature will help specially with all the political moments that's happening on this planet earth.
there are many agent who will work hard to get the moderator level just to be able to track who says who.
Of course there are few moderator who you know personally and could give them this feature ... but some time (in large forums) you usually don't know each moderator in person.
This feature will help specially with all the political moments that's happening on this planet earth.
Re: Permission Setting to show IP address to Admins only
If I'm living in one of those third world countries where one sentence criticizing a government or a police could cause your death or imprisonment, wouldn't I use stuff like proxys (f.e. tor-network) to hide, before ever post in a large public board?
Don't get me wrong, I don't have worries with adding this permission to the core, but I'm not sure if this would help in the case you showed here ...
Don't get me wrong, I don't have worries with adding this permission to the core, but I'm not sure if this would help in the case you showed here ...
- DavidIQ
- Customisations Team Leader
- Posts: 1904
- Joined: Thu Mar 02, 2006 4:29 pm
- Location: Earth
- Contact:
Re: Permission Setting to show IP address to Admins only
I would argue that a situation like that might benefit from something like a "High anonymity" mode where all IPs are stored/displayed as, and possibly updated to 127.0.0.1 or some other arbitrary IP. Although that might be better as an extension.
Re: Permission Setting to show IP address to Admins only
Some do use tor or proxy ... but many barely have the basic knowledge to just log-in and post , having this option will give wider spectrum to post with no fear at all.Un1matr1x wrote:If I'm living in one of those third world countries where one sentence criticizing a government or a police could cause your death or imprisonment, wouldn't I use stuff like proxys (f.e. tor-network) to hide, before ever post in a large public board?
Don't get me wrong, I don't have worries with adding this permission to the core, but I'm not sure if this would help in the case you showed here ...
making this option a feature will make phpbb with a Tor feature (if the admin chose to activate it) which will give the script an edge that's in every browser out there.
- Master_Cylinder
- Registered User
- Posts: 361
- Joined: Wed Jul 31, 2013 9:54 pm
Re: Permission Setting to show IP address to Admins only
If you can't trust your forum moderators with IP info, you need better moderators instead of a way to hide needed info from them...
These kids today...
Buy them books, send them to school and what do they do?
They eat the paste.
Buy them books, send them to school and what do they do?
They eat the paste.
Re: Permission Setting to show IP address to Admins only
to me the only person you could trust is the one you know personally (and sometimes they turn around!). In moderation not all moderators are the same, and thus they don't have the same level of trust .... having 100% trust (on anything) isn't a very wise way of doing things.Master_Cylinder wrote:If you can't trust your forum moderators with IP info, you need better moderators instead of a way to hide needed info from them...
This could be a measure of privacy issue to the user (in general), in specific (rare) issues where the user is harming and violating the laws the (top) admins could track there IP. for legal matter
for the issue of banning using tor is away of getting around it which renders the IP ban useless (somehow)
- EXreaction
- Registered User
- Posts: 1555
- Joined: Sat Sep 10, 2005 2:15 am
Re: Permission Setting to show IP address to Admins only
Better off not storing the IP at all then, which can be done via an extension.