1

Topic: E-mails are shown to Moderators

Hi there,

I've recently realized that moderators can see user's emails through viewtopic!
Even if a moderator is given no permission to edit a user profile from the administration, a Mod. still see the email by pointing at any "E-mail" link under the users info and the email appears on the status bar of the browser..

I think it's just about the 2nd code of e-mail permission in viewtopic.php to be cahnged to:

'<a href="misc.php?email='.$cur_post['poster_id'].'">'.$lang_common['E-mail'].'</a>';

thanx

فهد

Re: E-mails are shown to Moderators

Moved to PunBB Discussion
Not a bug, the moderators can see IPs as well: it's to help their moderation.

3

Re: E-mails are shown to Moderators

well, the way i've mentioned is the only one i did to disable viewing emails..

i think i'll redo this to ip(s) too

فهد

4

Re: E-mails are shown to Moderators

and this is what to cahnge for ip's:

search for "IP"
and change the rule to:

if ($pun_user['g_id'] == PUN_ADMIN)

فهد

Re: E-mails are shown to Moderators

it's changed like this that are so trivial, i wonder why the get brought up... anyone installing something like this should have a somewhat basic skillset and ability to change things at will for their site.

~thegleek

6

Re: E-mails are shown to Moderators

FhdQa wrote:

and this is what to cahnge for ip's:

search for "IP"
and change the rule to:

if ($pun_user['g_id'] == PUN_ADMIN)

Thanks GOD.
That what I need..
In the cyber world, We (as admin) can not trust anyone, even Moderator.
So, the forum should disable IP view by Moderator.

Thank You smile

PunBB, Simplicity has been easier than before
Smart is Simple. Fast is Smart. Think Fast, You'll be Smart..

regards,
PunBB & SMF Fans

7

Re: E-mails are shown to Moderators

NP FBI.

and thats why I needed to do so.

فهد

Re: E-mails are shown to Moderators

Um, what can one do with an IP address?

9

Re: E-mails are shown to Moderators

Its just ethical manner.
Sometimes, Admin did undercover as moderator or member (special purposes)..
And we dont want to show those IP to other Moderators. smile

PunBB, Simplicity has been easier than before
Smart is Simple. Fast is Smart. Think Fast, You'll be Smart..

regards,
PunBB & SMF Fans