���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhwebhooks/incoming.php
���ѧ٧ѧ�
<?php /*$dummyPayload = json_decode('',true);*/ $dummyPayload = isset($dummyPayload) ? $dummyPayload : null; try { $incomingWebhook = erLhcoreClassModelChatIncomingWebhook::findOne(array('filter' => array('identifier' => $Params['user_parameters']['identifier']))); if (!($incomingWebhook instanceof erLhcoreClassModelChatIncomingWebhook)) { throw new Exception('Incoming webhook could not be found!'); } if ($incomingWebhook->disabled == 1) { throw new Exception('Incoming webhook is disabled!'); } if (!is_array($dummyPayload)) { if (isset($_POST) && is_array($_POST) && !empty($_POST)){ $data = $_POST; } else { $data = json_decode(file_get_contents('php://input'), true); } } else { $data = $dummyPayload; } if ($incomingWebhook->log_incoming == 1) { erLhcoreClassLog::write(json_encode($data,JSON_PRETTY_PRINT), ezcLog::SUCCESS_AUDIT, array( 'source' => 'lhc', 'category' => 'incoming_webhook', 'line' => __LINE__, 'file' => __FILE__, 'object_id' => $incomingWebhook->id ) ); } if (erConfigClassLhConfig::getInstance()->getSetting( 'site', 'debug_output' ) == true) { erLhcoreClassLog::write(json_encode($data)); } if (session_id()) session_write_close(); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.webhook_incoming', array( 'webhook' => & $incomingWebhook, 'data' => & $data )); if (!(isset($_GET['output']) && $_GET['output'] == 'json')){ if (function_exists('fastcgi_finish_request')) { fastcgi_finish_request(); } } erLhcoreClassChatWebhookIncoming::processEvent($incomingWebhook, $data); if (isset($_GET['output']) && $_GET['output'] == 'json') { header('Content-Type: application/json'); echo erLhcoreClassRestAPIHandler::outputResponse(array( 'error' => false, 'result' => ['chat_id' => erLhcoreClassChatWebhookIncoming::$chatInstance->id] )); } } catch (Exception $e) { if (erConfigClassLhConfig::getInstance()->getSetting( 'site', 'debug_output' ) == true){ erLhcoreClassLog::write($e->getMessage().' | '. json_encode($data)); } if (isset($data) && isset($incomingWebhook) && is_object($incomingWebhook) && $incomingWebhook->log_failed_parse== 1) { erLhcoreClassLog::write(json_encode($data,JSON_PRETTY_PRINT) . print_r($e, true), ezcLog::SUCCESS_AUDIT, array( 'source' => 'lhc', 'category' => 'incoming_webhook_parse', 'line' => __LINE__, 'file' => __FILE__, 'object_id' => $incomingWebhook->id ) ); } if (isset($_GET['output']) && $_GET['output'] == 'json') { http_response_code(400); header('Content-Type: application/json'); echo erLhcoreClassRestAPIHandler::outputResponse(array( 'error' => true, 'result' => $e->getMessage() )); } } exit; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�