cPanel Version 68.0 (build 36)
Apache Version 2.2.32
PHP Version 5.5.38
MySQL Version 5.5.58-cll
<?php
/ Data base details /
$dsn='mysql:host=localhost;port=port=3306;;dbname=Removed for security'; //DSN
$db_user='Removed for security'; //DB username
$db_pass='Removed for security'; //DB password
$driver='Custom'; //Integration driver
$db_prefix='Removed for security'; //prefix used for tables in database
$uid='Removed for security'; //Any random unique number
$connected='YES'; //only for custom installation
$PATH = 'chat/'; // Use this only if you have placed the freichat folder somewhere else
$installed=true; //make it false if you want to reinstall freichat
$admin_pswd='Removed for security'; //backend password
$debug = false;
$custom_error_handling='YES'; // used during custom installation
$use_cookie='false';
/ email plugin /
$smtp_username = '';
$smtp_password = '';
$force_load_jquery = 'NO';
/ Custom driver /
$usertable='login'; //specifies the name of the table in which your user information is stored.
$row_username='root'; //specifies the name of the field in which the user's name/display name is stored.
$row_userid='loginid'; //specifies the name of the field in which the user's id is stored (usually id or userid)
$avatar_table_name='members'; //specifies the table where avatar information is stored
$avatar_column_name='avatar'; //specifies the column name where the avatar url is stored
$avatar_userid='id'; //specifies the userid to the user to get the user's avatar
$avatar_reference_user='id'; //specifies the reference to the user to get the user's avatar in user table
$avatar_reference_avatar='id'; //specifies the reference to the user to get the user's avatar in avatar
$avatar_field_name=$avatar_column_name; //to avoid unnecessary file changes , *do not change
cPanel Version 68.0 (build 36)
Apache Version 2.2.32
PHP Version 5.5.38
MySQL Version 5.5.58-cll
<?php
/* Data base details */
$dsn='mysql:host=localhost;port=port=3306;;dbname=*Removed for security*'; //DSN
$db_user='*Removed for security*'; //DB username
$db_pass='*Removed for security*'; //DB password
$driver='Custom'; //Integration driver
$db_prefix='*Removed for security*'; //prefix used for tables in database
$uid='*Removed for security*'; //Any random unique number
$connected='YES'; //only for custom installation
$PATH = 'chat/'; // Use this only if you have placed the freichat folder somewhere else
$installed=true; //make it false if you want to reinstall freichat
$admin_pswd='*Removed for security*'; //backend password
$debug = false;
$custom_error_handling='YES'; // used during custom installation
$use_cookie='false';
/* email plugin */
$smtp_username = '';
$smtp_password = '';
$force_load_jquery = 'NO';
/* Custom driver */
$usertable='login'; //specifies the name of the table in which your user information is stored.
$row_username='root'; //specifies the name of the field in which the user's name/display name is stored.
$row_userid='loginid'; //specifies the name of the field in which the user's id is stored (usually id or userid)
$avatar_table_name='members'; //specifies the table where avatar information is stored
$avatar_column_name='avatar'; //specifies the column name where the avatar url is stored
$avatar_userid='id'; //specifies the userid to the user to get the user's avatar
$avatar_reference_user='id'; //specifies the reference to the user to get the user's avatar in user table
$avatar_reference_avatar='id'; //specifies the reference to the user to get the user's avatar in avatar
$avatar_field_name=$avatar_column_name; //to avoid unnecessary file changes , *do not change