���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhchat/copymessages.php
���ѧ٧ѧ�
<?php $chat = erLhcoreClassModelChat::fetch($Params['user_parameters']['chat_id']); if ( erLhcoreClassChat::hasAccessToRead($chat) ) { if (isset($_GET['system']) && $_GET['system'] == 'true') { $filter = array('limit' => 5000, 'filter' => array('chat_id' => $chat->id)); } else { $filter = array('limit' => 5000, 'filternotin' => array('user_id' => array(-1)), 'filter' => array('chat_id' => $chat->id)); } if (!isset($_GET['bot']) || $_GET['bot'] == 'false') { $filter['filternot']['user_id'] = -2; } $messages = erLhcoreClassModelmsg::getList($filter); erLhcoreClassChat::setTimeZoneByChat($chat); erTranslationClassLhTranslation::$htmlEscape = false; $tplPlain = new erLhcoreClassTemplate( 'lhchat/messagelist/plain.tpl.php'); $tplPlain->set('chat', $chat); $tplPlain->set('messages', $messages); $tplPlain->set('see_sensitive_information', $currentUser->hasAccessTo('lhchat','see_sensitive_information')); if (!(isset($_GET['whisper']) && $_GET['whisper'] == 'true')) { $tplPlain->set('remove_whisper', true); } if (isset($_GET['system']) || isset($_GET['meta']) || isset($_GET['user_data']) ) { echo json_encode(array('result' => $tplPlain->fetch())); exit; } $tpl = erLhcoreClassTemplate::getInstance('lhchat/copymessages.tpl.php'); $tpl->set('chat', $chat); $tpl->set('messages', $tplPlain->fetch()); erTranslationClassLhTranslation::$htmlEscape = true; echo $tpl->fetch(); } exit; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�