PDA

View Full Version : "today-mp3" problem ;o(


peterchen
04-06-2004, 03:30 AM
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

Harm
04-06-2004, 03:35 AM
Assuming that you are using ioA 1.1.3, your newdate section is wrongly configured.

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 ?

WarC
04-06-2004, 03:36 AM
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.

peterchen
04-06-2004, 03:39 AM
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

jeza
04-06-2004, 07:24 AM
ioA 1.1.3



# 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""

peterchen
04-06-2004, 10:45 AM
ioA 1.0.0


[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........

Mouton
04-06-2004, 12:12 PM
Using latest always helps.

peterchen
04-06-2004, 12:29 PM
yes, 1.1.3 :D

runs very good...... ^^