Tips for banning users: Difference between revisions From Online Manual

Jump to: navigation, search
(Created page with "Bans are far from efficient, but not they are not highly inefficient. Proper usage of SMF's system for banning users can make bans run fairly well. A number of tips advising a...")
 
mNo edit summary
Line 1: Line 1:
Bans are far from efficient, but not they are not highly inefficient. Proper usage of SMF's system for banning users can make bans run fairly well. A number of tips advising administrators how to implement effective bans are listed below:
Proper usage of SMF's system for banning users can make bans work fairly well. A number of tips advising administrators how to implement effective bans are listed below:


# Avoid creating an entire ban group for a single ban.
# Avoid creating an entire ban group for a single ban.
# Avoid banning based on host name. This is a slow process because it involves carrying out a reverse lookup on the IP, which takes time.
# Avoid banning based on host name. This is a slow process because it involves carrying out a reverse lookup on the IP, which takes time.
# Avoid banning on IP, if possible. IP based bans are useless because IPv6 makes the size of bans wide open. In addition, owing to Carrier Grade NAT (GCNAT), as well as some countries having few IPs, banning by IP may result in banning a large number of legitimate users because there could be many of these users behind that sole IP address. Banning by IP should, therefore, only be used as a last resort.
# Avoid banning on IP, if possible. IP based bans are useless because IPv6 affords any user a wide range of IPs from where they can log into a forum. In addition, owing to Carrier Grade NAT (GCNAT), as well as some countries having few IPs, banning by IP may result in banning a large number of legitimate users because there could be many of these users behind that sole IP address. Banning by IP should, therefore, only be used as a last resort.
# If the account which is to be banned is a spammer or one which will be deleted, ensure that the ban is on the email address and prevent this account from registering. This means that the ban check is only applied when attempting a registration action or when attempting to change the email address. If login or post is used, the ban check does have to apply when this user visits the forum.
# If the account which is to be banned is a spammer or one which will be deleted, ensure that the ban is on the email address and prevent this account from registering. This means that the ban check is only applied when attempting a registration action or when attempting to change the email address. If login or post is used as a ban trigger, the ban check does have to apply when this user visits the forum.
# If the account belongs to a registered member, simply ban their account. This is fast for SMF to process.. If this user is getting around the ban, take alternative measures then, rather than in advance.
# If the account belongs to a registered member, simply ban their account. This is fast for SMF to process.. If this user is getting around the ban, take alternative measures then, rather than in advance.



Revision as of 16:03, 30 July 2018

Proper usage of SMF's system for banning users can make bans work fairly well. A number of tips advising administrators how to implement effective bans are listed below:

  1. Avoid creating an entire ban group for a single ban.
  2. Avoid banning based on host name. This is a slow process because it involves carrying out a reverse lookup on the IP, which takes time.
  3. Avoid banning on IP, if possible. IP based bans are useless because IPv6 affords any user a wide range of IPs from where they can log into a forum. In addition, owing to Carrier Grade NAT (GCNAT), as well as some countries having few IPs, banning by IP may result in banning a large number of legitimate users because there could be many of these users behind that sole IP address. Banning by IP should, therefore, only be used as a last resort.
  4. If the account which is to be banned is a spammer or one which will be deleted, ensure that the ban is on the email address and prevent this account from registering. This means that the ban check is only applied when attempting a registration action or when attempting to change the email address. If login or post is used as a ban trigger, the ban check does have to apply when this user visits the forum.
  5. If the account belongs to a registered member, simply ban their account. This is fast for SMF to process.. If this user is getting around the ban, take alternative measures then, rather than in advance.

Hopefully, these tips are helpful for administrators. Please ask on the forum if further advice is required.



Advertisement: