X7ROOT File Manager
Current Path:
/var/www/vhosts/hwtw.com.tw/httpdocs
var
/
www
/
vhosts
/
hwtw.com.tw
/
httpdocs
/
π
..
π
.htaccess
(1.33 KB)
π
.well-known
π
aaaa.png
(22.58 KB)
π
about.php
(4.23 KB)
π
admin.php
(4.23 KB)
π
backend
π
changeLang.php
(117 B)
π
config.inc.php
(1.72 KB)
π
config.php
(0 B)
π
contact.php
(1.7 KB)
π
css
π
favicon.ico
(596 B)
π
hkktaxs.php
(4.92 KB)
π
img
π
include
π
include.php
(5.71 KB)
π
index.php
(15.09 KB)
π
js
π
lang
π
libs
π
origin
π
ova.php
(0 B)
π
product.php
(2.37 KB)
π
product2.php
(2.38 KB)
π
product3.php
(2.37 KB)
π
product4.php
(3.12 KB)
π
ptrxbqi.php
(4.92 KB)
π
public_include.php
(549 B)
π
robots.txt
(95 B)
π
sitemap.xml
(1.54 KB)
π
stpvxfe.php
(4.92 KB)
π
support.php
(5.75 KB)
π
update
π
utchiha_3WBaUlWR.txt
(10 B)
π
utchiha_GUO6J0cZ.php
(0 B)
π
utchiha_N9omggk8.php
(8 KB)
π
utchiha_P6GAYsRf.php
(0 B)
π
utchiha_gO4TVdDZ.txt
(9 B)
π
vzx.php
(37.04 KB)
π
webfonts
π
webimages
π
zvewfpw.php
(4.92 KB)
Editing: support.php
<?php require 'public_include.php'; $strSQL = "SELECT * FROM support WHERE id='1'"; $support1 = $db->Execute($strSQL); $strSQL = "SELECT * FROM support WHERE id='2'"; $support2 = $db->Execute($strSQL); $strSQL = "SELECT * FROM support WHERE id='3'"; $support3 = $db->Execute($strSQL); $strSQL = "SELECT * FROM support WHERE id='4'"; $support4 = $db->Execute($strSQL); $get_class = 3; ?> <!DOCTYPE html> <html> <head> <?php require 'include/meta.php'; ?> </head> <body> <div style="overflow-x: hidden;"> <div id="header_div"> <div class="navbar" style="position: fixed; width: 100%;"> <?php require 'include/header.php'; ?> </div> </div> <div class="support_title_div"> <div class="support_title_div2"> <img src="img/about/about_title_icon.png" style="margin-right: 20px;"> <span><?=$arr_lang[$_COOKIE['lang']]['menu']['support']?></span> </div> </div> <div id="support"> <div class="support_main_title"> <span><?=$arr_lang[$_COOKIE['lang']]['menu']['support']?></span> </div> <div class="support_main_content"> <?=$arr_lang[$_COOKIE['lang']]['support']['memo']?> </div> <div style="padding:150px 0px;"> <div class="support_square_div"> <div class="support_square_img_div"> <div class="support_square support_square_1"> </div> <div class="support_square support_square_2"> </div> <div class="support_square support_square_3 item active" href="#first"> <img class="support_square_icon" src="img/about/about_title_icon.png"> <span class="support_square_title"><?=$arr_lang[$_COOKIE['lang']]['support']['FEA']?></span> <span class="support_square_title_eng"><?=$arr_lang[$_COOKIE['lang']]['support']['FEAEn']?></span> </div> <div class="support_square support_square_4 item" href="#stress"> <img class="support_square_icon" src="img/about/about_title_icon.png"> <span class="support_square_title"><?=$arr_lang[$_COOKIE['lang']]['support']['stressAnalysis']?></span> <span class="support_square_title_eng"><?=$arr_lang[$_COOKIE['lang']]['support']['stressAnalysisEn']?></span> <span class="support_square_title"><?=$arr_lang[$_COOKIE['lang']]['support']['modalAnalysis']?></span> <span class="support_square_title_eng"><?=$arr_lang[$_COOKIE['lang']]['support']['modalAnalysisEn']?></span> </div> <div class="support_square support_square_5 item" href="#dynamic"> <img class="support_square_icon" src="img/about/about_title_icon.png"> <span class="support_square_title"><?=$arr_lang[$_COOKIE['lang']]['support']['dynamicAnalysis']?></span> <span class="support_square_title_eng"><?=$arr_lang[$_COOKIE['lang']]['support']['dynamicAnalysisEn']?></span> </div> <div class="support_square support_square_6 item" href="#xray"> <img class="support_square_icon" src="img/about/about_title_icon.png"> <span class="support_square_title" style="line-height: 40px;"><?=$arr_lang[$_COOKIE['lang']]['support']['X-Ray']?></span> </div> </div> </div> </div> <script> $("div.support_square.item").on("click", function() { $(".support_square").removeClass("active"); $(this).addClass("active"); $(".tab-pane").removeClass("active"); $($(this).attr("href")).addClass("active"); var target = $(this).attr("href"); if (target != "") { if(target != '#xray'){ var target_top = $(target).offset().top - 80; $("html,body").animate({ scrollTop: target_top }, 1000); //εΈΆζ»εζζηθ·³θ½ }else{ var target_top = $("#xray2").offset().top - 90; $("html,body").animate({ scrollTop: target_top }, 1000); //εΈΆζ»εζζηθ·³θ½ } } }) </script> <div class="tab-content"> <div id="first" class="tab-pane active" style="color: white;"> <?=$support1[0]['content_' . $_COOKIE['lang']]?> </div> <div id="stress" class="tab-pane" style="color: white;"> <?=$support2[0]['content_' . $_COOKIE['lang']]?> </div> <div id="dynamic" class="tab-pane" style="color: white;"> <?=$support3[0]['content_' . $_COOKIE['lang']]?> </div> <div id="xray" class="tab-pane" style="color: white;"> <?=$support4[0]['content_' . $_COOKIE['lang']]?> </div> </div> </div> <?php require 'include/footer.php'; ?> </div> </body> </html>
Upload File
Create Folder