403Webshell
Server IP : 172.67.201.108  /  Your IP : 216.73.216.201
Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5
System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64
User : ec2-user ( 1000)
PHP Version : 8.4.23
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/tgnewprod/mod/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tgnewprod/mod/form_search.php
<?php require('_mod_security.php'); ?>
<script>
	window.default_date_range = '';
</script>
<form class="form_search" method="post" action="all-categories/">
	<p>
	<input type="text" name="search_date_range" class="date_range" placeholder="Search Dates" value="<?php echo $_POST['search_date_range'] ?? '' ?>">
	</p>
	<p>
	<select name="search_categories[]" class="select2" multiple="multiple">
		<?php
			foreach ($GLOBALS['ar_active_categories'] as $cat_row) :
				$selected = '';
				if (!empty($_POST['search_categories']) && is_array($_POST['search_categories']) && in_array($cat_row->id, $_POST['search_categories'])) :
					$selected = ' selected ';
				endif;
				echo '<option value="' . $cat_row->id . '" ' . $selected . '>' .  $cat_row->name . '</option>';

			endforeach;
		?>
	</select>
	<p>
	<input type="text" name="search_title" class="title_search" placeholder="Search by Title" value="<?php echo $_POST['search_title'] ?? '' ?>">
	</p>
	<input type="hidden" name="range_search_submitted" value="1">
	<div class="right">
		<input type="button" value="Clear All" onclick="clear_search_parms(this);" class="btn_clear">
		<input type="submit" value="Search">
	</div>
	</p>
</form>

Youez - 2016 - github.com/yon3zu
LinuXploit