View Full Version : Easy way to only ban complete tags?
Looking for an very easy way to deny upload of Complete tags such as:
( 100% COMPLETE - 25F 348M )
[100% Complete]-[#13@177.14MB files at 9872.06KBps]-[V]
Is it possible to add some lines in the config file(ioftpd.ini) on upload?
I think ive seen something similar before but cant find it.
Thanks
EwarWoo
05-10-2005, 08:14 AM
Add a rule.
#. On upload of complete dirs [take 1GB]
You get to have more fun that way ;)
If you really really wanna stop 'em (the boring and no fun way) you're better off doing that in your zipscript (if it has that functionality) / dupescript.
hehe I tho need the "no fun" way.
FTPServerTools
05-10-2005, 06:27 PM
OnDirCreated.exe can block dirs with based on wildcards. So *\ or *\*complete* and so are easy to block. Or *\MP3\*\ or whatever you choose. If you dont want to use my other tools and dont want OnDirCreated.exe to create tages itself simply set every tag to empty e.g.
InParentEmpty=
InDirComplete=
Also only the parts where used for: .. OnDirCreated ... are mainly usefull in your FTPServerTools.ini then. Probably some other scripts can do similar things.
esmandil
05-11-2005, 04:38 AM
I have this in my ioftpd.ini:
MakeDir = /*/\[*\]* !*
MakeDir = /*/\(*\)* 1VM
MakeDir = *approved?by* !*
Seems to work fine :)
FTPServerTools
05-11-2005, 08:37 AM
Lol totoally forgot that. It is the easiest way indeed.
vBulletin® v3.8.11 Alpha 3, Copyright ©2000-2024, vBulletin Solutions, Inc.