Giter Site home page Giter Site logo

maher-amara / livezilla-server Goto Github PK

View Code? Open in Web Editor NEW
29.0 6.0 16.0 33.38 MB

LiveZilla includes a live chat software with multi-website support, visitor monitoring and a help desk system that allows you to not only integrate emails that you receive from customers but also messages from Twitter and Facebook in your ticket system.

Home Page: https://maher-amara.github.io/livezilla-server/

License: MIT License

PHP 48.03% JavaScript 47.84% HTML 0.34% CSS 2.04% Smarty 1.75%
php livezilla mysql helpdesk live-chat visitor-monitoring geo-tracking

livezilla-server's Introduction

livezilla_logo

LiveZilla Server

LiveZilla is a help desk software that offers a help desk solution for small companies to large businesses. The platform allows you to connect with customers and potential clients. LiveZilla has an automated chat invite feature that visitors can easily see. The system then enables you to send and receive attachments, such as pictures, videos, and documents, allowing you to encourage visitors to avail of your products or services. The software also sends you notifications in cases of problems, as well as reports. LiveZilla's knowledge base helps you in creating email prompts and queries that convert visitors to clients. The customizable system enables you to match LiveZilla's automated chatbox to your company's theme. You can also decide where to put the chatbox so it will not interfere with other aspects of your website. LiveZilla's location and transcript reports help you monitor your agents and visitors.

LiveZilla.-.The.Customer.Support.Software.that.is.all.yours.mp4

LiveZilla features

  • Chats
  • Ticket Management
  • Employee Management
  • Visitor Tracking
  • Reports
  • Social Media Accounts Management
  • Knowledge Base

LiveZilla Benefits

LiveZilla Dashboard

The main benefits of LiveZilla are improved customer relations, easy use and installation, and detailed ticket reports.

Improved customer relations

LiveZillais a help desk software that specializes in giving solutions to manual chat and email responses. It allows your agents and bots to answer within seconds after customers send their queries. This process is made possible by the system’s automated response feature. Your agents can also use customized shortcuts to answer frequently asked questions (FAQs). LiveZilla inputs this unique code to the system which allows your agents to answer FAQs even without typing.

This software integrates Google Translate into its system. With this integration, the system can detect over 70 languages. This way, you have increased chances of gaining customers from different parts of the world. It also reduces the need for foreign customer support representatives.

Easy use and installation

Livezilla provides you with a step-by-step guide of the platform’s dashboard, chatbox and, integrations. Within 15 minutes, you and your agents can start using the software. Lastly, LiveZilla integrates with any website so that you can use it for an online shop, blog, or company website.

Detailed ticket reports

LiveZilla stores your business’ chat and email transcripts to its database. This feature allows you to evaluate your agents’ performances. The platform also supplies you with daily, monthly, and yearly reports of customer engagements. The overview even shows the location of your visitors. LiveZilla enables you to review marketing campaigns’ results in every country. You can then focus on creating more competitive advertisements in countries that you have few visitors.

Technical Specifications

Devices Supported

  • Web-based
  • iOS
  • Android
  • Desktop

LiveZilla Integrations

  • Google Translate
  • Data API
  • Widget API
  • Chat BOT API

Install LiveZilla on Linux

  1. Login to server using SSH
  2. Go to document root of the domain which you need to install LiveZilla.
#cd /home/user/public_html
  1. Download LiveZilla Server
#wget https://github.com/Maher-Amara/livezilla-server/archive/refs/heads/main.zip
  1. Unzip the file “main.zip”.
#unzip main.zip
  1. Now open your web browser and enter http://yourdomainname/livezilla
  2. Before installing LiveZilla you need to create database for LiveZilla.
#mysql

>create database livezilla;

>create ‘user_livezilla’@’localhost’;

>set password for ‘user_livezilla’@’localhost’=password(“password”);

>grant all privileges on livezilla.* to user_livezilla@localhost identified by ‘password’;
  1. You will get below window and you can install LiveZilla from here. install-LiveZilla1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.