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
- Download and Install:
Download DiveBansX from GitHub and install it in your CS 1.6 server. - Configure MySQL Connection:
- Navigate to
/cstrike/addons/amxmodx/configs/DiveBanX
. - Open
diveban.cfg
and provide your MySQL details. - Leave
divebans_table
unchanged (default:divebanx
).
- Navigate to
- 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:
- Navigate to
/cstrike/addons/amxmodx/configs/DiveBanX
. - Open
diveban.cfg
and locate thedivebans_table
cvar. - Add a prefix to the table name.
- Default table name:
divebanx
- Example with prefix:
s1_divebanx
for server 1.
- Default table name:
- When integrating in GameCMS, include the prefix in the table name (e.g.,
s1_
) under the integration settings.
How to Add DiveBansX in GameCMS
- Navigate to Integrations > CS16 > Plugins.
- Click Add Plugin and select DiveBansX from the menu.
- Add the table prefix if you have set one in the
divebans_table
cvar.