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

Harm's scripts ioBanana, Readd script, ioVote

Reply
 
Thread Tools Rate Thread
Old 12-06-2004, 09:28 AM   #1
Member
ioFTPD Foundation User
 
Join Date: Nov 2004
Posts: 30
Default SFV overwriting

Dunno if its actually a ioBanana bad configuration but when racing, people reupload and overwrite an already uploaded SFV file in the raced dir.
Shouldnt it be skipped? Where I made the mistake?
Quincy is offline   Reply With Quote
Old 12-06-2004, 09:30 AM   #2
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jan 2003
Posts: 189
Default

Open up your ioFTPD.ini and add under the section [VFS]
Code:
Resume = */*.sfv !*
Resume = */*.nfo !*
Overwrite = */*.sfv !*
Overwrite = */*.nfo !*
That would deny anyone who tries to resume/overwrite sfv and nfo files.
fobban is offline   Reply With Quote
Old 12-06-2004, 09:36 AM   #3
Junior Member
ioFTPD Foundation User
 
Join Date: Jul 2004
Posts: 2
Default

maybe you have *.sfv in undupe.dat
janis is offline   Reply With Quote
Old 12-06-2004, 10:13 AM   #4
Member
ioFTPD Foundation User
 
Join Date: Nov 2004
Posts: 30
Default

Added those to ioftpd.ini and yes, had also .*sfv and .*nfo in the undupe.dat.
Thanks everyone
Quincy is offline   Reply With Quote
Old 12-07-2004, 05:09 AM   #5
Member
ioFTPD Foundation User
 
Join Date: Nov 2004
Posts: 30
Default

Got another problem tho..now it skips all the .nfo files whatever the directory they are uplaoded on if they have same name .

Have also tried to delete from ioftpd.ini:

Resume = */*.nfo !*
Overwrite = */*.nfo !*

But still doesnt work.
Quincy is offline   Reply With Quote
Old 12-10-2004, 04:30 PM   #6
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,462
Default

Could you define "it" and "skips" in your particular case please.
Harm is offline   Reply With Quote
Old 12-13-2004, 10:33 PM   #7
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: May 2004
Posts: 77
Default

actually i never got this to work too. i have:
Code:
Resume 		= *.nfo !*
Resume 		= *.sfv !*
Resume		= * *
why doesnt that work?
darko is offline   Reply With Quote
Old 12-19-2004, 12:06 PM   #8
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,462
Default

darko: You forgot to deny the right to overwrite those files.
Harm is offline   Reply With Quote
Old 12-20-2004, 05:53 AM   #9
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jan 2003
Posts: 189
Default

I'm not sure but maybe you need to have:

Code:
Resume = */*.nfo !*
Resume = */*.sfv !*
instead of
Code:
Resume = *.nfo !*
Resume = *.sfv !*
And of course you also need to add the same for overwriting.
fobban 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



All times are GMT -5. The time now is 05:54 AM.