ExtraLicense - Buy, Sell, & Trade Your Licenses

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Invision Community (aXen) Player Panel

EL PaperBoy

Well-known member
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

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;

Continue reading...
 
Top