![]() |
Easy way to only ban complete tags?
Looking for an very easy way to deny upload of Complete tags such as:
Code:
( 100% COMPLETE - 25F 348M ) I think ive seen something similar before but cant find it. Thanks |
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.
|
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. |
I have this in my ioftpd.ini:
MakeDir = /*/\[*\]* !* MakeDir = /*/\(*\)* 1VM MakeDir = *approved?by* !* Seems to work fine :) |
Lol totoally forgot that. It is the easiest way indeed.
|
yeah thats it.
Thanks |
All times are GMT -5. The time now is 03:41 AM. |
Powered by vBulletin® Version 3.8.11 Alpha 3
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)