SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000214
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: 6704421
Run Time: 0.000525
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: 20
Run Time: 0.000375
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 >= 80 AND post.position < 100)
AND (post.message_state IN ('visible'))
ORDER BY post.position ASC, post.post_date ASC
Params: 6704421
Run Time: 0.008267
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | post | range | thread_id_post_date,thread_id_position | thread_id_position | 8 | | 20 | Using index condition; 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 | 5 | Using where |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579440
Run Time: 0.000296
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579441
Run Time: 0.000243
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579442
Run Time: 0.000345
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579443
Run Time: 0.000250
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579444
Run Time: 0.000430
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579445
Run Time: 0.000256
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579446
Run Time: 0.000267
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579447
Run Time: 0.000231
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579448
Run Time: 0.000228
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579449
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 xf_ip
WHERE ip_id = ?
Params: 6579450
Run Time: 0.000227
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579451
Run Time: 0.000224
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579452
Run Time: 0.000234
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579453
Run Time: 0.000235
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579454
Run Time: 0.000238
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579455
Run Time: 0.000240
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579456
Run Time: 0.000232
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579457
Run Time: 0.000331
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579458
Run Time: 0.000475
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM xf_ip
WHERE ip_id = ?
Params: 6579459
Run Time: 0.000246
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: 6704421
Run Time: 0.000249
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(20))
ORDER BY field.materialized_order
Run Time: 0.000869
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 1 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
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(20))
ORDER BY field.materialized_order
Run Time: 0.000246
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | ff | ref | PRIMARY,field_id | PRIMARY | 4 | const | 1 | Using index; Using temporary; Using filesort |
SIMPLE | field | eq_ref | PRIMARY | PRIMARY | 194 | 5s_db1.ff.field_id | 1 | |
SELECT *
FROM xf_thread_field_custom_filter
WHERE id = ?
Params: 0
Run Time: 0.000181
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.000164
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.000158
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.000177
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.000158
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: 7161, haravan.vn
Run Time: 0.000253
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | api_hash | const | PRIMARY | PRIMARY | 775 | const,const | 1 | Using index |
SELECT count(*) FROM api_thread_approve WHERE userid = 7161 AND threadid = 6704421 AND open_iframe = 0 and apisource = 'haravan.vn'
Run Time: 0.000209
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: 7161, webcall.vn, 1
Run Time: 0.000251
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 20
Run Time: 0.000278
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=6704421&page=5, 1657026950,
Run Time: 0.000348
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000237
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_widget | ALL | | | | | 17 | Using where; Using filesort |
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, 994285392, a:10:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"patien, post: 994270177";s:8:"original";a:2:{i:0;s:33:"[quote="patien, post: 994270177"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:330:"1.Chưa bị thì giờ bị rồi này, làm không đàng hoàng thì bị chứ sao, cứ lôi cái quá khứ ra sống với nó trong khi phốt hiện tại không chịu giải quyết
2.Lee làm với AP thì liên quan gì tới đồng chí mà phải trả lại, mà có trong sạch đâu mà đòi người ta trả";}}i:1;s:1:"
";i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:40:"=> Chính ông giờ cũng thừa nhận";}}i:3;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:66:". Vậy mắc gì khi lee post cái topic đó lên, Tại sao Lee";}}i:4;s:1:" ";i:5;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:89:"nói Trùm USB gian thương ? người nói 1 tiếng xin lỗi với Trùm USB là Lee.";}}i:6;s:2:"
";i:7;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:24:"ndv9290, post: 994269938";s:8:"original";a:2:{i:0;s:34:"[quote="ndv9290, post: 994269938"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:306:"Người không có tài thì ít nhất phải có đức, hoặc ngược lại. Đằng này lại có những thứ không có cả hai, chỉ được cái múa mõm, thì chẳng ai đứng về phía mình được.
Thành thật chia buồn.
Anh em tránh xa thể loại gian thương này nhé :D";}}i:8;s:75:"
Cuối cùng cũng là ko trả lời trực tiếp, đi ném bậy bạ. ";i:9;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:50:"Làm người mà ko có đức chính là ndv9290";}}}, 1631068078, 1657026950
Run Time: 0.000403
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, 994296763, a:5:{i:0;s:85:":85::85:
:85::85::85::85::85::85:
upp cho mọi người thấy bộ mặt của tên";i:1;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:3:{i:0;s:1:" ";i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:2:{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:23:"gian thương trùm usb";}}i:1;s:1:",";}}i:2;s:1:".";}}i:2;s:13:".............";i:3;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:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:19:"tránh xa trùm usb";}}}}}}i:4;s:11:" ..........";}, 1631068078, 1657026950
Run Time: 0.000444
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, 994312499, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"cyberhack, post: 994285392";s:8:"original";a:2:{i:0;s:36:"[quote="cyberhack, post: 994285392"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:3:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:3:"=> ";}}i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:59:" người nói 1 tiếng xin lỗi với Trùm USB là Lee.";}}i:2;s:3:"
";}}i:1;s:103:"
trùm từ nhỏ đến lớn giờ không biết kem đánh răng hay cái bàn chãi là gì à ???";}, 1631068078, 1657026950
Run Time: 0.000413
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, 994317698, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"patien, post: 994270177";s:8:"original";a:2:{i:0;s:33:"[quote="patien, post: 994270177"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:330:"1.Chưa bị thì giờ bị rồi này, làm không đàng hoàng thì bị chứ sao, cứ lôi cái quá khứ ra sống với nó trong khi phốt hiện tại không chịu giải quyết
2.Lee làm với AP thì liên quan gì tới đồng chí mà phải trả lại, mà có trong sạch đâu mà đòi người ta trả";}}i:1;s:276:"
trùm may mắn gặp trúng khách hàng dể chịu thôi, cơ mà nếu vụ này trùm ko bla bla trên mạng nói rằng bảo hành tận họng, rồi tình nghĩa với lee thì chắc lee ko quậy tưng bừng như thế này mà bỏ qua cho trùm từ lâu rồi";}, 1631068078, 1657026950
Run Time: 0.000588
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, 994320978, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"cyberhack, post: 994285392";s:8:"original";a:2:{i:0;s:36:"[quote="cyberhack, post: 994285392"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:5:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:40:"=> Chính ông giờ cũng thừa nhận";}}i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:66:". Vậy mắc gì khi lee post cái topic đó lên, Tại sao Lee";}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000ff]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:89:"nói Trùm USB gian thương ? người nói 1 tiếng xin lỗi với Trùm USB là Lee.";}}i:4;s:1:"
";}}i:1;s:352:"
Tôi thừa nhận điều gì vậy đồng chí nói nghe thử? Phốt DA xách tay bán giá chính hãng éo chịu đổi cho người ta là gì nhỉ
Đồng chí có biệt tài suy diễn nói 1 thành 2 bẻ cong sự thât vl. Đồng chí đi mua hàng mà người khác bán cho đồng chí đồ hỏng thì gọi họ là gì đây?";}, 1631068078, 1657026950
Run Time: 0.000397
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, 994321350, a:3:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"leetatdat, post: 994317698";s:8:"original";a:2:{i:0;s:36:"[quote="leetatdat, post: 994317698"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:275:"trùm may mắn gặp trúng khách hàng dể chịu thôi, cơ mà nếu vụ này trùm ko bla bla trên mạng nói rằng bảo hành tận họng, rồi tình nghĩa với lee thì chắc lee ko quậy tưng bừng như thế này mà bỏ qua cho trùm từ lâu rồi";}}i:1;s:505:"
tóm lại là cái miệng hại cái thân, đọc cái bài bảo hành con chuột Death Adder của nó bên vozforums là thấy nó ngu rồi, ai đời khách đem hàng lỗi đi bh mà kêu khách post lên diễn đàn hỏi lỗi đúng lỗi mới chịu bh, quay tới quay lui thì con chuột ko phải hàng chính hãng, nói thật chứ mình mà là bạn mua con chuột đó hay ae gì của bạn đó mình lên mình nhét con chuột vào họng nó rồi, làm ăn bố láo
";i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:77:"cái loại gian thương như thằng trumusb thì bà con nên cảnh giác";}}}}}, 1631068078, 1657026950
Run Time: 0.000310
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, 994353829, a:3:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"daotruong, post: 994321350";s:8:"original";a:2:{i:0;s:36:"[quote="daotruong, post: 994321350"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:503:"tóm lại là cái miệng hại cái thân, đọc cái bài bảo hành con chuột Death Adder của nó bên vozforums là thấy nó ngu rồi, ai đời khách đem hàng lỗi đi bh mà kêu khách post lên diễn đàn hỏi lỗi đúng lỗi mới chịu bh, quay tới quay lui thì con chuột ko phải hàng chính hãng, nói thật chứ mình mà là bạn mua con chuột đó hay ae gì của bạn đó mình lên mình nhét con chuột vào họng nó rồi, làm ăn bố láo
";i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:77:"cái loại gian thương như thằng trumusb thì bà con nên cảnh giác";}}}}}}i:1;s:2:"
";i:2;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:426:"vâng bác nói quá chuẩn. cái loại gian thương đấy ai xui lắm mới dính vào.
ps: hình như từ trước giờ nếu lee nhớ không lầm, thì trùm chưa bao giờ xin lỗi lee về vụ hàng bị lỗi mặc dù trùm đã hứa đảm bảo check hàng thật kỹ, cam kết gửi hàng tốt nhất cho lee. chỉ riêng vụ này cũng đủ chứng tỏ con người của trùm như thế nào ";}}}, 1631068078, 1657026950
Run Time: 0.000324
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, 994354308, a:1:{i:0;s:413:"1. thấy vụ này Trùm usb bảo hành ko tốt, xin lỗi lee 1 tiếng đi cho giải quyết mọi chuyện
2. đi quá tinhte, voz, zoom, 5giay đều có cái topic nói vụ này @.@ mong mod 5s giải quyết dứt điểm đi, lùm xùm quá
3. coi lịch sử của vài nick :)) thấy cả mấy năm trời ko cm 1 câu, mà dạo này hoạt động mạnh lại, mà toàn cm trong topic này :))";}, 1631068078, 1657026950
Run Time: 0.000280
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, 994356900, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:24:"txmshop, post: 994242960";s:8:"original";a:2:{i:0;s:34:"[quote="txmshop, post: 994242960"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:257:"An Phú xuất kho hàng trăm sản phẩm nên việc kiểm tra hàng và dán tem đôi khi có sơ xuất trong việc xuất hàng, việc đầu usb bị teng gỉ do nhiều khi không để ý, nên mong các bạn suy xét lại vấn đề này,k";i:1;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:148:"hông ai kinh doanh lại muốn tự tay hủy hoại công việc kinh doanh của mình cả trừ một số kinh doanh không có lương tâm.";}}}}i:1;s:146:"
Ờ thì thằng trùm nó thuộc loại không có lương tâm này đấy, nên phải dập cho nó mất đầu đi, ý kiến gì nữa ?";}, 1631068078, 1657026950
Run Time: 0.000330
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, 994358339, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:30:"máy cưa bom, post: 994354308";s:8:"original";a:2:{i:0;s:40:"[quote="máy cưa bom, post: 994354308"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:413:"1. thấy vụ này Trùm usb bảo hành ko tốt, xin lỗi lee 1 tiếng đi cho giải quyết mọi chuyện
2. đi quá tinhte, voz, zoom, 5giay đều có cái topic nói vụ này @.@ mong mod 5s giải quyết dứt điểm đi, lùm xùm quá
3. coi lịch sử của vài nick :)) thấy cả mấy năm trời ko cm 1 câu, mà dạo này hoạt động mạnh lại, mà toàn cm trong topic này :))";}}i:1;s:118:"
Xin lỗi chẳng khác nào tự nhận mình là thằng đểu,từ từ nó củng trôi xin lỗi làm gì :))";}, 1631068078, 1657026950
Run Time: 0.000323
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, 994362979, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"SinAra, post: 994358339";s:8:"original";a:2:{i:0;s:33:"[quote="SinAra, post: 994358339"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:115:"Xin lỗi chẳng khác nào tự nhận mình là thằng đểu,từ từ nó củng trôi xin lỗi làm gì :))";}}i:1;s:196:"
ôi người quen !!!
cơ mà xác nhận xin lỗi chả ai nghỉ rằng trùm là thằng đểu cả, ít nhất người ta còn tôn trọng trùm usb vì còn bik nhận sai và sửa sai";}, 1631068078, 1657026950
Run Time: 0.000286
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, 994374740, a:1:{i:0;s:386:"Né mấy cái shop như này ra,
Khi bán hàng cho khác ở xa, ít ra cũng phải kiểm tra hàng cẩn thận, test kỹ chút xíu rồi hẵng gởi.
Bác Trùm nên rút kinh nghiệm, bán hàng cho khách phải test và kiểm tra kỹ, hậu mãi tốt chút xíu. chứ kiểu này ko tránh khỏi mất khách, tiếng dữ đồn xa";}, 1631068078, 1657026950
Run Time: 0.000276
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, 994376234, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:27:"DoQuynhNhu, post: 994374740";s:8:"original";a:2:{i:0;s:37:"[quote="DoQuynhNhu, post: 994374740"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:352:"Né mấy cái shop như này ra,
Khi bán hàng cho khác ở xa, ít ra cũng phải kiểm tra hàng cẩn thận, test kỹ chút xíu rồi hẵng gởi.
Bác Trùm nên rút kinh nghiệm, bán hàng cho khách phải test và kiểm tra kỹ, hậu mãi tốt chút xíu. chứ kiểu này ko tránh khỏi mất khách, tiếng dữ đồn xa";}}i:1;s:601:"
vấn đề là ở chổ trùm đã hứa sẽ test hàng thật kỹ cho lee nhưng lòi chuyện ra thì trùm đổ thừa bửa đó bận nên nhờ vợ trùm với người xuất kho + thêm 1 người không chuyên test rồi, đã thế trùm ko xin lỗi 1 câu, tặng cho lee 1 củ hành thật bự nửa.
chưa hết lee đã bỏ qua rồi mà cứ lên mạng bla bla bảo hành tận răng rồi tình nghĩa với lee thử hỏi ai chịu cho nổi nên lee mới lên đây tố cáo
ps: bên voz trùm còn dính rất nhìu phốt nửa chứ ko riêng mình vụ này";}, 1631068078, 1657026950
Run Time: 0.000280
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, 994378000, a:1:{i:0;s:78:"Nên cho trùm vào blacklist thôi , kể cả cso hay ko xin lỗi bạn lee";}, 1631068078, 1657026950
Run Time: 0.000363
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, 994390448, a:6:{i:0;s:65:"chúc mừng trùm usb đã đc google pr free , chỉ cần gõ ";i:1;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:5:"trumu";}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:3:"Red";s:8:"original";a:2:{i:0;s:13:"[COLOR="Red"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:88:"( không cần gỏ đầy đủ trumusb nhưng vẩn được google pr nhiệt tình )";}}i:4;s:3:"
";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:37:"http://upanh.com/view/?id=crn96u7r3jw";s:8:"original";a:2:{i:0;s:43:"[url=http://upanh.com/view/?id=crn96u7r3jw]";i:1;s:6:"[/url]";}s:8:"children";a:1:{i:0;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:85:"http://nx0.upanh.com/b3.s37.d4/1a350207e4e24069ab0cb2a4b01afa07_56023770.untitled.jpg";}}}}}, 1631068078, 1657026950
Run Time: 0.000384
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, 994400648, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"leetatdat, post: 994390448";s:8:"original";a:2:{i:0;s:36:"[quote="leetatdat, post: 994390448"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:6:{i:0;s:65:"chúc mừng trùm usb đã đc google pr free , chỉ cần gõ ";i:1;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:5:"trumu";}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:3:"Red";s:8:"original";a:2:{i:0;s:11:"[COLOR=Red]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:88:"( không cần gỏ đầy đủ trumusb nhưng vẩn được google pr nhiệt tình )";}}i:4;s:3:"
";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:37:"http://upanh.com/view/?id=crn96u7r3jw";s:8:"original";a:2:{i:0;s:45:"[URL="http://upanh.com/view/?id=crn96u7r3jw"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;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:85:"http://nx0.upanh.com/b3.s37.d4/1a350207e4e24069ab0cb2a4b01afa07_56023770.untitled.jpg";}}}}}}i:1;s:179:"
bác này hài hước quá
- trumusb giải quyết cho êm chuyện đê --> bác là trung gian thì có thiệt thòi gì -chỉ cần nhiệt tình với khách hàng tí";}, 1631068078, 1657026950
Run Time: 0.000351
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, 994401464, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"chelsea93, post: 994144792";s:8:"original";a:2:{i:0;s:36:"[quote="chelsea93, post: 994144792"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:3:{i:0;s:134:"Mình mua bán trên 5s đã lâu gặp khách hàng khó tính rất nhiều , nhưng thấy cách giải quyết của TrùmUSB là ";i:1;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:39:"Ko thể nào chấp nhận được . ";}}i:2;s:359:"Bạn bán hàng cho người nào thì bạn phải bảo hành cho người đó đừng đổ cho bên phân phối này kia , nếu hàng có lỗi bạn tự nhận lại hàng rồi đem lên chỗ phân phối giải quyết , nếu bạn sợ mất uy tín thì đã trực nhiệt tình giải quyết rồi chứ ko đợi tới nước này đâu .";}}i:1;s:38:"
anh chỉ được cái nói đúng !";}, 1631068078, 1657026950
Run Time: 0.000402
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, 994410023, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:28:"vietmystore, post: 994400648";s:8:"original";a:2:{i:0;s:38:"[quote="vietmystore, post: 994400648"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:177:"bác này hài hước quá
- trumusb giải quyết cho êm chuyện đê --> bác là trung gian thì có thiệt thòi gì -chỉ cần nhiệt tình với khách hàng tí";}}i:1;s:915:"
Giờ mà nói gì, ông ta cũng nói mình lẹo lưỡi, tá lã, bẻ cong đôi chử. Bác nói đúng, mình ko thiệt thòi gì hết, nhưng ông này là muốn hãm hại mình, từ google, rồi spam loạn, ôi kinh vô cùng ... loại khách hàng siêu hạng, mà ông này là dân kỷ thuật đó, chuyên nhận sửa chửa lắp ráp pc tại Nha Trang (mình mới bít). Mình ko còn câu nào để nói về loại khách này hết. Những gì cần nói đã nói, hy vọng 5giay.vn vào xem, đối chứng và có kết luận để đóng thread.
Àh, kết quả của ông tướgn khách này là bên An Phú đã hoàn toàn tiền cho hắn rồi đó (quá trình hắn quậy tưng lên, và nói mình gian thương bla blo ... là hắn tự làm mà chả alo gì cho mình 1 cú nào). Túm là, người ta có lòng hãm hại, làm sao tránh dc hả bác ???";}, 1631068078, 1657026950
Run Time: 0.000300
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, 994412917, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"cyberhack, post: 994410023";s:8:"original";a:2:{i:0;s:36:"[quote="cyberhack, post: 994410023"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:914:"Giờ mà nói gì, ông ta cũng nói mình lẹo lưỡi, tá lã, bẻ cong đôi chử. Bác nói đúng, mình ko thiệt thòi gì hết, nhưng ông này là muốn hãm hại mình, từ google, rồi spam loạn, ôi kinh vô cùng ... loại khách hàng siêu hạng, mà ông này là dân kỷ thuật đó, chuyên nhận sửa chửa lắp ráp pc tại Nha Trang (mình mới bít). Mình ko còn câu nào để nói về loại khách này hết. Những gì cần nói đã nói, hy vọng 5giay.vn vào xem, đối chứng và có kết luận để đóng thread.
Àh, kết quả của ông tướgn khách này là bên An Phú đã hoàn toàn tiền cho hắn rồi đó (quá trình hắn quậy tưng lên, và nói mình gian thương bla blo ... là hắn tự làm mà chả alo gì cho mình 1 cú nào). Túm là, người ta có lòng hãm hại, làm sao tránh dc hả bác ???";}}i:1;s:1310:"
trùm usb và biệt tài múa lưỡi là đây, ủa chẳng lẻ dân kỹ thuật mua hàng thì có vấn đề gì à, tui cũng mua rất nhiều shop và tui từng khiếu nại nhiều shop nhưng người ta biết điều người ta có trách nhiệm nên tui ý kiến xong vẩn vui vẻ mua hàng và tiếp tục ủng hộ bằng cách giới thiệu người thân bạn bè tới mua, riêng ông mặc dù ông thách tui post lên web, tui thấy tội cũng đã bỏ qua không tố cáo nhưng thái độ bán hàng và bảo hành ông có thể nói là lừa đảo trắng trợn, thế nhưng ông không biết suy nghĩ, đi đâu cũng bla bla, bảo hành tận răng, tình nghĩa với tui thử hỏi tui làm sao chịu đc.
còn về việc ông nói tui tự làm tanh bành lên mà không thèm alo cho ông ư, nói mà không biết nhục chính ông xúi tui đem qua npp để bảo hành và không chấp nhận trực tiếp bảo hành cho tui, trong khi tui yahoo 1 lần và gọi đt 2 lần để đề nghị ông bảo hành lần đầu tiên, còn lần thứ 2 liên hệ ông qua yahoo để bảo hành ông ko chấp nhận và phũ luôn !!!
vậy tui đặt ra câu hỏi nếu tui không làm ầm lên thì kết quả ra sao nhỉ ???";}, 1631068078, 1657026950
Run Time: 0.000350
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, 994415737, a:1:{i:0;s:169:"Trùm sai lè ra mà còn xảo biện, hỏi thì ko cm đc mình đúg chỗ nào toàn đánh trốg lãg đi đâu ko mà còn cãi cùn :feel_good:";}, 1631068078, 1657026950
Run Time: 0.000291
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000195
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000214
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 2
Run Time: 0.000185
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000180
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000171
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000180
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000171
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000176
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000177
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000171
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 21
Run Time: 0.000174
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000184
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 36
Run Time: 0.000180
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 > 1657026050)
ORDER BY session_activity.view_date DESC
Run Time: 0.003685
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 1805 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |