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: public_include.php
<?php session_start(); $session_id = session_id(); require 'config.inc.php'; function __autoload($class) { require LIBS . $class . ".php"; } $db = new Database(); if ($_COOKIE['lang'] == '') { $lang = strtolower(strtok(strip_tags($_SERVER['HTTP_ACCEPT_LANGUAGE']), ',')); if ($lang == 'zh-tw') { $lang = 'tw'; } else if ($lang == 'en-us') { $lang = 'en'; } else if ($lang == 'ja') { $lang = 'jp'; } else { $lang = 'tw'; } $_COOKIE['lang'] = $lang; } require_once 'lang/langText.php';
Upload File
Create Folder