-
WIBUHAX0R1337
-
/
home
/
zqegovsj
/
www
/
us3web.haibo.com.cn
/
rgscreen
/
duoyy-web
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
a1creathtml
--
NONE
css
--
NONE
flag
--
NONE
js
--
NONE
pic
--
NONE
right-images
--
NONE
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.php
2.61KB
Edit File
Delete File
Rename
auth_image.php
0.845KB
Edit File
Delete File
Rename
case.php
2.081KB
Edit File
Delete File
Rename
certificatehonor.php
1.855KB
Edit File
Delete File
Rename
contact.php
1.431KB
Edit File
Delete File
Rename
download.php
1.267KB
Edit File
Delete File
Rename
foot.php
7.699KB
Edit File
Delete File
Rename
function.php
8.133KB
Edit File
Delete File
Rename
head.php
2.508KB
Edit File
Delete File
Rename
lang.php
6.241KB
Edit File
Delete File
Rename
lang_about.php
7.495KB
Edit File
Delete File
Rename
lang_index.php
2.915KB
Edit File
Delete File
Rename
lang_whychooseus.php
1.562KB
Edit File
Delete File
Rename
message.php
3.424KB
Edit File
Delete File
Rename
news-index.php
7.774KB
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
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"); $imgs=$db->selectarray("select img,title from ".$noe_version."_img where member_id=".$id." and product_id='".$_GET['pid']."'"); $imgs=$db->toarray($imgs); $imgsnum = $db->selectone("select count(id) from ".$noe_version."_img where product_id=".$_GET['pid'].""); $product = $db->selectone("select id,name,sn,content,picture,producttype_id,more,name2,price,now_price,member_price,member2_price,features,beizu_youtube,beizu_price,sizes,colors,beizu_speca,beizu_specb,beizu_specc,beizu_specd,beizu_spece,beizu_specf from ".$noe_version."_products where member_id=".$id." and id= '".$_GET['pid']."'"); $product[3]= stripslashes($product[3]); $product[3]=html_entity_decode($product[3]); $product[6]=str_replace('<','<',str_replace('>','>',str_replace('"','"',$product[6]))); $product[6]= stripslashes($product[6]); $product[6]=html_entity_decode($product[6]); $product[6]=html_entity_decode($product[6]); $product[12]=str_replace('<','<',str_replace('>','>',str_replace('"','"',$product[12]))); $product[12]= stripslashes($product[12]); $product[12]=html_entity_decode($product[12]); $ptype=$db->selectone("select id,name,level,img,name2 from ".$noe_version."_producttypes where id='".$product[5]."'"); $aa='product.html'; $aaa=$lang['words'][72]; $pageh1=$ptype[1]; if($ptype[2]==0){ $bb=$db->turn_name($ptype[4]).'_supply'.$ptype[0].'.html'; $bbb=$ptype[1]; $pcateid=$ptype[0]; } else{ $cc=$db->turn_name($ptype[4]).'_supply'.$ptype[0].'.html'; $ccc=$ptype[1]; $puptybe=$db->selectone("select id,name,img,name2,level from ".$noe_version."_producttypes where id='".$ptype[2]."'"); $bb=$db->turn_name($puptybe[3]).'_supply'.$puptybe[0].'.html'; $bbb=$puptybe[1]; $pcateid=$puptybe[0]; if($puptybe[4]!=0){ $ptoptybe=$db->selectone("select id,name,img,name2,level from ".$noe_version."_producttypes where id='".$puptybe[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]; } } $purl=$db->turn_name($product[7]).'_product'.$product[0].'.html'; $keytit=$product[1]; $feedbacktit=$product[2].' - '.$product[1]; $bannerpic=$db->selectone("select product_pic from ".$noe_version."_companies where member_id=".$id); $topbg=$imgprod.'/upload/big/'.$bannerpic[0]; $pagekeyword=$keytit.', '.$lang['words'][1]; $pagekeyword2=$pagekeyword; $pagekeyword3=$keytit.' '.$lang['words'][159].', '.$lang['words'][194].', '.$lang['words'][193].', '.$lang['words'][191].' '.$keytit.' '.$lang['words'][155].', '.$lang['words'][156].', '.$lang['words'][157]; include("lang_prodindex.php"); include("head.php"); ?> <?php include("a_pagetitle.php");?> <section id="content"> <div class="content-wrap"> <div class="container clearfix"> <div class="single-product"> <div class="product"> <div class="row gutter-40"> <div class="col-md-6"> <div class="product-image"> <div class="fslider" data-pagi="false" data-arrows="false" data-thumbs="true"> <div class="flexslider"> <div class="slider-wrap" data-lightbox="gallery"> <div class="slide" data-thumb="https://<?=$imgprod?>/upload/small/<?=$product[4]?>"><a href="https://<?=$imgprod?>/upload/big/<?=$product[4]?>" title="<?=$product[2]?>-<?=$product[1]?>" data-lightbox="gallery-item"><img src="https://<?=$imgprod?>/upload/big/<?=$product[4]?>" title="<?=$product[2]?>-<?=$product[1]?>" alt="<?=$product[2]?>-<?=$product[1]?>" class="img-thumbnail w-100 d-block"></a></div> <?php if ($imgsnum[0]!=0){?><?php for($i=0;$i<count($imgs);$i++){?> <div class="slide" data-thumb="https://<?=$imgprod?>/upload/small/<?=$imgs[$i][0]?>"><a href="https://<?=$imgprod?>/upload/big/<?=$imgs[$i][0]?>" title="<?=$product[2]?>-<?=$product[1]?>" data-lightbox="gallery-item"><img src="https://<?=$imgprod?>/upload/big/<?=$imgs[$i][0]?>" alt="<?=$product[2]?>-<?=$product[1]?>" class="img-thumbnail w-100 d-block"></a></div> <?php }?><?php }?> </div> </div> </div> </div> </div> <div class="col-md-6 product-desc"> <div> <h2 class="font-bold"><?=$product[1]?></h2> <div class="product-price"><ins>$<?=$product[14]?></ins></div> <div class="line"></div> <ul class="iconlist"> <li><i class="fa-solid fa-caret-right"></i> <strong>Installation:</strong> <?php $colorssql=$db->selectarray("select name,name2 from ".$noe_version."_colors where id in (".$product[16].") "); while(@$colors=mysqli_fetch_row($colorssql)){?><?=$colors[0]?>; <?php } ?> </li> <?php if ($product[20]!="") { ?> <li><i class="fa-solid fa-caret-right"></i> <strong>Screen:</strong> <?php $beizuspecdsql=$db->selectarray("select name from en_beizu_specd where id in (".$product[20].") "); while(@$beizuspecd=mysqli_fetch_row($beizuspecdsql)){?><?=$beizuspecd[0]?>; <?php } ?> </li> <?php } ?> <?php if ($product[21]!="") { ?> <li><i class="fa-solid fa-caret-right"></i> <strong>Operating System:</strong> <?php $beizuspecesql=$db->selectarray("select name from en_beizu_spece where id in (".$product[21].") "); while(@$beizuspece=mysqli_fetch_row($beizuspecesql)){?><?=$beizuspece[0]?>; <?php } ?> </li> <?php } ?> <?php if ($product[22]!="") { ?> <li><i class="fa-solid fa-caret-right"></i> <strong>Size:</strong> <?php $beizuspecfsql=$db->selectarray("select name from en_beizu_specf where id in (".$product[22].") "); while(@$beizuspecf=mysqli_fetch_row($beizuspecfsql)){?><?=$beizuspecf[0]?>; <?php } ?> </li> <?php } ?> </ul> <a href="#Feedback" class="button button-circle mt-2 button-amber button-xlarge" data-scrollto="#Feedback"><i class="icon-chat"></i> Get Quote</a> </div> </div> </div> <div class="row align-items-center mt-4 mb-4"> <div class="col-sm-12"> <blockquote> <p> <?=str_replace("\n","<br>",str_replace(' ',' ',$product[3]))?> </p> </blockquote> <?=str_replace(' ',' ',str_replace('<table','<table id="mytable" class="table table-bordered co-text font-12px"',str_replace('src="/',' style="margin-bottom:10px;" class="img-responsive" src="https://'.$member[4].'.supplierlist.com/',str_replace('<p','<p class="mb-2"',$product[6]))))?></div> </div> <div class="line"></div> <div class="w-100"> <h3 class="font-bold">Related Products</h3> <div class="owl-carousel product-carousel carousel-widget" data-margin="30" data-pagi="false" data-autoplay="5000" data-items-xs="1" data-items-md="2" data-items-lg="3" data-items-xl="4"> <?php $reprodsql=$db->selectarray("select id,name,sn,picture,name2,price,sizes from ".$noe_version."_products where producttype_id=".$product[5]." order by rand() LIMIT 0,6"); while(@$reprod=mysqli_fetch_row($reprodsql)){ ?> <div class="oc-item"> <div class="charity-card h-shadow shadow-ts card rounded-5 mb-3"> <div class="product p-2"> <div class="product-image"> <a href="https://<?=$siteweb?>/<?=$db->turn_name($reprod[4])?>_product<?=$reprod[0]?>.html" title="<?=$reprod[1]?>"><img src="https://<?=$imgprod?>/upload/middle/<?=$reprod[3]?>" alt="<?=$reprod[1]?>"></a> </div> <div class="product-desc"> <div class="product-title mb-0"> <p class="fw-semibold mb-2 mt-2"><?=$reprod[2]?></p> <h4 class="mb-0 font-14px" style="min-height:135px;"><a class="fw-medium" href="/<?=$db->turn_name($reprod[4])?>_product<?=$reprod[0]?>.html" title="<?=$reprod[1]?>"><?=$reprod[1]?></a></h4></div> </div> </div> </div> </div> <?php }?> </div> </div> <div class="line"></div> <?php include("a_feedback.php");?> </div> </div> </div> </div> </section> <?php include("foot.php"); ?>
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat