SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000374
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: 9157813
Run Time: 0.000646
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: 139
Run Time: 0.000685
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: 9157813
Run Time: 0.001262
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: 64066430
Run Time: 0.000307
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: 9157813
Run Time: 0.000317
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(139))
ORDER BY field.materialized_order
Run Time: 0.001001
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.000378
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(139))
ORDER BY field.materialized_order
Run Time: 0.000496
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.000227
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: 349
Run Time: 0.000365
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE id = ?
Params: 58
Run Time: 0.000350
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter_group | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM xf_thread_field_custom_filter_group
WHERE parentid = ?
Params: 58
Run Time: 0.000360
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread_field_custom_filter_group | ALL | | | | | 62 | Using where |
SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
Params: 101856993, haravan.vn
Run Time: 0.000266
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 = 101856993 AND threadid = 9157813 AND open_iframe = 0 and apisource = 'haravan.vn'
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 api_hash WHERE userid = ? and apisource = ? and approve = ?
Params: 101856993, webcall.vn, 1
Run Time: 0.000304
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.000202
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: 101856993
Run Time: 0.000477
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.000204
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 = 139 AND thread.sticky = 1 AND thread.thread_id <> 9157813 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
Run Time: 0.001244
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 = 139 AND thread.sticky <> 1 AND thread.thread_id <> 9157813 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 5
Run Time: 0.001640
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 | | 1696826 | Using where |
SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
Params: 139
Run Time: 0.000334
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=9157813, 1653053263,
Run Time: 0.000438
SELECT *
FROM `xf_widget`
WHERE `widget_page_id` = 0
ORDER BY display_order ASC
Run Time: 0.000229
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.000210
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: 811
Run Time: 0.000291
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, 1058075721, a:91:{i:0;s:464:"ĐANG CÓ KM LỚN:
CHƯƠNG TRÌNH SIÊU KHUYẾN MẠI TẠI HYUNDAI NGỌC AN:
GIẢM GIÁ ĐẶC BIỆT LÊN TỚI 100 TRIỆU
Santafe 2.4 AT Tiêu Chuẩn Máy Xăng :1.110.000.000đ giảm giá còn 1.010.000đ
Santafe 2.4 AT Special Máy Xăng:1.260.000.000đ giảm giá còn 1.160.000.000đ
Santafe 2.4 AT Tiêu Chuẩn Máy Dầu:1.160.000.000đ giảm giá còn 1.060.000đ
Santafe 2.4 AT Special Máy Xăng:1.310.000.000đ giảm giá còn 1.210.000đ
";i:1;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc1/1/16/1f4a6.png";}}i:2;s:47:" GRAND I10 1.0 MT BASE CKD 2017: 330,000,000đ
";i:3;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc1/1/16/1f4a6.png";}}i:4;s:42:" GRAND I10 1.0 MT CKD 2017: 370,000,000đ
";i:5;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc1/1/16/1f4a6.png";}}i:6;s:42:" GRAND I10 1.0 AT CKD 2017: 395,000,000đ
";i:7;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc1/1/16/1f4a6.png";}}i:8;s:42:" GRAND I10 1.2 MT CKD 2017: 410,000,000đ
";i:9;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc1/1/16/1f4a6.png";}}i:10;s:47:" GRAND I10 1.2 MT BASE CKD 2017: 370,000,000đ
";i:11;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc1/1/16/1f4a6.png";}}i:12;s:42:" GRAND I10 1.2 AT CKD 2017: 435,000,000đ
";i:13;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc1/1/16/1f4a6.png";}}i:14;s:53:" GRAND I10 SEDAN 1.2 MT BASE CKD 2017: 370,000,000đ
";i:15;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc1/1/16/1f4a6.png";}}i:16;s:48:" GRAND I10 SEDAN 1.2 MT CKD 2017: 410,000,000đ
";i:17;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc1/1/16/1f4a6.png";}}i:18;s:49:" GRAND I10 SEDAN 1.2 AT CKD 2017: 435,000,000đ
";i:19;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/ff9/1/16/1f48e.png";}}i:20;s:62:"3 BƯỚC CỰC KỲ ĐƠN GIẢN ĐỂ SỠ HỮU CHIẾC XE ";i:21;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/ff9/1/16/1f48e.png";}}i:22;s:1:"
";i:23;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:24;s:27:"✅ Bước 1 : Truy cập ";i:25;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:25:"http://hyundaitragop.net/";s:8:"original";a:2:{i:0;s:33:"[URL='http://hyundaitragop.net/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:24:"http://hyundaitragop.net";}}i:26;s:52:" để lựa chọn dòng xe quý vị yêu thích.
";i:27;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:28;s:120:"✅ Bước 2 : Gọi cho tôi qua Hotline : 0901.362.234 ( Mr Thế) để được tư vấn về thủ tục mua xe.
";i:29;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:30;s:189:"✅ Bước 3 : Ngồi ở nhà và chờ chúng tôi cùng ngân hàng đến tận nhà của bạn.
------------------------------------------------------------------------------------
";i:31;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:32;s:76:"✅ Hỗ trợ vay từ 70% - 90% ( Chương trình lãi xuất ưu đãi )
";i:33;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:34;s:124:"✅ Thủ tục đơn giản chỉ cần CMND, Hộ Khẩu người mua xe (giấy tờ chứng minh thu nhập nếu có )
";i:35;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:36;s:41:"✅ Cam kết duyệt thành công 100%.
";i:37;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:38;s:61:"✅ Liên kết với các ngân hàng lớn uy tín nhất.
";i:39;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:40;s:59:"✅ Lãi suất ổn định trong suốt thời gian vay.
";i:41;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:42;s:83:"✅ Thời hạn vay từ 4 đến 6 năm, tất toán trước hạn miễn phí.
";i:43;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:44;s:69:"✅ Hỗ trợ trường hợp đặc biệt, khó vay, nợ xấu..
";i:45;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:46;s:86:"✅ Cam kết mức giá tốt nhất, không phát sinh chi phí ngoài dự kiến.
";i:47;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f33/1/16/2705.png";}}i:48;s:62:"✅ Hỗ trợ tư vấn vay mua trả góp 24/24 tận nơi.
";i:49;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/f94/1/16/1f947.png";}}i:50;s:100:" Được khách hàng đánh giá là một trong những Đại lý xe uy tín nhất miền Nam.
";i:51;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/f4d/1/16/1f4de.png";}}i:52;s:24:" Hotline : 0901.362.234
";i:53;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc0/1/16/1f30e.png";}}i:54;s:11:" Website : ";i:55;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:203:"https://l.facebook.com/l.php?u=http%3A%2F%2Fhyundaitragop.net%2F&h=ATP7HQgLJnPieRbGTm_fjC8oPNhhwEmsCjjKDrebedRGb9VoDyvtcUDO321S1_JdTtNGq6QdTFcyO5kxJZmFclgxf-3USMz0DKsVeMZrb_qJI_Ke46OMlvuXntyOA_4yrGYOzYat";s:8:"original";a:2:{i:0;s:211:"[URL='https://l.facebook.com/l.php?u=http%3A%2F%2Fhyundaitragop.net%2F&h=ATP7HQgLJnPieRbGTm_fjC8oPNhhwEmsCjjKDrebedRGb9VoDyvtcUDO321S1_JdTtNGq6QdTFcyO5kxJZmFclgxf-3USMz0DKsVeMZrb_qJI_Ke46OMlvuXntyOA_4yrGYOzYat']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:24:"http://hyundaitragop.net";}}i:56;s:2:"
";i:57;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/f2d/1/16/1f4cd.png";}}i:58;s:139:" Add : 327-QL13-Hiệp Bình Phước –Thủ Đức
------------------------------------------------------------------------------------
";i:59;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f4c/1/16/2753.png";}}i:60;s:4:"❓ ";i:61;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/fec/1/16/2049.png";}}i:62;s:34:"⁉️ KHÁCH HÀNG HAY HỎI GÌ ";i:63;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f4c/1/16/2753.png";}}i:64;s:4:"❓ ";i:65;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/fec/1/16/2049.png";}}i:66;s:7:"⁉️
";i:67;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f4c/1/16/2753.png";}}i:68;s:164:"❓ " Hiện tôi đang sinh sống ở thành phố/ tỉnh và hộ khẩu gốc ở tỉnh, vậy tôi có đủ điều kiện vay mua trả góp xe không ? "
";i:69;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f9e/1/16/27a1.png";}}i:70;s:148:"➡️ Có, chúng tôi hỗ trợ khách hàng vay mua xe trả góp trên toàn quốc. Khách hàng chỉ cần cung cấp BẢN PHOTO các loạ";i:71;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:98:"https://s1.storage.5giay.vn/image/2018/06/20180613_c7f49c226c2ad1a77900faea2b2e550e_1528870613.jpg";}}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:98:"https://s1.storage.5giay.vn/image/2018/06/20180613_8e5406e48d53498a93b34ba3ff87b662_1528870622.jpg";}}i:73;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:98:"https://s1.storage.5giay.vn/image/2018/06/20180613_dbcf761ba4798f7785d487f30edf8043_1528870636.jpg";}}i:74;s:153:"i giấy tờ sau : CMND, Hộ khẩu, Giấy xác nhận độc thân ( hoặc giấy đăng ký kết hôn ) là đã đủ điều kiện vay mua xe.
";i:75;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f4c/1/16/2753.png";}}i:76;s:217:"❓ " Hiện tôi đang hành nghề kinh doanh tự do, có nguồn thu nhập nhưng không thể chứng minh bằng chứng từ/ sao kê chuyển khoản, vậy tôi có vay mua xe trả góp được không ? "
";i:77;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f9e/1/16/27a1.png";}}i:78;s:319:"➡️ Thực tế trong một số trường hợp khách hàng có nguồn thu không thông qua hình thức chuyển khoản ngân hàng, chúng tôi vẫn hoàn toàn có thể hỗ trợ khách hàng chứng minh thu nhập MIỄN PHÍ. Gọi Hotline 0901.362.234 ( Mr Thế) để được tư vấn chi tiết.
";i:79;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f4c/1/16/2753.png";}}i:80;s:178:"❓ " Lãi suất ngân hàng từ phía đại lý liên kết là bao nhiêu, lãi suất này là giảm dần theo dư nợ hay cố định trong suốt quá trình vay ? "
";i:81;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f9e/1/16/27a1.png";}}i:82;s:333:"➡️ Hiện tại chúng tôi liên kết với hầu như tất cả các ngân hàng và công ty tài chính đang cung cấp sản phẩm vay xe hơi. Vì vậy lãi suất ngân hàng và thủ tục vay cũng rất đa dạng tùy vào từng trường hợp khách hàng. Gọi Hotline 0902.483.423 để biết chi tiết.
";i:83;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:65:"https://static.xx.fbcdn.net/images/emoji.php/v9/f4c/1/16/2753.png";}}i:84;s:441:"❓ Mọi thắc mắc xin vui lòng liên hệ 0901.362.234 ( Mr Thế) . Hân hạnh được phục vụ.
----------------------------------------------------------------------------------
------------------------------------------------------------------------------------
MỌI CHI TIẾT XIN LIÊN HỆ HOTLINE:
0901.362.234 ( Mr Thế) hoặc để lại số điện thoại để nhân viên tư vấn liên hệ trong vài phút.
";i:85;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/f2d/1/16/1f4cd.png";}}i:86;s:53:"Add : 327-QL13-Hiệp Bình Phước –Thủ Đức
";i:87;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:66:"https://static.xx.fbcdn.net/images/emoji.php/v9/fc0/1/16/1f30e.png";}}i:88;s:10:"Website : ";i:89;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:203:"https://l.facebook.com/l.php?u=http%3A%2F%2Fhyundaitragop.net%2F&h=ATNTMTyUvoiuN6MOMDI9UA8p8Vi7WM_Jmr_me7XG98_R_2CCItttIm8TKn3Wkv1vUKzVGMu8euvI15LOnHo-mbwzoDEOdZzWNg144VvlhtxCHIco2mIFHlGx2UUZkTwjK5zOMD0S";s:8:"original";a:2:{i:0;s:211:"[URL='https://l.facebook.com/l.php?u=http%3A%2F%2Fhyundaitragop.net%2F&h=ATNTMTyUvoiuN6MOMDI9UA8p8Vi7WM_Jmr_me7XG98_R_2CCItttIm8TKn3Wkv1vUKzVGMu8euvI15LOnHo-mbwzoDEOdZzWNg144VvlhtxCHIco2mIFHlGx2UUZkTwjK5zOMD0S']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:24:"http://hyundaitragop.net";}}i:90;s:27:"
" Tận Tâm Phục Vụ "";}, 1631068078, 1653053263
Run Time: 0.000826
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-thu-duc.811')
Params: 4
Run Time: 0.000531
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.000215
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 > 1653052363)
ORDER BY session_activity.view_date DESC
Run Time: 0.004076
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | session_activity | ALL | view_date | | | | 2499 | Using where; Using filesort |
SIMPLE | user | eq_ref | PRIMARY | PRIMARY | 4 | 5s_db1.session_activity.user_id | 1 | |