Just create a user name ban for any user name containing "-".
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
Just create a user name ban for any user name containing "-".
Create a new ban, Choose Regular expression and then add .*-.* in the filed for nickname.
This bans and rejects every user with - in their nickname.
Nickname ban means, that banned users can change their nickname, to reconnect.
![]()
Last edited by dante696; September 24th, 2014 at 03:05 PM. Reason: example added
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
They receive the notice YOU entered while creating the ban.
Hello,
Sorry, I am sure this has been answered before. I have searched through 10-20 old threads to get the general feel/idea of how these bans work, but I just want a little clarification.
Let's say that I wanted to ban the word "meow" from a persons name. I would start with: .*[Me][Ee][Oo][Ww].*
Does this stop variations people would inevitably use to try get around the ban such as
m e o w
m_e_o_w
m.e.o.w
etc etc
The usage of other special characters or regular characters. This might also ban legitimate names such as MEn Of War. However I would only use it for longer words so that this wouldn't be an issue.
I appreciate any help, and again sorry if this could be found in an old thread, but I did try looking first!
Thanks!
Last edited by dante696; July 6th, 2015 at 09:25 AM. Reason: merged
Hello,
please help me for banns ASCII. I want bann: [!"#$%&'()*+,\-./:;<=>[email protected][\\\]^_`{|}~] but I dont know how ;/
Regards,
Greg
Last edited by dante696; July 6th, 2015 at 12:29 PM. Reason: merged
Hey, i want to get rid of people with special chars in their names on my server. For example "TestUser ♥".
I tried some regex'es i found on google like:
https://stackoverflow.com/questions/...acters-in-unix
https://stackoverflow.com/questions/...cii-characters
https://stackoverflow.com/questions/...ers-with-regex
The method that should work seems like:
but it does not filter anything.Code:.*[^\x00-\x7F].*
Last edited by dante696; November 25th, 2015 at 10:53 AM. Reason: merged
Try this from my example (allows Aa-Zz ,0-9, !, #)
Code:.*[^A-Za-z0-9!#\s]+
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Hi. How to ban all nickname with "` "in a front? with regular exp.
Last edited by dante696; December 1st, 2015 at 10:41 AM. Reason: merged, does nobody knows how to use google anyymore?
This will ban "` ".
Regular expressions can be found via googleCode:.*`\s.*
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Hey guys !
Is there any way I can restrict ppl with this random TeamSpeakUser name from entering my server ?
So to enter it, they would have to take something other than this.
I'm kinda new here so mods please have mercy on me ._.
Thanks in advance !
Last edited by dante696; January 19th, 2016 at 04:14 PM. Reason: merged -> Step 1 use the forum search and then post
Put TeamSpeakUser.* into the banlist while Regular Expression was selected.
This will reject the exact nickname TeamSpeakUser and all other followed chars.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
How do I restrict people having usernames such as: "[Admin] Username123" or "[VIP] Username123" etc?
Last edited by dante696; February 18th, 2016 at 09:13 AM. Reason: merged
ban the phrase you don't want anyone being able to use from appearing in the username using wildcard or regular expression bans on the name.
When sending PMs please make sure to include a reference link to the thread in question in the body of your message.
There are currently 1 users browsing this thread. (0 members and 1 guests)