���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhchat/updateattribute.php
���ѧ٧ѧ�
<?php header ( 'content-type: application/json; charset=utf-8' ); header ( 'Access-Control-Allow-Origin: *' ); header ( 'Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept' ); $checkHash = true; $vid = false; if ($Params ['user_parameters_unordered'] ['hash'] != '') { list ( $chatID, $hash ) = explode ( '_', $Params ['user_parameters_unordered'] ['hash'] ); } else if ($Params ['user_parameters_unordered'] ['hash_resume'] != '') { list ( $chatID, $hash ) = explode ( '_', $Params ['user_parameters_unordered'] ['hash_resume'] ); } elseif ($Params ['user_parameters_unordered'] ['vid'] != '') { $vid = erLhcoreClassModelChatOnlineUser::fetchByVid ( $Params ['user_parameters_unordered'] ['vid'] ); if ($vid !== false) { $chatID = $vid->chat_id; $checkHash = false; } else { echo json_encode ( array ( 'stored' => 'false' ) ); exit (); } } try { if ($chatID > 0) { $chat = erLhcoreClassChat::getSession ()->load ( 'erLhcoreClassModelChat', $chatID ); } else { $chat = false; } if ((($checkHash == true && $chat !== false && $chat->hash == $hash) || $checkHash == false) && (is_object ( $vid ) || ($chat !== false && $chat->status == erLhcoreClassModelChat::STATUS_PENDING_CHAT || $chat->status == erLhcoreClassModelChat::STATUS_ACTIVE_CHAT))) { $data = $_POST ['data']; $jsonData = json_decode ( $data, true ); erLhcoreClassChatValidator::validateUpdateAttribute ( $chat, $jsonData); $chat->user_typing = time(); $chat->user_typing_txt = erTranslationClassLhTranslation::getInstance()->getTranslation('chat/refreshcustomfields','Custom chat data was saved'); $chat->operation_admin .= "lhinst.updateVoteStatus(".$chat->id.");"; $chat->updateThis(array('update' => array('additional_data','user_typing','user_typing_txt','operation_admin'))); // Force operators to check for new messages erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.data_changed_chat', array( 'chat' => & $chat )); echo json_encode(array('stored' => 'true')); exit; } } catch ( Exception $e ) { } exit (); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0.04 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�