Customizing / Hacking

 
Jump to :
   

 Re: How can I hide the ip address of moderators/admins?   
posted by booz on 2005-28-02 08:40
               
       
 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.


 

   
  Topics Posted by Date
  How can I hide the ip address of moderators/admins? C. Reynolds 2005-28-02 00:51
*      Re: How can I hide the ip address of moderators/admins? Laurent 2005-28-02 08:40