SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000217
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
,
user.gender, user.avatar_date, user.gravatar,
NULL AS thread_read_date,
0 AS thread_reply_banned,
0 AS thread_is_watched,
'' AS draft_message, NULL AS draft_extra
FROM xf_thread AS thread
LEFT JOIN xf_user AS user ON
(user.user_id = thread.user_id)
WHERE thread.thread_id = ?
Params: 9460564
Run Time: 0.000653
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT node.*, forum.*
,
permission.cache_value AS node_permission_cache,
NULL AS forum_read_date
FROM xf_forum AS forum
INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
LEFT JOIN xf_permission_cache_content AS permission
ON (permission.permission_combination_id = 1
AND permission.content_type = 'node'
AND permission.content_id = forum.node_id)
WHERE node.node_id = ?
Params: 159
Run Time: 0.000723
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | node | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | forum | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SIMPLE | permission | const | PRIMARY | PRIMARY | 35 | const,const,const | 1 | |
SELECT post.*
,
bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
user.*, IF(user.username IS NULL, post.username, user.username) AS username,
user_profile.*,
user_privacy.*,
signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
session_activity.view_date AS last_view_date,
0 AS like_date
FROM xf_post AS post
LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
LEFT JOIN xf_user AS user ON
(user.user_id = post.user_id)
LEFT JOIN xf_user_profile AS user_profile ON
(user_profile.user_id = post.user_id)
LEFT JOIN xf_user_privacy AS user_privacy ON
(user_privacy.user_id = post.user_id)
LEFT JOIN xf_bb_code_parse_cache AS signature_parse_cache ON
(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_id = post.user_id)
LEFT JOIN xf_session_activity AS session_activity ON
(post.user_id > 0 AND session_activity.user_id = post.user_id)
WHERE post.thread_id = ?
AND (post.position >= 0 AND post.position < 20)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 9460564
Run Time: 0.001232
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | ref | thread_id_post_date,thread_id_position | thread_id_post_date | 4 | const | 1 | Using where; Using filesort |
SIMPLE | bb_code_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,5s_db1.post.post_id | 1 | Using where |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_profile | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | user_privacy | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 1 | |
SIMPLE | signature_parse_cache | eq_ref | content_type_id | content_type_id | 31 | const,5s_db1.post.user_id | 1 | Using where |
SIMPLE | session_activity | ref | PRIMARY | PRIMARY | 4 | 5s_db1.post.user_id | 11 | Using where |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 69484004
Run Time: 0.002404
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
INSERT INTO xf_thread_view
(thread_id)
VALUES
(?)
Params: 9460564
Run Time: 0.000339
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(159))
ORDER BY field.materialized_order
Run Time: 0.000276
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 5 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_region
WHERE r_parentid = ? ORDER BY r_displayorder ASC
Params: 0
Run Time: 0.000231
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | ref | r_parentid | r_parentid | 4 | const | 65 | Using where; Using filesort |
SELECT field.*
,
ff.field_id, ff.node_id
FROM xf_thread_field AS field
INNER JOIN xf_forum_field AS ff ON
(ff.field_id = field.field_id)
WHERE (ff.node_id IN(159))
ORDER BY field.materialized_order
Run Time: 0.000281
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 5 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_region
WHERE r_parentid = ? ORDER BY r_displayorder ASC
Params: 0
Run Time: 0.000229
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | ref | r_parentid | r_parentid | 4 | const | 65 | Using where; Using filesort |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.000206
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000193
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE parentid = ?
Params:
Run Time: 0.000191
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter_group | ALL | | | | | 62 | Using where |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.000211
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params:
Run Time: 0.000189
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
Params: 101897793, haravan.vn
Run Time: 0.000276
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT count(*) FROM api_thread_approve WHERE userid = 101897793 AND threadid = 9460564 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000248
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM api_hash WHERE userid = ? and apisource = ? and approve = ?
Params: 101897793, webcall.vn, 1
Run Time: 0.000290
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM xf_thread_user_up
WHERE user_id = ?
ORDER BY datecreated DESC
Params: 0
Run Time: 0.000182
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_user_up | ref | user_id | user_id | 4 | const | 1 | Using where; Using filesort |
SELECT user.*
FROM xf_user AS user
WHERE user.user_id = ?
Params: 101897793
Run Time: 0.000485
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | user | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000203
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 159 AND thread.sticky = 1 AND thread.thread_id <> 9460564 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001161
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | ref | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | node_id_sticky_state_last_post | 6 | const,const,const | 1 | Using index condition; Using temporary; Using filesort |
SELECT thread.*
FROM xf_thread AS thread
WHERE thread.node_id = 159 AND thread.sticky <> 1 AND thread.thread_id <> 9460564 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 5
Run Time: 0.000895
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,sticky | PRIMARY | 4 | | 1195707 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 159
Run Time: 0.000188
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_quicklink | ref | node_id | node_id | 2 | const | 1 | Using where; Using filesort |
INSERT INTO xf_session_activity
(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
VALUES
(?, ?, ?, ?, ?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE
ip = VALUES(ip),
controller_name = VALUES(controller_name),
controller_action = VALUES(controller_action),
view_state = VALUES(view_state),
params = VALUES(params),
view_date = VALUES(view_date),
robot_key = VALUES(robot_key)
Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=9460564, 1652704102,
Run Time: 0.000350
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000240
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 17 | Using where; Using filesort |
SELECT *
FROM xf_region
WHERE r_id = ?
Params: 3
Run Time: 0.000303
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_region
WHERE r_id = ?
Params: 806
Run Time: 0.000184
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_region | const | PRIMARY | PRIMARY | 4 | const | 1 | |
INSERT INTO xf_bb_code_parse_cache
(content_type, content_id, parse_tree, cache_version, cache_date)
VALUES (?, ?, ?, ?, ?)
ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
cache_version = VALUES(cache_version),
cache_date = VALUES(cache_date)
Params: post, 1058614823, a:85:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"6";s:8:"original";a:2:{i:0;s:8:"[SIZE=6]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:59:"Dịch vụ lắp đặt và sửa chữa máy chấm công";}}}}i:1;s:111:"
Với nhiều năm kinh nghiệm làm việc và phục vụ trong lĩnh vực thiết bị an ninh, ";i:2;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;s:23:"kiểm soát ra vào";}}i:3;s:2:". ";i:4;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:53:"https://www.webtretho.com/redirect?p=http://1tech.vn/";s:8:"original";a:2:{i:0;s:61:"[URL='https://www.webtretho.com/redirect?p=http://1tech.vn/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:21:" CÔNG NGHỆ ONETECH";}}}}i:5;s:547:"nhận thấy nhu cầu cấp thiết của khách hàng trong vấn đề bảo dưỡng và sửa chữa. Các thiết bị máy chấm công. Cùng đội ngũ nhân viên kỹ thuật có chuyên môn và tay nghề cao. Chúng tôi sẽ mang lại cho các bạn một dịch vụ về lắp đặt, sửa chữa máy chấm công, cài đặt phần mềm chấm công, đi đường dây,… tốt nhất với uy tín và chất lượng được đảm bảo trên khắp toàn quốc.
";i:6;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:133:"https://lh3.googleusercontent.com/rbRzYqinlhSnHS7g7aBhpWJxtwdpk7QUfZWkkHxc2SsRXMhyHpLNcqq24ZiYDY1FlyhUyPyQhh2N4fAWbpzasje9E7FsEw=w752";}}i:7;s:1:"
";i:8;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:91:"Một số lỗi cơ bản đối với máy chấm công mà bạn có thể gặp phải:";}}}}}}i:9;s:1:"
";i:10;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:3:{i:0;s:3:"1. ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:73:"https://www.webtretho.com/redirect?p=https://idmart.com.vn/may-cham-cong/";s:8:"original";a:2:{i:0;s:81:"[URL='https://www.webtretho.com/redirect?p=https://idmart.com.vn/may-cham-cong/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:17:"Máy chấm công";}}i:2;s:24:" không nhận vân tay.";}}}}i:11;s:2:"
";i:12;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:45:"2. Máy chấm công không sáng màn hình.";}}}}i:13;s:2:"
";i:14;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:56:"3. Máy bị chập cháy, không lên được nguồn.";}}}}i:15;s:2:"
";i:16;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:49:"4. Máy không kết nối được với mạng.";}}}}i:17;s:2:"
";i:18;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:68:"5. Máy chấm công không tải được dữ liệu chấm công.";}}}}i:19;s:2:"
";i:20;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:51:"Và còn rất nhiều những lỗi khác nữa…";}}}}i:21;s:2:"
";i:22;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:131:"https://lh3.googleusercontent.com/nrfKc7enbU_r7-5Z8mwQRFFBBGcCy_hWWKX7NqIDyPOcVzf6pH07MlMupwnTYuP_JCNiIiT3_nveW1mpTTPL7Lp1wyKV=w752";}}i:23;s:1:"
";i:24;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:43:" QUY TRÌNH SỬA CHỮA MÁY CHẤM CÔNG:";}}}}i:25;s:1:"
";i:26;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:80:"1. Nắm bắt thông tin từ khách hàng về tình trạng lỗi của máy.";}}}}i:27;s:2:"
";i:28;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:45:"2. Tiếp nhận máy để kiểm tra lỗi.";}}}}i:29;s:2:"
";i:30;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:79:"3. Báo giá cho khách hàng chi phí sửa chữa và thay thế linh kiện.";}}}}i:31;s:2:"
";i:32;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:43:"4. Bàn giao lại máy đúng thời gian.";}}}}i:33;s:4:"
";i:34;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:42:"QUY TRÌNH LẮP ĐẶT MÁY CHẤM CÔNG:";}}i:35;s:2:"
";i:36;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:112:"1. Đi dây kết nối từ máy chấm công đến modem, server hoặc máy tính quản lí của công ty.";}}}}i:37;s:2:"
";i:38;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:61:"2. Lắp đặt máy tại vị trí khách hàng yêu cầu.";}}}}i:39;s:2:"
";i:40;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:57:"3. Cài đặt phần mềm chấm công lên máy tính.";}}}}i:41;s:2:"
";i:42;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:60:"4. Kết nối vào hệ thống, hướng dẫn sử dụng";}}}}i:43;s:4:"
";i:44;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:77:"BẠN SẼ NHẬN ĐƯỢC GÌ KHI SỬ DỤNG DỊCH VỤ CỦA CHÚNG TÔI?";}}}}i:45;s:1:"
";i:46;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:105:"1. Được sửa chữa và lắp đặt máy chấm công UY TÍN – CHẤT LƯỢNG – NHANH CHÓNG.";}}}}i:47;s:2:"
";i:48;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:95:"2. Được thay thế linh kiện chính hãng, báo giá tốt nhất, bảo hành dài lâu.";}}}}i:49;s:2:"
";i:50;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:57:"3. Được báo giá tốt nhất trên thị trường.";}}}}i:51;s:69:"
DỊCH VỤ SỬA CHỮA – BẢO HÀNH– BẢO TRÌ TẬN NƠI:
";i:52;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:131:"https://lh3.googleusercontent.com/H1bSgxsHfginaY-H2by9lRN0AebCuf-zDmtFOKEh6pzZ7OCIMahSlvKaYkjm0Bu8-FXaKVrozrnYFax-Jpu8P_61Ef1N=w752";}}i:53;s:1:"
";i:54;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:220:"
[*]Máy chấm công giấy
[*]Máy chấm công vân tay
[*]Máy chấm công thẻ từ
[*]Kiểm soát cửa ra vào
[*]Thay thế phụ kiện máy chấm công
[*]Thay thế phụ kiện kiểm soát cửa ra vào
";}}i:55;s:1:"
";i:56;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:47:"YÊN TÂM MUA SẮM HAY KHI BẠN GỌI ONETECH";}}i:57;s:2:"
";i:58;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:131:"https://lh3.googleusercontent.com/aRaCkQTOh2cYoWpiWDCEJsELB_63Fw2rCW7P-TilFXytWGCp58dukowjD0bK5pyFK2_N_iW9m7BY-4j1WRlWNi98P1Mc=w752";}}i:59;s:42:"Giao hàng miễn phí lên tới 150km.
";i:60;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:130:"https://lh3.googleusercontent.com/A8zVnyUTXmUkTwQl-GJSsr3uUPhmEN3-fxVpXCGHWTjKa-SYedNlqWPJiiOrlhqUHR9vplWt5VxVA5hvTFoqzi08ijk=w752";}}i:61;s:30:" Thanh toán thuận tiện.
";i:62;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:131:"https://lh3.googleusercontent.com/LS7eZrVmAuh9ySGC4p93rg6t56C-Ore64N1La5JFFEvUOy9UngaNwoQo4RjfyR2Vs3YYyWp0E6mPmTR1rj7stMEgXTHh=w752";}}i:63;s:33:"Sản phẩm 100% chính hãng.
";i:64;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:130:"https://lh3.googleusercontent.com/YW3vUDeq-iIyunyHAhIORtZw-uzDiJ1R77A7KpQnDpROImXviiwfWEJw2Ay4OId74d_RhiurdxqXBpQMKdn7H4eey-w=w752";}}i:65;s:55:"Giá cạnh tranh nhất thị trường.
";i:66;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:133:"https://lh3.googleusercontent.com/hcw5p6tBUEedNJS80dQFDNkk1xZhZ6xmHS6JQ7i1AE4R1f6Sep0MKQZSzHT89bT1iFmOrIiD3voN8cIrSfiawLTKfzalxg=w752";}}i:67;s:28:" Gọi hotline: 0975641001
";i:68;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:131:"https://lh3.googleusercontent.com/4rWzBVczuMW9EuUbQ3rh-8S5w3w9VcoVTvhfTsFP0QHyy46m1pdPqz8p19sq-WYgjEBAxKF-ittX-sWzZHoru4NW0u-q=w752";}}i:69;s:43:" CÔNG TY TNHH TM DV CÔNG NGHỆ ONETECH
";i:70;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:133:"https://lh3.googleusercontent.com/nAgWgHTktaF34iDiFingxNYHuQGuXgw35WRyXr45x4AIYs0xJpLpASY2aBpfGadi1qjYEG9ZQW4eCjnFMPnQ-VhPXsVzvQ=w752";}}i:71;s:54:" VP HCM: 115/14A Hưng Phú – P8 – Q8 – TP. HCM ";i:72;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:130:"https://lh3.googleusercontent.com/u0QAP3LIjx65haSaYfN8t73HwlkXZHfaBCVi4w2OH9wv0y13iZdqJYTAoHJSgHtiPIK73XoWjHcMQPQ8Y_qCDLopLh0=w752";}}i:73;s:20:" Đt: 0918 769 368
";i:74;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:133:"https://lh3.googleusercontent.com/nAgWgHTktaF34iDiFingxNYHuQGuXgw35WRyXr45x4AIYs0xJpLpASY2aBpfGadi1qjYEG9ZQW4eCjnFMPnQ-VhPXsVzvQ=w752";}}i:75;s:78:" VP Phan Thiết: 115 Thủ Khoa Huân – P Phú Thủy – TP. Phan Thiết ";i:76;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:130:"https://lh3.googleusercontent.com/u0QAP3LIjx65haSaYfN8t73HwlkXZHfaBCVi4w2OH9wv0y13iZdqJYTAoHJSgHtiPIK73XoWjHcMQPQ8Y_qCDLopLh0=w752";}}i:77;s:20:" Đt: 0949 807 574
";i:78;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:133:"https://lh3.googleusercontent.com/nAgWgHTktaF34iDiFingxNYHuQGuXgw35WRyXr45x4AIYs0xJpLpASY2aBpfGadi1qjYEG9ZQW4eCjnFMPnQ-VhPXsVzvQ=w752";}}i:79;s:87:" VP Buôn Mê Thuột: 09 Nguyễn Văn Cừ - P. Tân Lập – TP. Buôn Mê Thuột ";i:80;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:130:"https://lh3.googleusercontent.com/u0QAP3LIjx65haSaYfN8t73HwlkXZHfaBCVi4w2OH9wv0y13iZdqJYTAoHJSgHtiPIK73XoWjHcMQPQ8Y_qCDLopLh0=w752";}}i:81;s:22:" Đt: 0975 641 001
";i:82;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:131:"https://lh3.googleusercontent.com/nFVvHtOdwdBa3LKIkf4S2Ssh9AeeA3d15DmJywv8AqphQhwW2DxJnqyIEG5DcAkCjlXBlx71iGPA2T8ZLAE5OC45RT1A=w752";}}i:83;s:21:" Web: 1tech.vn
";i:84;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:5:{i:0;s:10:"
[*]Mail: ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:57:"https://www.webtretho.com/redirect?p=mailto:Info@1tech.vn";s:8:"original";a:2:{i:0;s:65:"[URL='https://www.webtretho.com/redirect?p=mailto:Info@1tech.vn']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"Info@1tech.vn";}}i:2;s:3:" | ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:67:"https://www.webtretho.com/redirect?p=mailto:sale1.onetech@gmail.com";s:8:"original";a:2:{i:0;s:75:"[URL='https://www.webtretho.com/redirect?p=mailto:sale1.onetech@gmail.com']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:23:"sale1.onetech@gmail.com";}}i:4;s:1:"
";}}}, 1631068078, 1652704102
Run Time: 0.000757
SELECT title, phrase_text
FROM xf_phrase_compiled
WHERE language_id = ?
AND title IN ('thread_field_price_desc', 'thread_field_city_desc', 'thread_field_district_desc', 'thread_field_mobile_desc', 'thread_field_postaddress_desc', 'thread_field_city_choice_tp-ho-chi-minh.3', 'thread_field_district_choice_quan-8.806')
Params: 4
Run Time: 0.000192
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_phrase_compiled | range | PRIMARY | PRIMARY | 106 | | 7 | Using where |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000197
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT session_activity.*
,
user.*
FROM xf_session_activity AS session_activity
LEFT JOIN xf_user AS user ON
(user.user_id = session_activity.user_id)
WHERE (session_activity.view_date > 1652703202)
ORDER BY session_activity.view_date DESC
Run Time: 0.003742
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 1891 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |