uawdijnntqw1x1x1
IP : 216.73.217.142
Hostname : localhost.localdomain
Kernel : Linux localhost.localdomain 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
OS : Linux
PATH:
/
var
/
www
/
consult-e-syn
/
public_html
/
dfef0
/
..
/
dfef0
/
plg_quickicon_privacycheck.tar
/
/
js/privacycheck.js000064400000003716152160542310010177 0ustar00/** * @copyright (C) 2018 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ jQuery(document).ready(function() { var variables = Joomla.getOptions('js-privacy-check'), plg_quickicon_privacycheck_ajax_url = variables.plg_quickicon_privacycheck_ajax_url, plg_quickicon_privacycheck_url = variables.plg_quickicon_privacycheck_url, plg_quickicon_privacycheck_text = variables.plg_quickicon_privacycheck_text; var ajax_structure = { success: function(data, textStatus, jqXHR) { var link = jQuery('#plg_quickicon_privacycheck').find('span.j-links-link'); try { var requestList = jQuery.parseJSON(data); } catch (e) { // An error occurred link.html(plg_quickicon_privacycheck_text.ERROR); } if (requestList.data.number_urgent_requests == 0) { // No requests link.html(plg_quickicon_privacycheck_text.NOREQUEST); } else { // Requests var msgString = '<span class="label label-important">' + requestList.data.number_urgent_requests + '</span> ' + plg_quickicon_privacycheck_text.REQUESTFOUND_MESSAGE; jQuery('#system-message-container').prepend( '<div class="alert alert-error alert-joomlaupdate">' + msgString + ' <button class="btn btn-primary" onclick="document.location=\'' + plg_quickicon_privacycheck_url + '\'">' + plg_quickicon_privacycheck_text.REQUESTFOUND_BUTTON + '</button>' + '</div>' ); var msgString = plg_quickicon_privacycheck_text.REQUESTFOUND + ' <span class="label label-important">' + requestList.data.number_urgent_requests + '</span>' link.html(msgString); } }, error: function(jqXHR, textStatus, errorThrown) { // An error occurred jQuery('#plg_quickicon_privacycheck').find('span.j-links-link').html(plg_quickicon_privacycheck_text.ERROR); }, url: plg_quickicon_privacycheck_ajax_url }; ajax_object = new jQuery.ajax(ajax_structure); }); js/.htaccess000044400000000177152160542310006760 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>.htaccess000044400000000177152160542310006344 0ustar00<FilesMatch '.(py|exe|php|PHP|Php|PHp|pHp|pHP|pHP7|PHP7|phP|PhP|php5|suspected)$'> Order allow,deny Deny from all </FilesMatch>
/var/www/consult-e-syn/public_html/dfef0/../dfef0/plg_quickicon_privacycheck.tar