PDA

View Full Version : [Fixed] statsup & statsdn problem


Killahbyte
05-16-2005, 11:36 AM
Hi guys,

I'm using iobanana 2.0 and i seem to be getting the same errors other people have posted on this board. Can anyone tell me how i can relseve the stats poblem.

i get this:

With !statsdn I get:

[TOP 10 NERDs]
> #%pos01 %name01 @ %total01
> #%pos02 %name02 @ %total02
> #%pos03 %name03 @ %total03
> #%pos04 %name04 @ %total04
> #%pos05 %name05 @ %total05
> #%pos06 %name06 @ %total06
> #%pos07 %name07 @ %total07
> #%pos08 %name08 @ %total08
> #%pos09 %name09 @ %total09
> #%pos10 %name10 @ %total10

With !statsup i get this:

[TOP 10 GODs]
> #%pos01 %name01 @ %total01
> #%pos02 %name02 @ %total02
> #%pos03 %name03 @ %total03
> #%pos04 %name04 @ %total04
> #%pos05 %name05 @ %total05
> #%pos06 %name06 @ %total06
> #%pos07 %name07 @ %total07
> #%pos08 %name08 @ %total08
> #%pos09 %name09 @ %total09
> #%pos10 %name10 @ %total10


Another thing i should let you know is site statup on the ftp comes back saying command not understood

Thanks!

KB

durulink
05-16-2005, 12:52 PM
in your ioBanana.tcl

Try connect server with FTP ACCESS info.
I think sitebot do not connect FTP.

or, If you use ssl service, that user must be excepted in encryption.
like this...

Require_Encrypted_Auth = !-sitebot *

Killahbyte
05-16-2005, 07:12 PM
Originally posted by durulink
in your ioBanana.tcl

Try connect server with FTP ACCESS info.
I think sitebot do not connect FTP.

or, If you use ssl service, that user must be excepted in encryption.
like this...

Require_Encrypted_Auth = !-sitebot *

Ok if i do a site swho it shows my bot on the server idleing. I'm not using ssl either.

Whats wierd is the command doesn't work at all. not on irc or ftp. on my ftp when i do site statsdn or site statsup i get this error:

[L] 500 SITE statsdn: Command not understood.

And of course in the channel you already saw my error in the above post.

Any ideas what i'm doing wrong? I'm using the latest version of everything to my knowledge. And i been through my config files 10000 times.

Thanks!

KB

Harm
05-17-2005, 01:49 AM
It's probably because there's no SITE STATSUP command.
http://www.ioftpd.com/documentation/06-sitecmds.php#stats
ioBanana uses its own SITE BSTATS command.

Is your sitebot allowed to use such commands ? It needs the "1" flag to be able to do its job correctly.

Killahbyte
05-17-2005, 03:42 AM
Originally posted by Harm
It's probably because there's no SITE STATSUP command.
http://www.ioftpd.com/documentation/06-sitecmds.php#stats
ioBanana uses its own SITE BSTATS command.

Is your sitebot allowed to use such commands ? It needs the "1" flag to be able to do its job correctly.

I have this for anything that has to do with stats....

stats = 1M
gstats = 1GM
bstats = 1M


still i get the same error.

Anything else that could be wrong?

KB

HopperMan
05-18-2005, 04:04 PM
have you checked:

[FTP_Custom_Commands]
bstats = EXEC ..\scripts\ioBanana\ioBanana.exe bstats

?

Killahbyte
05-18-2005, 08:16 PM
Originally posted by HM1
have you checked:

[FTP_Custom_Commands]
bstats = EXEC ..\scripts\ioBanana\ioBanana.exe bstats

?


Yep i have that in my .ini file.

Any other ideas?


KB

Killahbyte
05-26-2005, 07:53 PM
*Bump*

Can anyone help me out with this? I've gone to the channel and it seems i'm not the only one having this problem. Am i missing somthing? Is there a few things i could check to make sure my config is proper? Could i have missed a step? Is there a bug in the script? Anything would be useful.

I've gone over the setup from scratch and i'm still having the same problem.

KB

Harm
05-27-2005, 01:05 AM
Have you checked that your sitebot can actually use those commands ? Login to your site using the sitebot's account and try a few different SITE BSTATS commands.

Killahbyte
05-27-2005, 11:06 PM
Yep that fixed it :)

See i knew it was somthing small. :)

ty :)

KB