403Webshell
Server IP : 108.170.25.35  /  Your IP : 18.223.209.2
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/public_html/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/softechwinzone/domains/winzonesoftech.in/public_html/admin//roles-responsbilities.php
<?php include('session.php')?>
<?php include('header.php')?>
<?php include('connect.php')?>
  <link href="vendor/datatables/dataTables.bootstrap4.min.css" rel="stylesheet">
<style>
img.banner {
    width: auto;
    height: 86px;
}	

.imgsi{
	width:180px;
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>

<script>
function show_confirm() {
    return confirm("Are You Sure");
}
</script>


<?php

 if(isset($_POST['submit']))
	 {
	
		 $responsibility=$_POST['responsibility'];
		 $jobtitle=$_POST['jobtitle'];
     $sql=mysqli_query($conn, "INSERT INTO responsibility (jid,responsibility) VALUES ('$jobtitle','$responsibility')");
		 
				
			 if($sql)
 {
  echo "<Script>alert('Details Inserted Successfully')</script>";
 }
 else
 {
	 echo "<Script>alert('Insertion Failed')</script>";
 }
		 
	 }

?>
<body id="page-top">

  <!-- Page Wrapper -->
  <div id="wrapper">

    <!-- Sidebar -->
    <?php include('sidebar.php')?>
    <!-- End of Sidebar -->

    <!-- Content Wrapper -->
    <div id="content-wrapper" class="d-flex flex-column">

      <!-- Main Content -->
      <div id="content">

        <!-- Topbar -->
        <?php include('topbar.php')?>
        <!-- End of Topbar -->

        <!-- Begin Page Content -->
        <div class="container-fluid">

          <!-- Page Heading -->
          <div class="d-sm-flex align-items-center justify-content-between mb-4">
            <h1 class="h3 mb-0 text-gray-800">Responsbility</h1>
            </div>

			<div class="card shadow mb-4">
			<div class="col-lg-7">
            <div class="p-5">
              <div class="text-center">
     
              </div>
              <form class="user" method="post" enctype="multipart/form-data">
              
      	
	 <div class="form-group row">
                      
				  <label for="exampleInputFile">Select Job Title</label>
                    <select class="form-control myOptions" id="sub_category" name="jobtitle" required >
					
					 
<?php
 $x = 1;
  $sql=mysqli_query($conn,"SELECT * FROM career");
 while($row=mysqli_fetch_array($sql))
 {
?>
<option value="<?php echo $row['id'];?>"><?php echo $row['jobtitle'];?></option>
  <?php 
   $x++;
   }   
   ?>	

</select>
                  </div>
	<div class="form-group">
			  	<label for="exampleInputFile">Responsbility</label></br>
                    
	
	<input  class="form-control" type="text" name="responsibility" placeholder="Responsibility" >
    </div>  
				<input type="submit" class="btn btn-primary btn-user btn-block" name="submit" value="ADD" style="background-color:#0299d5; border:1px solid #0299d5;"> 
              </form>
             
            </div>
          </div>

		</div>
											
											
		
 <!-- DataTales Example -->

          <!-- DataTales Example -->
          <div class="card shadow mb-4">
            <div class="card-header py-3">
              <h6 class="m-0 font-weight-bold text-primary">DataTable</h6>
            </div>
            <div class="card-body">
              <div class="table-responsive">
  
                <table class="table table-bordered" id="dataTable" width="100%" cellspacing="0">
                  <thead>
                    <tr>
                      <th>S.No</th>
					  <th>Jobtitle</th>			
					  <th>Responsibility</th>			
					 <th>Edit</th>
					  <th>Delete</th>
                      
                 
                    </tr>
                  </thead>
                 
                  <tbody>
                    <?php
 $x = 1;
  $sql=mysqli_query($conn,"SELECT a.*,b.* FROM career AS a, responsibility AS b WHERE a.id=b.jid");
 while($row=mysqli_fetch_array($sql))
 {
  ?>
  <tr>             
    <td><?php echo $x; ?></td>
	<td><?php echo $row['jobtitle']; ?></td>
    <td><?php echo $row['responsibility'];  ?></td>

	 <td> <a title="Edit" href="roles-responsbilities-edit.php?id=<?php echo $row['id']; ?>" class="" ><img class="" src="img/pencil.png"></a></td>	
    <td> <a title="Delete" href="roles-responsbilities-delete.php?id=<?php echo $row['id']; ?>" class="" onclick='return show_confirm();'><img class="" src="img/del.png"></a></td> 
  </tr>
   <?php 
   $x++;
   } 
   echo '<script type="text/javascript"> drawChart(); </script>'; 
   ?>		
                  </tbody>
                </table>
          
         </div>  
        </div>	
		</div>								
        
        </div>
        <!-- /.container-fluid -->

      </div>
      <!-- End of Main Content -->

<?php include('footer.php')?>

Youez - 2016 - github.com/yon3zu
LinuXploit