403Webshell

Warning: set_time_limit() has been disabled for security reasons in /home/domains/vol3/223/3261223/user/htdocs/wp-content/plugins/contact-form-7/wp-contact-form-7.php on line 26
Server IP : 77.68.64.20  /  Your IP : 216.73.216.231
Web Server : Apache
System : Linux hp3-wp-1011484.hostingp3.local 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
User : csh2668037 ( 2112352)
PHP Version : 7.4.33
Disable Function : shell_exec,exec,system,popen,set_time_limit
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/domains/vol3/223/3261223/user/htdocs/wp-content/themes/workscout/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/domains/vol3/223/3261223/user/htdocs/wp-content/themes/workscout/page.php
<?php
/**
 * The template for displaying all pages.
 *
 * This is the template that displays all pages by default.
 * Please note that this is the WordPress construct of pages
 * and that other 'pages' on your WordPress site will use a
 * different template.
 *
 * @package WorkScout
 */

$header_old = Kirki::get_option('workscout','pp_old_header');
$header_type = (Kirki::get_option('workscout','pp_old_header') == true) ? 'old' : '' ;
$header_type = apply_filters('workscout_header_type',$header_type);
get_header($header_type); 
if(get_post_meta($post->ID, 'pp_page_slider_status', true) == 'on'){
	$slider = get_post_meta($post->ID, 'pp_page_layer', true);
	if($slider && function_exists('putRevSlider')) { putRevSlider($slider); }
}
while ( have_posts() ) : the_post(); 

	$job_page = get_option('job_manager_jobs_page_id');
	$resume_page = get_option('resume_manager_resumes_page_id');
	
	if(!empty($job_page) && is_page($job_page)){
		$layout = Kirki::get_option('workscout','jobs_list_layout');
		if($layout == 'split'){
			get_template_part('template-parts/archive-jobs-split');
		} else {
			get_template_part('template-parts/archive-jobs-regular');
		}
		
	} elseif (!empty($resume_page) && is_page($resume_page)) {
		$layout = Kirki::get_option('workscout','resumes_list_layout');
		if($layout == 'split'){
			get_template_part('template-parts/archive-resumes-split');
		} else {
			get_template_part('template-parts/archive-resumes-regular');
		}
	
	}
	else {
		get_template_part( 'template-parts/content', 'page' ); 
	}

endwhile; // End of the loop. 

if( ( !empty($job_page) && is_page($job_page) ) || !empty($resume_page) && is_page($resume_page) ){
		$layout = Kirki::get_option('workscout','jobs_list_layout');
		$resume_layout = Kirki::get_option('workscout','resumes_list_layout');
		if($layout == 'split' || $resume_layout == 'split'){
			get_footer('empty'); 
		} else {
			get_footer(); 			
		}
} else {
	get_footer(); 	
}	

?>

Youez - 2016 - github.com/yon3zu
LinuXploit