| 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/muaythai.com.hk/ |
Upload File : |
<?php require("webadmin/configure.php");
$catid = (int)$_GET['catid'];
$galleryid = $_GET['galleryid'];
$offset = $_GET["offset"];
$where = $_GET["where"];
$gallerytype = $_GET['gallerytype'];
?>
<!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>
<title>Po Cheong Thai Boxing Club</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="js/mlddmenu.js"></script>
<link rel="stylesheet" type="text/css" href="css/mlddmenu.css" />
</head>
<body bgcolor="#F0F0F0" leftmargin="0" topmargin="0">
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td><a href="index.php"><img src="images/po01.jpg" border="0" /></a></td>
</tr>
<tr>
<td bgcolor="#000000">
<ul class="mlddm">
<?
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";
$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>";
echo "<li><a href='". $row{'templatepage'} ."?catid=". $row{'catid'} ."' class='menulink'>". $row{'catname'} . "</a>";
$n++;
load($row{'catid'}, $space+1);
echo "</li>";
if ($space <> 0 && $count < $n)
echo "</ul>";
}
}
?>
</ul>
</td>
</tr>
<tr>
<td><img src="images/banner01.jpg" width="1000" height="200" /></td>
</tr>
<tr>
<td align="left" valign="top" background="images/contentbg.jpg" bgcolor="#FFFFFF" style="background-repeat:repeat-x"><table width="850" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="30" height="35" align="left" valign="top"><img src="images/img_welcometopleft.jpg" width="30" height="35" /></td>
<td width="790" align="left" valign="top" background="images/img_welcometopmiddle.jpg"><img src="images/img_welcometopmiddle.jpg" width="461" height="35" /></td>
<td align="left" valign="top"><img src="images/img_welcometopright.jpg" width="30" height="35" /></td>
</tr>
<tr>
<td align="left" valign="top"><img src="images/img_welcomeleft.jpg" width="30" height="200" /></td>
<td align="left" valign="top" bgcolor="#FFFFFF"><table width="790" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="titlename26">比賽精華</td>
</tr>
<tr>
<td><table width="200" border="0" cellpadding="0" cellspacing="0">
<?
$limit=12;
if (!$offset) $offset=0;
if (strlen($where)==0)
{
if (strlen($galleryid)<>0)
{
$query_where .= "and gallery.galleryid = '1' ";
}
}
else
{
$query_where = $where;
}
if (!$where) {
if (empty($one) || empty($two)) {
}
$where=$query_where;
}
$sqlx = "select count(*) ";
$sqlx .= "FROM gallery ";
$sqlx .= "WHERE gallerytype = '1' ";
$sqlx .= "$query_where ";
$sqlx .= "order by gallery.gallerysort ASC, gallery.galleryid DESC ";
$sqlx = str_replace('\\','',$sqlx);
$result=mysql_query($sqlx);
list($numrec)=mysql_fetch_row($result);
$numpage=intval($numrec/$limit);
if ($numrec%$limit) {
$numpage++; // add one page if remainder
}
//echo $numcnt;
?>
<!--start here-->
<?
$sqly = "SELECT * ";
$sqly .= "FROM gallery ";
$sqly .= "WHERE gallery.gallerytype = '1' ";
$sqly .= "$query_where ";
$sqly .= "order by gallery.gallerysort ASC, gallery.galleryid DESC ";
$sqly .= "limit $offset,$limit";
$x = 1;
$y = 1;
echo "<tr>";
$result1 = mysql_query($sqly);
while ($row = mysql_fetch_array($result1,MYSQL_ASSOC))
{
if ($y == 1)
{
}
elseif ($y == 4)
echo "<tr>";
elseif ($y == 7)
echo "<tr>";
elseif ($y == 10)
echo "<tr>";
?>
<td width="230" valign="top" align="center"><table width="250" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="200" align="center" valign="top"><a href="webadmin/galleryimage/<?=$row{'galleryfile'}?>" target="_blank"><img src="webadmin/galleryimage/<?=$row{'galleryfile'}?>" border='0' width='200' /></a></td>
</tr>
<tr>
<td width="200" height="5" align="center" valign="top"></td>
</tr>
<tr>
<td width="200" align="center" valign="top"><? echo $row{'galleryfilename'}?><br /><br /></td>
</tr>
</table></td>
<?
if ($y == 3)
echo "</tr>";
elseif ($y == 6)
echo "</tr>";
elseif ($y == 9)
echo "</tr>";
elseif ($y == 12)
echo "</tr>";
$y = $y + 1;
}
?>
<!--end here-->
</table></td>
</tr>
<tr><td><? include("gallerypagenav.php"); ?></td></tr>
</table></td>
<td align="left" valign="top"><img src="images/img_welcomeright.jpg" width="30" height="200" /></td>
</tr>
</table></td>
</tr>
<!-- Content End -->
<!-- Footer -->
<tr>
<td align="left" valign="top" bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td align="center" valign="top" bgcolor="#FFFFFF" class="footerspan"><span class="footertxt">Copyright © 2010 Po Cheong Thai Boxing Club. All Rights Reserved | Powered by <a href="http://www.onesolution.com.hk" target="_blank">One Solution Limited</a>.<br />
<a href="http://www.onesolution.com.hk" target="_blank"><img src="images/webicon137w23h.jpg" width="137" height="23" border="0" /></a></span></td>
</tr>
<!-- Footer End -->
</table>
</body>
</html>