{* * Amsterdam Web Communities System * Copyright (c) 2025-2026 Erbosoft Metaverse Design Solutions, All Rights Reserved * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. * * SPDX-License-Identifier: MPL-2.0 *}
{{ CapitalizeString(errorMessage) }}.
IP Ban Management:
This page allows you to manage IP address bans. Banned IP addresses cannot access the system. Click the status icon to enable or disable a ban. Use the Remove button to permanently delete a ban entry.
| Enable | Address | Mask | Expires | Added By | Added On | Action |
|---|---|---|---|---|---|---|
| No IP address bans defined. | ||||||
| {{ if ipb.Enable }} â {{ else }} â {{ end }} | {{ IPtoString(ipb.AddressLow, ipb.AddressHigh, ipv4[i]) }} | {{ IPtoString(ipb.MaskLow, ipb.MaskHigh, ipv4[i]) }} | {{ if isset(ipb.Expires) }} {{ DisplayDateTime(ipb.Expires, .) }} {{ else }} Never {{ end }} | {{ usernames[i] }} | {{ DisplayDateTime(ipb.BlockOn, .) }} | đī¸ Remove |
Status Icons:
Note: Disabled bans appear with grayed-out text. The "Remove" button permanently deletes the ban entry from the system.