403Webshell
Server IP : 108.170.25.35  /  Your IP : 18.217.40.118
Web Server : Apache/2
System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64
User : softechwinzone ( 1579)
PHP Version : 8.1.28
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/softechwinzone/domains/winzonesoftech.in/private_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/softechwinzone/domains/winzonesoftech.in/private_html//vacancy.php

<?php include 'header.php'?>
<?php include 'navbar.php';?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
	<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
	 <link rel="stylesheet" href="css/woocommerce.css">
	<script>
	$(document).ready(function(){
		load_data();
		function load_data(query)
		{
			$.ajax({
			url:"searchresult.php",
			method:"POST",
			data:{query:query},
			success:function(data)
			{
				$('#result').html(data);
			}
			});
		}
		$('#search').keyup(function(){
		var search = $(this).val();
		if(search != '')
		{
			load_data(search);
		}
		else
		{
			load_data();
		}
		});
	});
	</script>
<style>
.woocommerce button.button{
	padding: 16px 28px !important;
}
.staticpghed {
  height: 127px;
  margin: 0px;
}

@media only screen and (max-width:890px){

.logo-res-im {
  height: 30px !important;
  width: auto !important;
}
 .brand-na {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
  padding-top: 0px !important;
}
.mobile-res {
  margin-top:0px!important;
}
.woocommerce table.shop_table_responsive tr td:last-child::before, .woocommerce-page table.shop_table_responsive tr td:last-child::before {
  content: attr(data-title) " ";
}
.p-tb110 {
  padding-bottom:50px!important;
  padding-top:50px!important;
}
}
</style>
 
        <div id="content" class="site-content">
            <div class="page-header dtable text-center about-back staticpghed">
                <div class="dcell">
                    <div class="container">
                        <h1 class="page-title">Careers</h1>
                        <ul id="breadcrumbs" class="breadcrumbs">
                            <li><a href="index.php">Home</a></li>
                            <li class="active">Careers</li>
                        </ul>
                    </div>
                </div>
            </div>
			
			   <section class="p-tb50 pd-50">
                <div class="container">
				<div class="row">
		         <div class="col-xs-12">
			     <input class="wd80 form-control ownsearch nhh" type="text" placeholder="Search Job Title...." type="text" name="search" id="search" />
			      <div id="result"></div>
		        </div>
		        </div>	
                  
                </div>
            </section>
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			

           <!-- <section class="p-tb110">
                <div class="container">
                    <div class="woocommerce">
                        <form class="woocommerce-cart-form paddalgn" action="" method="post">
                            <table class="shop_table shop_table_responsive cart woocommerce-cart-form__contents mar0">
                                <thead>
                                    <tr class="fnt1">
                                       
                                        <th class="">Job Title</th>
                                        <th class="">Location</th>
                                        <th class="">Posted Date</th>
                                        <th class="">Salary</th>
                                        <th class="wd430">Description</th>
                                        <th class="">Application </th>
                                    </tr>
                                </thead>
                                <tbody>
														
			 
						</?php 
				include "admin/connect.php";
				$sql=mysqli_query($conn, "select * from career");
				while($row=mysqli_fetch_array($sql)){
					
					$jobtitle=$row['jobtitle'];
					$location=$row['location'];
					$posteddate=$row['posteddate'];
					$salary=$row['salary'];
					$description=$row['description'];
					
			?>
								
                                    <tr class="woocommerce-cart-form__cart-item cart_item">
                                        
                                        <td class="product-name" data-title="Job Title">
                                            <a href=""> </?php echo $jobtitle;?></a>
                                        </td>
                                        <td class="product-price" data-title="Location">
                                            <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol"></?php echo $location;?></span>
                                        </td>
                                        <td class="product-price" data-title="Posted Date">
                                            <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol"></span></?php echo $posteddate;?></span>
                                        </td>
										 <td class="product-price" data-title="Salary">
                                            <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol"></span></?php echo $salary;?></span>
                                        </td>
										<td class="product-price" data-title="Posted Date">
                                            <span class="woocommerce-Price-amount amount"><span class="woocommerce-Price-currencySymbol"></span></?php echo $description;?></span>
                                        </td>
                                        <td class="product-subtotal" data-title="Application form">
                                           <div class="coupon">
                                                 
                                                 
                                               <button  type="submit" class="button app-reg ownbtn" name="apply_coupon" value="Apply coupon"><a class="clr-white" href="description.php">View Details </a></button>
                                            </div>
                                        </td>
										
                                    </tr>
									
					              </?php } ?>
                                         
                                </tbody>
									
                            </table>
							
                         </form>
                      
                    </div>
                </div>
            </section>-->

        </div>

         <?php include 'footer.php'?>

Youez - 2016 - github.com/yon3zu
LinuXploit