403Webshell
Server IP : 185.68.16.147  /  Your IP : 216.73.216.209
Web Server : Apache
System : Linux web789.default-host.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User : jt292766 ( 1182)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/jt292766/konstruktbud.com.ua/www/wp-content/plugins/grand-media/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/jt292766/konstruktbud.com.ua/www/wp-content/plugins/grand-media/inc//image-editor.php
<?php
/**
 * @title  Image Editor
 */

function gmedia_image_editor() {
	global $gmCore, $gmDB;
	$gmid   = $gmCore->_get( 'id' );
	$gmedia = $gmDB->get_gmedia( $gmid );
	gmedia_item_more_data( $gmedia );
	$is_modified = ! empty( $gmedia->meta['_modified'][0] );
	?>

	<div class="card m-0 mw-100 h-100 p-0" id="gmedit">
		<div class="card-header bg-light clearfix">
			<div class="btn-toolbar gap-3 float-end">
				<?php if ( $gmedia->path_original && $is_modified ) { ?>
					<button type="button" id="gmedit-restore" name="gmedit_restore" class="btn btn-warning float-start" data-confirm="<?php esc_attr_e( 'Do you really want restore original image?' ); ?>"><?php esc_html_e( 'Restore Original', 'grand-media' ); ?></button>
				<?php } ?>
				<div class="btn-group float-start">
					<button type="button" id="gmedit-reset" name="gmedit_reset" class="btn btn-secondary" data-confirm="<?php esc_attr_e( 'Do you really want reset all changes?' ); ?>"><?php esc_html_e( 'Reset', 'grand-media' ); ?></button>
					<button type="button" id="gmedit-save" name="gmedit_save" data-loading-text="<?php esc_attr_e( 'Working', 'grand-media' ); ?>" data-reset-text="<?php esc_attr_e( 'Save image', 'grand-media' ); ?>" class="btn btn-primary"><?php esc_html_e( 'Save image', 'grand-media' ); ?></button>
				</div>
				<?php wp_nonce_field( 'gmedia_edit', '_wpnonce_edit' ); ?>
			</div>

			<div class="gmedit-tool-button gmedit-rotate left" title="<?php esc_attr_e( 'Rotate Counterclockwise', 'grand-media' ); ?>"></div>
			<div class="gmedit-tool-button gmedit-rotate right" title="<?php esc_attr_e( 'Rotate Clockwise', 'grand-media' ); ?>"></div>
			<div class="gmedit-tool-button gmedit-tool flip_hor" data-tool="flip_hor" data-value="0" title="<?php esc_attr_e( 'Flip Horizontal', 'grand-media' ); ?>"></div>
			<div class="gmedit-tool-button gmedit-tool flip_ver" data-tool="flip_ver" data-value="0" title="<?php esc_attr_e( 'Flip Vertical', 'grand-media' ); ?>"></div>
			<div class="gmedit-tool-button gmedit-tool greyscale" data-tool="greyscale" data-value="0" title="<?php esc_attr_e( 'Greyscale', 'grand-media' ); ?>"></div>
			<div class="gmedit-tool-button gmedit-tool invert" data-tool="invert" data-value="0" title="<?php esc_attr_e( 'Invert', 'grand-media' ); ?>"></div>

		</div>
		<div class="card-body">
			<div class="row">
				<div class="col-sm-8 position-relative">
					<div id="gmedit-preview">
						<div id="gmedit-canvas-cont">
							<canvas id="gmedit-canvas" data-caman-hidpi-disabled></canvas>
						</div>
						<div id="gmedit-busy"></div>
					</div>
					<div id="gmedit-overlay"><span style="height:100%; width:1px; overflow:hidden;"></span><span><?php esc_html_e( 'Processing image', 'grand-media' ); ?></span></div>
				</div>
				<div class="col-sm-4 media-edit-sidebar">
					<div id="media-edit-form-container">
						<div class="alert-box" style="display:none;"></div>
						<h2><?php esc_html_e( 'Filters', 'grand-media' ); ?></h2>
						<ul id="gmedit-instruments" class="p-0">
							<li class="gmedit-filter">
								<h3><?php esc_html_e( 'Brightness', 'grand-media' ); ?></h3>

								<div class="float-end">
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="brightness" data-direction="minus">-</a>
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="brightness" data-direction="plus">+</a>
									<span class="gmedit-filter-value" id="brightnessValue">0</span>
								</div>
								<div class="gmedit-filter-edit"></div>
								<div class="gmedit-slider-noui" id="brightness_slider" data-tool="brightness"></div>
							</li>
							<li class="gmedit-filter">
								<h3><?php esc_html_e( 'Contrast', 'grand-media' ); ?></h3>

								<div class="float-end">
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="contrast" data-direction="minus">-</a>
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="contrast" data-direction="plus">+</a>
									<span class="gmedit-filter-value" id="contrastValue">0</span>
								</div>
								<div class="gmedit-filter-edit"></div>
								<div class="gmedit-slider-noui" id="contrast_slider" data-tool="contrast"></div>
							</li>
							<li class="gmedit-filter">
								<h3><?php esc_html_e( 'Saturation', 'grand-media' ); ?></h3>

								<div class="float-end">
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="saturation" data-direction="minus">-</a>
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="saturation" data-direction="plus">+</a>
									<span class="gmedit-filter-value" id="saturationValue">0</span>
								</div>
								<div class="gmedit-filter-edit"></div>
								<div class="gmedit-slider-noui" id="saturation_slider" data-tool="saturation"></div>
							</li>
							<li class="gmedit-filter">
								<h3><?php esc_html_e( 'Vibrance', 'grand-media' ); ?></h3>

								<div class="float-end">
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="vibrance" data-direction="minus">-</a>
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="vibrance" data-direction="plus">+</a>
									<span class="gmedit-filter-value" id="vibranceValue">0</span>
								</div>
								<div class="gmedit-filter-edit"></div>
								<div class="gmedit-slider-noui" id="vibrance_slider" data-tool="vibrance"></div>
							</li>
							<li class="gmedit-filter">
								<h3><?php esc_html_e( 'Exposure', 'grand-media' ); ?></h3>

								<div class="float-end">
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="exposure" data-direction="minus">-</a>
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="exposure" data-direction="plus">+</a>
									<span class="gmedit-filter-value" id="exposureValue">0</span>
								</div>
								<div class="gmedit-filter-edit"></div>
								<div class="gmedit-slider-noui" id="exposure_slider" data-tool="exposure"></div>
							</li>
							<li class="gmedit-filter">
								<h3><?php esc_html_e( 'Hue', 'grand-media' ); ?></h3>

								<div class="float-end">
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="hue" data-direction="minus">-</a>
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="hue" data-direction="plus">+</a>
									<span class="gmedit-filter-value" id="hueValue">0</span>
								</div>
								<div class="gmedit-filter-edit"></div>
								<div class="gmedit-slider-noui" id="hue_slider" data-tool="hue"></div>
							</li>
							<li class="gmedit-filter">
								<h3><?php esc_html_e( 'Sepia', 'grand-media' ); ?></h3>

								<div class="float-end">
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="sepia" data-direction="minus">-</a>
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="sepia" data-direction="plus">+</a>
									<span class="gmedit-filter-value" id="sepiaValue">0</span>
								</div>
								<div class="gmedit-filter-edit"></div>
								<div class="gmedit-slider-noui" id="sepia_slider" data-tool="sepia"></div>
							</li>
							<li class="gmedit-filter">
								<h3><?php esc_html_e( 'Noise', 'grand-media' ); ?></h3>

								<div class="float-end">
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="noise" data-direction="minus">-</a>
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="noise" data-direction="plus">+</a>
									<span class="gmedit-filter-value" id="noiseValue">0</span>
								</div>
								<div class="gmedit-filter-edit"></div>
								<div class="gmedit-slider-noui" id="noise_slider" data-tool="noise"></div>
							</li>
							<li class="gmedit-filter">
								<h3><?php esc_html_e( 'Clip', 'grand-media' ); ?></h3>

								<div class="float-end">
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="clip" data-direction="minus">-</a>
									<a href="#" class="gmedit-filter-pm text-hide" data-tool="clip" data-direction="plus">+</a>
									<span class="gmedit-filter-value" id="clipValue">0</span>
								</div>
								<div class="gmedit-filter-edit"></div>
								<div class="gmedit-slider-noui" id="clip_slider" data-tool="clip"></div>
							</li>
						</ul>
					</div>
					<div class="card-footer small">
						<div class="form-group d-flex text-nowrap m-0 align-items-center">
							<label class="control-label m-0"><?php esc_html_e( 'Apply to', 'grand-media' ); ?>: &nbsp;</label>
							<select name="applyto" id="applyto" class="form-control input-xs">
								<option value="web_thumb" selected="selected"><?php esc_html_e( 'Web-image, Thumbnail' ); ?></option>
								<option value="web"><?php esc_html_e( 'Only Web-image' ); ?></option>
								<option value="thumb"><?php esc_html_e( 'Only Thumbnail' ); ?></option>
							</select>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
	<!--suppress JSUnresolvedVariable -->
	<script type="text/javascript">
			jQuery(function($) {

				var sources = {
					web_thumb: '<?php echo esc_url( $gmedia->url_web ); ?>',
					web: '<?php echo esc_url( $gmedia->url_web ); ?>',
					thumb: '<?php echo esc_url( $gmedia->url_thumb ); ?>',
					original: '<?php echo esc_url( $gmedia->url_original ); ?>',
				};
				var gmid = <?php echo (int) $gmid; ?>;
				var preinit_dom = '<canvas id="gmedit-canvas"></canvas>';
				var editsrc = $('#applyto').val();

				function div_frame() {
					$('.card-body').css({top: $('.card-header').outerHeight()});
				}

				div_frame();
				$(window).on('resize', function() {
					div_frame();
				});

				var gmeditSave = function(a, b) {
					var btn = $('#gmedit-save');
					btn.text(btn.data('loading-text')).prop('disabled', true);
					var post_data = {
						action: 'gmedit_save', id: gmid, image: a, applyto: $('#applyto').val(), _wpnonce_edit: $('#_wpnonce_edit').val(),
					};
					$.post(ajaxurl, post_data).always(function(c) {
						if (c.msg && !c.error) {
							var parent_doc = window.parent.document;
							$('#list-item-' + gmid, parent_doc).find('.gmedia-thumb').attr('src', '<?php echo esc_url( $gmedia->url_thumb ); ?>?' + (new Date).valueOf()).end().find('.modified').text(c.modified);
							$('#gmedia-panel', parent_doc).before(c.msg);
							window.parent.closeModal('gmeditModal');
						}
						else {
							btn.text(btn.data('reset-text')).prop('disabled', false);
							if (c.error) {
								$('#media-edit-form-container .alert-box').html(c.error).show();
							}
							else {
								$('#media-edit-form-container .alert-box').text(c).show();
							}
						}
					});
				};

				gmedit_init(sources[editsrc] + '?' + (new Date).valueOf(), '#gmedit', {save: gmeditSave});

				$('body').on('change', '#applyto', function() {
					editsrc = $(this).val();
					$('#gmedit-canvas-cont').html(preinit_dom);
					gmedit.resetFilters();
					gmedit.init('#gmedit-canvas', sources[editsrc] + '?' + (new Date).valueOf());
				}).on('click', '#gmedit-restore', function() {
					var btn = $('#gmedit-save');
					btn.text(btn.data('loading-text')).prop('disabled', true);
					var post_data = {
						action: 'gmedit_restore', id: gmid, _wpnonce_edit: $('#_wpnonce_edit').val(),
					};
					$.post(ajaxurl, post_data).always(function(c) {
						if (c.msg && !c.error) {
							var parent_doc = window.parent.document;
							$('#list-item-' + gmid, parent_doc).find('.gmedia-thumb').attr('src', '<?php echo esc_url( $gmedia->url_thumb ); ?>?' + (new Date).valueOf()).end().find('.modified').text(c.modified);
							$('#gmedia-panel', parent_doc).before(c.msg);
							$('#gmedit-canvas-cont').html(preinit_dom);
							gmedit.resetFilters();
							gmedit.init('#gmedit-canvas', sources[editsrc] + '?' + (new Date).valueOf());

							$('#media-edit-form-container .alert-box').html(c.msg).show();
							$('#gmedit-restore').remove();
						}
						else {
							if (c.error) {
								$('#media-edit-form-container .alert-box').html(c.error).show();
							}
							else {
								$('#media-edit-form-container .alert-box').text(c).show();
							}
						}
						btn.text(btn.data('reset-text')).prop('disabled', false);
					});
				});

			});
	</script>
	<?php
}

Youez - 2016 - github.com/yon3zu
LinuXploit