!c99Shell v. 1.0 pre-release build #16!

Software: Apache/2.2.3 (CentOS). PHP/5.1.6 

uname -a: Linux mx-ll-110-164-51-230.static.3bb.co.th 2.6.18-194.el5PAE #1 SMP Fri Apr 2 15:37:44
EDT 2010 i686
 

uid=48(apache) gid=48(apache) groups=48(apache) 

Safe-mode: OFF (not secure)

/var/www/html/manage_22222/teacher/   drwxr-xr-x
Free 52.41 GB of 127.8 GB (41.01%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     menu_teac.php (21.24 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
session_start();

 if (session_is_registered("valid_user") && session_is_registered("Priority") )
 {
include("../include/FunctionDB.php");
include("admin_menu.php");
 ConnectDB();
$Username = $valid_user;
$sql = "SELECT * FROM personal_tb WHERE Username='$Username'";
$result = mysql_query($sql) ;
$rs = mysql_fetch_array($result);
$row = mysql_num_rows($result);
?>
<meta http-equiv="Content-Type" content="text/html; charset=TIS-620">
<link href="../source/style.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style2 {color: #003399}
.style17 {font-size: 14px}
.style18 {color: #003399; font-size: 14px; }
.style1 {color: #0000FF}
-->
</style>
<table width="802" border="0" cellpadding="0" cellspacing="0">
	<tr>
		<td width="802"><br><fieldset>
			<legend><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><a href="menu_teacher.php?Teacher_code=<? echo $rs[Teacher_code]?>" >หน้าหลัก</a></font><font size="2" color="<?php echo $GLOBALS["COLOR_FONT_3"]; ?>"><img src="../picture/ico3.gif" width="10" height="10" border="0" align="absmiddle" />ฐานข้อมูลบุคลากรทั่วไป</font></legend>
			<label><div align="center">
			  <form id="form1" name="form1" method="post" action="">
			    <p align="left"><font size="2" face="Tahoma"><img src="../picture/previous.gif" onclick="window.history.back()"  width="85" height="22" border="0" /></font></p>
			    <table width="76%" height="286" border="0" align="center" cellpadding="0" cellspacing="0" style="; border:0px solid gray"size="12">
                  
                  <tr>
                    <td bgcolor="#FFFFFF"><div align="center" class="style17"></div></td>
                  </tr>
                  <tr>
                    <td height="43" ><table width="97%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#FFFFFF" style="border:0px solid gray">
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td bgcolor="#FFFFFF"><font face="Tahoma"><a href="PlanList.php?Page=1&amp;Teacher_code=<? echo $rs[Teacher_code]?>" class="d style18">ข้อมูลแผนการสอน</a></font></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="4" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						  $sql2 = "Select * From tech_plan_tb  Where Teacher_code='$code'";
						  $result2 = mysql_query($sql2) or die(" Error".mysql_error());
						  $rc1 = mysql_num_rows($result2);
						   if ( $rc1 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($rc1  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
							   echo"$rc1  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td width="5%" bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td width="80%" bgcolor="#FFFFFF"><font face="Tahoma"><a href="ResearByYear.php?Page=1&amp;Teacher_code=<? echo $rs[Teacher_code]?>" class="d style18">ข้อมูลงานวิจัย</a></font></td>
                          <td width="15%" bgcolor="#FFFFFF"><div align="center"><font size="4" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						  $sql2 = "Select * From research_tb Where Teacher_code='$code'";
						  $result2 = mysql_query($sql2) or die(" Error".mysql_error());
						  $rc = mysql_num_rows($result2);
						   if ( $rc == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($rc  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
							   echo"$rc  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td bgcolor="#FFFFFF"><font face="Tahoma"><a href="TrainingList.php?Page=1&amp;Teacher_code=<? echo $rs[Teacher_code]?>" class="d style18">ข้อมูลการพัฒนาบุคลากร</a></font></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="4" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						  $sql3 = "Select * From training_tb Where Teacher_code='$code'";
						  $result3 = mysql_query($sql3) or die(" Error".mysql_error());
						  $rt = mysql_num_rows($result3);
						   if ( $rt == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($rt  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
							  echo"$rt <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td bgcolor="#FFFFFF"><font face="Tahoma"><a href="CommitteeMe.php?Page=1&amp;Teacher_code=<? echo $rs[Teacher_code]?>" class="d style18">ข้อมูลการเป็นกรรมการบริการแก่สังคม</a></font></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="4" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						   $sql9 = "Select * From committee_tb  Where Teacher_code='$code'";
						  $result9 = mysql_query($sql9) or die(" Error".mysql_error());
						  $r9 = mysql_num_rows($result9);
						   if ( $r9 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($r9  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
							   echo"$r9  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td bgcolor="#FFFFFF"><font face="Tahoma"><a href="Edu_ProductMe.php?Page=1&amp;Teacher_code=<? echo $rs[Teacher_code]?>" class="d style18">ข้อมูลผลงานทางวิชาการ</a></font></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="4" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						   $sql10 = "Select * From edu_product_tb  Where Teacher_code='$code'";
						  $result10 = mysql_query($sql10) or die(" Error".mysql_error());
						  $r10 = mysql_num_rows($result10);
						   if ( $r10 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($r10  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
						       echo"$r10  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td bgcolor="#FFFFFF" class="d style2"><font face="Tahoma"><a href="PlaningByYear.php?Faculty_code=<? echo $rs[Faculty_code]?>&Teacher_code=<? echo $rs[Teacher_code] ?>" class="d style18">ข้อมูลแผนดำเนินการ</a></font></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="4" face="Tahoma">
                              <?php 
						   $Faculty_code = $rs["Faculty_code"];
						    $sql10 = "Select * From project_type_tb  Where Faculty_code='$Faculty_code'";
						    $result10 = mysql_query($sql10) or die(" Error".mysql_error());
						    $r10 = mysql_num_rows($result10);
						   if ( $r10 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($r10  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
						       echo"$r10  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font><font size="4" face="Tahoma"> </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td bgcolor="#FFFFFF" class="d style2"><font face="Tahoma"><a href="ManList.php?Teacher_code=<? echo $rs[Teacher_code]?>" class="style18">ข้อมูลการแจ้งซ่อมบำรุง</a></font></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="4" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						  $sql4 = "Select * From manament_tb  Where Teacher_code='$code'";
						  $result4 = mysql_query($sql4) or die(" Error".mysql_error());
						  $rc1 = mysql_num_rows($result4);
						   if ( $rc1 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($rc1  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
							   echo"$rc1  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td bgcolor="#FFFFFF" class="d style2"><font face="Tahoma"><a href="./Ebook/BookByYear.php?Teacher_code=<? echo $rs[Teacher_code]?>" class="d style18">ข้อมูลหนังสือรับ-ส่งราชการ</a></font></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="4" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						   $sql10 = "Select * From bookmant_tb  Where Teacher_code='$code'";
						  $result10 = mysql_query($sql10) or die(" Error".mysql_error());
						  $r10 = mysql_num_rows($result10);
						   if ( $r10 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($r10  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
						       echo"$r10  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td bgcolor="#FFFFFF" class="d style17"><font face="Tahoma"><a href="AbsentByYear.php?Teacher_code=<? echo $rs[Teacher_code]?>" class="d style18">ข้อมูลประวัติการลาของบุคลากร</a></font></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="3" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						  $sql2 = "Select * From history_absent_tb Where Teacher_code='$code'";
						  $result2 = mysql_query($sql2) or die(" Error".mysql_error());
						  $rc2 = mysql_num_rows($result2);
						   if ( $rc2 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($rc2 > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
							   echo"$rc2  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></div></td>
                          <td bgcolor="#FFFFFF" class="d style1"><span class="style17"><font face="Tahoma"><a href="AccList.php?Faculty_code=<? echo $rs[Faculty_code]?>" class="d">ข้อมูลครุภัณฑ์ของหน่วยงาน</a></font></span></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">
                              <?php 
						  $Faculty_code = $rs["Faculty_code"];
						   $sql10 = "Select * From  accessories_tb  Where Faculty_code='$Faculty_code'";
						  $result10 = mysql_query($sql10) or die(" Error".mysql_error());
						  $r10 = mysql_num_rows($result10);
						   if ( $r10 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($r10  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
						       echo"$r10  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></td>
                          <td bgcolor="#FFFFFF"><span class="d style1 style17"><font face="Tahoma"><a href="DentisByname.php?Teacher_code=<? echo $rs[Teacher_code]?>" class="d">ข้อมูลระบบงานทันตกรรม</a></font></span><span class="d style17"> <font face="Tahoma">(แสดงเฉพาะทันตแพทย์ที่ทำคลินิค)</font></span></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						   $sql10 = "Select * From  personal_den_tb  Where Teacher_code='$code'";
						  $result10 = mysql_query($sql10) or die(" Error".mysql_error());
						  $r10 = mysql_num_rows($result10);
						   if ( $r10 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($r10  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
						       echo"$r10  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></td>
                          <td bgcolor="#FFFFFF"><span class="d style1 style17"><font face="Tahoma"><a href="FormationList.php?Teacher_code=<? echo $rs[Teacher_code]?>" class="d">แจ้งข่าวประชาสัมพันธ์</a></font></span></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						   $sql10 = "Select * From  formation_tb  Where Teacher_code='$code'";
						  $result10 = mysql_query($sql10) or die(" Error".mysql_error());
						  $r10 = mysql_num_rows($result10);
						   if ( $r10 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($r10  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
						       echo"$r10  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF"><font size="2" face="Tahoma"><strong><img src="../picture/ico1.gif" width="22" height="22" align="absmiddle" /></strong></font></td>
                          <td bgcolor="#FFFFFF"><span class="d style1 style17"><font face="Tahoma"><a href="ComputerList.php?Teacher_code=<? echo $rs[Teacher_code]?>" class="d">แจ้งซ่อมเครือข่ายและอุปกรณ์คอมพิวเตอร์</a></font></span></td>
                          <td bgcolor="#FFFFFF"><div align="center"><font size="2" face="Tahoma">
                              <?php 
						  $code = $rs["Teacher_code"];
						   $sql10 = "Select * From  formation_tb  Where Teacher_code='$code'";
						  $result10 = mysql_query($sql10) or die(" Error".mysql_error());
						  $r10 = mysql_num_rows($result10);
						   if ( $r10 == 0)
						      {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#FF0000\">";
							   echo"ยังไม่ข้อมูล";
							   echo"</font>";
						      }
							else if ($r10  > 0) 
							  {
							  echo"<font face=\"Tahoma\" Size=\"2\" color=\"#006633\">";
						       echo"$r10  <font face=\"Tahoma\" Size=\"2\" color=\"#000000\">ระเบียน</font>";
							   echo"</font>";
							  } 
						  ?>
                          </font></strong></div></td>
                        </tr>
                        <tr onmouseover="this.style.backgroundColor='#FCFCF3'" onmouseout="this.style.backgroundColor='#EEEEEE'" >
                          <td bgcolor="#FFFFFF">&nbsp;</td>
                          <td bgcolor="#FFFFFF">&nbsp;</td>
                          <td bgcolor="#FFFFFF">&nbsp;</td>
                        </tr>
                    </table></td>
                  </tr>
                </table>
			    <p><a href="file:///C|/Documents and Settings/Dental/Application Data/SSH/temp/menu_monny.php"></a></p>
			    <p><br>
	            </p>
			  </form>
			  </div>
			</label>
		</fieldset><br>
		<font color="<?php echo $GLOBALS["COLOR_FONT_3"];?>" size="2"><b>หมายเหตุ :</b> ใช้เมาส์คลิกที่ชื่อ<br>
		</font></td>
	</tr>
</table>
<?php 
	}
else
{
       echo"<meta http-equiv=\"refresh\" content=\"3;URL=../login.php\">\n";
       echo"Please Login ";
}
?>

:: Command execute ::

Enter:
 
Select:
 

:: Shadow's tricks :D ::

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

:: Preddy's tricks :D ::

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c999shell v. 1.0 pre-release build #16 Modded by Shadow & Preddy | RootShell Security Group | r57 c99 shell | Generation time: 0.0064 ]--