403Webshell
Server IP : 35.154.56.2  /  Your IP : 216.73.217.116
Web Server : Apache/2.4.58 (Ubuntu)
System : Linux ip-172-31-0-189 6.8.0-1029-aws #31-Ubuntu SMP Wed Apr 23 18:20:04 UTC 2025 aarch64
User : ubuntu ( 1000)
PHP Version : 8.3.6
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : OFF
Directory :  /srv/prima-automation.com/html/wp-content/themes/bapl/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /srv/prima-automation.com/html/wp-content/themes/bapl//search.php
<?php
/**
 * The template for displaying search results.
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package WordPress
 * @subpackage BAPL
 * @since 1.0.0
 */

get_header('inner');
    
        ?>
        <div class="header-wrapper">
            <div class="header-bg about"></div> 
            <div class="overlay"></div>
            <div class="container">
                <div class="row">
                    <div class="col-xs-12 col-lg-12 col-md-12">
                        <h1 class="page-title">Search Results</h1>
                    </div>
                </div>
            </div>
        </div>

        <div class="entry-content search-page">
            <div class="container">
                <div class="row">
                    <div class="col-xs-12 col-lg-12 col-md-12">
                        <h2>Search Results For: <?php echo "$s"; ?></h2>
                    </div>
                    <?php
                        if(have_posts()) :
                            while ( have_posts() ) : the_post();  
                                ?>
                                <div class="col-xs-12 col-lg-12 col-md-12">
                                    <a href="<?php echo get_the_permalink(); ?>"><?php echo get_the_title(); ?></a>                                
                                </div>                            
                                <?php
                            endwhile;
                        else:
                            ?>
                            <div class="col-xs-12 col-lg-12 col-md-12">
                                <p>We couldn't find a match for "<?php echo $s; ?>". Please try another search.</p>
                            </div>
                            <div class="col-xs-12 col-lg-12 col-md-12">
                                <div class="row">
                                    <div class="hidden-xs hidden-sm col-md-3"></div>
                                    <div class="col-xs-12 col-sm-12 col-md-6 text-center">
                                        <form name="frmSearch" id="frmSearch" role="search" action="<?php echo esc_url( home_url( '/' ) ); ?>" method="get" id="searchform">
                                            <div class="form-group">
                                                <input type="text" name="s" placeholder="Search keywords..." class="form-control">                                                                                                                        
                                            </div>
                                            <input type="submit" value="Submit" class="btn btn-contact">
                                        </form>   
                                    </div>
                                    <div class="hidden-xs hidden-sm col-md-3"></div>
                                </div>
                            </div>
                            <?php
                        endif;
                    ?>
                </div>                
            </div>
        </div>
    <?php    
get_footer(); 
?>

Youez - 2016 - github.com/yon3zu
LinuXploit