Your IP : 216.73.216.170


Current Path : /home/zqegovsj/www/us3web.haibo.com.cn/beirmgroup/
Upload File :
Current File : /home/zqegovsj/www/us3web.haibo.com.cn/beirmgroup/product2.php

<?php 
include("function.php");

$page = !empty($_GET['st']) ? (int)$_GET['st'] : 1;
$limit = 12; // 每页显示的数量
$offset = ($page - 1) * $limit; // 计算偏移量
isset($_GET['st'])?$st=$_GET['st']:$st=1;

$countsubidsql=$db->selectarray( "SELECT id from ".$noe_version."_producttypes where level =".$_GET['sort_id']);
$countsubid=$db->toarray($countsubidsql);

if (!empty($countsubid)){
$r=$db->array_multi2single($countsubid); 
if (!is_array($r)) {
$r = is_iterable($r) ? iterator_to_array($r) : array($r);
}
@$r=array_unique($r);
$r = implode(",", $r);

$countsubsubidsql =$db->selectarray( "select id from ".$noe_version."_producttypes where level in (".$_GET['sort_id'].",".$r.")");
$countsubsubid=$db->toarray($countsubsubidsql);

if (!empty($countsubsubid)){
$subr=$db->array_multi2single($countsubsubid); 
if (!is_array($subr)) {
$r = is_iterable($subr) ? iterator_to_array($subr) : array($subr);
}
@$subr=array_unique($subr);
$subr = implode(",", $subr);

$sql = "select count(id) from ".$noe_version."_products where producttype_id in (".$_GET['sort_id'].",".$r.",".$subr.") ";
$products =$db->selectarray( "select id,name,sn,picture,name2,price from ".$noe_version."_products where producttype_id in (".$_GET['sort_id'].",".$r.",".$subr.") order by ep_range desc LIMIT ".($st-1)*$limit.','.$limit);
}
else
{
$sql = "select count(id) from ".$noe_version."_products where producttype_id in (".$_GET['sort_id'].",".$r.") ";
$products =$db->selectarray( "select id,name,sn,picture,name2,price from ".$noe_version."_products where producttype_id in (".$_GET['sort_id'].",".$r.") order by ep_range desc LIMIT ".($st-1)*$limit.','.$limit);
}
}
else
{
$sql = "select count(id) from ".$noe_version."_products where producttype_id = ".$_GET['sort_id'];
$products =$db->selectarray( "select id,name,sn,picture,name2,price from ".$noe_version."_products where producttype_id =".$_GET['sort_id']." order by ep_range desc LIMIT ".($st-1)*$limit.','.$limit);
}


$num = $db->selectarray($sql);
$num = $db->toarray($num);


isset($num[0][0])?$pagecount=$num[0][0]:$st=1;

$number=($st-1)*$limit+1;
$number2=($st-1)*$limit+$limit;
$total_pages = ceil($pagecount / $limit);

$tit=$db->selectone("select id,name,level,img,name2,keyword,des from ".$noe_version."_producttypes where id='".$_GET['sort_id']."'");

if($tit[2]==0){
$bb=$db->turn_name($tit[4]).'_supply'.$tit[0].'.html';
$bbb=$tit[1];
$pcateid=$tit[0];
}
else{
$cc=$db->turn_name($tit[4]).'_supply'.$tit[0].'.html';
$ccc=$tit[1];

$uptit=$db->selectone("select id,name,img,name2,level from ".$noe_version."_producttypes where id='".$tit[2]."'");

$bb=$db->turn_name($uptit[3]).'_supply'.$uptit[0].'.html';
$bbb=$uptit[1];	
$pcateid=$uptit[0];

if($uptit[4]!=0){
$ptoptybe=$db->selectone("select id,name,img,name2,level from ".$noe_version."_producttypes where id='".$uptit[4]."'");

	if(isset($ccc)){$ddd=$ccc;
	$dd=$cc;};
	if(isset($bbb)){$ccc=$bbb;
	$cc=$bb;};
	$bb=$db->turn_name($ptoptybe[3]).'_supply'.$ptoptybe[0].'.html';
	$bbb=$ptoptybe[1];
}

}

$aa='product.html';
$aaa=$lang['words'][72];
$urlsort=$db->turn_name($tit[4]).'_supply'.$tit[0];
$purl=$db->turn_name($tit[4]).'_supply'.$tit[0].'.html';
$feedbacktit=$tit[1];

$pagekeyword=$tit['1'].', '.$lang['words'][1];

$pagekeyword2=$pagekeyword;

$pagekeyword3=$tit['1'].' '.$lang['words'][159].', '.$lang['words'][194].', '.$lang['words'][193].', '.$lang['words'][191].' '.$tit['1'].' '.$lang['words'][156].', '.$lang['words'][157].', '.$lang['words'][158];


include("head.php");
?><section class="pt-80 pb-80">
<div class="container">
<div class="row">
<div class="col-lg-9">

<h3 class="p-b-20">
<? if(isset($ccc))echo $ccc;elseif(isset($bbb))echo $bbb;else{?><?=$lang['words'][94]?><? }?>: <span class="en-3"><?=$lang['words'][93]?> <?=$pagecount?> | <?=$number?> - <?=$number2?></span>
</h3>
<div class="row service-area-v3">
<? $i=1; while(@$a=mysqli_fetch_row($products)){
?><div class="col-lg-4 col-md-6 col-sm-12">
                    <div class="service-item mb-70 wow fadeInUp">
                        <div class="service-img box__ins3">
                          <a href="/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html"><img src="https://<?=$imgprod?>/upload/middle/<?=$a[3]?>" alt="<?=$a[1]?>"></a>
                        </div>
                        <div class="content text-center">
                            <h3 class="title"><a href="/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html"><?=$a[2]?></a></h3>
                            <p class="mb-20"><a href="/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html"><?=$a[1]?></a></p>
                        </div>
                    </div>
                </div>
<? $i++;?>
<? }?> 
</div>
              
<? if($pagecount>12){?>                    
<div class="row">
<div class="col-lg-12">
<? include("page_navigation.php");?>
</div></div>
<? }?>
					
</div>
<? include("a_right.php");?> 

</div>
</div>
</section>   
<? include("foot.php");?>