Hi Avinash,
thanks again for quick response.yes i did set.
here it goes.
br
tulip
<?php /* FreiChatX parameters */
if(!defined('RDIR'))
{
define('RDIR', dirname(__FILE__));
define('PARENTDIR',dirname(RDIR));
}
$admin_pswd='adminpass';
$url="http://".$_SERVER["HTTP_HOST"].$_SERVER['SCRIPT_NAME'];
$show_name='guest'; //you can have guest or user
$show_module='visible'; //you can have'visible' or'hidden'
$chatspeed='5000'; //Do not change this value
$fxval='true'; //Set it to true if you do not want animations
$draggable='enable';
$conflict=''; //Jquery Conflicts 'true' or ''
$msgSendSpeed='1000'; //Message are sent after 1 second of post, reducing it will increase FreiChatX message sending speed but also will send more requests to the server! NOTE:: Do not decrease it below 1000
$show_avatar='block';
$debug=true; //option for debugging ,default is false
$freichat_theme='ce_green';
$css=$freichat_theme; //background color
$color=$css; //colour for chatbuttons
$lang='english'; //Language please do not include .php here only file name
$load='show'; //chatbox
$dyncss='disable'; //template patch
$evnixpower='visible'; //powered by evnix
$show_chatbox='';
$time='36000'; //In seconds
/*FreiChatX plugin parameters*/
// File sending
$show_file_sending_plugin='true';
$file_size_limit=2000; //In Kilobytes
$expirytime=3000; //In minutes
$valid_exts='image/jpeg,image/png,image/jpg,image/gif,application/zip'; //valid extensions separated by commas
/* Data base details */
$con='mysql';
$username='root';
$password='sql';
$client_db_name='frei';
$host='127.0.0.1';
$driver='Drupal';
$db_prefix='';
$uid='1299078356';
/* NOTE:= Below setting only applies to users using custom driver*/
//Tell FreiChatX what to use { Pure session } OR { Session and database }
/*
* Psession -> Pure sessions
* Sdatabase -> Session with database
*/
$freiuse="Sdatabase"; //can have value as Psession or Sdatabase
/* If you are using only sessions to store User details */
//Please use only the index of session variable
//The default value in user name or user id session when user is a guest
$default_ses=null; //If you dont make any checks leave it null
$ses_username='root'; /* Username stored in session*/ //Only index value
$ses_userid='loginid'; /* Userid stored in session */ //Only index value
/* OR */
/* if you are using database table to store User details */
$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)
?>
Hi Avinash,
thanks again for quick response.yes i did set.
here it goes.
br
tulip
&lt;?php
/* FreiChatX parameters */
if(!defined('RDIR'))
{
define('RDIR', dirname(__FILE__));
define('PARENTDIR',dirname(RDIR));
}
$admin_pswd='adminpass';
$url="http://".$_SERVER["HTTP_HOST"].$_SERVER['SCRIPT_NAME'];
$show_name='guest'; //you can have guest or user
$show_module='visible'; //you can have'visible' or'hidden'
$chatspeed='5000'; //Do not change this value
$fxval='true'; //Set it to true if you do not want animations
$draggable='enable';
$conflict=''; //Jquery Conflicts 'true' or ''
$msgSendSpeed='1000'; //Message are sent after 1 second of post, reducing it will increase FreiChatX message sending speed but also will send more requests to the server! NOTE:: Do not decrease it below 1000
$show_avatar='block';
$debug=true; //option for debugging ,default is false
$freichat_theme='ce_green';
$css=$freichat_theme; //background color
$color=$css; //colour for chatbuttons
$lang='english'; //Language please do not include .php here only file name
$load='show'; //chatbox
$dyncss='disable'; //template patch
$evnixpower='visible'; //powered by evnix
$show_chatbox='';
$time='36000'; //In seconds
/*FreiChatX plugin parameters*/
// File sending
$show_file_sending_plugin='true';
$file_size_limit=2000; //In Kilobytes
$expirytime=3000; //In minutes
$valid_exts='image/jpeg,image/png,image/jpg,image/gif,application/zip'; //valid extensions separated by commas
/* Data base details */
$con='mysql';
$username='root';
$password='sql';
$client_db_name='frei';
$host='127.0.0.1';
$driver='Drupal';
$db_prefix='';
$uid='1299078356';
/* NOTE:= Below setting only applies to users using custom driver*/
//Tell FreiChatX what to use { Pure session } OR { Session and database }
/*
* Psession -&gt; Pure sessions
* Sdatabase -&gt; Session with database
*/
$freiuse="Sdatabase"; //can have value as Psession or Sdatabase
/* If you are using only sessions to store User details */
//Please use only the index of session variable
//The default value in user name or user id session when user is a guest
$default_ses=null; //If you dont make any checks leave it null
$ses_username='root'; /* Username stored in session*/ //Only index value
$ses_userid='loginid'; /* Userid stored in session */ //Only index value
/* OR */
/* if you are using database table to store User details */
$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)
?&gt;