Go Back   FlashFXP Forums > ioFTPD Forum > ioFTPD > Scripting > WarC's scripts

WarC's scripts ioA, Warchive, ZR-Tools

Reply
 
Thread Tools Rate Thread
Old 04-06-2004, 03:30 AM   #1
Member
 
Join Date: Mar 2004
Posts: 33
Default "today-mp3" problem ;o(

hi, this is the part of my ioA:

[Newdate]
Newdate_Log = ""%vfs" "%desc" "%desc" "%phys""
Newdate_Log = ""%vfs" "%desc" "%phys""
Newdate_1 = "mp3|c:\ioFTPD\site\mp3\%M%D|/mp3/%M%D|c:\ioFTPD\site\today-mp3|0|0"
Area = mp3|mp33|c:\ioFTPD\site\mp3\%M%D|/mp3/%M%D|0|c:\ioFTPD\site\today-mp3


but there is no link to the newest mp3 and no dated folder is created ?! i searched on the board but didn´t find something that matches to my problem...

greetings
peterchen is offline   Reply With Quote
Old 04-06-2004, 03:35 AM   #2
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,462
Default

Assuming that you are using ioA 1.1.3, your newdate section is wrongly configured.
Code:
Format: "<area>|<description>|<physical path>|<vfs path>|<todaylink>|<uid>|<gid>|<offset of day>|<log or not>|<mode>"
Who do you have 2 'Newdate_Log' lines ?
And what is this 'Area' line ?
Harm is offline   Reply With Quote
Old 04-06-2004, 03:36 AM   #3
Senior Member
ioFTPD Scripter
 
Join Date: Sep 2002
Posts: 427
Default

1. Why 2 Newdate_Log lines?
2. If you start numbering on 1 it will never check it. As all examples begin at 0 in numbering that is how it must be.
WarC is offline   Reply With Quote
Old 04-06-2004, 03:39 AM   #4
Member
 
Join Date: Mar 2004
Posts: 33
Default

ok, i changed it to:

[Newdate]
Newdate_Log = ""%vfs" "%desc" "%phys""
Newdate_0 = "mp3|some mp3 shit|c:\ioFTPD\site\mp3\%M%D|/MP3/%M%D|c:\ioFTPD\site\today-mp3|0|0"
Newdate_1 = "0day|some 0day shit|c:\ioFTPD\site\0DAY\%M%D|/0DAY/%M%D|c:\ioFTPD\site\today-0day|0|0"


but same problem ;o(

please help me
peterchen is offline   Reply With Quote
Old 04-06-2004, 07:24 AM   #5
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 507
Default

ioA 1.1.3

Code:
# Where newdate should be used.
# Format: "<area>|<description>|<physical path>|<vfs path>|<todaylink>|<uid>|<gid>|<offset of day>|<log or not>|<mode>"
# offset can be used to create any day from current one. -10 would create dated dir of 10 days back.
# 10 will be 10 days forward. 
# %Y=2003, %y=03, %W=week, %M=month, %D=day can be used.


Newdate_0			= "0day|0day newdate|e:\test\0day\%M%D|/test_0day/%M%D|c:\ioFTPD\site\pub\today-0day|0|0|0|0|777"
Newdate_1			= "mp3|mp3 newdate|e:\test\mp3\%M%D|/test_mp3/%M%D|c:\ioFTPD\site\pub\today-mp3|0|0|0|0|777"
Newdate_2			= "gsm|gsm newweek|e:\test\gsm\week_%W|/test_gsm/week_%W|c:\ioFTPD\site\pub\today-gsm|0|0|0|0|777"
Newdate_3			= "0day|0day closeday|e:\test\0day\%M%D|/test_0day/%M%D||0|0|-1|0|755"
Newdate_4			= "mp3|mp3 closeday|e:\test\mp3\%M%D|/test_mp3/%M%D||0|0|-1|0|755"
Newdate_5			= "gsm|mp3 closeweek|e:\test\gsm\week_%W|/test_gsm/week_%W||0|0|-7|0|755"
Newdate_Log			= ""%vfs" "%area" "%desc" "%phys""
jeza is offline   Reply With Quote
Old 04-06-2004, 10:45 AM   #6
Member
 
Join Date: Mar 2004
Posts: 33
Default

ioA 1.0.0

Code:
[Newdate]
Newdate_0 = "0day|0day newdate|c:\ioFTPD\site\0day\%M%D|/test_0day/%M%D|c:\ioFTPD\site\today-0day|0|0|0|0|777" 
Newdate_1 = "mp3|mp3 newdate|c:\ioFTPD\site\mp3\%M%D|/test_mp3/%M%D|c:\ioFTPD\site\today-mp3|0|0|0|0|777" 
Newdate_2 = "0day|0day closeday|c:\ioFTPD\site\0day\%M%D|/test_0day/%M%D||0|0|-1|0|755" 
Newdate_3 = "mp3|mp3 closeday|c:\ioFTPD\site\mp3\%M%D|/test_mp3/%M%D||0|0|-1|0|755" 
Newdate_Log = ""%vfs" "%area" "%desc" "%phys""
but nothing happens........
peterchen is offline   Reply With Quote
Old 04-06-2004, 12:12 PM   #7
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 2,022
Default

Using latest always helps.
Mouton is offline   Reply With Quote
Old 04-06-2004, 12:29 PM   #8
Member
 
Join Date: Mar 2004
Posts: 33
Default

yes, 1.1.3

runs very good...... ^^
peterchen is offline   Reply With Quote
Reply
Create a free account to browse our forums without ads



Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Flash hangs during transfers slatts General Discussions 5 01-14-2005 06:50 PM


All times are GMT -5. The time now is 10:51 PM.