FlashFXP Forums

FlashFXP Forums (https://oss.azurewebsites.net/forum/)
-   ! Requests (https://oss.azurewebsites.net/forum/ioftpd/ioftpd/scripting/-requests/)
-   -   Easy way to only ban complete tags? (https://oss.azurewebsites.net/forum/ioftpd/ioftpd/scripting/-requests/10074-easy-way-only-ban-complete.html)

odd 05-10-2005 07:20 AM

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

odd 05-10-2005 10:04 AM

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.

odd 05-11-2005 08:50 AM

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)