403Webshell
Server IP : 210.245.233.93  /  Your IP : 216.73.216.226
Web Server : Apache/2.2.15 (CentOS)
System : Linux webserver2.onesolution.com.hk 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 5.3.3
Disable Function : exec, shell_exec, system, passthru, popen, proc_open, pcntl_exec
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/chingyingtkd.club/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/chingyingtkd.club//index.php
<?php 
require("configure.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>精英跆拳道會(武藝道場)</title>
<meta name="description" content="精英跆拳道會 ( 以下簡稱本會 ) 直屬於韓國跆拳道青濤 (Taekwondo ChungDoKwan, Korea ;創立於 1944 ,現代跆拳道九大門派之一 ) ;並為香港跆拳道協會 ( 中國香港奧委會屬下的唯一全港性跆拳道總會 ) 成員之一">
<meta name="keywords" content="跆拳道,Taekwondo,親子,兒童,青少年,沙田賽馬會公眾壁球場,沙田體育會,跆拳道,精英跆拳道會,武藝,武藝道場,香港跆拳道協會">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/ddlevelsmenu-base.css" />
<link rel="stylesheet" type="text/css" href="css/ddlevelsmenu-topbar.css" />
<script type="text/javascript" src="css/ddlevelsmenu.js"></script>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" background="images/main_bg.jpg" style="background-repeat:repeat-x">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
<!-- Menu -->
  <tr>
    <td height="55" background="images/menubg.jpg" style="background-repeat:no-repeat">
	
	<div id="ddtopmenubar" class="mattblackmenu">
	<ul>
	<?
		load(0, 0);

		function load($p, $space)
		{
			$sql = "SELECT * ";
			$sql .= "FROM template left outer join categories ";
			$sql .= "ON template.templateid = categories.templateid ";
			$sql .= "where parentid = $p ";
			$sql .= "order by sortby";
//			echo $sql;
			$result1 = mysql_query($sql);
			$n=1;
			$count = mysql_num_rows($result1); 

			while ($row = mysql_fetch_array($result1,MYSQL_ASSOC))
			{
					if ($space <> 0 && $n == 1)
					echo "<ul id='". $row{'parentid'} ."' class='ddsubmenustyle'>";

					if($row{'templateid'} == '1') {
						$str = "<li><a ";
					} else {
						$str = "<li><a href='". $row{'templatename'} .".php?&pid=".$row{'catid'}."&catid=". $row{'catid'} ."'";
					}	
						$sql2 = " select * from categories where parentid = ".$row{'catid'};
						$res2 = mysql_query($sql2);
						if (mysql_num_rows($res2) > 0)		
							$str .= "rel='". $row{'catid'} ."' ";
						$str .= ">". $row{'catname'} . "</a>";						
						echo $str;						

				$n++;
				load($row{'catid'}, $space+1);
				echo "</li>";
				if ($space <> 0 && $count < $n)
					echo "</ul>";

			}

		}
?>
	</ul>
	</div>
	
	<script type="text/javascript">
	ddlevelsmenu.setup("ddtopmenubar", "topbar") //ddlevelsmenu.setup("mainmenuid", "topbar|sidebar")
	</script>
	
	</td>
  </tr>
<!-- Menu End -->
  <tr>
    <td height="265" background="images/mainheaderbg.jpg" style="background-repeat:no-repeat">&nbsp;</td>
  </tr>
<!-- Content -->
  <tr>
    <td height="400" align="left" valign="top" background="images/contentbg.jpg" bgcolor="#FFFFFF" style="background-repeat:no-repeat"><table width="1000" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="20">&nbsp;</td>
        <td width="670" align="left" valign="top"><table width="650" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td align="left" valign="bottom"><table width="650" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td class="maintitletxtred"><br>最新課程</td>
                <td align="right" valign="bottom" class="more"><a href="course.php">&gt;&gt; 更多課程 </a></td>
              </tr>
            </table>            </td>
          </tr>
          <tr>
            <td align="left" valign="top"><hr />
              &nbsp;</td>
          </tr>
          <tr>
            <td align="left" valign="top"><table width="650" border="0" cellpadding="0" cellspacing="0">
              <?  $sql = "SELECT * ";
				  $sql .= "FROM course ";
				  $sql .= "ORDER BY coursedate desc ";
				  $sql .= "LIMIT 3";
				  $result = mysql_query($sql);
				  while ($row = mysql_fetch_array($result,MYSQL_ASSOC))
					{
			 ?>
			  <tr>
                <td class="coursetitle"><a href="course.php#<? echo $row{'courseid'} ?>"><? echo $row{'coursetitle'} ?></a></td>
              </tr>
              <tr>
                <td class="coursedate"><strong><? echo $row{'coursedate'} ?></strong></td>
              </tr>
              <tr>
                <td>&nbsp;</td>
              </tr>
			<? } ?>
            </table></td>
          </tr>
          <tr>
            <td height="320" align="center" valign="top" background="images/mainaboutbg.jpg" style="background-repeat:no-repeat"><table width="620" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td align="left" valign="top" class="maintitletxtred"><br>
                  精英會簡介</td>
                </tr>
              <tr>
                <td align="left" valign="top" class="txt"><p><img src="images/aboutus.jpg" width="156" height="117" align="left" hspace="5" vspace="5"/>精英跆拳道會 ( 以下簡稱本會 ) 直屬於韓國跆拳道青濤 (Taekwondo ChungDoKwan, Korea ;創立於 1944 ,現代跆拳道九大門派之一 ) ;並為香港跆拳道協會 ( 中國香港奧委會屬下的唯一全港性跆拳道總會 ) 成員之一。 </p>
                  <p>本會現時擁有四十多個跆拳道道場,遍佈全港,分別以租用體育館或合辦 ( 與社區中心、學校、團體、屋苑 ) 形式開設。顏色帶晉升試則每月安排在不同道場舉行,黑帶升段試期則定於每年之三月及九月份舉行。此外,每月之第二個星期五舉行黑帶之課堂,以便各教練更新各種技術及交流資訊和經驗。而本會之搏擊隊亦於 2003 年改組,並維持定期之全方位操練,藉以提昇會員之搏擊技術水平。<br />
                  </p></td>
                </tr>
              <tr>
                <td align="right" valign="top" class="more"><a href="#">&gt;&gt;更多</a></td>
                </tr>
            </table></td>
          </tr>
        </table></td>
        <td width="290" align="center" valign="top" bgcolor="#FFFFFF"><table width="276" border="0" cellpadding="0" cellspacing="0">
          <tr>
            <td height="40" align="left" valign="top" background="images/newtitlebg.jpg" class="maintitletxtw">最新資訊</td>
          </tr>
 		  <?  $sql = "SELECT * ";
			  $sql .= "FROM news ";
			  $sql .= "ORDER BY newsdate desc ";
			  $sql .= "LIMIT 3";
			  $result = mysql_query($sql);
			  while ($row = mysql_fetch_array($result,MYSQL_ASSOC))
				{
			 ?>
          <tr>
            <td height="50" align="left" valign="middle" class="txt"><strong><? echo $row{'newsdate'} ?></strong></td>
          </tr>
          <tr>
            <td align="left" valign="top" class="txt"><? echo $row{'newsdesc'} ?></td>
          </tr>
          <tr>
            <td height="30" align="right" valign="top" class="more spanline"><a href="news.php?&pid=<?=$pid?>&catid=<?=$catid?>#<? echo $row{'newsid'} ?>">&gt;&gt;更多</a></td>
          </tr>
			<? }  ?>

          <tr>
            <td align="left" valign="top"><img src="images/adv.jpg" width="276" height="80" /></td>
          </tr>
        </table></td>
        <td width="20">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <!-- Content End -->
  <!-- page span -->
  <tr>
    <td height="30" align="left" valign="top">&nbsp;</td>
  </tr>
  <!-- page span End -->
</table>
<!-- Footer -->
	<div id="footer"><br />
	  <p align="center" class="footer-menu">&copy; Copyright 2009 Ching Ying Taekwondo Union. All Rights Reserved &nbsp;| &nbsp;Powered by <a href="http://www.onesolution.com.hk" target="_blank">One Solution Limited <br />
	  <img src="images/webicon.png" width="89" height="15" border="0" /></a></p>
</div>
<!-- Footer End -->

</html>

Youez - 2016 - github.com/yon3zu
LinuXploit