About This File
Application for managing multiplayer game servers.
Features:
Sourcebans
- Display bans,
- Display communication blocks,
- Support for IPv6,
-
Search bans / blocks by:
- Player,
- Steam ID,
- Admin,
- Server,
- Reason,
- Created data,
- Ends data,
- Address IP (only if we provide permission)
- Block / unblock bans/comms,
-
Admin management, including:
- Add, edit, delete,
- Connect with members form IPS,
- Steam ID,
- Immunity Level,
- Server Password (Secure Input),
- Groups,
- Extra Server Flags
- Group management with server flags,
- Mods management,
- Servers management,
-
Tools:
- Create new empty database,
- Clear all data from database
See guide for Sourcebans plugins in servers
AMXBans
- Display bans
- Support for IPv6,
-
Search bans / blocks by:
- Player,
- Steam ID,
- Admin,
- Server,
- Reason,
- Created data,
- Ends data,
- Address IP (only if we provide permission)
-
Admin management, including:
- Add, edit, delete,
- Connect with members form IPS,
- Steam ID
- Servers management,
-
Tools:
- Create new empty database,
- Clear all data from database
See forum for AMXBans
Appeals
- Create, edit, delete appeals,
- Add comment,
- Open / close appeal,
- Integrate with reports system form IPS
Spend Time
- Plugin for Sourcebans by Bioly,
- Show player time form external database
Errors
IPv6 not accepted in sourcebans. Run this query in phpmyadmin:
ALTER TABLE `sb_bans` CHANGE `adminIp` `adminIp` VARCHAR(46) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''; ALTER TABLE `sb_comms` CHANGE `adminIp` `adminIp` VARCHAR(46) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '';
IPv6 not accepted in amxbans, Run this query in phpmyadmin:
ALTER TABLE `amx_bans` CHANGE `player_ip` `player_ip` VARCHAR(46) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL; ALTER TABLE `amx_bans` CHANGE `admin_ip` `admin_ip` VARCHAR(46) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL DEFAULT NULL;
What's New in Version 1.1.1 See changelog
Released
- Added missing sourcebans table,
- Fixed Invalid databaseColumnId for comments in appeals
Recommended Comments
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now