403Webshell
Server IP : 103.48.194.25  /  Your IP : 216.73.216.74
Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33
System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64
User : sieuthimay ( 1016)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/hocthongminh.net-bk/public_html/site/components/khuyenmai/views/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/hocthongminh.net-bk/public_html/site/components/khuyenmai/views/sidebar.php
<div class="grid__item large--one-fifth medium--one-whole small--one-whole pd-left10">
    <div class="collection-sidebar-wrapper">
        <div class="grid-uniform mg-left-10">
            <div class="grid__item large--one-whole medium--one-half small--one-whole pd-left10">
                <div class="collection-categories">
                    <button class="accordion cs-title col-sb-trigger active"> <span>Danh mục</span> </button>
                    <div class="panel" style="max-height: 1100px;">
                    	<?php include ROOT_SITE.'cache/category-cache.php'; ?>
                    </div>
                </div>
            </div>
            <!--khoảng giá-->
            <!--<div class="grid__item large--one-whole medium--one-half small--one-whole pd-left10">
                <div class="collection-filter-price">
                    <button class="accordion cs-title col-sb-trigger active"> <span>Khoảng giá</span> </button>
                    <div class="panel sidebar-sort" style="max-height: 204px;">
                        <ul class="no-bullets filter-price clearfix">
                            <li>
                                <label>
                                    <input type="radio" name="price-filter" data-price="0:max" value="((price:product>=0))">
                                    <span>Tất cả</span> </label>
                            </li>
                            <li>
                                <label>
                                    <input type="radio" name="price-filter" data-price="0:5000000" value="((price:product<5000000))">
                                    <span>Nhỏ hơn 5,000,000₫</span> </label>
                            </li>
                            <li>
                                <label>
                                    <input type="radio" name="price-filter" data-price="5000000:10000000" value="((price:product>=5000000)&amp;&amp;(price:product<10000000))">
                                    <span>Từ 5,000,000₫ - 10,000,000₫</span> </label>
                            </li>
                            <li>
                                <label>
                                    <input type="radio" name="price-filter" data-price="10000000:15000000" value="((price:product>=10000000)&amp;&amp;(price:product<15000000))">
                                    <span>Từ 10,000,000₫ - 15,000,000₫</span> </label>
                            </li>
                            <li>
                                <label>
                                    <input type="radio" name="price-filter" data-price="15000000:20000000" value="((price:product>=15000000)&amp;&amp;(price:product<20000000))">
                                    <span>Từ 15,000,000₫ - 20,000,000₫</span> </label>
                            </li>
                            <li>
                                <label>
                                    <input type="radio" name="price-filter" data-price="20000000:30000000" value="((price:product>=20000000)&amp;&amp;(price:product<30000000))">
                                    <span>Từ 20,000,000₫ - 30,000,000₫</span> </label>
                            </li>
                            <li>
                                <label>
                                    <input type="radio" name="price-filter" data-price="30000000:max" value="((price:product>=30000000))">
                                    <span>Lớn hơn 30,000,000₫</span> </label>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>-->
            <!--thương hiệu-->
            <div class="grid__item large--one-whole medium--one-half small--one-whole pd-left10">
                <div class="collection-filter-vendor">
                    <button class="accordion cs-title col-sb-trigger active"> <span>Thương hiệu</span> </button>
                    <div class="panel sidebar-sort" style="max-height: 355px;">
                        <?php include ROOT_SITE.'cache/factory-cache.php'; ?>
                    </div>
                </div>
            </div>
            <!--loại sản phẩm-->
            <!--<div class="grid__item large--one-whole medium--one-half small--one-whole pd-left10">
                <div class="collection-filter-type">
                    <button class="accordion cs-title col-sb-trigger active"> <span>Loại sản phẩm</span> </button>
                    <div class="panel sidebar-sort" style="max-height: 96px;">
                        <ul class="no-bullets filter-type clearfix">
                            <li>
                                <label data-filter="Điện thoại" class="filter-vendor__item dien-thoai">
                                    <input type="checkbox" value="(product_type:product**Điện thoại)">
                                    <span>Điện thoại</span> </label>
                            </li>
                            <li>
                                <label data-filter="Máy tính bảng" class="filter-vendor__item may-tinh-bang">
                                    <input type="checkbox" value="(product_type:product**Máy tính bảng)">
                                    <span>Máy tính bảng</span> </label>
                            </li>
                            <li>
                                <label data-filter="Phụ kiện" class="filter-vendor__item phu-kien">
                                    <input type="checkbox" value="(product_type:product**Phụ kiện)">
                                    <span>Phụ kiện</span> </label>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>-->
        </div>
    </div>
</div>
<!-- accordion -->
<script>
jQuery(document).ready(function() {
	var acc = document.getElementsByClassName("accordion");
	var i;

	for (i = 0; i < acc.length; i++) {
		acc[i].onclick = function() {
			this.classList.toggle("active");
			var panel = this.nextElementSibling;
			if (panel.style.maxHeight) {
				panel.style.maxHeight = null;
			} else {
				panel.style.maxHeight = panel.scrollHeight + "px";
			}
		}
	}

	if ($(window).width() > 769) {
		//$('.accordion.col-sb-trigger').trigger('click');
	}
});
</script>

<script>
// Đầu tiên chúng ta sẽ cần 3 biến
// total_page, cur_page và một câu truy vấn dữ liệu

var total_page, cur_page, collectionid, collectionSize;
total_page = 2 // Tổng trang
cur_page = 1; // Trang hiện tại
collectionid = '0'; // Lưu collection id, để khi buyer click bỏ hết filter thì mình sẽ dựa vào id này để quay trở về trang bắt đầu.
collectionSize = 33;
var pageLimit = 24;
var timeOutFilter;
var check_slided_price = false; // Biến này để check phần filter price ( Nếu dùng input checkbox thì ko cần biến này )
var check_url_param = false; // Biến này để check link url có filter hay ko vd : /collections/all?price=0:500000&vendor=juno
var query = '';

var quantityProductLeft = collectionSize - (cur_page*pageLimit);
var loadingText = '<i class="fa fa-spinner fa-spin"></i> Loading...';
var productLeftText = ('Xem Thêm (còn '+ quantityProductLeft +' sản phẩm)');
var btnLoading = $('.btn-loading'), productsContainer = $('.product-list'), hideFilter = $('.not-filter'), imgResize= $('.image-resize');

function getProductLeft(){
	var quantityProductLeft = collectionSize - (cur_page*pageLimit);
	var _text = ('Xem Thêm (còn '+ quantityProductLeft +' sản phẩm)');
	return _text;
}

if(quantityProductLeft > 0){
	btnLoading.html(getProductLeft());
}else{
	btnLoading.hide();
}

if ( collectionid == 0 ) {
	query = "/search?q=filter=((collectionid:product>" + collectionid + ')';
} else {
	query = "/search?q=filter=((collectionid:product=" + collectionid + ')';
} 
var genQuery = function(){
	url_param = ''; // Biến này dùng để lưu phần filter của buyer đưa lên url
	_query = query ; // Biến này để lưu câu truy vấn dữ liệu
	price = '',vendor = '', size1 = '', size2 = '', size3 = '', color = '' , type = '';
	url_price = 'price=',url_vendor = 'vendor=',url_color = 'color=',url_size1 = 'size=',url_size2 = 'size=',url_size3 = 'size=',url_type= 'type=';

	/*if ( check_slided_price ) {
		price = jQuery('.filter-price input[type=radio]:checked').val();
		url_price = url_price + jQuery('.filter-price input[type=radio]:checked').attr('data-price');
		url_param = url_param + url_price + '&';
		_query = _query + '&&' + price;
	} else {
		url_price = '';
	}*/

	if ( jQuery('.filter-vendor input:checked').length > 0 ) 
	{
		jQuery('.filter-vendor li').each(function(){
			if ( jQuery(this).find('input').is(':checked') ) {	
				vendor = vendor==''? '&vendor=' + jQuery(this).find('input').val() : vendor + ',' + jQuery(this).find('input').val();
				url_vendor = url_vendor=='vendor='? url_vendor + $(this).find('label').attr('data-filter') : url_vendor + ',' + $(this).find('label').attr('data-filter');			
			}
		});
	} else {
		url_vendor = '';
	}

	var query_final = site + vendor;
	
	if ( check_slided_price == false && jQuery('.filter-type input:checked').length == 0 && jQuery('.filter-vendor input:checked').length == 0 && jQuery('.filter-variant input:checked').length == 0) {
		if ( collectionid == 0 ) {
			query_final = "";
		} else {
			query_final = "";
		} 
		if ( check_url_param ) {
			history.pushState(null, null, window.location.pathname);
		}
	} else {
		//url_param = url_param + '####';
		//url_param = url_param.split('&####')[0];		
		if ( check_url_param ) {
			history.pushState(null, null, '?' + url_param );
		}
		if ( cur_page >= 1 && check_url_param ) {
			history.pushState(null, null, '?' + url_param );
		}
	}
	//query_final = query_final.replace('/search?q=filter=', '');
	query_final = encodeURIComponent(query_final);
	//query_final = '/search?q=filter=' + query_final;
	
	alert(query_final);
	return query_final;
}

// Ở đây chúng ta sẽ setTimeout cho function này vì khi khách sản click liên tục sẽ dẫn đến
// trạng request nhiều lần, nên mình sẽ setTimeout 1s để khi khách hàng click liên tục
// sẽ không bị request nhiều lần nữa.
var filter_append_product = function(){
	clearTimeout(timeOutFilter);
	timeOutFilter = setTimeout(function(){		
		total_page = 0,cur_page = 1;			
		url =  genQuery(); alert(url);
		return ;
		jQuery.ajax({
			url: url + '&view=pagesize',
			success:function(data){
				total_page = parseInt(data.split('####')[0]);
				collectionSize = parseInt(data.split('####')[1]);
				console.log('collection-size=' + collectionSize);
				btnLoading.hide();
				if ( total_page > 1 ) {
					btnLoading.html(getProductLeft());
					btnLoading.show();
				}
			}
		});
		//lay trang dau tien
		jQuery.ajax({
			url: url + '&view=filter',
			success:function(data){				
				loadingcomplete = true;	
				//$('.empty').remove(); // Xóa phần thông báo hết hàng or không tìm thấy khi filter -> đặt class empty vào đoạn html đó
				productsContainer.html(''); // Xóa dữ liệu củ
				hideFilter.remove();
				productsContainer.append(data);
			}
		});
	},1000);
}

var filter_append_product_by_page = function(queryByPage){
	jQuery.ajax({
		url: queryByPage,
		success:function(data){				
			loadingcomplete = true;	
			productsContainer.html(data);
			hideFilter.remove();

		}
	});
}

// Khi buyer click vào input mình sẽ bắt sự kiện change của nó và chạy function filter_append_product() để get dữ liệu.
jQuery(document).ready(function(){
	jQuery('.filter-vendor input').change(function(){		
		filter_append_product();
	});
	/*jQuery('.filter-type input').change(function(){		
		filter_append_product();
	});
	jQuery('.filter-size1 input').change(function(){		
		filter_append_product();
	});
	jQuery('.filter-size2 input').change(function(){		
		filter_append_product();
	});
	jQuery('.filter-size3 input').change(function(){		
		filter_append_product();
	});
	jQuery('.filter-color input').change(function(){		
		filter_append_product();
	});
	jQuery('.filter-price input').change(function(){		
		check_slided_price = true;
		filter_append_product();
	});*/

	// Phần điều kiện này dùng để lấy dữ liệu filter từ url nếu có vd : /collections/all?price=0:500000&vendor=juno
	if ( window.location.search != '' && window.location.search.indexOf('?page=') != 0 ) {
		$('.filter-vendor input:checkbox,.filter-type input:checkbox,.filter-variant input:checkbox,.filter-price input:radio').prop('checked', false);// Unclock checked input filter
		filter_value = [];
		link_url = window.location.search.replace('?', '').split('&');
		if ( link_url.length > 0 ) {
			$.each(link_url,function(i,v){
				filter_value[v.split('=')[0]] = v.split('=')[1];
			});	
		}
		if ( filter_value["price"] != undefined ) {		
			if ( jQuery(".filter-price input[data-price='" + filter_value["price"] + "']").length > 0 ) {
				jQuery(".filter-price input[data-price='" + filter_value["price"] + "']").click();
			}
		}
		if ( filter_value["vendor"] != undefined ) {
			$.each(filter_value["vendor"].split(','),function(i,v) {
				$('.filter-vendor .' + convertToSlug(decodeURIComponent(v)) + ' input').click();
			});
		}		
		/*if ( filter_value["type"] != undefined ) {
			$.each(filter_value["type"].split(','),function(i,v) {
				$('.filter-type .' + convertToSlug(decodeURIComponent(v)) + ' input').click();
			});
		}		
		if ( filter_value["color"] != undefined ) {
			$.each(filter_value["color"].split(','),function(i,v) {
				$('.filter-color .' + convertToSlug(decodeURIComponent(v)) + ' input').click();
			});
		}	
		if ( filter_value["size1"] != undefined ) {
			$.each(filter_value["size1"].split(','),function(i,v) {
				$('.filter-size1 .' + convertToSlug(decodeURIComponent(v)) + ' input').click();
			});
		}			
		if ( filter_value["size2"] != undefined ) {
			$.each(filter_value["size2"].split(','),function(i,v) {
				$('.filter-size2 .' + convertToSlug(decodeURIComponent(v)) + ' input').click();
			});
		}			
		if ( filter_value["size3"] != undefined ) {
			$.each(filter_value["size3"].split(','),function(i,v) {
				$('.filter-size3 .' + convertToSlug(decodeURIComponent(v)) + ' input').click();
			});
		}*/			
		check_url_param = true;
	} else {
		check_url_param = true;
	}
});

var loadingcomplete = true, isloading = false;


// Xữ lý nút load more
jQuery(document).on("click",'.btn-loading',function(){
	loadingcomplete = false;
	if(!isloading && cur_page < total_page ){
		isloading = true;
		cur_page++;
		btnLoading.html(loadingText);
		$.ajax({
			url: genQuery() + '&view=filter&page=' + cur_page,
			success:function(data){
				pos_scrollTop = jQuery(window).scrollTop();
				jQuery('.empty').remove();
				productsContainer.append(data);					
				jQuery(window).scrollTop(pos_scrollTop);	
				isloading = false;
				loadingcomplete = true;	
				if ( cur_page == total_page ) {
					btnLoading.hide();
				}else{
					btnLoading.html(getProductLeft());
				}
			}
		});
	}
});

</script>

Youez - 2016 - github.com/yon3zu
LinuXploit