���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhuser/setopstatus.php
���ѧ٧ѧ�
<?php $tpl = erLhcoreClassTemplate::getInstance('lhuser/setopstatus.tpl.php'); $user = erLhcoreClassModelUser::fetch($Params['user_parameters']['user_id']); if (ezcInputForm::hasPostData()) { $definition = array( 'onlineStatus' => new ezcInputFormDefinitionElement(ezcInputFormDefinitionElement::OPTIONAL, 'int') ); $form = new ezcInputForm(INPUT_POST, $definition); $Errors = array(); if ($form->hasValidData('onlineStatus') && $form->onlineStatus == 1) { $status = 0; } else { $status = 1; } $db = ezcDbInstance::get(); try { $db->beginTransaction(); if (!isset($_POST['csfr_token']) || !$currentUser->validateCSFRToken($_POST['csfr_token'])) { throw new Exception('CSFR Token is missing'); } $user->hide_online = $status; erLhcoreClassUser::getSession()->update($user); erLhcoreClassUserDep::setHideOnlineStatus($user); erLhcoreClassChat::updateActiveChats($user->id); $currentUser->updateLastVisit(time(), $user->hide_online == 1 ? 2 : 1, $user->id); // Went offline OR went online erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.operator_status_changed',array('user' => & $user, 'reason' => 'user_action')); $db->commit(); $tpl->set('updated', true); } catch (Exception $e) { $tpl->set('error', $e->getMessage()); $db->rollback(); } } $tpl->setArray(array( 'user' => $user )); echo $tpl->fetch(); exit(); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�