���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhwidgetrestapi/fetchmessage.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']) || !isset($requestPayload['msg_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::fetch((int)$requestPayload['msg_id']); if ($msg instanceof erLhcoreClassModelmsg && $msg->chat_id == $chat->id) { $tpl = erLhcoreClassTemplate::getInstance( 'lhchat/syncuser.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); if (isset($requestPayload['theme']) && ($themeId = erLhcoreClassChat::extractTheme($requestPayload['theme'])) !== false) { $tpl->set('theme',erLhAbstractModelWidgetTheme::fetch($requestPayload['theme'])); } echo json_encode(array('id' => $msg->id, 'msg' => trim($tpl->fetch()))); } else { echo json_encode(array('id' => (int)$requestPayload['msg_id'], 'msg' => '')); } } else { echo json_encode(array('id' => (int)$requestPayload['msg_id'], 'msg' => '')); } } catch ( Exception $e ) { } exit; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�