���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhchatbox/syncuser.php
���ѧ٧ѧ�
<?php try { $chat = erLhcoreClassChat::getSession()->load( 'erLhcoreClassModelChat', $Params['user_parameters']['chat_id']); } catch (Exception $e) { $chat = false; } $content = 'false'; $status = 'true'; $blocked = 'false'; $ott = ''; $LastMessageID = 0; $userOwner = 'true'; if (is_object($chat) && $chat->hash == $Params['user_parameters']['hash']) { // Check for new messages only if chat last message id is greater than user last message id if ((int)$Params['user_parameters']['message_id'] < $chat->last_msg_id) { $Messages = erLhcoreClassChat::getPendingMessagesChatbox((int)$Params['user_parameters']['chat_id'],(int)$Params['user_parameters']['message_id']); if ( ($Params['user_parameters']['message_id'] == 0 && count($Messages) > 0) || count($Messages) > 1) { $prevNick = ''; if ($Params['user_parameters']['message_id'] > 0 && count($Messages) > 1){ $lastMessage = array_shift($Messages); if ($lastMessage['id'] == $Params['user_parameters']['message_id']){ $prevNick = $lastMessage['user_id'] == 0 ? $lastMessage['name_support'] : $chat->nick; } else { array_unshift($Messages, $lastMessage); } } $tpl = erLhcoreClassTemplate::getInstance( 'lhchatbox/syncuser.tpl.php'); $tpl->set('messages',$Messages); $tpl->set('chat',$chat); $tpl->set('prev_nick',$prevNick); $tpl->set('sync_mode',isset($Params['user_parameters_unordered']['mode']) ? $Params['user_parameters_unordered']['mode'] : ''); $content = $tpl->fetch(); $visitorName = erLhcoreClassChatbox::getVisitorName(); foreach ($Messages as $msg) { if ($msg['name_support'] != $visitorName) { $userOwner = 'false'; break; } } $LastMessageIDs = array_pop($Messages); $LastMessageID = $LastMessageIDs['id']; } } if ( $chat->is_operator_typing == true && $Params['user_parameters_unordered']['ot'] != 't') { $ott = ($chat->operator_typing_user !== false) ? $chat->operator_typing_user->name_support . ' ' . erTranslationClassLhTranslation::getInstance()->getTranslation('chat/chat','is typing now...') : erTranslationClassLhTranslation::getInstance()->getTranslation('chat/chat','Operator is typing now...'); } // Closed if ($chat->status == 2) { $status = erTranslationClassLhTranslation::getInstance()->getTranslation('chat/syncuser','Support has closed the chat window, but You can leave messages, and the administrator will read them later.'); $blocked = 'true'; } } else { $content = 'false'; $status = erTranslationClassLhTranslation::getInstance()->getTranslation('chat/syncuser','You do not have permission to view this chat, or the chat was deleted'); $blocked = 'true'; } echo json_encode(array('error' => 'false', 'op' => '', 'uw' => $userOwner, 'ott' => $ott, 'message_id' => $LastMessageID, 'result' => trim($content) == '' ? 'false' : trim($content), 'status' => $status, 'blocked' => $blocked )); exit; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.04 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�