? 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/domains/happytokorea.com/public_html_bk/happyezystyle/
File Upload :
Current File : /home/admin/domains/happytokorea.com/public_html_bk/happyezystyle/ShowNews.php

<? include("header.php");?>
<body bgcolor="#ffffff" background="../mobile2/images/bg.gif">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
  <!-- fwtable fwsrc="Untitled" fwbase="home.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
  <tr>
   <td><img src="../mobile2/images/spacer.gif" width="423" height="1" border="0" alt=""></td>
   <td><img src="../mobile2/images/spacer.gif" width="16" height="1" border="0" alt=""></td>
   <td><img src="../mobile2/images/spacer.gif" width="225" height="1" border="0" alt=""></td>
   <td><img src="../mobile2/images/spacer.gif" width="315" height="1" border="0" alt=""></td>
   <td><img src="../mobile2/images/spacer.gif" width="21" height="1" border="0" alt=""></td>
   <td><img src="../mobile2/images/spacer.gif" width="1" height="1" border="0" alt=""></td>
  </tr>

  <tr>
    <td colspan="5" bgcolor="#FFFFFF"><div align="center"> 
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr valign="top"> 
            <td> 
              <?php
						  $sql_1="select * from news where id = '$_GET[NewsID]'";
						  $db_query=mysql_db_query($db,$sql_1);
						  $result1=mysql_fetch_array($db_query);
						  $idx=$result1[id];
						  $topic=$result1[topic];
						  $message=$result1[message];
						  $dateregist=$result1[dateregist];
						?>
               <table width="939" border="0" align="center" cellpadding="1" cellspacing="1">
                <tr> 
                  <td width="875"><div align="center"> 
                      <table width="100%" border="2" cellpadding="2" cellspacing="0" bordercolor="#FF6600">
                        <tr> 
                          <td><table width="100%" border="0" cellspacing="1" cellpadding="3">
                              <tr> 
                                <td><? echo "<b>$topic</b>"; ?></td>
                              </tr>
                              <tr> 
                                <td>&nbsp;</td>
                              </tr>
                              <tr> 
                                <td><table width="83%" border="0" cellspacing="1" cellpadding="4">
                                    <tr> 
                                      <td><? echo "$message"; ?></td>
                                    </tr>
                                  </table></td>
                              </tr>
                              <tr> 
                                <td>&nbsp;</td>
                              </tr>
                              <tr> 
                                <td><div align="right"><? echo "?????? $dateregist"; ?></div></td>
                              </tr>
                            </table></td>
                        </tr>
                      </table>
                    </div></td>
                </tr>
              </table>
              <br>            </td>
          </tr>
        </table>
      </div></td>
   <td><img src="../mobile2/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:~$