Frequently asked questions is a great source for help for all our products. On the right side bar you have also a search which will bring you faster to your answer. You cannot find the answer of your question?
Please go to our support area and open a new ticket, we are happy to help you out.
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...