| 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 : |
<?php
require"include/db.php";
require"include/function.php";
$id = $_GET['id'];
?>
<!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(){
$('#iview2').iView({
pauseTime: 7000,
pauseOnHover: true,
directionNavHoverOpacity: 0,
timerDiameter: "50%",
timerPadding: 0,
timerStroke: 7,
timerBarStroke: 0,
timerColor: "#FFF",
controlNav: true,
controlNavThumbs: false,
controlNavTooltip: false,
controlNavHoverOpacity: 1.0,
timerPosition: "bottom-right"
});
// 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"); ?>
<!-- Slider --->
<div id="iview2">
<?php
$ResultSlide = $Class->selectSlide();
foreach($ResultSlide as $Slide){
$Lv = explode(',',$Slide['level']);
if($Lv[0]=="L4" && $Lv[1]==$id)
echo '<a href="#1" data-iview:image="data/'.$Slide['image'].'"></a>';
}
$ResultProduct_IV = $Class->selectProduct_IV(null,$id);
?>
</div>
<div id="con"></div>
<div class="below_slider"></div>
<!-- End Slider -->
<div class="wrapper_content2">
<div class="bar_cat"><label class="thh"><?php echo $ResultProduct_IV[0]['nameth']?></label><label class="enn" style="display:none;"><?php echo $ResultProduct_IV[0]['nameen']?></label></div>
<ul class="product_list">
<?php
$ResultProduct_V = $Class->selectProduct_V($id,null);
foreach($ResultProduct_V as $Level5){
$L5k = $Level5['nameth'].','.$Level5['nameen'];
$link5=checklink("product_detail.php?i=2&l=5&id=$Level5[id]&name=$L5k",$Level5['link']);
?>
<li>
<a href="<?php echo $link5?>">
<span><img src="data/<?php echo $Level5['image']?>" /></span>
<span class="text_model"><label class="thh"><?php echo $Level5['nameth']?></label><label class="enn" style="display:none;"><?php echo $Level5['nameen']?></label></span>
</a>
</li>
<?php }// Level 4?>
</ul>
</div>
<div class="clear" style="border-bottom:1px solid #ddd; padding-bottom:20px;"></div>
<?php require("include/footer.php");?>
</body>
</html>