In the Settings_Client.php file in the root of your installation and in the location /BotBanish/bot/Client/ these are the settings that you can use to alter some of the operations of the BotBanish Firewall Client.
BOTBANISH_APIKEY | ---> | Your API key. If you don't have one, you can purchase one here: https://blaxtonjames.com/Computer/Software/BotBanish_Bot_Firewall |
|
BOTBANISH_SEND_EMAIL_ALERTS | ---> | Send email alerts if true / write to error log if false |
|
BOTBANISH_CHECK_UPDATES | ---> | If true check for updates / if false do not check |
|
BOTBANISH_RENAME_TABLES | ---> | Rename installed tables on un-install if true / Delete tables if false |
|
BOTBANISH_LANGUAGE_SELECT | ---> | Acceptable entries: 'english', 'spanish_latin', 'spanish_latin-utf8' |
| |
The settings are for the website installation ONLY!!! These settings start at line 224 (version 3.0) in the Settings_Client.php file.
THEY MUST BE CHANGED! for the website installation to work.
BOTBANISH_SERVER_NAME | ---> | The host for your standalone mySQL database (BotBanishClient) |
|
BOTBANISH_USERNAME | ---> | The username for your standalone mySQL database (BotBanishClient) |
|
BOTBANISH_PASSWORD | ---> | The password for your standalone mySQL database (BotBanishClient) |
|
BOTBANISH_DBNAME | ---> | The database name for your standalone mySQL database (BotBanishClient) |
| | |
| | |