���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhgenericbot/listrestapi.php
���ѧ٧ѧ�
<?php $tpl = erLhcoreClassTemplate::getInstance( 'lhgenericbot/listrestapi.tpl.php'); if (isset($_GET['doSearch'])) { $filterParams = erLhcoreClassSearchHandler::getParams(array('module' => 'genericbot','module_file' => 'list_restapi', 'format_filter' => true, 'use_override' => true, 'uparams' => $Params['user_parameters_unordered'])); $filterParams['is_search'] = true; } else { $filterParams = erLhcoreClassSearchHandler::getParams(array('module' => 'genericbot','module_file' => 'list_restapi', 'format_filter' => true, 'uparams' => $Params['user_parameters_unordered'])); $filterParams['is_search'] = false; } // Export if (isset($_GET['id']) && is_numeric($_GET['id'])) { $restAPI = erLhcoreClassModelGenericBotRestAPI::fetch($_GET['id']); $exportData = $restAPI->getState(); unset($exportData['id']); header('Content-Disposition: attachment; filename="rest-api-'.$restAPI->id.'.json"'); header('Content-Type: application/json; charset=utf-8'); echo json_encode($exportData, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT); exit; } // Import if (ezcInputForm::hasPostData()) { if (!isset($_POST['csfr_token']) || !$currentUser->validateCSFRToken($_POST['csfr_token'])) { erLhcoreClassModule::redirect('genericbot/listrestapi'); exit; } if (erLhcoreClassSearchHandler::isFile('restfile',array('json'))) { $dir = 'var/tmpfiles/'; erLhcoreClassChatEventDispatcher::getInstance()->dispatch('theme.temppath',array('dir' => & $dir)); erLhcoreClassFileUpload::mkdirRecursive( $dir ); $filename = erLhcoreClassSearchHandler::moveUploadedFile('restfile',$dir); $content = file_get_contents($dir . $filename); unlink($dir . $filename); $data = json_decode($content,true); if ($data !== null) { $restAPI = new erLhcoreClassModelGenericBotRestAPI(); $restAPI->name = substr(erTranslationClassLhTranslation::getInstance()->getTranslation('genericbot/import','Copy of') . ' ' .$data['name'],0,50); $restAPI->description = $data['description']; $restAPI->configuration = $data['configuration']; $restAPI->saveThis(); $tpl->set('imported_rest',true); } } } erLhcoreClassChatStatistic::formatUserFilter($filterParams); $append = erLhcoreClassSearchHandler::getURLAppendFromInput($filterParams['input_form']); $pages = new lhPaginator(); $pages->items_total = erLhcoreClassModelGenericBotRestAPI::getCount($filterParams['filter']); $pages->translationContext = 'chat/pendingchats'; $pages->serverURL = erLhcoreClassDesign::baseurl('genericbot/listrestapi').$append; $pages->paginate(); $tpl->set('pages',$pages); if ($pages->items_total > 0) { $items = erLhcoreClassModelGenericBotRestAPI::getList(array_merge($filterParams['filter'],array('limit' => $pages->items_per_page,'offset' => $pages->low))); $tpl->set('items',$items); } $filterParams['input_form']->form_action = erLhcoreClassDesign::baseurl('genericbot/listrestapi'); $tpl->set('input',$filterParams['input_form']); $tpl->set('inputAppend',$append); $Result['content'] = $tpl->fetch(); $Result['path'] = array( array('url' => erLhcoreClassDesign::baseurl('system/configuration'),'title' => erTranslationClassLhTranslation::getInstance()->getTranslation('genericbot/new','System configuration')), array('url' =>erLhcoreClassDesign::baseurl('chat/list'), 'title' => erTranslationClassLhTranslation::getInstance()->getTranslation('chat/pendingchats','Rest API Calls')) ); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.list_path',array('result' => & $Result)); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�