���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhaudit/logjserror.php
���ѧ٧ѧ�
<?php erLhcoreClassRestAPIHandler::setHeaders(); if (isset($_POST['data'])) { $auditOptions = erLhcoreClassModelChatConfig::fetch('audit_configuration'); $data = (array)$auditOptions->data; if (isset($data['log_js']) && $data['log_js'] == 1) { $dataLog = json_decode($_POST['data'], true); $referrer = ''; if (isset($_SERVER['HTTP_REFERER']) && !empty($_SERVER['HTTP_REFERER'])) { $referrer .= 'R: ' . $_SERVER['HTTP_REFERER'] . "\n"; } if (isset($dataLog['location']) && !empty($dataLog['location'])) { $referrer .= 'L: ' . $dataLog['location'] . "\n"; } if (session_status() == 2 && erLhcoreClassUser::instance()->isLogged()) { $referrer .= "User ID: " . erLhcoreClassUser::instance()->getUserID() . "\n"; } $messageLog = $referrer . erLhcoreClassIPDetect::getIP() . "\n" . trim((isset($dataLog['message']) ? $dataLog['message'] : '') . "\n" . json_decode($dataLog['stack'],true)); // Ignore old browsers reporting errors and unfixable native errors if (strpos($messageLog,'@[native code]') !== false || strpos($messageLog,'SyntaxError: Cannot declare a let variable twice') !== false || strpos($messageLog,'Uncaught SyntaxError: Unexpected token function') !== false) { exit; } erLhcoreClassLog::write($messageLog, ezcLog::SUCCESS_AUDIT, array( 'source' => 'lhc', 'category' => 'js', 'line' => (isset($dataLog['line']) ? (int)$dataLog['line'] : 0), 'file' => (isset($dataLog['file']) ? $dataLog['file'] : ''), 'object_id' => isset($dataLog['column']) ? (int)$dataLog['column'] : 0 ) ); } } exit; ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�