���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhsurvey/fill.php
���ѧ٧ѧ�
<?php if (isset($Params['user_parameters_unordered']['theme']) && ($themeId = erLhcoreClassChat::extractTheme($Params['user_parameters_unordered']['theme'])) !== false) { try { $theme = erLhAbstractModelWidgetTheme::fetch($themeId); $Result['theme'] = $theme; $themeAppend = '/(theme)/'.$theme->id; } catch (Exception $e) { } } else { $defaultTheme = erLhcoreClassModelChatConfig::fetch('default_theme_id')->current_value; if ($defaultTheme > 0) { try { $theme = erLhAbstractModelWidgetTheme::fetch($defaultTheme); $Result['theme'] = $theme; } catch (Exception $e) { } } } $tpl = erLhcoreClassTemplate::getInstance( 'lhsurvey/fill.tpl.php'); if (isset($Result['theme'])){ $tpl->set('theme',$Result['theme']); } try { if ((string)$Params['user_parameters_unordered']['hash'] != '') { $hash = $Params['user_parameters_unordered']['hash']; } if (is_numeric($Params['user_parameters_unordered']['chatid'])) { $chat = erLhcoreClassModelChat::fetch($Params['user_parameters_unordered']['chatid']); } erLhcoreClassChat::setTimeZoneByChat($chat); $chatVariables = $chat->chat_variables_array; if (erLhcoreClassModelChatBlockedUser::isBlocked(array('online_user_id' => $chat->online_user_id, 'country_code' => $chat->country_code, 'ip' => $chat->ip, 'dep_id' => $chat->dep_id, 'nick' => $chat->nick, 'email' => $chat->email)) || (isset($chatVariables['lhc_ds']) && (int)$chatVariables['lhc_ds'] == 0)) { throw new Exception(erTranslationClassLhTranslation::getInstance()->getTranslation('chat/startchat','At this moment you can contact us via email only. Sorry for the inconveniences.'),100); } if ($chat->hash == $hash) { $survey = erLhAbstractModelSurvey::fetch($Params['user_parameters_unordered']['survey']); $surveyItem = erLhAbstractModelSurveyItem::getInstance($chat, $survey); if ( isset($_POST['Vote']) ) { $errors = erLhcoreClassSurveyValidator::validateSurvey($surveyItem, $survey); if (empty($errors)) { $surveyItem->saveOrUpdate(); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('survey.filled', array('chat' => & $chat, 'survey' => $survey, 'survey_item' => & $surveyItem)); $tpl->set('just_stored',true); } else { $tpl->set('errors',$errors); } } $tpl->set('chat',$chat); $tpl->set('survey',$survey); $tpl->set('survey_item',$surveyItem); $Result['chat'] = $chat; } else { $tpl->setFile( 'lhchat/errors/chatnotexists.tpl.php'); } } catch(Exception $e) { if ($e->getCode() == 100) { $tpl->setFile('lhchat/checkchatstatus_text/blocked_survey.tpl.php'); $tpl->set('msg', $e->getMessage()); } else { $tpl->setFile('lhchat/errors/chatnotexists.tpl.php'); } } $Result['content'] = $tpl->fetch(); $Result['pagelayout'] = 'userchat'; $Result['show_switch_language'] = true; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�