Go Back   FlashFXP Forums > > > >

WarC's scripts ioA, Warchive, ZR-Tools

Reply
 
Thread Tools Rate Thread Display Modes
Old 12-20-2004, 06:00 AM   #1
OrpHis
Banned
 
Join Date: Dec 2004
Posts: 12
Default [Prob] ioA --> 3 questions ...

Heya all .

1 question :

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

Code:
[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:
Code:
[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:
Code:
[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 :?

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

Code:
[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:
OrpHis is offline   Reply With Quote
Old 12-20-2004, 06:04 AM   #2
WarC
Senior Member
ioFTPD Scripter
 
Join Date: Sep 2002
Posts: 426
Default

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
WarC is offline   Reply With Quote
Old 12-20-2004, 06:10 AM   #3
OrpHis
Banned
 
Join Date: Dec 2004
Posts: 12
Default

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 :

Code:
[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.
OrpHis is offline   Reply With Quote
Old 12-20-2004, 06:21 AM   #4
Harm
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,430
Default

Except that ioBanana is running in debug mode, I can't see how those problems are related to ioB.

Code:
[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 might help you too, especially this article .

Notes:
- moved to WarC's forum since it's mostly related to ioA.
- OrpHis: please upgrade your board profile with your registered user info.
Harm is offline   Reply With Quote
Old 12-20-2004, 06:29 AM   #5
OrpHis
Banned
 
Join Date: Dec 2004
Posts: 12
Default

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 ) :
Code:
[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 is offline   Reply With Quote
Old 12-20-2004, 07:10 AM   #6
OrpHis
Banned
 
Join Date: Dec 2004
Posts: 12
Default

oo , I fixed the "arguments" error ..
I just configed: dubug = 0



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

OrpHis is offline   Reply With Quote
Old 12-20-2004, 07:41 AM   #7
OrpHis
Banned
 
Join Date: Dec 2004
Posts: 12
Default

all Fixed , Thanks
OrpHis is offline   Reply With Quote
Reply

Tags
200-, ftp, pre, time, [r]

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
FlashSFV [RAidEN] Software 3 12-21-2002 05:56 AM


All times are GMT -5. The time now is 01:55 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)