PDA

View Full Version : [Fixed] hide from site who


oldhouse
11-26-2005, 04:23 AM
Hi.
I was trying to hide a folder from site who, but i can't get it to work.

################################################## #############################
# SITE WHO / CID #
################################################## #############################
set swho(hidden,paths) "/dirname"
set swho(hidden,users) "user1 user2"
set swho(hidden,groups) "group1"

Even if user1/group1 is in "dirname" path, it is shown in site who :confused:

Any help to solve this?

Harm
11-26-2005, 11:04 AM
You're not testing SITE WHO with your master account, are you ? There's nothing you can really hide from a master so there's no point of trying to do so in a script.

I consider that masters and siteops should always be able to manage the server in the best possible (read: easy and efficient) way. That's why they can see anybody whoever they are and wherever they are.

maX1mus
11-26-2005, 11:14 AM
I think i had a problem like this once, tried with moving my sitewho.ini into /Scripts/ dir and it worked, :|

oldhouse
11-30-2005, 04:08 AM
Thx harm. Got it now :)