403Webshell
Server IP : www.new.bangkokfinder.com  /  Your IP : 162.158.189.184
Web Server : nginx/1.20.1
System : Linux new 4.15.0-159-generic #167-Ubuntu SMP Tue Sep 21 08:55:05 UTC 2021 x86_64
User : bangkokfinder ( 1000)
PHP Version : 7.4.33
Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/bangkokfinder/www/wp-content/themes/wpl_twentyeight/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/bangkokfinder/www/wp-content/themes/wpl_twentyeight/search.php
<?php
/** no direct access **/
defined('_WPLTEXEC') or die('Restricted access');

/** get theme helper **/
global $wpl_helper;

$wpl_helper = isset($wpl_helper) ? $wpl_helper : new wpl_helper();

$wpl_helper->get_head();
?>
    <section id="main_box_container">
        <section id="main_box" class="container">
            <div id="content" class="clearfix">
                <div class="content_container clearfix">
                    <div id="content_l" class="col-md-8 search-result-list">
                        <?php if ( have_posts() ) : ?>

                            <h1 class="page-title search-result-title"><?php printf( __( 'Search Results for: <span>%s</span>', 'wpl_twentyeight' ), get_search_query() ); ?></h1>

                            <?php
                            get_search_form();

                            // Start the Loop.
                            while ( have_posts() ) :
                                the_post();

                                /*
                                 * Include the post format-specific template for the content. If you want to
                                 * use this in a child theme, then include a file called called content-___.php
                                 * (where ___ is the post format) and that will be used instead.
                                 */
                                get_template_part( 'content', get_post_format() );

                            endwhile;
                            // Previous/next post navigation.
                            $wpl_helper->wpl_paging_nav();

                        else :
                            // If no content, include the "No posts found" template.
                            get_template_part( 'content', 'none' );

                        endif;
                        ?>
                    </div>
                    <aside id="right_col" class="col-md-4">
                        <?php $wpl_helper->get_sidebar('sidebar-2'); ?>
                    </aside>
                </div>
                <div id="main_widget_area" class="main_widget_area widget">
                    <?php $wpl_helper->get_sidebar('sidebar-1'); ?>
                </div>
            </div>
        </section>
    </section>

<?php
$wpl_helper->get_footer();

Youez - 2016 - github.com/yon3zu
LinuXploit