I have edited the post above, to include some detail on what works..
Ok, well it seems I have solved "Task One
80%" & "Task Two - very easy"
Very happy with the results. Opens up what I do already to some fantastic opportunities !
1. Can I redirect to a page ? DTA_STOP.htm ?
Oh yes, I can but if sends DTA into a frenzy almost like a DDoS attack !!
But, it seems to do one good thing, it changes the names of the requested file to DTA_STOP.htm
(Which could be named Download Them All is Banned.htm) They get the Msg that way
If I add dupe [+request] rules, one first for .redirect|DTA_BAN.htm. the second for .disconnect.
No more DDoS attack, but the logs don't show a request for DTA_BAN.htm anymore,
but because DTA never gets a file downloaded, it doesn't give up, a solution, but not a complete one.
I want it download SOMETHING, so it does stop trying. Ideas ?
Well maybe not DOWNLOAD anything, but .disconnect. only leaves DTA in an unknown state.
Can I send a server Response so it stops ? Like 403 - Deny ?2. So,
what can be substituted for {.disconnect.} ?
I know .exec, .redirect - anyway, is there a complete list somewhere ?
There are 'some' on the Wiki
3. Can some of you please share some "real" script examples please ?
4. How can I make use of "Debug - Run Script" ?
5. Can I use [request] to save whole Header to a .txt file ?
? ? ? ? ? ? ? ? ? ? ? ? ? ??6. I have tried adding comments to hfs.events with // . The rules are still working, so it is ignoring them
Is there anything I can use ?
Yes, answering my own question again.
{.comment|###############.}
{.comment|# My Text Goes Here #.}
{.comment|###############.}
Or
{.comment|
###############
# My Text Goes Here #
###############
.}
Thanks again !