Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2015-09-11 17:58:45

franskferdinand
Member
Registered: 2015-09-11
Posts: 40

Information of database of live chat helper

Hello friends, I need the information about of the data saved by the table of the database, I show the code but I not see the information, for example:

lh_chatbox  --> This table is responsible for storing the information of the chat

I need the information for the chat in the database, how:

chat_id,
fullname of client,
group_id,
area_code,
text of chat,
host client,
ip client,
operator name,
operator email,

and how to relate id_operator with chat_id, please helpme.

Offline

#2 2015-09-12 05:42:56

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Information of database of live chat helper

As i wrote in previous post just look at these tables

lh_chat
lh_msg

Also at these two classes and their get methods
https://github.com/LiveHelperChat/liveh … elchat.php
https://github.com/LiveHelperChat/liveh … delmsg.php

Offline

Board footer