Hi, You don't have to change the config or theme files for this. If Index.php is your chat page, then all the config value needs to go in there.
You might already have this code in there: $params = array(); $params["serverid"] = md5( __FILE__ ); //---->> this is where u need to put other config values $chat = new phpFreeChat( $params );