View Single Post
Old 02-15-2008, 05:11 AM  
MilloDk
Junior Member
 
Join Date: Jan 2008
Posts: 5
Default

Yeah, i'll post my sitewho.ini file later :>

EDiT:
Here is it:
; u can use these as cookies in all templates
; set maxusers to your User_Limit setting in ioftpd.ini
;
sitename = MiLLOSiTE
maxusers = 20


; path to template sets. default + 2/3/4/5 as extra.
;
template_path = C:\ioFTPD\scripts\templates_admin
template_path_2 = C:\ioFTPD\scripts\templates_limited
;template_path_3 = C:\ioFTPD\scripts\templates_sitebot


; U might have to adjust this value. Login with a user and then check his
; logintime by running sitewho.exe. Then adjust this value like this:
; 60 * (logintime at login)
;
; Keep editing it until u get a logintime of 0 minutes right after logging in.
;
; It will always be a multiple of 3600 (= 1 hour)
; U can use negative values as well.
;
time_offset = 3600


; Will hide certain users from appearing in the list.
; Notes: - don't put spaces between separated items.
; - everything is case sensitive
; - wildcards allowed (even required) for paths
;
hide_flags = 1MNVG
hide_groups = SiTEOPS|sitebot
hide_users = ioFTPD
hide_services = Telnet_Service|HTTP_Service
hide_paths = /pre/*|/staff/*

And here is what i've wrote in ioFTPD.ini:


who = EXEC ..\scripts\sitewho.exe show_hidden_users
xwho = EXEC ..\scripts\sitewho.exe template=2 all

Last edited by MilloDk; 02-15-2008 at 07:26 AM.
MilloDk is offline   Reply With Quote