PDA

View Full Version : [Fixed] !statsdn / statsup Problem


|[T0XiC]|
03-21-2005, 02:39 PM
Hello guys, I've a little problem with the !statsup and !statsdn commands.

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

I have no idea why this doesn't work, since ioftpd itself has all the stats logged...
It must be something in the ioBanana script I guess. I can't find the words GODs and NERDs insite the TCL scripts.
Anybody experienced this problem or knows the solution, please let me know.
Tnx, TOXiC

Harm
03-21-2005, 03:02 PM
Could you please tell us what version of ioBanana you are using ? I remember seeing such problems with v19.

|[T0XiC]|
03-21-2005, 03:16 PM
I'm sorry, forgot to mention that. I'm using ioBanana v20 :)

Harm
03-21-2005, 04:52 PM
Then your sitebot is probably not connected to your site. Read its messages in the partyline.

PS: please update your board profile.

HopperMan
03-27-2005, 07:41 AM
I'm having the same problems, running V20 and haven't found a solution yet.

ftp txt files are the originals, sitebot is connected.

statsdn / statsup does display the correct values when issued as site command. Seems like a ioBanana parsing problem(?)

Any hints on where to look further to solve this problem?

thanks.

HopperMan
03-28-2005, 06:30 AM
OK, I found the solution!

Here's what you have to do if you're having the same problem:

make sure the bstats command is in your ioFTPD.ini

for example:

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

[FTP_SITE_Permissions]
bstats = M

Those lines were missing in my ioFTPD.ini