———————————————————————————————————————
Server side Config-part-2
————————————————————————————————————————
Lets continue with other nodes 🙂
If you want to kick and banish any user you have an automatic option too . SmartFoxServer comes with filter which is called anti-flood filter which allows to automatically kick and banish users that are trying to flood your applications with messages. In above attached image the nodes are divided into sub-nodes lets discuss each node :
AntiFlood active : This is a Boolean value which is use to turn on/off the filter.
MinMsgTime tolerance : MinMsgTime is the minimum time allowed between two messages. The tolerance attribute stands for the amount of messages. Before sending warning message server will check the tolerance limit.
MaxRepeatedMessages : This is the maximum allowed number of identical messages. After crossing the limit server will automatically send a warning message to user.
WarningsBeforeKick : This is a number value. Where we specify how many warning messages a user can get before being kicked.
WarningMessage : Here we specify the custom message what we want to show as warning message.
KickMessage : Here we specify the custom message what we want to show as kick message.
BanMessage : Here we specify the custom message what we want to show as ban message.
BanAfter This is a number value. Where we specify how many warning messages a user can get before being baned.
Tags: anti-flood filter, AntiFlood active, automatically kick, BanAfter, BanMessage, crossing the limit server, flood your applications, identical messages, kick and banish users, KickMessage, MaxRepeatedMessages, messages, minimum time, MinMsgTime, Server side Config, the amount of messages, The tolerance attribute, tolerance, tolerance limit, warning message server, WarningMessage, WarningsBeforeKick