mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Some improvements for Ban functionality (#1262)
* Some improvements for Ban functionality * Updated * Updated * Update functions.php * Updated * Update viewprofile.php * Update viewtopic.php * Updated * Updated * Updated * Updated * Update mysql.sql * Updated * Updated
This commit is contained in:
parent
d090678e14
commit
7beb4afa72
18 changed files with 83 additions and 272 deletions
|
@ -1740,35 +1740,12 @@ $lang['CLICK_RETURN_FORUMAUTH'] = 'Click %sHere%s to return to Forum Permissions
|
|||
|
||||
// Banning
|
||||
$lang['BAN_CONTROL'] = 'Ban Control';
|
||||
$lang['BAN_EXPLAIN'] = 'Here you can control the banning of users. You can achieve this by banning either or both of a specific user or an individual or range of IP addresses. These methods prevent a user from even reaching the index page of your board. To prevent a user from registering under a different username you can also specify a banned email address. Please note that banning an email address alone will not prevent that user from being able to log on or post to your board. You should use one of the first two methods to achieve this.';
|
||||
$lang['BAN_EXPLAIN_WARN'] = 'Please note that entering a range of IP addresses results in all the addresses between the start and end being added to the banlist. Attempts will be made to minimise the number of addresses added to the database by introducing wildcards automatically where appropriate. If you really must enter a range, try to keep it small or better yet state specific addresses.';
|
||||
|
||||
$lang['SELECT_IP'] = 'Select an IP address';
|
||||
$lang['SELECT_EMAIL'] = 'Select an Email address';
|
||||
|
||||
$lang['BAN_EXPLAIN'] = 'Here you can control the banning of users.';
|
||||
$lang['BAN_USERNAME'] = 'Ban one or more specific users';
|
||||
$lang['BAN_USERNAME_EXPLAIN'] = 'You can ban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';
|
||||
|
||||
$lang['BAN_IP'] = 'Ban one or more IP addresses';
|
||||
$lang['IP_HOSTNAME'] = 'IP addresses';
|
||||
$lang['BAN_IP_EXPLAIN'] = 'To specify several different IP addresses separate them with commas.';
|
||||
|
||||
$lang['BAN_EMAIL'] = 'Ban one or more email addresses';
|
||||
$lang['BAN_EMAIL_EXPLAIN'] = 'To specify more than one email address, separate them with commas. To specify a wildcard username, use * like *@hotmail.com';
|
||||
|
||||
$lang['UNBAN_USERNAME'] = 'Un-ban one more specific users';
|
||||
$lang['UNBAN_USERNAME'] = 'Unban one more specific users';
|
||||
$lang['UNBAN_USERNAME_EXPLAIN'] = 'You can unban multiple users in one go using the appropriate combination of mouse and keyboard for your computer and browser';
|
||||
|
||||
$lang['UNBAN_IP'] = 'Un-ban one or more IP addresses';
|
||||
$lang['UNBAN_IP_EXPLAIN'] = 'You can unban multiple IP addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser';
|
||||
|
||||
$lang['UNBAN_EMAIL'] = 'Un-ban one or more email addresses';
|
||||
$lang['UNBAN_EMAIL_EXPLAIN'] = 'You can unban multiple email addresses in one go using the appropriate combination of mouse and keyboard for your computer and browser';
|
||||
|
||||
$lang['NO_BANNED_USERS'] = 'No banned usernames';
|
||||
$lang['NO_BANNED_IP'] = 'No banned IP addresses';
|
||||
$lang['NO_BANNED_EMAIL'] = 'No banned email addresses';
|
||||
|
||||
$lang['BAN_UPDATE_SUCESSFUL'] = 'The banlist has been updated successfully';
|
||||
$lang['CLICK_RETURN_BANADMIN'] = 'Click %sHere%s to return to Ban Control';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue