How to remap 'New text file' command ?

English support forum

Moderators: white, Hacker, petermad, Stefan2

User avatar
Dalai
Power Member
Power Member
Posts: 9393
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: How to remap 'New text file' command ?

Post by *Dalai »

Usher wrote: 2020-07-23, 10:55 UTCCould you explain your cryptic operations for a dumb Pole, please? Are they really needed? What is wrong with that Q?
Some words or character sequences trigger the forum's spam protection. Q#Q - without the # - is one of them. Just try to submit a posting with them and you'll see that it's rejected.
Does PW mean Password?
Most probably.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Re: How to remap 'New text file' command ?

Post by *MVV »

Much easier instruction is to just remove all #s from file BTW.

Also, forbidden sequences may be simply split by line breaks in BASE64 so no replacements will be required. :)

PS. I wonder what does that QQ mean that forum restricts it. :D
User avatar
Hacker
Moderator
Moderator
Posts: 13067
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: How to remap 'New text file' command ?

Post by *Hacker »

MVV,
QQ is a chinese instant messenger and there were about 50 chinese spam threads per night a few months ago each including a QQ number as a contact in one form or another, so I asked Christian to disallow posts with QQ in them. This is an unfortunate but hopefully bearable side-effect.

Hacker (Moderator)
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Re: How to remap 'New text file' command ?

Post by *MVV »

Thanks for the details, I understand the reason. :)
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: How to remap 'New text file' command ?

Post by *Usher »

Well, you should read the RFC 4648 standard for Base64 encoding:
RFC 4648 wrote:Implementations MUST reject the encoded data if it contains
characters outside the base alphabet when interpreting base-encoded
data, unless the specification referring to this document explicitly
states otherwise. Such specifications may instead state, as MIME
does, that characters outside the base encoding alphabet should
simply be ignored when interpreting data ("be liberal in what you
accept").
It means that hashes (###) should be ignored. And TC decodes Base64 in MIME the right way: ignores unsupported characters and displays the following warning:

Code: Select all

---------------------------
Decode
---------------------------
WARNING: Illegal char(s) in input file!
---------------------------
OK   
---------------------------
So who really needs those bells-and-whistles?
Andrzej P. Wozniak
Polish subforum moderator
User avatar
Usher
Power Member
Power Member
Posts: 1675
Joined: 2011-03-11, 10:11 UTC

Re: How to remap 'New text file' command ?

Post by *Usher »

2Hacker
I have already stated that the only way to prevent and discourage spam bombing is to moderate all the new users. CAPTCHA is good only for automated bombing. Moderation has always side effects - in this case it's is some delay in post publication.
Andrzej P. Wozniak
Polish subforum moderator
NotNull
Senior Member
Senior Member
Posts: 269
Joined: 2019-11-25, 20:43 UTC
Location: NL

Re: How to remap 'New text file' command ?

Post by *NotNull »

Vigk2 wrote: 2007-10-17, 08:34 UTC [...] I can't find the command name for 'New text file' function [..]
As it wasn't mentioned yet, somewhere in the 13 years that have past since, this was added:

Code: Select all

cm_EditNewFile	2931	Create+Open new text file
Post Reply