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/(Del)tsolpv.com/2013/sc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/(Del)tsolpv.com/2013/sc/footerpage.php
<?php require_once('../webadmin/configure.php');
$result0 = mysql_query("SELECT * FROM home ");
$row0 = mysql_fetch_array($result0,MYSQL_ASSOC);

$result1 = mysql_query("SELECT * FROM footerpage WHERE fpageid = ".safe_param($_GET['fpageid'])." AND fpagepagemodule = 'footerpage' AND fpagestatus = '1' ORDER BY fpagesort ASC ");
if (mysql_num_rows($result1) > 0){
	$row1 = mysql_fetch_array($result1,MYSQL_ASSOC);
} else {
	header("Location: index.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" />
<meta http-equiv="X-UA-Compatible" content="IE=7" />
<title><?=$row1{'metatitlesc'};?></title>
<meta name="keywords" content="<?=$row1{'metakeywordsc'};?>" />
<meta name="description" content="<?=$row1{'metadescsc'};?>" />
<link rel="stylesheet" type="text/css" href="../css/style.css" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="../js/jquery.cycle.all.js"></script>
<script type="text/javascript">
$(document).ready(function() {
    $('.banner').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
});
</script>

</head>
<body>
<div id="container">
   <!-- Header -->
   <?php require_once('header.php');?>
   <!-- Main Content -->
   <div id="body">
   	<div id="body_content">
		<div id="submenu">
			<ul><?php // Left Menu
			$result3 = mysql_query("SELECT * FROM footerpage WHERE fpagestatus = '1' ORDER BY fpagesort ASC ");
			while ($row3 = mysql_fetch_array($result3,MYSQL_ASSOC)){
				echo "<li><a href='".$row3{'fpagepagemodule'}.".php?fpageid=".$row3{'fpageid'}."'>".$row3{'fpagetitlesc'}."</a></li>";
			}?>
			</ul>
		</div>

		<div id="maincontent">
			<?php if(!empty($row1{'fpagebannersc'})) { 
				echo '<div id="pagebanner"><a href="'.$row1{'fpagebannerlinksc'}.'"><img src="../pagebanner/'.$row1{'fpagebannersc'}.'" width="670" /></a></div>'; }?>
			<div id="pagetitle" class="pagetitle"><?=$row1{'fpagetitlesc'};?></div>
			<div id="path" class="path"><a href="index.php">主页</a> > <?=$row1{'fpagetitlesc'};?></div>
			<div id="pagecontent" class="pagecontent"><?=$row1{'fpagedescsc'};?></div>
		</div>
		<div class="clear"></div>
	</div>
   </div>
   <!-- Footer -->
   <?php require_once('footer.php');?>
</div>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit