Login/Register
(IR) Installatron Remote

Live Helper Chat

Live Helper Chat est une application de support open source.

Installatron Remote is a one-click solution to install and manage all of your Live Helper Chat websites. Using Installatron helps ensure Live Helper Chat is kept up-to-date and secure, and Installatron features like Clone, Backup and Restore, and Backup Scheduling can save you time. Learn more about Installatron Remote

Information

ApplicationLive Helper Chat
Catégorie support
Version actuelle4.65
Dernière mise à jour2 Juin
LanguesEnglish

Conditions

Coûtlibre/gratuit
Taille de l'installation270MB
Licenceopen source

Support

Live Helper Chat Site web
Documentation
Page d'assistance
Assistance sur l'auto-installateur Installatron

Applications associées

Live Support chat for your website. Web and desktop clients. Co-Browsing, XMPP notifications, GTalk, Jabber, Openfire, Skype, Chrome extension, Node.js support, MySQL, PostgreSQL.

Features for site owners:
  • IPhone, Android, IPod, BlackBerry support using XMPP generic services, GTalk, Monal, Xabber
  • Skype and sevabot integration
  • Free modules: Questionary/voting module, FAQ module, Chatbox/Shoutbox module, Browser offers module, Forms module, Documents sharer module
  • Easy theming
  • Co-Browsing/Screen sharing
  • Speech to text
  • Unlimited operators, chats at the same time, departments
  • 5 widget position
  • User screenshots, see what your users sees
  • Drag & Drop widgets
  • Online users tracking
  • Invite users to chat
  • Chats archive
  • Chat remarks
  • Files uploads, drag & drop
  • Tablet and Mobile friendly
  • Visitor tracking across different subdomains of domain
  • Multilanguage back office where each operator can have different language.
  • Chrome extension
  • Operator To Operator chat
  • Option to have custom form attributes or pre-fill existing ones
  • Pro active users invitation to chat
  • Google map with users locations
  • RTL and LTR languages support
  • Windows/Mac/Linux client

Features for developers:
  • MVC structure
  • Free - Open Source
  • Clean code
  • Full XMPP support (ejabberd) not only XMPP notifications
  • Two sync methods, long polling or standard.
  • Node.js as transport layer
  • MySQL and PostgreSQL support
  • No php session if not required
  • Archive module
  • Fully supported multiple domains including http, https and subdomains
  • Plugins supported
  • Easy upgradable
  • Bootstrap 3 CSS framework
  • Customizable without changing kernel
  • Bugs fixed in days not in weeks or months
  • Can be customized to meet any business requirements
-développeurs de Live Helper Chat

4.65


2 Juin - 270MB4.65

Bug Fixes and Changes
  • Department statistic modal window will show department online status. Useful for investigations.
  • Case insensitive will be a global in additional chat variables.
  • Sometimes while logging as other operator did not work and operator was logged out instantly.
  • `vars_encrypted` option should be respected in popup.
  • `If` condition support in bot individualization. https://doc.livehelperchat.com/docs/bot/multiple-languages#setting-translations-for-messages

4.64

Bug Fixes and Changes
  • Departments widget will show online operators counter also, not only their slots.
  • Copy CURL Command will be available in audit login also. Click info icon and you will find it.
  • Debug window in chat will preparse chat_variables for better understandability.
  • If user message contained LHC internal tags, Rest API was reparsing them again.
  • Chat tabs will have light background for better visibility.
  • Option to have custom back office site access more easily. https://doc.livehelperchat.com/docs/security
  • Changes to avoid notices in case invalid requests are made.

Lire la suite: https://livehelperchat.com/4.65v-small-improvements-728a.html

4.63

(version de sécurité)
19 Mai - 270MB4.63

Bug Fixes and Changes
  • Attribute to set additional variable to check if it is encrypted in the first place.
  • `Permission` tab in user window will allow checking which group/role grants specific permission.
  • Holding CTRL will open chat tab in the background.
  • Possibility to search by trigger body in the bot constructor.
  • When logging Rest API message as system message, it will enable generating CURL request by logged data.
  • Search in system configuration.

4.62

Changes
  • Option to show hidden chat variable directly in the chat window.

4.61

Security
  • Properly escaping operator names in the dropdown filtering box
  • Escaping bot usernames in the Telegram module
  • Escaping operator names in the change owner window
  • Escaping "Alias nick" field in department assignment modals
  • Escaping Facebook page "Name" fields
  • Escaping canned message content in chat window flows

New Features
  • Added logging capability for chat priority rules application
  • Added support for passing chat_id and chat_hash parameters
  • Improved UI to show which siteaccess is being used for translated text in widget themes

Lire la suite: https://livehelperchat.com/4.63v-ux-improvements-726a.html

4.60

(version majeure)
8 Mai - 270MB4.60

Bug Fixes and Changes
  • Disabled operators departments relations will be stored in separate table. Performance improvement.
  • `Ignore message in Rest API` option in text message. Will avoid message being send inside `previous_visitor_messages_list_url` loop.
  • Option in chat configuration `Delete chat on close there there is no visitor messages in chat` usefull in case you are using auto chat start in start chat form settings.
  • `sensitive`, `raw`, `sensitive_raw` prefixes support for `sensitive_{{args.item.msg}}` syntax inside `previous_visitor_messages_list_url` loop
  • Encrypted variables passing additional options https://doc.livehelperchat.com/docs/custom-fields-and-prefill#how-securely-pass-attributes
  • JS api to hide need help widget manually. https://doc.livehelperchat.com/docs/javascript-arguments#hide-need-help-widget
  • Update script to support migration queries.

4.59

Bug Fixes and Changes
  • Fixed an issue where the assigned operator's statistics were not updated if the chat was auto-assigned but handled by another operator.
  • Optimized database indexing for the online operators widget, improving data fetching speed by 40–50%.
  • Browser notifications now display unread messages instead of just indicating the assigned chat.
  • Improved clarity of explanations in mobile settings.
  • Added support for canned messages in the mobile app.
  • Implemented a workaround for a Chrome bug: Chromium issue 414284085.
  • Added the option to display a custom message for connection issues.
  • Fixed an issue where the widget, when set to embed mode with a popup-on-click action, failed to render. This now properly handles misconfigurations.
  • The foreach loop in REST API calls now supports a {skip_empty_msg} option to ignore empty messages.
  • The dropdown search component now aborts previous API calls when a new one is made.
  • Migrated browser confirm dialogs to modal-based dialogs to resolve a Safari issue where confirm and submit actions were not handled correctly.
  • Improved user experience when scrolling to previous messages.
  • Fixed an issue causing double replacements in bot trigger texts.
  • Added an option to crop visitor-uploaded images to a square in file upload settings.
  • Option in chat list search by chat close time.
  • `lh_transfer` table was not cleaned up in some scenarios.
  • Various minor improvements throughout the system.

4.58

Bug Fixes and Changes
  • In some cases open action was not logged for chats.
  • Module function can be assigned as `Exclude` type. Allows scenarios then operator has permission to all module functions, but excludes some.
  • Replaceable variables available in Rest API now also. {{replaceable.<identifier>}}
  • Option to control after how many characters new row appears in the widget. Widget theme.
  • Bot individual trigger action can be checked against conditions. Allows easier migration of live bot.
  • `Login as` was fixed.

Lire la suite: https://livehelperchat.com/4.60v-improvements-723a.html

4.57


10 Avril - 270MB4.57

Bug Fixes and Changes
  • Link to chat was not activating chat tab on first open.
  • Push notifications based browser notifications. You can receive notifications even if back office is closed.
  • Rest API for mail conversations and chat Rest API will support search by department identifier.
  • Option to log operator actions (chat open/preview...) in audit log.
  • Multiple small fixes

4.56

Bug Fixes and Changes
  • Low risk XSS issue with saving XMP settings.
  • Chat/Mail open, preview, search, export actions will be logged if operator does not have `'lhaudit','ignore_view_actions'` permission.
  • Continuous webhooks for mails will support `{condition` syntax.
  • Widget scroll improvements
  • Permission window fixes
  • Widget will remain closed of page reloads and chat is not started.
  • New permission export for chats and mails

4.55

Bug Fixes and Changes
  • Mobile devices keyboard wont go up/down on start chat action.
  • Webhooks will have a delay which will be executed if background workers are used. Usefull in case one of the webhooks events is updating chat/mail and other event needs that.
  • Rest API UX changes with tabs for easier navigation.
  • Bot Rest API will have upto 5 custom args.
  • Alias and real operator nick will be shown in back office of the admin.
  • Option to dispatch events manually.
  • direct_ prefix for Rest API payloads.
  • Bot conditions will have option for OR command and also position changes.

Lire la suite: https://livehelperchat.com/4.57v-operators-notifications-720a.html

La démonstration en ligne fournit des versions de démonstration de Live Helper Chat aux fins d'évaluation. Ces versions de démonstration en ligne sont réinitialisées fréquemment et sont configurées sans plugin ni thème.

4.65

Affichage Front-end

Affichage Back-end
La vitrine met en vedette des sites web activés par Live Helper Chat pour démontrer l'éventail des possibilités offertes par l'application.
Since 2004, Installatron has pioneered web application management solutions trusted by businesses and website owners worldwide.
Installatron Plugin Installatron Server Installatron Remote
Resources Developers
Company Support My Account
© 2025 Installatron LLC