FAQ

What do I need to run CMS?


You need a web server to run CMS.The web server must have PHP and MySQL with one available database.If your web server is running on Apache you can use the build in URL optimizer and get a slightly better ...

Read more

WordPress, Prestashop, Joomla and Co.


Does Live Chat 3, Live Chat Business and HelpDesk work with WordPress, Joomla, Prestashop or any other software that creates a website or shop?Yes, Live Chat 3, Business and HelpDesk will work with any website ...

Read more

Installation Guide


Please note this is a guide for our old product Live Chat. Check the correct FAQ category for each product for further help. Also there is a complete user manual and installation video included in the download ...

Read more

Desktop Notifications


Live Chat Business and WebSocket offers desktop notifications, never miss a client again when you working and forgot to turn on your speaker.Desktop Notifications work fine in Chrome, Safari, Edge, IE10 and ...

Read more

WebSocket - Daemon with Upstart - Ubuntu / CentOS


With Ubuntu you should have upstart installed by default and therefore the daemon can be installed even easier.Create a new script file at: /etc/init/jakchat.conf with following content:# Infodescription Live ...

Read more

WebSocket - PHP Daemon as Server (Debian)


To run the PHP Socket Server as a service we created a bash script for Debian / Ubuntu and it should also work on other linux based server with slight modifications.The bash script:#! /bin/sh### BEGIN INIT ...

Read more

WebSocket versus Ajax Requests


What is the main difference between WebSocket and AJAX Requests.First speed, if a websocket connection is established you are constantly connected to the websocket server and both parties can send data in real ...

Read more

WebSocket - Browser Compatibility


Live Chat Websocket supports the latest standard called RFC 6455. Following browser supports WebSockets today.Internet ExplorerSafariFirefoxChromeIOSAndroidBlack BerryOpera10+6+11+16+6+4.4+7+12.10+All modern ...

Read more

WebSocket - Protect PHP Daemon


When running a PHP Dameon it is important that it will be run only thru CLI (ssh, command line) and never from a browser (security risk).You have two options to protect the files from accessing from a ...

Read more

WebSocket - Run PHP Daemon


The best way to run the PHP Daemon is thru SSH and with a Session. That way you have total control what is going on with the PHP Daemon and you can access the session any time you want.First open a ssh tunnel ...

Read more