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: product4.php
<?php require 'public_include.php'; $strSQL = "SELECT * FROM product_class WHERE id='1'"; $product_class1 = $db->Execute($strSQL); $strSQL = "SELECT * FROM product_class WHERE id='2'"; $product_class2 = $db->Execute($strSQL); $strSQL = "SELECT * FROM product_class WHERE id='3'"; $product_class3 = $db->Execute($strSQL); $strSQL = "SELECT * FROM product_class WHERE id='4'"; $product_class4 = $db->Execute($strSQL); $get_class = 2; ?> <!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="product_title_div"> <div class="product_title_div2"> <img src="img/about/about_title_icon.png" style="margin-right: 20px;"> <span><?=$arr_lang[$_COOKIE['lang']]['menu']['product']?></span> </div> <div class="container product_item_div"> <div class="product_item_title effect-btn effect-slide-bg" onclick="location.href='product.php';"> <?=$product_class1[0]['title_' . $_COOKIE['lang']]?> </div> <div class="product_item_title effect-btn effect-slide-bg" onclick="location.href='product2.php';"> <?=$product_class2[0]['title_' . $_COOKIE['lang']]?> </div> <div class="product_item_title effect-btn effect-slide-bg" onclick="location.href='product3.php';"> <?=$product_class3[0]['title_' . $_COOKIE['lang']]?> </div> <div class="product_item_title selected" onclick="location.href='product4.php';"> <?=$product_class4[0]['title_' . $_COOKIE['lang']]?> </div> </div> </div> <div id="product"> <div class="container" style=""> <div class="product_main_title"> <span><?=$product_class4[0]['title_' . $_COOKIE['lang']]?></span> </div> <div class="product_main_div"> <?=$product_class4[0]['content_' . $_COOKIE['lang']]?> <div class="product_main_type_div"> <span><?=$arr_lang[$_COOKIE['lang']]['product']['productExample']?></span> </div> <div class="product_technology_img_div col-sm-12 col-xs-12" style="text-align: center;padding-bottom: 50px;"> <?php $strSQL = "SELECT * FROM product WHERE class_id='4' AND status='1'"; $products = $db->Execute($strSQL); foreach ($products as $product) { ?> <div class="col-sm-3 col-xs-6" style="padding-top: 10px;"> <img src='<?='./webimages/' . $product['img']?>'> </div> <?php } ?> </div> </div> </div> </div> <?php require 'include/footer.php'; ?> </div> </body> </html>
Upload File
Create Folder