SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
Run Time: 0.005831
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 26 | Using where |
SELECT data_key, data_value
FROM xf_data_registry
WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
Run Time: 0.000167
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | range | PRIMARY | PRIMARY | 27 | | 2 | Using where |
SELECT data_value
FROM xf_data_registry
WHERE data_key = ?
Params: brmsModernStatisticCache
Run Time: 0.000106
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_data_registry | const | PRIMARY | PRIMARY | 27 | const | 1 | |
SELECT cache_value
FROM xf_permission_combination
WHERE permission_combination_id = ?
Params: 1
Run Time: 0.000139
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_permission_combination | const | PRIMARY | PRIMARY | 4 | const | 1 | |
SELECT *
FROM EWRporta_categories
WHERE category_slug = ?
Params:
Run Time: 0.000369
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
Params: 106a595fdb5f5fd6618642d412a9e3aa, a:8:{s:12:"sessionStart";i:1748104359;s:2:"ip";s:4:"aU";s:11:"sessionCsrf";s:16:"UxvjZiaGvN0wswUo";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";a:2:{s:6:"result";b:0;s:7:"version";i:1743007140;}s:15:"isIpDiscouraged";a:2:{s:6:"result";b:0;s:7:"version";i:1632144113;}}, 1748107959
Run Time: 0.000111
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, aU, aU, EWRporta_ControllerPublic_Articles, Index, valid, , 1748104359,
Run Time: 0.000074
SELECT *
FROM EWRporta_layouts
WHERE layout_id = ?
Params: articles-
Run Time: 0.000139
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM EWRporta_layouts
WHERE layout_id = ?
Params: articles
Run Time: 0.000067
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | | | | | | | | Impossible WHERE noticed after reading const tables |
SELECT *
FROM EWRporta_layouts
WHERE layout_id = ?
Params: portal
Run Time: 0.000068
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_layouts | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT *, 'disabled' AS position
FROM EWRporta_blocks
WHERE active = 1
ORDER BY block_id ASC
Run Time: 0.000274
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_blocks | index | | PRIMARY | 77 | | 18 | Using where |
SELECT * FROM EWRporta_caches
Run Time: 0.003368
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | ALL | | | | | 7 | |
SELECT * FROM EWRporta_options
Run Time: 0.000630
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_options | ALL | | | | | 76 | |
SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data, xf_node.title AS node_title
FROM xf_thread
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
LEFT JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
WHERE xf_thread.thread_id IN (4531,3963,1584,4102,4021)
ORDER BY FIELD(xf_thread.thread_id, 4531,3963,1584,4102,4021)
Run Time: 0.004445
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | range | PRIMARY,node_id_last_post_date,node_id_sticky_state_last_post | PRIMARY | 4 | | 5 | Using where; Using filesort |
SIMPLE | xf_node | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.xf_thread.node_id | 1 | |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.xf_thread.user_id | 1 | |
SIMPLE | EWRporta_promotes | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.xf_thread.thread_id | 1 | |
SIMPLE | xf_post | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.xf_thread.first_post_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (10758)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.001734
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 30 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (8266)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000856
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 3 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (1831)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000816
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 7 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (8949)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000717
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (8602)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000413
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 3 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: Slideshow
Run Time: 0.000158
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: Slideshow
Run Time: 0.000092
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
begin
Run Time: 0.000046
UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'Slideshow')
Params: a:2:{s:6:"option";a:3:{s:5:"forum";s:24:"4531,3963,1584,4102,4021";s:8:"truncate";s:3:"150";s:7:"parseBB";b:1;}s:9:"Slideshow";a:5:{i:0;a:64:{s:9:"thread_id";i:4531;s:7:"node_id";i:110;s:5:"title";s:90:"[TUẦN 08/11 - 12/11] Cập nhật RRG NGÀNH và các mã CỔ PHIẾU cho TỪNG NGÀNH";s:11:"reply_count";i:5;s:10:"view_count";i:26167;s:7:"user_id";i:22;s:8:"username";s:12:"Bảo Khánh";s:9:"post_date";i:1636296259;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:10758;s:16:"first_post_likes";i:4;s:14:"last_post_date";i:1710495333;s:12:"last_post_id";i:21112;s:17:"last_post_user_id";i:24315;s:18:"last_post_username";s:13:"antoannamviet";s:9:"prefix_id";i:0;s:4:"tags";s:6:"a:0:{}";s:20:"schedule_thread_date";i:0;s:22:"schedule_thread_status";i:0;s:12:"brms_promote";i:0;s:17:"brms_promote_date";i:0;s:15:"scheduled_state";s:0:"";s:5:"email";s:26:"kelvin_sean99@yahoo.com.vn";s:6:"gender";s:0:"";s:12:"custom_title";s:12:"Chứng sỹ";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:33;s:13:"message_count";i:890;s:20:"conversations_unread";i:0;s:13:"register_date";i:1540293931;s:13:"last_activity";i:1747969510;s:13:"trophy_points";i:3;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1569571693;s:12:"avatar_width";i:237;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:1456;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:23:"privacy_policy_accepted";i:1540293931;s:14:"terms_accepted";i:1540293931;s:26:"brms_statistic_perferences";N;s:7:"message";s:185:"Xin chào anh em, hàng tuần tôi sẽ cập nhật thông tin về RRG các ngành cho anh em. Cụ thể như sau:
[B]CẬP NHẬT CHỈ SỐ VỐN HÓA SO VỚI THỊ TRƯỜNG...";s:12:"attach_count";i:30;s:12:"promote_icon";N;s:12:"promote_data";i:13164;s:10:"node_title";s:54:"Cập nhật Relative Rotation Graph (RRG) mỗi ngày";s:11:"attachments";a:30:{i:13164;a:20:{s:13:"attachment_id";i:13164;s:7:"data_id";i:13167;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296053;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:146001;s:8:"filename";s:30:"BAO-HIEM-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:118810;s:9:"file_hash";s:32:"2716ee56fd92b2c137471cc809e92bea";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13167-2716ee56fd92b2c137471cc809e92bea.jpg";s:9:"deleteUrl";s:55:"attachments/bao-hiem-rrg-kakata-weekly-png.13164/delete";s:7:"viewUrl";s:49:"attachments/bao-hiem-rrg-kakata-weekly-png.13164/";s:9:"extension";s:3:"png";}i:13165;a:20:{s:13:"attachment_id";i:13165;s:7:"data_id";i:13168;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296054;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13141;s:8:"filename";s:38:"BAT-DONG-SAN-KCN-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:162367;s:9:"file_hash";s:32:"312a6077490dd95d2107957351b1f583";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13168-312a6077490dd95d2107957351b1f583.jpg";s:9:"deleteUrl";s:63:"attachments/bat-dong-san-kcn-rrg-kakata-weekly-png.13165/delete";s:7:"viewUrl";s:57:"attachments/bat-dong-san-kcn-rrg-kakata-weekly-png.13165/";s:9:"extension";s:3:"png";}i:13166;a:20:{s:13:"attachment_id";i:13166;s:7:"data_id";i:13169;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296056;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13144;s:8:"filename";s:34:"BAT-DONG-SAN-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:174058;s:9:"file_hash";s:32:"1023ecbaadcc625cce6379f2fe9d6c75";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13169-1023ecbaadcc625cce6379f2fe9d6c75.jpg";s:9:"deleteUrl";s:59:"attachments/bat-dong-san-rrg-kakata-weekly-png.13166/delete";s:7:"viewUrl";s:53:"attachments/bat-dong-san-rrg-kakata-weekly-png.13166/";s:9:"extension";s:3:"png";}i:13167;a:20:{s:13:"attachment_id";i:13167;s:7:"data_id";i:13170;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296058;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13041;s:8:"filename";s:28:"CAO-SU-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:134806;s:9:"file_hash";s:32:"f0fec1eb494165fe5ccdd13298df155b";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13170-f0fec1eb494165fe5ccdd13298df155b.jpg";s:9:"deleteUrl";s:53:"attachments/cao-su-rrg-kakata-weekly-png.13167/delete";s:7:"viewUrl";s:47:"attachments/cao-su-rrg-kakata-weekly-png.13167/";s:9:"extension";s:3:"png";}i:13168;a:20:{s:13:"attachment_id";i:13168;s:7:"data_id";i:13171;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296059;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13160;s:8:"filename";s:31:"CONG-NGHE-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:132520;s:9:"file_hash";s:32:"b74863bbd064dc3a8e4392483fc0857d";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13171-b74863bbd064dc3a8e4392483fc0857d.jpg";s:9:"deleteUrl";s:56:"attachments/cong-nghe-rrg-kakata-weekly-png.13168/delete";s:7:"viewUrl";s:50:"attachments/cong-nghe-rrg-kakata-weekly-png.13168/";s:9:"extension";s:3:"png";}i:13169;a:20:{s:13:"attachment_id";i:13169;s:7:"data_id";i:13172;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296059;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13190;s:8:"filename";s:33:"CHUNG-KHOAN-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:164624;s:9:"file_hash";s:32:"1211a9b21653701fdd8437e0e4903218";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13172-1211a9b21653701fdd8437e0e4903218.jpg";s:9:"deleteUrl";s:58:"attachments/chung-khoan-rrg-kakata-weekly-png.13169/delete";s:7:"viewUrl";s:52:"attachments/chung-khoan-rrg-kakata-weekly-png.13169/";s:9:"extension";s:3:"png";}i:13170;a:20:{s:13:"attachment_id";i:13170;s:7:"data_id";i:13173;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296060;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13252;s:8:"filename";s:29:"DAU-KHI-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:165549;s:9:"file_hash";s:32:"95bb07413b1a1631fd59816c30370834";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13173-95bb07413b1a1631fd59816c30370834.jpg";s:9:"deleteUrl";s:54:"attachments/dau-khi-rrg-kakata-weekly-png.13170/delete";s:7:"viewUrl";s:48:"attachments/dau-khi-rrg-kakata-weekly-png.13170/";s:9:"extension";s:3:"png";}i:13171;a:20:{s:13:"attachment_id";i:13171;s:7:"data_id";i:13174;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296061;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13311;s:8:"filename";s:39:"DAU-TU-PHAT-TRIEN-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:175229;s:9:"file_hash";s:32:"c850e29ccbee886096d997616c636270";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13174-c850e29ccbee886096d997616c636270.jpg";s:9:"deleteUrl";s:64:"attachments/dau-tu-phat-trien-rrg-kakata-weekly-png.13171/delete";s:7:"viewUrl";s:58:"attachments/dau-tu-phat-trien-rrg-kakata-weekly-png.13171/";s:9:"extension";s:3:"png";}i:13172;a:20:{s:13:"attachment_id";i:13172;s:7:"data_id";i:13175;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296062;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13294;s:8:"filename";s:31:"DUOC-PHAM-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:136538;s:9:"file_hash";s:32:"f973ad11ce1ee6c0990b7a92178c1abb";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13175-f973ad11ce1ee6c0990b7a92178c1abb.jpg";s:9:"deleteUrl";s:56:"attachments/duoc-pham-rrg-kakata-weekly-png.13172/delete";s:7:"viewUrl";s:50:"attachments/duoc-pham-rrg-kakata-weekly-png.13172/";s:9:"extension";s:3:"png";}i:13173;a:20:{s:13:"attachment_id";i:13173;s:7:"data_id";i:13176;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296062;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13265;s:8:"filename";s:30:"GIA-DUNG-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:145852;s:9:"file_hash";s:32:"503ae2d1fbb4410803ceeb69c34726e0";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13176-503ae2d1fbb4410803ceeb69c34726e0.jpg";s:9:"deleteUrl";s:55:"attachments/gia-dung-rrg-kakata-weekly-png.13173/delete";s:7:"viewUrl";s:49:"attachments/gia-dung-rrg-kakata-weekly-png.13173/";s:9:"extension";s:3:"png";}i:13174;a:20:{s:13:"attachment_id";i:13174;s:7:"data_id";i:13177;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296063;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13231;s:8:"filename";s:30:"HOA-CHAT-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:158798;s:9:"file_hash";s:32:"a10c6072ad5717aced497babdca3d77f";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13177-a10c6072ad5717aced497babdca3d77f.jpg";s:9:"deleteUrl";s:55:"attachments/hoa-chat-rrg-kakata-weekly-png.13174/delete";s:7:"viewUrl";s:49:"attachments/hoa-chat-rrg-kakata-weekly-png.13174/";s:9:"extension";s:3:"png";}i:13175;a:20:{s:13:"attachment_id";i:13175;s:7:"data_id";i:13178;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296063;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13273;s:8:"filename";s:33:"KHAI-KHOANG-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:148610;s:9:"file_hash";s:32:"650fbb126826ca688baf791b725afba1";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13178-650fbb126826ca688baf791b725afba1.jpg";s:9:"deleteUrl";s:58:"attachments/khai-khoang-rrg-kakata-weekly-png.13175/delete";s:7:"viewUrl";s:52:"attachments/khai-khoang-rrg-kakata-weekly-png.13175/";s:9:"extension";s:3:"png";}i:13176;a:20:{s:13:"attachment_id";i:13176;s:7:"data_id";i:13179;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296063;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13176;s:8:"filename";s:33:"LOGISTICS-1-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:180495;s:9:"file_hash";s:32:"dd0c48c50b6256d226317bc185987660";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13179-dd0c48c50b6256d226317bc185987660.jpg";s:9:"deleteUrl";s:58:"attachments/logistics-1-rrg-kakata-weekly-png.13176/delete";s:7:"viewUrl";s:52:"attachments/logistics-1-rrg-kakata-weekly-png.13176/";s:9:"extension";s:3:"png";}i:13177;a:20:{s:13:"attachment_id";i:13177;s:7:"data_id";i:13180;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296063;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13213;s:8:"filename";s:31:"LOGISTICS-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:232007;s:9:"file_hash";s:32:"ed38dd39a2186dccd4ec29ef51b629f3";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13180-ed38dd39a2186dccd4ec29ef51b629f3.jpg";s:9:"deleteUrl";s:56:"attachments/logistics-rrg-kakata-weekly-png.13177/delete";s:7:"viewUrl";s:50:"attachments/logistics-rrg-kakata-weekly-png.13177/";s:9:"extension";s:3:"png";}i:13178;a:20:{s:13:"attachment_id";i:13178;s:7:"data_id";i:13181;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296064;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13253;s:8:"filename";s:32:"NANG-LUONG-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:176334;s:9:"file_hash";s:32:"edac8982afcaf4ddd41bb1cb39854312";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13181-edac8982afcaf4ddd41bb1cb39854312.jpg";s:9:"deleteUrl";s:57:"attachments/nang-luong-rrg-kakata-weekly-png.13178/delete";s:7:"viewUrl";s:51:"attachments/nang-luong-rrg-kakata-weekly-png.13178/";s:9:"extension";s:3:"png";}i:13179;a:20:{s:13:"attachment_id";i:13179;s:7:"data_id";i:13182;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296064;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13187;s:8:"filename";s:33:"NONG-NGHIEP-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:133883;s:9:"file_hash";s:32:"734042ee1987994a8a64bb6984e7e080";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13182-734042ee1987994a8a64bb6984e7e080.jpg";s:9:"deleteUrl";s:58:"attachments/nong-nghiep-rrg-kakata-weekly-png.13179/delete";s:7:"viewUrl";s:52:"attachments/nong-nghiep-rrg-kakata-weekly-png.13179/";s:9:"extension";s:3:"png";}i:13180;a:20:{s:13:"attachment_id";i:13180;s:7:"data_id";i:13183;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296065;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13109;s:8:"filename";s:31:"NGAN-HANG-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:160024;s:9:"file_hash";s:32:"a160745119ba5d766cd42ba4dc305dd8";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13183-a160745119ba5d766cd42ba4dc305dd8.jpg";s:9:"deleteUrl";s:56:"attachments/ngan-hang-rrg-kakata-weekly-png.13180/delete";s:7:"viewUrl";s:50:"attachments/ngan-hang-rrg-kakata-weekly-png.13180/";s:9:"extension";s:3:"png";}i:13181;a:20:{s:13:"attachment_id";i:13181;s:7:"data_id";i:13184;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296066;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13083;s:8:"filename";s:27:"NGANH-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:159112;s:9:"file_hash";s:32:"544b05faf4fe8eaf6d42cf13699419c8";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13184-544b05faf4fe8eaf6d42cf13699419c8.jpg";s:9:"deleteUrl";s:52:"attachments/nganh-rrg-kakata-weekly-png.13181/delete";s:7:"viewUrl";s:46:"attachments/nganh-rrg-kakata-weekly-png.13181/";s:9:"extension";s:3:"png";}i:13182;a:20:{s:13:"attachment_id";i:13182;s:7:"data_id";i:13185;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296066;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13026;s:8:"filename";s:26:"NHUA-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:120254;s:9:"file_hash";s:32:"d38f52985df9d55725371beeeb4d62d3";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13185-d38f52985df9d55725371beeeb4d62d3.jpg";s:9:"deleteUrl";s:51:"attachments/nhua-rrg-kakata-weekly-png.13182/delete";s:7:"viewUrl";s:45:"attachments/nhua-rrg-kakata-weekly-png.13182/";s:9:"extension";s:3:"png";}i:13183;a:20:{s:13:"attachment_id";i:13183;s:7:"data_id";i:13186;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296066;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:12884;s:8:"filename";s:29:"PHU-TRO-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:128414;s:9:"file_hash";s:32:"f0b085d17f14c8466a37006cd43764b3";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13186-f0b085d17f14c8466a37006cd43764b3.jpg";s:9:"deleteUrl";s:54:"attachments/phu-tro-rrg-kakata-weekly-png.13183/delete";s:7:"viewUrl";s:48:"attachments/phu-tro-rrg-kakata-weekly-png.13183/";s:9:"extension";s:3:"png";}i:13184;a:20:{s:13:"attachment_id";i:13184;s:7:"data_id";i:13187;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296067;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:12938;s:8:"filename";s:26:"THEP-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:137182;s:9:"file_hash";s:32:"779c138619d6cb6325141544db132ce1";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13187-779c138619d6cb6325141544db132ce1.jpg";s:9:"deleteUrl";s:51:"attachments/thep-rrg-kakata-weekly-png.13184/delete";s:7:"viewUrl";s:45:"attachments/thep-rrg-kakata-weekly-png.13184/";s:9:"extension";s:3:"png";}i:13185;a:20:{s:13:"attachment_id";i:13185;s:7:"data_id";i:13188;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296067;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:12877;s:8:"filename";s:35:"THIET-BI-DIEN-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:118163;s:9:"file_hash";s:32:"9b58f989003f53fe1bb0676966a4c331";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13188-9b58f989003f53fe1bb0676966a4c331.jpg";s:9:"deleteUrl";s:60:"attachments/thiet-bi-dien-rrg-kakata-weekly-png.13185/delete";s:7:"viewUrl";s:54:"attachments/thiet-bi-dien-rrg-kakata-weekly-png.13185/";s:9:"extension";s:3:"png";}i:13186;a:20:{s:13:"attachment_id";i:13186;s:7:"data_id";i:13189;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296067;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:12972;s:8:"filename";s:31:"THUC-PHAM-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:177454;s:9:"file_hash";s:32:"0024effbf6085e2cd2e6b9cd532a46a0";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13189-0024effbf6085e2cd2e6b9cd532a46a0.jpg";s:9:"deleteUrl";s:56:"attachments/thuc-pham-rrg-kakata-weekly-png.13186/delete";s:7:"viewUrl";s:50:"attachments/thuc-pham-rrg-kakata-weekly-png.13186/";s:9:"extension";s:3:"png";}i:13187;a:20:{s:13:"attachment_id";i:13187;s:7:"data_id";i:13190;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296068;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:12860;s:8:"filename";s:32:"THUONG-MAI-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:141806;s:9:"file_hash";s:32:"7e8976ffacd971f560ecf13cdaf860a5";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13190-7e8976ffacd971f560ecf13cdaf860a5.jpg";s:9:"deleteUrl";s:57:"attachments/thuong-mai-rrg-kakata-weekly-png.13187/delete";s:7:"viewUrl";s:51:"attachments/thuong-mai-rrg-kakata-weekly-png.13187/";s:9:"extension";s:3:"png";}i:13188;a:20:{s:13:"attachment_id";i:13188;s:7:"data_id";i:13191;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296068;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:12786;s:8:"filename";s:30:"THUY-SAN-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:119014;s:9:"file_hash";s:32:"cb36f6b14cb112e85eb53b55844bea3c";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13191-cb36f6b14cb112e85eb53b55844bea3c.jpg";s:9:"deleteUrl";s:55:"attachments/thuy-san-rrg-kakata-weekly-png.13188/delete";s:7:"viewUrl";s:49:"attachments/thuy-san-rrg-kakata-weekly-png.13188/";s:9:"extension";s:3:"png";}i:13189;a:20:{s:13:"attachment_id";i:13189;s:7:"data_id";i:13192;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296068;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:12865;s:8:"filename";s:26:"VLXD-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:146721;s:9:"file_hash";s:32:"4776a095cba051e4796477da03e31afe";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13192-4776a095cba051e4796477da03e31afe.jpg";s:9:"deleteUrl";s:51:"attachments/vlxd-rrg-kakata-weekly-png.13189/delete";s:7:"viewUrl";s:45:"attachments/vlxd-rrg-kakata-weekly-png.13189/";s:9:"extension";s:3:"png";}i:13190;a:20:{s:13:"attachment_id";i:13190;s:7:"data_id";i:13193;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296070;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:13075;s:8:"filename";s:26:"VN30-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:184709;s:9:"file_hash";s:32:"b900467b74fb08b334d429432ddb8781";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13193-b900467b74fb08b334d429432ddb8781.jpg";s:9:"deleteUrl";s:51:"attachments/vn30-rrg-kakata-weekly-png.13190/delete";s:7:"viewUrl";s:45:"attachments/vn30-rrg-kakata-weekly-png.13190/";s:9:"extension";s:3:"png";}i:13191;a:20:{s:13:"attachment_id";i:13191;s:7:"data_id";i:13194;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296071;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:14007;s:8:"filename";s:29:"VON-HOA-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:80679;s:9:"file_hash";s:32:"54020154e36f8c783a837a2fb5381791";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13194-54020154e36f8c783a837a2fb5381791.jpg";s:9:"deleteUrl";s:54:"attachments/von-hoa-rrg-kakata-weekly-png.13191/delete";s:7:"viewUrl";s:48:"attachments/von-hoa-rrg-kakata-weekly-png.13191/";s:9:"extension";s:3:"png";}i:13192;a:20:{s:13:"attachment_id";i:13192;s:7:"data_id";i:13195;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296072;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:12805;s:8:"filename";s:32:"XAY-DUNG-1-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:209095;s:9:"file_hash";s:32:"de1b45ec2d965d51aaf4c727980d1293";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13195-de1b45ec2d965d51aaf4c727980d1293.jpg";s:9:"deleteUrl";s:57:"attachments/xay-dung-1-rrg-kakata-weekly-png.13192/delete";s:7:"viewUrl";s:51:"attachments/xay-dung-1-rrg-kakata-weekly-png.13192/";s:9:"extension";s:3:"png";}i:13193;a:20:{s:13:"attachment_id";i:13193;s:7:"data_id";i:13196;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296072;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:12874;s:8:"filename";s:30:"XAY-DUNG-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:262455;s:9:"file_hash";s:32:"c391107c7e58f7a51ae85434cfa8e8e3";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13196-c391107c7e58f7a51ae85434cfa8e8e3.jpg";s:9:"deleteUrl";s:55:"attachments/xay-dung-rrg-kakata-weekly-png.13193/delete";s:7:"viewUrl";s:49:"attachments/xay-dung-rrg-kakata-weekly-png.13193/";s:9:"extension";s:3:"png";}}s:6:"attach";a:20:{s:13:"attachment_id";i:13164;s:7:"data_id";i:13167;s:12:"content_type";s:4:"post";s:10:"content_id";i:10758;s:11:"attach_date";i:1636296053;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:146001;s:8:"filename";s:30:"BAO-HIEM-RRG-KAKATA-WEEKLY.png";s:9:"file_size";i:118810;s:9:"file_hash";s:32:"2716ee56fd92b2c137471cc809e92bea";s:9:"file_path";s:0:"";s:5:"width";i:1110;s:6:"height";i:620;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/13/13167-2716ee56fd92b2c137471cc809e92bea.jpg";s:9:"deleteUrl";s:55:"attachments/bao-hiem-rrg-kakata-weekly-png.13164/delete";s:7:"viewUrl";s:49:"attachments/bao-hiem-rrg-kakata-weekly-png.13164/";s:9:"extension";s:3:"png";}}i:1;a:65:{s:9:"thread_id";i:3963;s:7:"node_id";i:105;s:5:"title";s:99:"TEST - NO SUPPLY TÍN HIỆU ĐÁNG MONG CHỜ TỪ VÙNG TÍCH LŨY HOẶC TRONG XU HƯỚNG TĂNG";s:11:"reply_count";i:4;s:10:"view_count";i:21569;s:7:"user_id";i:22;s:8:"username";s:12:"Bảo Khánh";s:9:"post_date";i:1621003900;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:8266;s:16:"first_post_likes";i:16;s:14:"last_post_date";i:1710495292;s:12:"last_post_id";i:21111;s:17:"last_post_user_id";i:24315;s:18:"last_post_username";s:13:"antoannamviet";s:9:"prefix_id";i:0;s:4:"tags";s:559:"a:8:{i:3425;a:2:{s:3:"tag";s:9:"no demand";s:7:"tag_url";s:9:"no-demand";}i:3424;a:2:{s:3:"tag";s:9:"no supply";s:7:"tag_url";s:9:"no-supply";}i:2759;a:2:{s:3:"tag";s:22:"phương pháp wyckoff";s:7:"tag_url";s:19:"phuong-phap-wyckoff";}i:3745;a:2:{s:3:"tag";s:8:"shakeout";s:7:"tag_url";s:8:"shakeout";}i:3747;a:2:{s:3:"tag";s:4:"test";s:7:"tag_url";s:4:"test";}i:3748;a:2:{s:3:"tag";s:11:"test supply";s:7:"tag_url";s:11:"test-supply";}i:2805;a:2:{s:3:"tag";s:3:"vsa";s:7:"tag_url";s:3:"vsa";}i:3746;a:2:{s:3:"tag";s:6:"wykoff";s:7:"tag_url";s:6:"wykoff";}}";s:20:"schedule_thread_date";i:0;s:22:"schedule_thread_status";i:0;s:12:"brms_promote";i:0;s:17:"brms_promote_date";i:0;s:15:"scheduled_state";s:0:"";s:5:"email";s:26:"kelvin_sean99@yahoo.com.vn";s:6:"gender";s:0:"";s:12:"custom_title";s:12:"Chứng sỹ";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:33;s:13:"message_count";i:890;s:20:"conversations_unread";i:0;s:13:"register_date";i:1540293931;s:13:"last_activity";i:1747969510;s:13:"trophy_points";i:3;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1569571693;s:12:"avatar_width";i:237;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:1456;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:23:"privacy_policy_accepted";i:1540293931;s:14:"terms_accepted";i:1540293931;s:26:"brms_statistic_perferences";N;s:7:"message";s:192:"Xin chào anh em, hôm nay chúng ta tiếp tục chủ đề phương pháp Wyckoff VSA với tín hiệu sức mạnh thể hiện giá tăng nhé.
Một điều tôi cần nói trước...";s:12:"attach_count";i:3;s:12:"promote_icon";s:6:"attach";s:12:"promote_data";s:5:"11106";s:10:"node_title";s:42:"Chuyên mục Phương pháp Wyckoff - VSA";s:11:"attachments";a:3:{i:11104;a:20:{s:13:"attachment_id";i:11104;s:7:"data_id";i:11107;s:12:"content_type";s:4:"post";s:10:"content_id";i:8266;s:11:"attach_date";i:1621003649;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:25666;s:8:"filename";s:7:"PNJ.png";s:9:"file_size";i:180628;s:9:"file_hash";s:32:"d309b18fe0ed31f8bb63e999689a51cd";s:9:"file_path";s:0:"";s:5:"width";i:1843;s:6:"height";i:847;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:45;s:12:"thumbnailUrl";s:62:"data/attachments/11/11107-d309b18fe0ed31f8bb63e999689a51cd.jpg";s:9:"deleteUrl";s:32:"attachments/pnj-png.11104/delete";s:7:"viewUrl";s:26:"attachments/pnj-png.11104/";s:9:"extension";s:3:"png";}i:11105;a:20:{s:13:"attachment_id";i:11105;s:7:"data_id";i:11108;s:12:"content_type";s:4:"post";s:10:"content_id";i:8266;s:11:"attach_date";i:1621003650;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:11158;s:8:"filename";s:7:"VCB.png";s:9:"file_size";i:220561;s:9:"file_hash";s:32:"608d076776d394cd1317f1a0d965706e";s:9:"file_path";s:0:"";s:5:"width";i:1831;s:6:"height";i:847;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:46;s:12:"thumbnailUrl";s:62:"data/attachments/11/11108-608d076776d394cd1317f1a0d965706e.jpg";s:9:"deleteUrl";s:32:"attachments/vcb-png.11105/delete";s:7:"viewUrl";s:26:"attachments/vcb-png.11105/";s:9:"extension";s:3:"png";}i:11106;a:20:{s:13:"attachment_id";i:11106;s:7:"data_id";i:11109;s:12:"content_type";s:4:"post";s:10:"content_id";i:8266;s:11:"attach_date";i:1621003945;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:202810;s:8:"filename";s:90:"test-no-supply-tin-hieu-dang-mong-cho-tu-vung-tich-luy-hoac-trong-xu-huong-tang-kakata.png";s:9:"file_size";i:647498;s:9:"file_hash";s:32:"3ab07e7d1949e8045ce6daac53cf660f";s:9:"file_path";s:0:"";s:5:"width";i:1233;s:6:"height";i:843;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:68;s:12:"thumbnailUrl";s:62:"data/attachments/11/11109-3ab07e7d1949e8045ce6daac53cf660f.jpg";s:9:"deleteUrl";s:115:"attachments/test-no-supply-tin-hieu-dang-mong-cho-tu-vung-tich-luy-hoac-trong-xu-huong-tang-kakata-png.11106/delete";s:7:"viewUrl";s:109:"attachments/test-no-supply-tin-hieu-dang-mong-cho-tu-vung-tich-luy-hoac-trong-xu-huong-tang-kakata-png.11106/";s:9:"extension";s:3:"png";}}s:6:"attach";a:20:{s:13:"attachment_id";i:11106;s:7:"data_id";i:11109;s:12:"content_type";s:4:"post";s:10:"content_id";i:8266;s:11:"attach_date";i:1621003945;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:202810;s:8:"filename";s:90:"test-no-supply-tin-hieu-dang-mong-cho-tu-vung-tich-luy-hoac-trong-xu-huong-tang-kakata.png";s:9:"file_size";i:647498;s:9:"file_hash";s:32:"3ab07e7d1949e8045ce6daac53cf660f";s:9:"file_path";s:0:"";s:5:"width";i:1233;s:6:"height";i:843;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:68;s:12:"thumbnailUrl";s:62:"data/attachments/11/11109-3ab07e7d1949e8045ce6daac53cf660f.jpg";s:9:"deleteUrl";s:115:"attachments/test-no-supply-tin-hieu-dang-mong-cho-tu-vung-tich-luy-hoac-trong-xu-huong-tang-kakata-png.11106/delete";s:7:"viewUrl";s:109:"attachments/test-no-supply-tin-hieu-dang-mong-cho-tu-vung-tich-luy-hoac-trong-xu-huong-tang-kakata-png.11106/";s:9:"extension";s:3:"png";}s:8:"showIcon";b:1;}i:2;a:65:{s:9:"thread_id";i:1584;s:7:"node_id";i:80;s:5:"title";s:108:"Chia sẻ code và bộ lọc nhanh các cổ phiếu đang có xu hướng tăng cho phần mềm Amibroker";s:11:"reply_count";i:17;s:10:"view_count";i:45272;s:7:"user_id";i:22;s:8:"username";s:12:"Bảo Khánh";s:9:"post_date";i:1548524273;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:1831;s:16:"first_post_likes";i:17;s:14:"last_post_date";i:1732939536;s:12:"last_post_id";i:23813;s:17:"last_post_user_id";i:26488;s:18:"last_post_username";s:10:"Tiến Lê";s:9:"prefix_id";i:0;s:4:"tags";s:290:"a:3:{i:1588;a:2:{s:3:"tag";s:20:"bộ lọc amibroker";s:7:"tag_url";s:14:"b-lc-amibroker";}i:1589;a:2:{s:3:"tag";s:23:"bộ lọc cổ phiếu";s:7:"tag_url";s:11:"b-lc-c-phiu";}i:1590;a:2:{s:3:"tag";s:34:"cổ phiếu có xu hướng tăng";s:7:"tag_url";s:23:"c-phiu-co-xu-huong-tang";}}";s:20:"schedule_thread_date";i:0;s:22:"schedule_thread_status";i:0;s:12:"brms_promote";i:0;s:17:"brms_promote_date";i:0;s:15:"scheduled_state";s:0:"";s:5:"email";s:26:"kelvin_sean99@yahoo.com.vn";s:6:"gender";s:0:"";s:12:"custom_title";s:12:"Chứng sỹ";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:33;s:13:"message_count";i:890;s:20:"conversations_unread";i:0;s:13:"register_date";i:1540293931;s:13:"last_activity";i:1747969510;s:13:"trophy_points";i:3;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1569571693;s:12:"avatar_width";i:237;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:1456;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:23:"privacy_policy_accepted";i:1540293931;s:14:"terms_accepted";i:1540293931;s:26:"brms_statistic_perferences";N;s:7:"message";s:176:"[CENTER][B][ATTACH=full]3358[/ATTACH][/B][/CENTER]
[B]Là nhà đầu cơ chuyên lướt sóng trên thị trường chứng khoán, điều chúng ta mong mỏi nhất là...";s:12:"attach_count";i:7;s:12:"promote_icon";s:6:"attach";s:12:"promote_data";s:4:"3353";s:10:"node_title";s:51:"Bàn luận về Amibroker, Metastock, Metatrader 4";s:11:"attachments";a:7:{i:3353;a:20:{s:13:"attachment_id";i:3353;s:7:"data_id";i:3354;s:12:"content_type";s:4:"post";s:10:"content_id";i:1831;s:11:"attach_date";i:1548524384;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:199653;s:8:"filename";s:76:"bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-1.png";s:9:"file_size";i:74930;s:9:"file_hash";s:32:"099cd4c2b6a49a2b6c04b3c7a256b3ba";s:9:"file_path";s:0:"";s:5:"width";i:1366;s:6:"height";i:726;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:53;s:12:"thumbnailUrl";s:60:"data/attachments/3/3354-099cd4c2b6a49a2b6c04b3c7a256b3ba.jpg";s:9:"deleteUrl";s:100:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-1-png.3353/delete";s:7:"viewUrl";s:94:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-1-png.3353/";s:9:"extension";s:3:"png";}i:3354;a:20:{s:13:"attachment_id";i:3354;s:7:"data_id";i:3355;s:12:"content_type";s:4:"post";s:10:"content_id";i:1831;s:11:"attach_date";i:1548524385;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:23318;s:8:"filename";s:76:"bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-2.png";s:9:"file_size";i:103660;s:9:"file_hash";s:32:"59d7d1e13651c5a866741ab6087e5a63";s:9:"file_path";s:0:"";s:5:"width";i:1366;s:6:"height";i:726;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:53;s:12:"thumbnailUrl";s:60:"data/attachments/3/3355-59d7d1e13651c5a866741ab6087e5a63.jpg";s:9:"deleteUrl";s:100:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-2-png.3354/delete";s:7:"viewUrl";s:94:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-2-png.3354/";s:9:"extension";s:3:"png";}i:3355;a:20:{s:13:"attachment_id";i:3355;s:7:"data_id";i:3356;s:12:"content_type";s:4:"post";s:10:"content_id";i:1831;s:11:"attach_date";i:1548524385;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:23274;s:8:"filename";s:76:"bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-3.png";s:9:"file_size";i:90061;s:9:"file_hash";s:32:"544283ea0a5c72cffe13c308c3e2e8e4";s:9:"file_path";s:0:"";s:5:"width";i:1366;s:6:"height";i:730;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:53;s:12:"thumbnailUrl";s:60:"data/attachments/3/3356-544283ea0a5c72cffe13c308c3e2e8e4.jpg";s:9:"deleteUrl";s:100:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-3-png.3355/delete";s:7:"viewUrl";s:94:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-3-png.3355/";s:9:"extension";s:3:"png";}i:3356;a:20:{s:13:"attachment_id";i:3356;s:7:"data_id";i:3357;s:12:"content_type";s:4:"post";s:10:"content_id";i:1831;s:11:"attach_date";i:1548524511;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:23223;s:8:"filename";s:76:"bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-4.png";s:9:"file_size";i:63680;s:9:"file_hash";s:32:"57076f2b8a4b2d0409d85c63a67b55c8";s:9:"file_path";s:0:"";s:5:"width";i:1366;s:6:"height";i:636;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:46;s:12:"thumbnailUrl";s:60:"data/attachments/3/3357-57076f2b8a4b2d0409d85c63a67b55c8.jpg";s:9:"deleteUrl";s:100:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-4-png.3356/delete";s:7:"viewUrl";s:94:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-4-png.3356/";s:9:"extension";s:3:"png";}i:3357;a:20:{s:13:"attachment_id";i:3357;s:7:"data_id";i:3358;s:12:"content_type";s:4:"post";s:10:"content_id";i:1831;s:11:"attach_date";i:1548524511;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:23215;s:8:"filename";s:76:"bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-5.png";s:9:"file_size";i:75058;s:9:"file_hash";s:32:"e788a21ea37d810d85aee4556b81d71d";s:9:"file_path";s:0:"";s:5:"width";i:1366;s:6:"height";i:694;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:50;s:12:"thumbnailUrl";s:60:"data/attachments/3/3358-e788a21ea37d810d85aee4556b81d71d.jpg";s:9:"deleteUrl";s:100:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-5-png.3357/delete";s:7:"viewUrl";s:94:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-5-png.3357/";s:9:"extension";s:3:"png";}i:3358;a:20:{s:13:"attachment_id";i:3358;s:7:"data_id";i:3359;s:12:"content_type";s:4:"post";s:10:"content_id";i:1831;s:11:"attach_date";i:1548524644;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:24085;s:8:"filename";s:74:"bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker.png";s:9:"file_size";i:19893;s:9:"file_hash";s:32:"7c24dd281c29974aa3edb42f36817662";s:9:"file_path";s:0:"";s:5:"width";i:813;s:6:"height";i:351;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:43;s:12:"thumbnailUrl";s:60:"data/attachments/3/3359-7c24dd281c29974aa3edb42f36817662.jpg";s:9:"deleteUrl";s:98:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-png.3358/delete";s:7:"viewUrl";s:92:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-png.3358/";s:9:"extension";s:3:"png";}i:3359;a:20:{s:13:"attachment_id";i:3359;s:7:"data_id";i:3360;s:12:"content_type";s:4:"post";s:10:"content_id";i:1831;s:11:"attach_date";i:1548524656;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:4340;s:8:"filename";s:18:"Trend explorer.afl";s:9:"file_size";i:983;s:9:"file_hash";s:32:"da373e356da8cc6a493534eac85d0fd4";s:9:"file_path";s:0:"";s:5:"width";i:0;s:6:"height";i:0;s:15:"thumbnail_width";i:0;s:16:"thumbnail_height";i:0;s:12:"thumbnailUrl";s:0:"";s:9:"deleteUrl";s:42:"attachments/trend-explorer-afl.3359/delete";s:7:"viewUrl";s:36:"attachments/trend-explorer-afl.3359/";s:9:"extension";s:3:"afl";}}s:6:"attach";a:20:{s:13:"attachment_id";i:3353;s:7:"data_id";i:3354;s:12:"content_type";s:4:"post";s:10:"content_id";i:1831;s:11:"attach_date";i:1548524384;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:199653;s:8:"filename";s:76:"bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-1.png";s:9:"file_size";i:74930;s:9:"file_hash";s:32:"099cd4c2b6a49a2b6c04b3c7a256b3ba";s:9:"file_path";s:0:"";s:5:"width";i:1366;s:6:"height";i:726;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:53;s:12:"thumbnailUrl";s:60:"data/attachments/3/3354-099cd4c2b6a49a2b6c04b3c7a256b3ba.jpg";s:9:"deleteUrl";s:100:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-1-png.3353/delete";s:7:"viewUrl";s:94:"attachments/bo-loc-nhanh-cac-co-phieu-dang-co-xu-huong-tang-cho-phan-mem-amibroker-1-png.3353/";s:9:"extension";s:3:"png";}s:8:"showIcon";b:1;}i:3;a:64:{s:9:"thread_id";i:4102;s:7:"node_id";i:79;s:5:"title";s:103:"Tổng hợp tất cả VIDEO THỰC CHIẾN về phương pháp WYCKOFF /VSA/ VPA / Phân tích Volume";s:11:"reply_count";i:11;s:10:"view_count";i:23809;s:7:"user_id";i:22;s:8:"username";s:12:"Bảo Khánh";s:9:"post_date";i:1630220632;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:8949;s:16:"first_post_likes";i:17;s:14:"last_post_date";i:1730078625;s:12:"last_post_id";i:23657;s:17:"last_post_user_id";i:29087;s:18:"last_post_username";s:16:"acthongthien2008";s:9:"prefix_id";i:0;s:4:"tags";s:1229:"a:14:{i:3825;a:2:{s:3:"tag";s:21:"kakata chứng khoán";s:7:"tag_url";s:17:"kakata-chng-khoan";}i:3827;a:2:{s:3:"tag";s:18:"phương pháp vpa";s:7:"tag_url";s:15:"phuong-phap-vpa";}i:3422;a:2:{s:3:"tag";s:18:"phương pháp vsa";s:7:"tag_url";s:15:"phuong-phap-vsa";}i:2759;a:2:{s:3:"tag";s:22:"phương pháp wyckoff";s:7:"tag_url";s:19:"phuong-phap-wyckoff";}i:3828;a:2:{s:3:"tag";s:28:"video hướng dẫn wyckoff";s:7:"tag_url";s:22:"video-huong-dn-wyckoff";}i:3826;a:2:{s:3:"tag";s:18:"video về wyckoff";s:7:"tag_url";s:15:"video-v-wyckoff";}i:2775;a:2:{s:3:"tag";s:21:"volume price analysis";s:7:"tag_url";s:21:"volume-price-analysis";}i:2806;a:2:{s:3:"tag";s:22:"volume spread analysis";s:7:"tag_url";s:22:"volume-spread-analysis";}i:3831;a:2:{s:3:"tag";s:13:"vsa cơ bản";s:7:"tag_url";s:10:"vsa-co-ban";}i:3832;a:2:{s:3:"tag";s:13:"vsa nâng cao";s:7:"tag_url";s:12:"vsa-nang-cao";}i:3829;a:2:{s:3:"tag";s:17:"wyckoff cơ bản";s:7:"tag_url";s:14:"wyckoff-co-ban";}i:3076;a:2:{s:3:"tag";s:14:"wyckoff method";s:7:"tag_url";s:14:"wyckoff-method";}i:3830;a:2:{s:3:"tag";s:17:"wyckoff nâng cao";s:7:"tag_url";s:16:"wyckoff-nang-cao";}i:3824;a:2:{s:3:"tag";s:13:"youtube video";s:7:"tag_url";s:13:"youtube-video";}}";s:20:"schedule_thread_date";i:0;s:22:"schedule_thread_status";i:0;s:12:"brms_promote";i:0;s:17:"brms_promote_date";i:0;s:15:"scheduled_state";s:0:"";s:5:"email";s:26:"kelvin_sean99@yahoo.com.vn";s:6:"gender";s:0:"";s:12:"custom_title";s:12:"Chứng sỹ";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:33;s:13:"message_count";i:890;s:20:"conversations_unread";i:0;s:13:"register_date";i:1540293931;s:13:"last_activity";i:1747969510;s:13:"trophy_points";i:3;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1569571693;s:12:"avatar_width";i:237;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:1456;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:23:"privacy_policy_accepted";i:1540293931;s:14:"terms_accepted";i:1540293931;s:26:"brms_statistic_perferences";N;s:7:"message";s:164:"[CENTER] [/CENTER]
Xin chào anh em, trong thời gian qua Kakata làm rất nhiều video về phương pháp Wyckoff / VSA / VPA để phục vụ anh em giao...";s:12:"attach_count";i:1;s:12:"promote_icon";N;s:12:"promote_data";i:11409;s:10:"node_title";s:39:"Video clips, Phim ảnh về đầu tư";s:11:"attachments";a:1:{i:11409;a:20:{s:13:"attachment_id";i:11409;s:7:"data_id";i:11412;s:12:"content_type";s:4:"post";s:10:"content_id";i:8949;s:11:"attach_date";i:1630221063;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:181462;s:8:"filename";s:52:"video-wyckoff-vsa-vpa-kakata-volume-stock-market.jpg";s:9:"file_size";i:83178;s:9:"file_hash";s:32:"9a679be94bbac13136439c522815fdb4";s:9:"file_path";s:0:"";s:5:"width";i:900;s:6:"height";i:517;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:57;s:12:"thumbnailUrl";s:62:"data/attachments/11/11412-9a679be94bbac13136439c522815fdb4.jpg";s:9:"deleteUrl";s:77:"attachments/video-wyckoff-vsa-vpa-kakata-volume-stock-market-jpg.11409/delete";s:7:"viewUrl";s:71:"attachments/video-wyckoff-vsa-vpa-kakata-volume-stock-market-jpg.11409/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:20:{s:13:"attachment_id";i:11409;s:7:"data_id";i:11412;s:12:"content_type";s:4:"post";s:10:"content_id";i:8949;s:11:"attach_date";i:1630221063;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:181462;s:8:"filename";s:52:"video-wyckoff-vsa-vpa-kakata-volume-stock-market.jpg";s:9:"file_size";i:83178;s:9:"file_hash";s:32:"9a679be94bbac13136439c522815fdb4";s:9:"file_path";s:0:"";s:5:"width";i:900;s:6:"height";i:517;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:57;s:12:"thumbnailUrl";s:62:"data/attachments/11/11412-9a679be94bbac13136439c522815fdb4.jpg";s:9:"deleteUrl";s:77:"attachments/video-wyckoff-vsa-vpa-kakata-volume-stock-market-jpg.11409/delete";s:7:"viewUrl";s:71:"attachments/video-wyckoff-vsa-vpa-kakata-volume-stock-market-jpg.11409/";s:9:"extension";s:3:"jpg";}}i:4;a:65:{s:9:"thread_id";i:4021;s:7:"node_id";i:80;s:5:"title";s:109:"Code Amibroker - Cập nhật thêm code phiên bản nâng cao tìm kiếm thế nến trong VPA/VSA/Wyckoff";s:11:"reply_count";i:58;s:10:"view_count";i:44581;s:7:"user_id";i:22;s:8:"username";s:12:"Bảo Khánh";s:9:"post_date";i:1629278459;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:8602;s:16:"first_post_likes";i:44;s:14:"last_post_date";i:1721653992;s:12:"last_post_id";i:22739;s:17:"last_post_user_id";i:27526;s:18:"last_post_username";s:5:"dta88";s:9:"prefix_id";i:0;s:4:"tags";s:392:"a:5:{i:2972;a:2:{s:3:"tag";s:14:"code amibroker";s:7:"tag_url";s:14:"code-amibroker";}i:3783;a:2:{s:3:"tag";s:8:"code vpa";s:7:"tag_url";s:8:"code-vpa";}i:3758;a:2:{s:3:"tag";s:8:"code vsa";s:7:"tag_url";s:8:"code-vsa";}i:3784;a:2:{s:3:"tag";s:12:"code wyckoff";s:7:"tag_url";s:12:"code-wyckoff";}i:2759;a:2:{s:3:"tag";s:22:"phương pháp wyckoff";s:7:"tag_url";s:19:"phuong-phap-wyckoff";}}";s:20:"schedule_thread_date";i:0;s:22:"schedule_thread_status";i:0;s:12:"brms_promote";i:0;s:17:"brms_promote_date";i:0;s:15:"scheduled_state";s:0:"";s:5:"email";s:26:"kelvin_sean99@yahoo.com.vn";s:6:"gender";s:0:"";s:12:"custom_title";s:12:"Chứng sỹ";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:33;s:13:"message_count";i:890;s:20:"conversations_unread";i:0;s:13:"register_date";i:1540293931;s:13:"last_activity";i:1747969510;s:13:"trophy_points";i:3;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1569571693;s:12:"avatar_width";i:237;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:1456;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:23:"privacy_policy_accepted";i:1540293931;s:14:"terms_accepted";i:1540293931;s:26:"brms_statistic_perferences";N;s:7:"message";s:185:"Hi anh em, hồi tháng 7 tôi đã có chia sẻ về bộ code dò tìm các thế nến trong VSA. Hôm nay tiếp tục chia sẻ bộ code nữa VPA phiên bản 5.0 để giúp...";s:12:"attach_count";i:3;s:12:"promote_icon";s:6:"attach";s:12:"promote_data";s:5:"11278";s:10:"node_title";s:51:"Bàn luận về Amibroker, Metastock, Metatrader 4";s:11:"attachments";a:3:{i:11278;a:20:{s:13:"attachment_id";i:11278;s:7:"data_id";i:11281;s:12:"content_type";s:4:"post";s:10:"content_id";i:8602;s:11:"attach_date";i:1629278407;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:185208;s:8:"filename";s:41:"code-amibroker-vpa-vsa-wyckoff-kakata.png";s:9:"file_size";i:115154;s:9:"file_hash";s:32:"a9d77e3fe9b50ed067fc1b324d2e89b5";s:9:"file_path";s:0:"";s:5:"width";i:900;s:6:"height";i:495;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/11/11281-a9d77e3fe9b50ed067fc1b324d2e89b5.jpg";s:9:"deleteUrl";s:66:"attachments/code-amibroker-vpa-vsa-wyckoff-kakata-png.11278/delete";s:7:"viewUrl";s:60:"attachments/code-amibroker-vpa-vsa-wyckoff-kakata-png.11278/";s:9:"extension";s:3:"png";}i:11279;a:20:{s:13:"attachment_id";i:11279;s:7:"data_id";i:11282;s:12:"content_type";s:4:"post";s:10:"content_id";i:8602;s:11:"attach_date";i:1629278417;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:1748;s:8:"filename";s:11:"VPA 5.0.afl";s:9:"file_size";i:59665;s:9:"file_hash";s:32:"ff24a98d697deac3887285764f6558dd";s:9:"file_path";s:0:"";s:5:"width";i:0;s:6:"height";i:0;s:15:"thumbnail_width";i:0;s:16:"thumbnail_height";i:0;s:12:"thumbnailUrl";s:0:"";s:9:"deleteUrl";s:36:"attachments/vpa-5-0-afl.11279/delete";s:7:"viewUrl";s:30:"attachments/vpa-5-0-afl.11279/";s:9:"extension";s:3:"afl";}i:11294;a:20:{s:13:"attachment_id";i:11294;s:7:"data_id";i:11297;s:12:"content_type";s:4:"post";s:10:"content_id";i:8602;s:11:"attach_date";i:1629473578;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3917;s:8:"filename";s:24:"VPA 5.0 (Vietnamese).afl";s:9:"file_size";i:61103;s:9:"file_hash";s:32:"4f0c064eef401b359d4e7a9eec02419f";s:9:"file_path";s:0:"";s:5:"width";i:0;s:6:"height";i:0;s:15:"thumbnail_width";i:0;s:16:"thumbnail_height";i:0;s:12:"thumbnailUrl";s:0:"";s:9:"deleteUrl";s:47:"attachments/vpa-5-0-vietnamese-afl.11294/delete";s:7:"viewUrl";s:41:"attachments/vpa-5-0-vietnamese-afl.11294/";s:9:"extension";s:3:"afl";}}s:6:"attach";a:20:{s:13:"attachment_id";i:11278;s:7:"data_id";i:11281;s:12:"content_type";s:4:"post";s:10:"content_id";i:8602;s:11:"attach_date";i:1629278407;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:185208;s:8:"filename";s:41:"code-amibroker-vpa-vsa-wyckoff-kakata.png";s:9:"file_size";i:115154;s:9:"file_hash";s:32:"a9d77e3fe9b50ed067fc1b324d2e89b5";s:9:"file_path";s:0:"";s:5:"width";i:900;s:6:"height";i:495;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:55;s:12:"thumbnailUrl";s:62:"data/attachments/11/11281-a9d77e3fe9b50ed067fc1b324d2e89b5.jpg";s:9:"deleteUrl";s:66:"attachments/code-amibroker-vpa-vsa-wyckoff-kakata-png.11278/delete";s:7:"viewUrl";s:60:"attachments/code-amibroker-vpa-vsa-wyckoff-kakata-png.11278/";s:9:"extension";s:3:"png";}s:8:"showIcon";b:1;}}}, 1748104359
Run Time: 0.001086
commit
Run Time: 0.000335
SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title,
IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
FROM xf_thread
LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
WHERE ( xf_thread.node_id IN ('0') OR EWRporta_promotes.promote_date < ? )
AND xf_thread.discussion_state = 'visible'
AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
ORDER BY promote_date DESC
LIMIT ?, ?
Params: 1748104359, 1748104359, 0, 20
Run Time: 0.371388
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_node | ALL | PRIMARY | | | | 62 | Using temporary; Using filesort |
SIMPLE | xf_thread | ref | node_id_last_post_date,node_id_sticky_state_last_post | node_id_last_post_date | 4 | kakatavn_db.xf_node.node_id | 48 | Using where |
SIMPLE | EWRporta_promotes | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.xf_thread.thread_id | 1 | Using where |
SIMPLE | xf_post | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.xf_thread.first_post_id | 1 | |
SIMPLE | xf_user | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.xf_thread.user_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14773
Run Time: 0.000283
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14651
Run Time: 0.000143
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (25611)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000875
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 1 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14566
Run Time: 0.000155
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (25526)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000219
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 3 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14438
Run Time: 0.000131
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (25397)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000238
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 2 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14311
Run Time: 0.000132
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (25269)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000209
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 3 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14247
Run Time: 0.000145
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (25204)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000219
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 4 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14244
Run Time: 0.000407
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (25201)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000867
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 5 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14243
Run Time: 0.000145
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (25200)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000225
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 7 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14242
Run Time: 0.000133
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (25199)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000230
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 5 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14241
Run Time: 0.000144
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (25197)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000215
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 5 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 14035
Run Time: 0.000140
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24988)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000217
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 6 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 13984
Run Time: 0.000128
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24937)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000243
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 8 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 13703
Run Time: 0.000170
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24650)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000546
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 3 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 13678
Run Time: 0.000141
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24620)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000210
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 4 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 13629
Run Time: 0.000157
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24567)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000243
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 6 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 13623
Run Time: 0.000156
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24560)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000219
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 3 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 13591
Run Time: 0.000174
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24518)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000216
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 4 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 13590
Run Time: 0.000151
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24514)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000224
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 4 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 13586
Run Time: 0.000131
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24509)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000213
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 5 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT *
FROM EWRporta_categories
INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
WHERE thread_id = ?
ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
Params: 13275
Run Time: 0.000145
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_categories | ALL | PRIMARY | | | | 1 | Using filesort |
SIMPLE | EWRporta_catlinks | eq_ref | category_id | category_id | 8 | kakatavn_db.EWRporta_categories.category_id,const | 1 | Using index |
SELECT attachment.*,
data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
FROM xf_attachment AS attachment
INNER JOIN xf_attachment_data AS data ON
(data.data_id = attachment.data_id)
WHERE attachment.content_type = ?
AND attachment.content_id IN (24184)
ORDER BY attachment.content_id, attachment.attach_date
Params: post
Run Time: 0.000221
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | attachment | ref | content_type_id_date | content_type_id_date | 31 | const,const | 4 | Using index condition; Using where |
SIMPLE | data | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.attachment.data_id | 1 | |
SELECT COUNT(*) AS total
FROM xf_thread
LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
WHERE (xf_thread.node_id IN ('0') OR EWRporta_promotes.promote_date < ?)
AND xf_thread.discussion_state = 'visible'
AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
Params: 1748104359, 1748104359
Run Time: 0.011869
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | xf_thread | ALL | node_id_last_post_date,node_id_sticky_state_last_post | | | | 5101 | Using where |
SIMPLE | EWRporta_promotes | eq_ref | PRIMARY | PRIMARY | 4 | kakatavn_db.xf_thread.thread_id | 1 | Using where |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: RecentNews
Run Time: 0.001869
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
SELECT *
FROM EWRporta_caches
WHERE block_id = ?
Params: RecentNews
Run Time: 0.000156
Select Type | Table | Type | Possible Keys | Key | Key Len | Ref | Rows | Extra |
---|
SIMPLE | EWRporta_caches | const | PRIMARY | PRIMARY | 77 | const | 1 | |
begin
Run Time: 0.000061
UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'RecentNews')
Params: a:2:{s:6:"option";a:9:{s:5:"forum";a:1:{i:0;s:1:"0";}s:8:"leftdate";s:1:"1";s:5:"limit";s:2:"20";s:7:"pagenav";s:1:"1";s:6:"social";s:1:"0";s:6:"sticky";s:1:"0";s:8:"truncate";s:3:"200";s:7:"parseBB";b:0;s:5:"count";i:2518;}s:10:"RecentNews";a:20:{i:0;a:68:{s:9:"thread_id";i:14773;s:7:"node_id";i:105;s:5:"title";s:71:"Bài 16- No Supply Sự vắng mặt của những kẻ chống đối";s:11:"reply_count";i:0;s:10:"view_count";i:84;s:7:"user_id";i:26571;s:8:"username";s:8:"C.Luận";s:9:"post_date";i:1747905130;s:6:"sticky";i:0;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:25735;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1747905130;s:12:"last_post_id";i:25735;s:17:"last_post_user_id";i:26571;s:18:"last_post_username";s:8:"C.Luận";s:9:"prefix_id";i:0;s:4:"tags";s:199:"a:3:{i:3424;a:2:{s:3:"tag";s:9:"no supply";s:7:"tag_url";s:9:"no-supply";}i:5595;a:2:{s:3:"tag";s:8:"upthrust";s:7:"tag_url";s:8:"upthrust";}i:2805;a:2:{s:3:"tag";s:3:"vsa";s:7:"tag_url";s:3:"vsa";}}";s:20:"schedule_thread_date";i:0;s:22:"schedule_thread_status";i:0;s:12:"brms_promote";i:0;s:17:"brms_promote_date";i:0;s:15:"scheduled_state";s:0:"";s:5:"email";s:23:"chinhluan2020@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:4;s:19:"secondary_group_ids";s:0:"";s:22:"display_style_group_id";i:4;s:25:"permission_combination_id";i:28;s:13:"message_count";i:111;s:20:"conversations_unread";i:0;s:13:"register_date";i:1715176113;s:13:"last_activity";i:1747905155;s:13:"trophy_points";i:0;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1715248266;s:12:"avatar_width";i:192;s:13:"avatar_height";i:255;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:118;s:14:"warning_points";i:0;s:8:"is_staff";i:0;s:23:"privacy_policy_accepted";i:1715176113;s:14:"terms_accepted";i:1715176113;s:26:"brms_statistic_perferences";s:0:"";s:7:"message";s:250:"0LSq_GqvJ_U
Xin chào, hôm nay là thứ năm, tháng này sài gòn cũng vào mùa mưa rồi, mưa lất phất nẫu ruột cũng như thị trường cũng vào vùng đỉnh 1320. Với bối cảnh đó mình sẽ giới thiệu cho mọi...";s:12:"attach_count";i:0;s:10:"node_title";s:42:"Chuyên mục Phương pháp Wyckoff - VSA";s:12:"promote_date";i:1747905120;s:12:"promote_icon";s:5:"image";s:12:"promote_data";s:212:"https://lh7-rt.googleusercontent.com/docsz/AD_4nXesAYnlfTXo_5smRavE2ELDzBkxmKGF-iN8C_UTzjPjEHNeLRoSrghxVLNHQuJFq5AunTKuz52rJ-q6YT75fHWZ8bOGwOodXtc0BEb1JLk_5iI9RXQLiW7sY4RmTw68zRwwe-fuLg?key=GXyeOSbQB66mneABPNgMnw";s:10:"categories";a:0:{}s:3:"day";s:2:"22";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"