PDA

View Full Version : Help with ioBanana19 irc commands


MilloDk
02-13-2008, 04:50 PM
Hi there!

Yeah, i know this problem has been posted before, but i couldn't find any working solution for me. That's why im posting. I have this problem:

@MilloDk: !bw
@Bot: -:: bandwidth ::- Up: @kBps - Dn: @kBps - Total: @kBps

@MilloDk: !speed MilloDk
@Bot: -:: user activity ::- MilloDk is not logged in

I've tried everything - just can't get it working.
I hope someone might have a woking solution for me :)

By the way - im using ioFTPD 6.35 Beta, ioBanana19 and ioA 2.0.8

// MilloDk :)

o_dog
02-13-2008, 07:27 PM
bot needs to run in -nt mode if i remember correctly

MilloDk
02-14-2008, 04:46 AM
Nope, that doesn't help either :\ Anyone else?

MilloDk
02-14-2008, 01:33 PM
Now it shows this - in -nt mode:

(19:31:11) (@MilloDk) !speed MilloDk
(19:31:11) (+Bot) -:: user activity ::- MilloDk@_UPLOAD
(19:31:11) (+Bot) -:: MilloDk is idlin'

o_dog
02-14-2008, 07:12 PM
did you edit sitewho.ini correctly?

MilloDk
02-15-2008, 05:11 AM
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

MilloDk
05-24-2008, 12:58 PM
Well, i still need some help with this ;)