403Webshell
Server IP : 5.129.245.98  /  Your IP : 216.73.217.98
Web Server : Apache/2.4.66 (Debian)
System : Linux 1b8c17c336b9 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64
User : www-data ( 33)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/wp-content/themes/rehub-theme/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/wp-content/themes/rehub-theme/js/elajaxloader.js
jQuery(document).ready(function($) {
   'use strict';

    function rh_el_ajax_load($this){
        if($this.hasClass('loaded')) return;
        var post_id = $this.prop('class').match(/load-block-([0-9]+)/)[1];
        var post_id = parseInt(post_id);
        var blockforload = $(".el-ajax-load-block-"+post_id);
        blockforload.addClass("loading re_loadingafter padd20 font200 lightgreycolor"); 
        $.ajax({
            type: "post",
            url: rhscriptvars.ajax_url,
            data: "action=rh_el_ajax_hover_load&security="+rhscriptvars.nonce+"&post_id="+post_id
        }).done(function(response){
            blockforload.removeClass("loading re_loadingafter padd20 lightgreycolor font200");
            $this.addClass("loaded");
            if (response !== 'fail') {
                blockforload.html($(response));
                blockforload.find('.wpsm-bar').each(function(){
                    $(this).find('.wpsm-bar-bar').animate({ width: $(this).attr('data-percent') }, 1500 );
                });                                                                                                    
            }                                   
        });       
    }
    if($( ".rh-el-onhover" ).length > 0){
        $( ".rh-el-onhover" ).mouseenter(function() {
            var $this = $(this); 
            rh_el_ajax_load($this);     
        });
    }
    if($( ".rh-el-onclick" ).length > 0){
        $(document).on('click', '.rh-el-onclick', function() {
            var $this = $(this); 
            rh_el_ajax_load($this);     
        });
    } 
    if($( ".rh-el-onview" ).length > 0){
        $(document).on('inview', '.rh-el-onview', function() {
            var $this = $(this); 
            rh_el_ajax_load($this);     
        });
    } 
}); 

Youez - 2016 - github.com/yon3zu
LinuXploit