PDA

View Full Version : [Prob] ioBanana --> 3 questions ...


OrpHis
12-20-2004, 06:00 AM
Heya all .

1 question :

when I'm tring to PRE something , I get this Error massage:


[R] 200--[Pre]-----------------------------------------------------------------------
[R] 200- Not valid PRE group
[R] 200------------------------------------------------------------------------[ioA]-
[R] 200- ioA execution time: 93ms
[R] 200 Command successful.



2 question :

how can I do in my ioFTPD that when someone will move directors etc .. he will saw something like that:

[L] 226- [Ul: 8601.8MB] [Dl: 1.4MB] [Speed: 0.00K/s] [Free: 48593MB]
[L] 226 [Section: DEFAULT] [Credits: 24438.9MB] [Ratio: 1:3]



3 question:
when I'm connecting to my ioFTPD I see:

[R] Connecting to xxx.xxx.xxx.xxx -> IP=xxx.xxx.xxx.xxx PORT=xxxx
[R] Connected to xxx.xxx.xxx.xxx
[R] 220 FTP Server ready.
[R] USER *
[R] 331 Password required for (.
[R] PASS (hidden)
[R] ====================
[R] # of arguments: 6
[R] [0]=..\scripts\ioBanana\ioBanana.exe
[R] [1]=alert
[R] [2]=2
[R] [3]=FTP_Service
[R] [4]=PASS
[R] [5]=my pass putted here
[R] ====================


hmm what is this :? :o

every cmd that I execute on my ioFTPD it shows me this sh*t .. :


[R] site pre mp3 Test.Pre-LOL
[R] 200-====================
[R] 200-# of arguments: 4
[R] 200-[0]=..\scripts\ioBanana\ioBanana.exe
[R] 200-[1]=pre
[R] 200-[2]=mp3
[R] 200-[3]=Test.Pre-LOL
[R] 200-====================
[R] 200-Value found...
[R] 200-[0]=fill_pretime_on_pre > 0
[R] 200-ioBanana Process Time: 0 ms
[R] 200-exit: 0
[R] 200--[Pre]-----------------------------------------------------------------------
[R] 200- Not valid PRE group
[R] 200------------------------------------------------------------------------[ioA]-
[R] 200- ioA execution time: 94ms
[R] 200 Command successful.


how can I fix it ..?

Thanks all for you time :banana:

WarC
12-20-2004, 06:04 AM
1. this is a ioA configuration problem. you dont supply much info so all I can say is that you are not in any group that can pre.

3. You have debuginfo on. Ie it prints all variables so you can see if they are correct

OrpHis
12-20-2004, 06:10 AM
hmm which info you need mate? I`ll give you.. hmm I'm using your new ioA ...

btw , I added now new group called: LOL
and I change my grp to LOL
and now when I want to pre , it says :


[R] site pre mp3 Test.Pre-LOL
[R] 200-====================
[R] 200-# of arguments: 4
[R] 200-[0]=..\scripts\ioBanana\ioBanana.exe
[R] 200-[1]=pre
[R] 200-[2]=mp3
[R] 200-[3]=Test.Pre-LOL
[R] 200-====================
[R] 200-Value found...
[R] 200-[0]=fill_pretime_on_pre > 0
[R] 200-ioBanana Process Time: 16 ms
[R] 200-exit: 0
[R] 200--[Pre]-----------------------------------------------------------------------
[R] 200- Not allowed to pre from here
[R] 200------------------------------------------------------------------------[ioA]-
[R] 200- ioA execution time: 125ms
[R] 200 Command successful.


:confused:

Harm
12-20-2004, 06:21 AM
Except that ioBanana is running in debug mode, I can't see how those problems are related to ioB.

[PRE]
# Preareas. Format is the following:
# <area>|<description>|<physical path to where it should end up>|<vfs path to where it should end up>|<uid for owner>|<ufo>
Pre_Area_0 = "mp3|Some MP3 shit|d:\ioFTPD\site\mp3\%M%D|/MP3/%M%W%D|0"

# pregroup. Format is the following:
# <group>|<area> <area>|<vfspath to groupsdir>|<uid>|<gid>|<ufo>
# One group might have several sections. Specify all areas with a space as seperator.
# ufo field can be used for having a specific text if group got sub-groups or similar. Those that wanted it knows the meaning :)
Pre_Group_0 = "ioftpd|mp3|/_pre/ioftpd/*|0|0|ufo"
Pre_Group_1 = "group|mp3 svcd vcd|/_pre/group/*|0|0|ufo"

And so on.. The ioA.html file that comes with ioA is a great place to start but this should be enough for what you're trying to do at the moment.

I think reading the knowledge base (http://www.ioftpd.com/kb) might help you too, especially this article (http://www.ioftpd.com/kb/view.php?kbid=70) .

Notes:
- moved to WarC's forum since it's mostly related to ioA.
- OrpHis: please upgrade your board profile with your registered user info.

OrpHis
12-20-2004, 06:29 AM
sorry for the wrong section ....
so what I need to do with this: "arguments" Errors ?

Thanks for you answer about : "2 question" !
and here my ioA config ( PRE ) :

[PRE]
Pre_Area_0 = "MP3|Some MP3 shit|d:\ioFTPD\site\MP3\%M%D|/MP3/%M%D|0"
Pre_Group_0 = "LOL|MP3|/_PRE/MP3/*|0|0|ufo"
Pre_Order = 0


Thanks :)

OrpHis
12-20-2004, 07:10 AM
oo , I fixed the "arguments" error ..
I just configed: dubug = 0

:)

now I need to fix " PRE " , but I dont know how

:confused:

OrpHis
12-20-2004, 07:41 AM
all Fixed , Thanks :)