X7ROOT File Manager
Current Path:
/var/www/vhosts/hwtw.com.tw/httpdocs/backend
var
/
www
/
vhosts
/
hwtw.com.tw
/
httpdocs
/
backend
/
π
..
π
.DS_Store
(14 KB)
π
.htaccess
(1.33 KB)
π
529.php
(2.07 KB)
π
HanszxzV.html
(1.72 KB)
π
acl.php
(501 B)
π
acl_s.php
(3.8 KB)
π
acl_u.php
(1.84 KB)
π
acl_xml.php
(3.92 KB)
π
admin.php
(5 B)
π
admin_data.php
(6.48 KB)
π
admin_i.php
(3.21 KB)
π
admin_s.php
(15.22 KB)
π
admin_u.php
(4.11 KB)
π
alertifyjs
π
assets
π
auth_check.php
(6.2 KB)
π
batchdelete.php
(236 B)
π
bootstrap
π
changesort.php
(238 B)
π
changestatus.php
(255 B)
π
ckeditor
π
config
π
css
π
datetimepicker
π
favicon.ico
(596 B)
π
func
π
getclass.php
(376 B)
π
images
π
index.php
(3 B)
π
index_class.php
(5 B)
π
index_class_data.php
(3 B)
π
index_class_s.php
(7.09 KB)
π
index_img.php
(3 B)
π
index_img_data.php
(7.05 KB)
π
index_img_i.php
(3.2 KB)
π
index_img_s.php
(13.7 KB)
π
index_img_u.php
(3.74 KB)
π
js
π
kcfinder
π
list_category.php
(1.89 KB)
π
login.php
(5.66 KB)
π
logout.php
(104 B)
π
menu.php
(2.44 KB)
π
news.php
(1.04 KB)
π
news_class.php
(1.27 KB)
π
news_class_data.php
(7.65 KB)
π
news_class_i.php
(3.21 KB)
π
news_class_s.php
(15.99 KB)
π
news_class_u.php
(3.75 KB)
π
news_data.php
(18.27 KB)
π
news_i.php
(3.21 KB)
π
news_s.php
(16.24 KB)
π
news_u.php
(3.74 KB)
π
peli.php
(3.22 KB)
π
product.php
(1.46 KB)
π
product_class.php
(1.27 KB)
π
product_class2.php
(1.07 KB)
π
product_class2_data.php
(8.04 KB)
π
product_class2_i.php
(3.21 KB)
π
product_class2_s.php
(17.6 KB)
π
product_class2_u.php
(3.75 KB)
π
product_class_data.php
(9.07 KB)
π
product_class_i.php
(4.01 KB)
π
product_class_s.php
(9.69 KB)
π
product_class_u.php
(3.75 KB)
π
product_data.php
(8.13 KB)
π
product_i.php
(3.17 KB)
π
product_s.php
(15.11 KB)
π
product_u.php
(3.72 KB)
π
public_include.php
(372 B)
π
serv.jpg.php
(11.91 KB)
π
sortable.php
(1.56 KB)
π
start.php
(383 B)
π
start_data.php
(202 B)
π
start_s.php
(14 KB)
π
support.php
(1.29 KB)
π
support_data.php
(3.88 KB)
π
support_s.php
(8.17 KB)
π
support_u.php
(3.7 KB)
π
template.php
(11.03 KB)
π
toastr
π
top.php
(1.62 KB)
π
web_setting.php
(1018 B)
π
web_setting_data.php
(3.53 KB)
π
web_setting_u.php
(3.75 KB)
Editing: product_class2.php
<?php require_once('public_include.php'); //error_reporting(-1); //ini_set('display_errors', 'On'); $now_menu_index = 3; $func = $_GET['func']; $class_id = $_GET['class_id']; $now_menu = Func::GetMenuData(__FILE__); $func_page = 'product_class2'; $strSQL = 'select * from product_class where id="' . $class_id . '"'; $rs1 = $db->Execute($strSQL); $func_title = $rs1[0]['title_tw']; $arr_ison = array('1'=>'εη¨','0'=>'δΈεη¨'); $arr_isindex = array('0'=>'δΈι‘―η€Ί','1'=>'ι‘―η€Ί'); $arr_isegg = array('0'=>'ε¦','1'=>'ζ―'); $arr_lang = array('1'=>'θ±ζ','2'=>'ζ₯ζ'); $arg = array('class_id' => $class_id); if(is_array($arg)){ foreach ($arg as $kk => $vv) { if($vv!='' && $kk!='id'): $tmp .= "{$kk}={$vv}&"; endif; } } require($func_page.'_data.php'); switch($func){ case "insert"; $content_page = $func_page.'_i.php'; break; case "update"; $content_page = $func_page.'_u.php'; break; case "delete"; $content_page = $func_page.'_d.php'; break; default: $content_page = $func_page.'_s.php'; } require('template.php'); //print_r($_SESSION); ?>
Upload File
Create Folder