���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhwidgetrestapi/getmessagesnippet.php
���ѧ٧ѧ�
<?php erLhcoreClassRestAPIHandler::setHeaders(); if (!empty($_GET) && $_SERVER['REQUEST_METHOD'] === 'GET') { $requestPayload = $_GET; } else { $requestPayload = json_decode(file_get_contents('php://input'),true); } try { if (!isset($requestPayload['id'])) { throw new Exception('Chat ID or message ID not provided!'); } $chat = erLhcoreClassModelChat::fetch($requestPayload['id']); if ($chat instanceof erLhcoreClassModelChat && $chat->hash === $requestPayload['hash']) { $msg = erLhcoreClassModelmsg::findOne(array('limit' => 1, 'sort' => 'id DESC', 'filtergt' => array('user_id' => 0), 'filter' => array('chat_id' => $chat->id))); if ($msg instanceof erLhcoreClassModelmsg && $msg->chat_id == $chat->id) { $tpl = erLhcoreClassTemplate::getInstance( 'lhchat/getmessagesnippet/getmessagesnippet.tpl.php'); $tpl->set('messages',array((array)$msg)); $tpl->set('chat',$chat); $tpl->set('react',true); $tpl->set('sync_mode',''); $tpl->set('async_call',true); $tpl->set('user', erLhcoreClassModelUser::fetch($msg->user_id)); $msgPlain = trim($tpl->fetch()); $operator_profile = $tpl->fetch('lhchat/getmessagesnippet/operator_profile.tpl.php'); $msg_body = $tpl->fetch('lhchat/syncuser.tpl.php'); $onlineUser = $chat->online_user; $outputResponse = array('operator_profile' => $operator_profile, 'msg_body' => $msg_body, 'msg' => $msgPlain, 'msop' => $msg->user_id); if ($onlineUser instanceof erLhcoreClassModelChatOnlineUser && isset($onlineUser->online_attr_system_array['lhc_full_widget'])) { $outputResponse['full_widget'] = 1; } echo json_encode($outputResponse); exit; } else { http_response_code(400); echo json_encode(array('result' => 'Message could not be found!')); exit; } } } catch ( Exception $e ) { http_response_code(400); echo json_encode(array('result' => 'Message could not be found!')); exit; } exit; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�