Warning: file_put_contents(/home/admin/domains/adexbranding.com/private_html/robots.txt): Failed to open stream: Permission denied in /home/admin/domains/adexbranding.com/public_html/index.php on line 3
HEX
HEX
Server: Apache/2
System: Linux srv 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: admin (1000)
PHP: 8.1.16
Disabled: NONE
Upload Files
File: /home/admin/domains/adexbranding.com/private_html/wp-content/themes/betheme/bbpress/form-search.php
<?php

/**
 * Search 
 *
 * @package bbPress
 * @subpackage Theme
 */

?>

<form role="search" method="get" id="bbp-search-form" action="<?php bbp_search_url(); ?>">
	<div>
		<label class="screen-reader-text hidden" for="bbp_search"><?php _e( 'Search for:', 'bbpress' ); ?></label>
		<input type="hidden" name="action" value="bbp-search-request" />
		<input tabindex="<?php bbp_tab_index(); ?>" type="text" value="<?php echo esc_attr( bbp_get_search_terms() ); ?>" placeholder="<?php _e( 'Search forum', 'bbpress' ); ?>" name="bbp_search" id="bbp_search" />
		<input tabindex="<?php bbp_tab_index(); ?>" class="button" style="display:none;" type="submit" id="bbp_search_submit" value="<?php esc_attr_e( 'Search', 'bbpress' ); ?>" />
	</div>
</form>