���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhsurvey/backtochat.php
���ѧ٧ѧ�
<?php try { if (is_numeric((string)$Params['user_parameters']['chat_id']) && $Params['user_parameters']['chat_id'] > 0) { if ((string)$Params['user_parameters']['hash'] != '') { $hash = $Params['user_parameters']['hash']; } if (is_numeric($Params['user_parameters']['chat_id'])) { $chat = erLhcoreClassModelChat::fetch($Params['user_parameters']['chat_id']); } } else if ((string)$Params['user_parameters']['hash'] != '') { list($chatID,$hash) = explode('_',$Params['user_parameters']['hash']); $chat = erLhcoreClassModelChat::fetch($chatID); } erLhcoreClassChat::setTimeZoneByChat($chat); if ($chat->hash == $hash) { $survey = erLhAbstractModelSurvey::fetch($Params['user_parameters']['survey']); if ($survey instanceof erLhAbstractModelSurvey) { // Change to default status $chat->status_sub = erLhcoreClassModelChat::STATUS_SUB_DEFAULT; $surveyItem = erLhAbstractModelSurveyItem::getInstance($chat, $survey); $msgAppend = ''; // If filled change status to temp, so next time user goes to survey form they can continue to fill it. if ($surveyItem->is_filled == true) { $surveyItem->status = erLhAbstractModelSurveyItem::STATUS_TEMP; $surveyItem->saveOrUpdate(); $msgAppend = '[survey="'. $surveyItem->survey_id . '_' . $surveyItem->id .'"]'; } $msg = new erLhcoreClassModelmsg(); $msg->msg = erTranslationClassLhTranslation::getInstance()->getTranslation('chat/backtochat', 'Visitor has been redirected back to chat!') . " " . $msgAppend; $msg->chat_id = $chat->id; $msg->user_id = - 1; $chat->last_user_msg_time = $msg->time = time(); // Now we change responses to visitor not replying // As they should inform operator that they have completed a survey. $chat->last_op_msg_time = $chat->last_user_msg_time + 1; erLhcoreClassChat::getSession()->save($msg); // Set last message ID $chat->last_msg_id = $msg->id; if ($chat->has_unread_messages == 1 && $chat->last_user_msg_time < (time() - 5)) { erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.unread_chat',array('chat' => & $chat)); } $chat->has_unread_messages = 1; $chat->saveThis(); echo json_encode(array('result' => true, 'closed' => !(isset($survey->configuration_array['return_on_close']) && $survey->configuration_array['return_on_close'] == true) && $chat->status == erLhcoreClassModelChat::STATUS_CLOSED_CHAT)); flush(); session_write_close(); if ( function_exists('fastcgi_finish_request') ) { fastcgi_finish_request(); }; erLhcoreClassChatEventDispatcher::getInstance()->dispatch('survey.back_to_chat',array('chat' => & $chat, 'msg' => & $msg)); } } } catch(Exception $e) { $tpl->setFile('lhchat/errors/chatnotexists.tpl.php'); print_r($e); } exit; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�