Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.222.110.231
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/blog.diixadigital.com/wp-content/themes/rubik/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/blog.diixadigital.com/wp-content/themes/rubik/js/onviewport.js
(function($){"use strict";

  /**
   * Copyright 2012, Digital Fusion
   * Licensed under the MIT license.
   * http://teamdf.com/jquery-plugins/license/
   *
   * @author Sam Sehnert
   * @desc A small plugin that checks whether elements are within
   *     the user visible viewport of a web browser.
   *     only accounts for vertical position, not horizontal.
   */

  $.fn.visible = function(partial) {
    if (typeof ($(this).offset()) !== 'undefined') {
        
        var $t            = $(this),
          $w            = $(window),
          viewTop       = $w.scrollTop(),
          viewBottom    = viewTop + $w.height(),
          _top          = $t.offset().top,
          _bottom       = _top + $t.height(),
          compareTop    = partial === true ? _bottom : _top,
          compareBottom = partial === true ? _top : _bottom;
        
        return (((compareBottom <= viewBottom) && (compareTop >= viewTop)) || ((compareBottom <= viewBottom) && (compareTop >= viewTop)));
    }

  };
  jQuery(document).ready(function($) {
    
        var bkWindow = $(window),
            bkRatingBars = $('.bk-overlay').find('.bk-zero-trigger'),
            bkthumbnail;
        
        $('#body-wrapper').imagesLoaded(function(){
            setTimeout(function() {
                bkthumbnail = $('body').find('.thumb');
                $.each(bkthumbnail, function(i, value) {
                    var bkValue = $(value);
                    if (( bkValue.visible(true) )&& ( bkValue.hasClass('hide-thumb'))) {
                        bkValue.removeClass('hide-thumb');                
                    } 
                });
                $.each(bkRatingBars, function(i, value) {
                    var bkValue = $(value);
                    if ( bkValue.visible(true) ) {
                        bkValue.removeClass('bk-zero-trigger'); 
                        bkValue.addClass('bk-bar-ani'); 
                   
                    } 
                });
            },1200);
        });   
     
        setTimeout(function() {
            bkWindow.scroll(function(event) {
                bkthumbnail = $('body').find('.thumb');
                $.each(bkthumbnail, function(i, value) {
                    var bkValue = $(value);
                    if ( ( bkValue.visible(true) ) && ( bkValue.hasClass('hide-thumb') ) ) {
                        bkValue.removeClass('hide-thumb');  
                    } 
                });     
                $.each(bkRatingBars, function(i, value) {
                    var bkValue = $(value);
                    if ( ( bkValue.visible(true) ) && ( bkValue.hasClass('bk-zero-trigger') ) ) {
        
                      bkValue.removeClass('bk-zero-trigger'); 
                      bkValue.addClass('bk-bar-ani'); 
                    } 
                });
            });
        },2000);  
        
          	/* Show bottom single post recommend box */
    	if ($('.recommend-box')[0]) {
    		var random_post = $('.recommend-box');
            bkWindow.scroll(function(event) {
        		if ($('.footer').visible(true)){
        			random_post.addClass('recommend-box-on');
        		} else {
        			random_post.removeClass('recommend-box-on');
        		}
                if ($('.s-post-nav').visible(true)){
                    $nav_btn.removeClass('hide-nav');
                }
            });
    		
    		$('.recommend-box .close').on('click', function(e) {
    			e.preventDefault();
    			$('.recommend-box').toggleClass('recommend-box-on recommend-box-off');
    		});
    	}
    /** Show Post Nav **/
        var $postNavDiv = $('.s-post-nav');
        if($postNavDiv.length){
    		var $nav_btn = $('.nav-btn'); 
            if ($nav_btn[0]) {
                bkWindow.scroll(function(event) { 
                    if (($(window).scrollTop() + $(window).height()) > $('.s-post-nav').offset().top){
                        $nav_btn.removeClass('hide-nav');
                    }else {
            			$nav_btn.addClass('hide-nav');
            		}
                });
            }
        }
    }); 
})(jQuery);

Youez - 2016 - github.com/yon3zu
LinuXploit