Stefan1200's Forum

JTS3ServerMod Hosting Edition => JTS3ServerMod MySQL & WebInterface => Topic started by: MrChicken on January 13, 2015, 09:22:21 PM

Title: New function that can be add
Post by: MrChicken on January 13, 2015, 09:22:21 PM
Hi,
I'm Bobby and I always use bot for do anything.
This one is really cool and I think other functions can be add.

I wonder if it is possible to add a function: Autoban
Taking ip blacklist written by the user.
With the commands:
! botautoban on / off
! botautobanadd XXX.XXX.XXX.XXX
! botautobanremove XXX.XXX.XXX.XXX

The blacklist could be managed via SQL or TXT documents.

Also offer the posibility of automove move specific users, not just the server group to a specific channel.

A badwords function would also be interesting, knowing that we can connect multiple instances on the TS3 server and therefore check several channel.
In the same principle as the Autoban but mixed with the same principle as the user name check function and channel.

Thank you
Title: Re: New function that can be add
Post by: Stefan1200 on January 13, 2015, 09:26:56 PM
I don't understand the usage of the Auto BAN stuff?

I don't like to add something like the "Bad Chat Message Check", because I don't want to connect 1000 bots to a single server with 1000 channels.
Title: Re: New function that can be add
Post by: MrChicken on January 13, 2015, 09:32:41 PM
AutoBan is really usefull for block proxy.
When other bot are connecting to TS3 server for do ads.
I have make a big database proxy IP.
So an autoban will control ads bot.
Title: Re: New function that can be add
Post by: Stefan1200 on January 13, 2015, 09:35:37 PM
And why you can't simply use the ban system of the TS3 server?
Title: Re: New function that can be add
Post by: MrChicken on January 13, 2015, 09:46:16 PM
Can we add a bunch of ip, because add the ip manually one by one will take so much time.
if you know how much proxy ip are on the internet.. My bot can extract around 200 new ip/day.
Title: Re: New function that can be add
Post by: Stefan1200 on January 13, 2015, 09:49:22 PM
Hmm, well, this can be done much easier using a nice PHP web interface controlling the TS3 ban table. I'm sure there are already tools which are able to import a ban list or something like that.
Title: Re: New function that can be add
Post by: MrChicken on January 13, 2015, 10:07:43 PM
I dont have see anything like that, but I will continue to check.

And what you think about :
QuoteAlso offer the posibility of automove move specific users, not just the server group to a specific channel.
?
Title: Re: New function that can be add
Post by: Stefan1200 on January 13, 2015, 10:14:53 PM
Quote from: MrChicken on January 13, 2015, 10:07:43 PM
Also offer the posibility of automove move specific users, not just the server group to a specific channel.

AutoMove should support Unique Client IDs and Server Group IDs? Sounds like a good idea. Is on my ToDo.
Title: Re: New function that can be add
Post by: Lore on January 14, 2015, 01:40:02 AM
Of course you can range-ban IP Addresses with the TS3-Server itself!

Follow these Steps:


Cause of the possibility using regular expression in ts3 to ban, you need to replace all "." with "\." and all "*" with ".*"
a, b, c and d are numbers 1-255 (for those who do not know)

IP only
a\.b\.c\.d

Range of 255 IPs
a\.b\.\c\..*

Range of 255 * 255 IPs
a\.b\..*\..*
Title: Re: New function that can be add
Post by: MrChicken on January 14, 2015, 07:40:50 PM
Hi, thank you for your answer, but as I say,
this is not range, but list I need to ban.
I have 200+ new ip/day.
Title: Re: New function that can be add
Post by: MrChicken on January 15, 2015, 12:20:40 AM
Another question,
Can we log channel message with the bot ?
This can be good for keep trace of player.
Title: Re: New function that can be add
Post by: Lore on January 15, 2015, 01:29:57 AM
Only if each room has its own bot.
Title: Re: New function that can be add
Post by: MrChicken on January 15, 2015, 02:24:59 AM
Yeah, this is my goal, but now, they can log chat ? or this is an option to be add ?
Title: Re: New function that can be add
Post by: Lore on January 15, 2015, 04:08:45 AM
I think that needs to be added.
Title: Re: New function that can be add
Post by: Stefan1200 on January 15, 2015, 05:00:26 AM
Quote from: MrChicken on January 15, 2015, 12:20:40 AM
Another question,
Can we log channel message with the bot ?
This can be good for keep trace of player.

Would be the same answer:
Quote from: Stefan1200 on January 13, 2015, 09:26:56 PM
I don't like to add something like the "Bad Chat Message Check", because I don't want to connect 1000 bots to a single server with 1000 channels.