���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhxml/transferuser.php
���ѧ٧ѧ�
<?php $options = erLhcoreClassModelChatConfig::fetch('mobile_options')->data; if (!isset($options['notifications']) || !$options['notifications']) { exit; } $currentUser = erLhcoreClassUser::instance(); if (!$currentUser->isLogged() && !$currentUser->authenticate($_POST['username'],$_POST['password'])) { exit; } $Chat = erLhcoreClassChat::getSession()->load( 'erLhcoreClassModelChat', $Params['user_parameters']['chat_id']); if ( erLhcoreClassChat::hasAccessToRead($Chat) ) { if (is_numeric( $Params['user_parameters']['chat_id']) && is_numeric($Params['user_parameters']['user_id'])) { $Transfer = new erLhcoreClassModelTransfer(); $Transfer->chat_id = $Params['user_parameters']['chat_id']; $Transfer->transfer_to_user_id = $Params['user_parameters']['user_id']; $Transfer->from_dep_id = $Chat->dep_id; $Transfer->transfer_user_id = $currentUser->getUserID(); $Transfer->ctime = time(); erLhcoreClassTransfer::getSession()->save($Transfer); // Store messages $msg = new erLhcoreClassModelmsg(); $msg->chat_id = $Chat->id; $msg->user_id = -1; $userTo = erLhcoreClassModelUser::fetch($Transfer->transfer_to_user_id); $msg->name_support = $userTo->name_support; \LiveHelperChat\Models\Departments\UserDepAlias::getAlias(array('scope' => 'msg', 'msg' => & $msg, 'chat' => & $Chat, 'user_id' => $userTo->id)); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.before_msg_admin_saved', array('msg' => & $msg, 'chat' => & $Chat, 'user_id' => $userTo->id)); $userToNick = $msg->name_support; $msg->name_support = (string)$currentUser->getUserData()->name_support; \LiveHelperChat\Models\Departments\UserDepAlias::getAlias(array('scope' => 'msg', 'msg' => & $msg, 'chat' => & $Chat, 'user_id' => $currentUser->getUserID())); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.before_msg_admin_saved', array('msg' => & $msg, 'chat' => & $Chat, 'user_id' => $currentUser->getUserID())); $msg->msg = (string)$msg->name_support . ' ' . erTranslationClassLhTranslation::getInstance()->getTranslation('chat/transferuser', 'has transferred chat to') . ' ' . (string)$userToNick; // Save message erLhcoreClassChat::getSession()->save($msg); // User who transferred chat $Chat->last_msg_id = $msg->id; $Chat->transfer_uid = $currentUser->getUserID(); $Chat->saveThis(); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.chat_transfered', array('chat' => & $Chat, 'transfer' => $Transfer, 'msg' => $msg)); } } exit; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.2 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�