Re: How can I hide the ip address of moderators/admins?
|
posted by booz on 2005-28-02 08:40
|
reply monitor this thread hits:
1554
|
Try this : if ($bn_action=="view"){ if (($note['user_userpriv']!='user') && !$is_moderator){ $ip = "Hidden"; } } > One final question if I set the $ip variable to hidden...will it effect the ip address value that is stored in the database when a note is created? No.
hth.
|