Skip to main content

DiveBansX

Installing DiveBansX

MySQL Server

To connect DiveBansX with GameCMS, a MySQL database is required. Ensure the same database is connected to the GameCMS Dashboard.
How to connect MySQL Server with GameCMS

  1. Download and Install:
    Download DiveBansX from GitHub and install it in your CS 1.6 server.
  2. Configure MySQL Connection:
    • Navigate to /cstrike/addons/amxmodx/configs/DiveBanX.
    • Open diveban.cfg and provide your MySQL details.
    • Leave divebans_table unchanged (default: divebanx).
  3. Integrate with GameCMS:
    Follow this guide to add DiveBansX to your GameCMS Dashboard.

Setting Up Multiple Servers

To use DiveBansX with multiple servers, set a unique prefix for the divebans_table cvar.

Steps:

  1. Navigate to /cstrike/addons/amxmodx/configs/DiveBanX.
  2. Open diveban.cfg and locate the divebans_table cvar.
  3. Add a prefix to the table name.
    • Default table name: divebanx
    • Example with prefix: s1_divebanx for server 1.
  4. When integrating in GameCMS, include the prefix in the table name (e.g., s1_) under the integration settings.

How to Add DiveBansX in GameCMS

  1. Navigate to Integrations > CS16 > Plugins.
  2. Click Add Plugin and select DiveBansX from the menu.
  3. Add the table prefix if you have set one in the divebans_table cvar.