Private Messages »  Show posts from    to     

Icy Phoenix


Old Support Topics - Private Messages



playmisty [ Sun 14 Dec, 2008 18:38 ]
Post subject: Private Messages
hi, im new here but have my forum on icy pheonix.

i have come across a serious (imo) security issue while using the user options in ACP

basically it allows admin to view members PRIVATE MESSAGES.
this is something i dont want as private messages should be just that PRIVATE.


is there a simple way of deleting this option from ACP?

when i enter ACP and click USERS 7 from top is PRIVATE MESSAGES it is this i want removing from my site.


any help/pointer glady recieved.

many thanks in advance


Vortex [ Sun 14 Dec, 2008 18:45 ]
Post subject: Re: Private Messages
You can simply delete or rename with a non .php extension the file your_root/adm/admin_priv_msgs.php



Edit: I don't think is a security issue. Can turn out to be useful in some cases of harrassments via pm, then you can check and prove it.

It should just be kind from the administrator to warn the users that pms can be read from admins


playmisty [ Sun 14 Dec, 2008 18:48 ]
Post subject: Re: Private Messages
Vortex wrote: [View Post]
You can simply delete or rename with a non .php extension the file your_root/adm/admin_priv_msgs.php



have you simpleton instructions on how to do this?

im no technical genius


Vortex [ Sun 14 Dec, 2008 18:51 ]
Post subject: Re: Private Messages
playmisty wrote: [View Post]
Vortex wrote: [View Post]
You can simply delete or rename with a non .php extension the file your_root/adm/admin_priv_msgs.php



have you simpleton instructions on how to do this?

im no technical genius



If you installed Icy, I suppose you can use the FTP client


Just connect and go to root(folder where you have Icy)/adm/ and delete the file admin_priv_msgs.php


(Personally I just rename it to admin_priv_msgs_php so that it no longer appears it ACP )


DWho [ Sun 14 Dec, 2008 21:21 ]
Post subject: Re: Private Messages
though it is still easy to read private messages as everything is stored in the database... so for security it is not really an issue...


Informpro [ Mon 15 Dec, 2008 19:24 ]
Post subject: Re: Private Messages
I've do this :
OPEN
Code: [Hide]
  1. your_root/adm/admin_priv_msgs.php 

FIND
Code: [Hide]
  1. <?php 

AFTER, ADD
Code: [Hide]
  1. if($userdata['user_id'] == 2) { 

FIND
Code: [Hide]
  1. ?> 

BEFORE, ADD
Code: [Hide]
  1. else { redirect(INDEX_MG.PHP_EXT); } 




Powered by Icy Phoenix