Page Time: 0.2097s

Memory: 6.3105 MB (Peak: 7.2769 MB)

Queries (96, time: 0.0790s, 37.7%)

  1. 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.000548
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000218
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT *
    FROM xf_brivium_addon
    ORDER BY addon_id
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_addonindex PRIMARY77 1 
  4. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: brBriviumAddOns, a:0:{}
    Run Time: 0.000165
  5. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000204
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 7d181a792f726c5a739708ecd8c47291, , 1701661281
    Run Time: 0.000222
  7. 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, , , EWRporta_ControllerPublic_Portal, Index, valid, , 1701657681,
    Run Time: 0.000128
  8. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: portal
    Run Time: 0.000204
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_layoutsconstPRIMARYPRIMARY77const1 
  9. SELECT *, 'disabled' AS position
    	FROM EWRporta_blocks
    WHERE active = 1
    ORDER BY block_id ASC
    Run Time: 0.000247
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_blocksindex PRIMARY77 16Using where
  10. SELECT * FROM EWRporta_caches
    Run Time: 0.000241
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesALL    6 
  11. SELECT * FROM EWRporta_options
    Run Time: 0.000507
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_optionsALL    73 
  12. 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 ('1', '2', '3', '4', '50', '5', '6', '7', '8', '51', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27') 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: 1701657681, 1701657681, 0, 5
    Run Time: 0.018316
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.node_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.user_id1 
  13. 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: 3111
    Run Time: 0.000207
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  14. 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: 3110
    Run Time: 0.000162
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  15. 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 (3498)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000281
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  16. 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: 3109
    Run Time: 0.000167
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  17. 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: 3108
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  18. 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 (3496)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000265
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  19. 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: 3107
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  20. 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 ('1', '2', '3', '4', '50', '5', '6', '7', '8', '51', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27') 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: 1701657681, 1701657681
    Run Time: 0.000961
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  21. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews
    Run Time: 0.000242
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  22. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews
    Run Time: 0.000127
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  23. begin
    Run Time: 0.000143
  24. UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'RecentNews')
    Params: a:2:{s:6:"option";a:9:{s:5:"forum";a:29:{i:0;s:1:"1";i:1;s:1:"2";i:2;s:1:"3";i:3;s:1:"4";i:4;s:2:"50";i:5;s:1:"5";i:6;s:1:"6";i:7;s:1:"7";i:8;s:1:"8";i:9;s:2:"51";i:10;s:1:"9";i:11;s:2:"10";i:12;s:2:"11";i:13;s:2:"12";i:14;s:2:"13";i:15;s:2:"14";i:16;s:2:"15";i:17;s:2:"16";i:18;s:2:"17";i:19;s:2:"18";i:20;s:2:"19";i:21;s:2:"20";i:22;s:2:"21";i:23;s:2:"22";i:24;s:2:"23";i:25;s:2:"24";i:26;s:2:"25";i:27;s:2:"26";i:28;s:2:"27";}s:8:"leftdate";s:1:"1";s:5:"limit";s:1:"5";s:7:"pagenav";s:1:"1";s:6:"social";s:1:"0";s:6:"sticky";s:1:"0";s:8:"truncate";s:4:"1000";s:7:"parseBB";b:1;s:5:"count";i:726;}s:10:"RecentNews";a:5:{i:0;a:59:{s:9:"thread_id";i:3111;s:7:"node_id";i:20;s:5:"title";s:91:"Công ty Cổ phần Dịch vụ Kỹ thuật Vina O&M (Vina O&M) tuyển dụng nhân sự";s:11:"reply_count";i:0;s:10:"view_count";i:37;s:7:"user_id";i:1;s:8:"username";s:5:"Admin";s:9:"post_date";i:1701400326;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:3499;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1701400326;s:12:"last_post_id";i:3499;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"Admin";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:25:"hoangnghiathanh@gmail.com";s:6:"gender";s:0:"";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:13:"Europe/London";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:7;s:13:"message_count";i:322;s:20:"conversations_unread";i:0;s:13:"register_date";i:1459585297;s:13:"last_activity";i:1701400327;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1461896367;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:1;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:8;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:1263:"Công ty Cổ phần Dịch vụ Kỹ thuật Vina O&M (Vina O&M) chuyên cung cấp dịch vụ kỹ thuật (bao gồm Chiến dịch bảo trì dài hạn và Đại tu/Tuần hoàn; Bảo trì chung và Bảo trì đặc biệt; Quản lý dự án cho các nhà máy và công trình lớn), cung cấp vật tư thiết bị, kiểm tra nhà máy, bảo trì van, bảo trì thiết bị hiện trường, v.v.) cho các ngành Dầu khí, Hóa dầu, Đóng tàu & Cơ khí Hàng hải, Nhà máy Sản xuất, Điện gió, v.v. Theo kế hoạch triển khai dự án trong thời gian tới, Vina O&M có nhu cầu tuyển dụng nhân sự như sau: [B]1. Nhân viên thương mại[/B] Số lượng: 02 người. Mô tả công việc: [LIST] [*]Soạn thảo, theo dõi hợp đồng thương mại, lập phương án kinh doanh. [*]Theo dõi việc xuất - nhập - lưu kho vật tư. [*]Các công việc khác theo yêu cầu của ban Lãnh đạo. [/LIST] Yêu cầu công việc: [LIST] [*]Trình độ chuyên môn: ĐH nghành Quản trị KD, Kinh doanh - Thương mại, ĐH Kỹ thuật. [*]Kinh nghiệm: Trên 02 năm. [*]Độ tuổi Nam trên 23 tuổi. [*]Tiếng Anh khá, có thể xử lý các đơn hàng bằng tiếng...";s:12:"attach_count";i:0;s:10:"node_title";s:26:"Dầu khí - Địa chất";s:12:"promote_date";i:1701400326;s:12:"promote_icon";N;s:12:"promote_data";s:54:"https://tapchitoaan.vn/media/images/Anh%203%20(15).jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"01";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:14:"month_12_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:54:"https://tapchitoaan.vn/media/images/Anh%203%20(15).jpg";}i:1;a:60:{s:9:"thread_id";i:3110;s:7:"node_id";i:11;s:5:"title";s:71:"Bệnh viện Mắt BRVT tuyển Nhân viên bảo trì điện nước";s:11:"reply_count";i:0;s:10:"view_count";i:690;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1683276721;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:3498;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1683276721;s:12:"last_post_id";i:3498;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:574:"Bệnh viện Mắt Bà Rịa - Vũng Tàu thông báo tuyển dụng: - Vị trí: Nhân viên bảo trì điện nước. - Số lượng: 02. - Yêu cầu: tốt nghiệp Trung cấp hoặc bằng nghề điện trở lên. - Ưu tiên: có kinh nghiệm bảo trì, sửa chữa điện, nước. - Thời gian nhận hồ sơ: từ thứ 2 đến thứ 6 trong tuần. - Thông tin liên hệ: Phòng Tổ chức - Hành chính Bệnh viện Mắt - số 21 Phạm Ngọc thạch, Phường Phước Hưng, Tp.Bà Rịa - Điện thoại: 02542 732718 [CENTER][/CENTER]";s:12:"attach_count";i:1;s:10:"node_title";s:22:"Điện - Điện tử";s:12:"promote_date";i:1683276721;s:12:"promote_icon";N;s:12:"promote_data";i:96;s:10:"categories";a:0:{}s:3:"day";s:2:"05";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_5_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:96;a:20:{s:13:"attachment_id";i:96;s:7:"data_id";i:96;s:12:"content_type";s:4:"post";s:10:"content_id";i:3498;s:11:"attach_date";i:1683276711;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:923;s:8:"filename";s:28:"upload_2023-5-5_15-51-53.png";s:9:"file_size";i:8579;s:9:"file_hash";s:32:"c33995926e77400e4c6454c13624d8c2";s:9:"file_path";s:0:"";s:5:"width";i:225;s:6:"height";i:225;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:100;s:12:"thumbnailUrl";s:58:"data/attachments/0/96-c33995926e77400e4c6454c13624d8c2.jpg";s:9:"deleteUrl";s:50:"attachments/upload_2023-5-5_15-51-53-png.96/delete";s:7:"viewUrl";s:44:"attachments/upload_2023-5-5_15-51-53-png.96/";s:9:"extension";s:3:"png";}}s:6:"attach";a:20:{s:13:"attachment_id";i:96;s:7:"data_id";i:96;s:12:"content_type";s:4:"post";s:10:"content_id";i:3498;s:11:"attach_date";i:1683276711;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:923;s:8:"filename";s:28:"upload_2023-5-5_15-51-53.png";s:9:"file_size";i:8579;s:9:"file_hash";s:32:"c33995926e77400e4c6454c13624d8c2";s:9:"file_path";s:0:"";s:5:"width";i:225;s:6:"height";i:225;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:100;s:12:"thumbnailUrl";s:58:"data/attachments/0/96-c33995926e77400e4c6454c13624d8c2.jpg";s:9:"deleteUrl";s:50:"attachments/upload_2023-5-5_15-51-53-png.96/delete";s:7:"viewUrl";s:44:"attachments/upload_2023-5-5_15-51-53-png.96/";s:9:"extension";s:3:"png";}}i:2;a:59:{s:9:"thread_id";i:3109;s:7:"node_id";i:25;s:5:"title";s:79:"Nhà Hàng Hải Sản Hòn Rù Rì tuyển dụng Nhân viên phục vụ bàn";s:11:"reply_count";i:0;s:10:"view_count";i:1378;s:7:"user_id";i:1;s:8:"username";s:5:"Admin";s:9:"post_date";i:1680055472;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:3497;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1680055472;s:12:"last_post_id";i:3497;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"Admin";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:25:"hoangnghiathanh@gmail.com";s:6:"gender";s:0:"";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:13:"Europe/London";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:7;s:13:"message_count";i:322;s:20:"conversations_unread";i:0;s:13:"register_date";i:1459585297;s:13:"last_activity";i:1701400327;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1461896367;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:1;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:8;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:1088:"[FONT=Arial]ĐC: Số 1A Trần Phú, P. 1, TP. Vũng Tàu ( Ngay Cáp Treo) Tuyển dụng: Nhân viên Phục Vụ: Bàn Nam [/FONT] [LIST] [*][FONT=Arial]Nữ. Yêu cầu cao 1m55 trở lên, tuổi từ 18 – 30, ngoại hình ưa nhìn, vui vẻ, năng động.[/FONT] [*][FONT=Arial]Thời gian làm việc: 8 ->10 tiếng/ ngày (làm việc theo ca), [/FONT] [*][FONT=Arial]Tất cả các ca làm việc được ăn cơm 1 bữa .[/FONT] [*][FONT=Arial]Hưởng chế độ BHXH sau thời gian thử việc.[/FONT] [*][FONT=Arial]1 Tuần nghĩ 1 ngày, tháng nghĩ 4 ngày. [/FONT] [*][FONT=Arial]Ngày lể tết đều có chế độ theo luật nhà nước[/FONT] [*][FONT=Arial]Môi trường lành mạnh, Quản lý mới năng động, linh hoạt và thân thiện.[/FONT] [*][FONT=Arial]Biết ngoại ngữ là ưu điểm (thoả thuận lương)[/FONT] [/LIST] [FONT=Arial]*Mức lương khởi điểm: 7tr – 9tr **Thông tin liên hệ: 0919 250 950 (Mrs. Thảo) Nhận hồ sơ trực tiếp mỗi ngày [/FONT] [CENTER][FONT=Arial] [/FONT][/CENTER]";s:12:"attach_count";i:0;s:10:"node_title";s:9:"Du lịch";s:12:"promote_date";i:1680055472;s:12:"promote_icon";N;s:12:"promote_data";s:85:"https://media-cdn.tripadvisor.com/media/photo-s/16/28/f4/fb/hinh-nh-chung-v-khu-m.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"29";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:85:"https://media-cdn.tripadvisor.com/media/photo-s/16/28/f4/fb/hinh-nh-chung-v-khu-m.jpg";}i:3;a:60:{s:9:"thread_id";i:3108;s:7:"node_id";i:14;s:5:"title";s:45:"Công ty MODEC tuyển Nhân viên kế toán";s:11:"reply_count";i:0;s:10:"view_count";i:687;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1679037724;s:6:"sticky";i:1;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:3496;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1679037724;s:12:"last_post_id";i:3496;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:994:"Công ty MODEC Management Services Pte. Ltd. là một công ty dịch vụ dầu khí có trụ sở điều hành ở TP. Vũng Tàu. Chúng tôi hiện cần tuyển một vị trí công việc kế toán: [LIST] [*]Job title: Payable Accountant [*]Job duties: [LIST] [*]Create Petty Cash vouchers correctly (contents, currency etc.) in compliance with Company’s internal control. [*]Maintain a sufficient fund for daily Petty Cash payments in the Office. [*]Maintain updated and proper filing of all financial records. [*]Proper process and timely payments of all approved invoices/ payment requests. [*]All expenditures are allocated to the correct account codes when update to software by self. [/LIST] [*]Job requirement: Female/University Graduate in Accounting/ More than 5 years of experience in Accounting discipline/English IELTS 5.5 or above. [*]Working location: MODEC’s Vung Tau office [*]Email for CV submission: [email]dung.mai@modec.com[/email] [/LIST] [CENTER][/CENTER]";s:12:"attach_count";i:1;s:10:"node_title";s:25:"Kế toán - Kiểm toán";s:12:"promote_date";i:1679037724;s:12:"promote_icon";N;s:12:"promote_data";i:95;s:10:"categories";a:0:{}s:3:"day";s:2:"17";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:95;a:20:{s:13:"attachment_id";i:95;s:7:"data_id";i:95;s:12:"content_type";s:4:"post";s:10:"content_id";i:3496;s:11:"attach_date";i:1679037707;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:1015;s:8:"filename";s:29:"upload_2023-3-17_14-21-49.png";s:9:"file_size";i:3021;s:9:"file_hash";s:32:"9349f43c2b0d4c226c723c666f1a63d3";s:9:"file_path";s:0:"";s:5:"width";i:392;s:6:"height";i:128;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:32;s:12:"thumbnailUrl";s:58:"data/attachments/0/95-9349f43c2b0d4c226c723c666f1a63d3.jpg";s:9:"deleteUrl";s:51:"attachments/upload_2023-3-17_14-21-49-png.95/delete";s:7:"viewUrl";s:45:"attachments/upload_2023-3-17_14-21-49-png.95/";s:9:"extension";s:3:"png";}}s:6:"attach";a:20:{s:13:"attachment_id";i:95;s:7:"data_id";i:95;s:12:"content_type";s:4:"post";s:10:"content_id";i:3496;s:11:"attach_date";i:1679037707;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:1015;s:8:"filename";s:29:"upload_2023-3-17_14-21-49.png";s:9:"file_size";i:3021;s:9:"file_hash";s:32:"9349f43c2b0d4c226c723c666f1a63d3";s:9:"file_path";s:0:"";s:5:"width";i:392;s:6:"height";i:128;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:32;s:12:"thumbnailUrl";s:58:"data/attachments/0/95-9349f43c2b0d4c226c723c666f1a63d3.jpg";s:9:"deleteUrl";s:51:"attachments/upload_2023-3-17_14-21-49-png.95/delete";s:7:"viewUrl";s:45:"attachments/upload_2023-3-17_14-21-49-png.95/";s:9:"extension";s:3:"png";}}i:4;a:59:{s:9:"thread_id";i:3107;s:7:"node_id";i:6;s:5:"title";s:59:"Ngân hàng TMCP Đông Á tuyển dụng nhiều vị trí";s:11:"reply_count";i:0;s:10:"view_count";i:388;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1675733118;s:6:"sticky";i:1;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:3495;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1675733118;s:12:"last_post_id";i:3495;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:1098:"Ngân hàng TMCP Đông Á tuyển dụng các vị trí làm việc tại CN Vũng Tàu: ✅ Nhân viên Khách hàng Doanh nghiệp ✅ Nhân viên Khách hàng Cá nhân ✅ Nhân viên Thẩm định Yêu cầu: Tốt nghiệp Đại học các chuyên ngành Kinh tế, Luật, Quản trị kinh doanh… ✅ Giao dịch viên Yêu cầu: Tốt nghiệp Cao đẳng các chuyên ngành Kinh tế, Quản trị kinh doanh… ♦️ Làm việc giờ Hành chánh, từ thứ 2 - thứ 6. ♦️ Mức lương và các chế độ phúc lợi đãi ngộ xứng đáng. ♦️ Có nhiều cơ hội học tập thăng tiến cho cả ứng viên chưa có kinh nghiệm, được tạo điều kiện tối đa để phát huy khả năng. Nhanh tay gửi hồ sơ về địa chỉ email dưới đây: ✅Hướng dẫn nộp hồ sơ tại email: [email]tuyendung@dongabank.com.vn[/email] ✍ Tiêu đề ghi rõ địa điểm_vị trí ứng tuyển_Họ và Tên. ✅Tìm hiểu thêm các vị trí khác tại trang web : tuyendung.dongabank.com.vn/jobs [CENTER][/CENTER]";s:12:"attach_count";i:0;s:10:"node_title";s:24:"Tài chính - Đầu tư";s:12:"promote_date";i:1675733118;s:12:"promote_icon";N;s:12:"promote_data";s:80:"https://www.dongabank.com.vn/upload/lib/images/4689c6fb86fb7_logo_DongA-Bank.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"07";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_2_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:80:"https://www.dongabank.com.vn/upload/lib/images/4689c6fb86fb7_logo_DongA-Bank.jpg";}}}, 1701657681
    Run Time: 0.000377
  25. commit
    Run Time: 0.001770
  26. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	node.title AS node_title, node.node_name,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.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 = thread.node_id)
    WHERE (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1701571281)
    ORDER BY thread.last_post_date DESC
     LIMIT 3
    Run Time: 0.000710
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangelast_post_datelast_post_date4 1Using index condition; Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4vungtauc_br.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,vungtauc_br.thread.node_id1Using where
  27. 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 > 1701656781)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000435
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 11Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  28. 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 ('1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29') 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 sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1701657681, 1701657681, 0, 20
    Run Time: 0.024017
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.node_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.user_id1 
  29. 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: 3108
    Run Time: 0.000218
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  30. 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 (3496)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000278
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  31. 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: 3107
    Run Time: 0.000216
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  32. 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: 3106
    Run Time: 0.000178
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  33. 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: 3092
    Run Time: 0.000184
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  34. 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: 3091
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  35. 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: 3090
    Run Time: 0.000184
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  36. 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: 3089
    Run Time: 0.000174
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  37. 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: 3048
    Run Time: 0.000206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  38. 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: 3027
    Run Time: 0.000174
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  39. 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: 3026
    Run Time: 0.000184
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  40. 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: 3023
    Run Time: 0.000178
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  41. 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: 3019
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  42. 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: 3018
    Run Time: 0.000174
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  43. 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: 3015
    Run Time: 0.000206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  44. 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: 3012
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  45. 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: 2969
    Run Time: 0.000193
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  46. 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: 2948
    Run Time: 0.000184
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  47. 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: 2890
    Run Time: 0.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  48. 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: 3111
    Run Time: 0.000174
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  49. 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: 3110
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  50. 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 (3498)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000350
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  51. 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 ('1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29') 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: 1701657681, 1701657681
    Run Time: 0.000965
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  52. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews2
    Run Time: 0.000234
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  53. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews2
    Run Time: 0.000176
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  54. begin
    Run Time: 0.000187
  55. UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'RecentNews2')
    Params: a:2:{s:6:"option";a:9:{s:5:"forum";a:29:{i:0;s:1:"1";i:1;s:1:"2";i:2;s:1:"3";i:3;s:1:"4";i:4;s:1:"5";i:5;s:1:"6";i:6;s:1:"7";i:7;s:1:"8";i:8;s:1:"9";i:9;s:2:"10";i:10;s:2:"11";i:11;s:2:"12";i:12;s:2:"13";i:13;s:2:"14";i:14;s:2:"15";i:15;s:2:"16";i:16;s:2:"17";i:17;s:2:"18";i:18;s:2:"19";i:19;s:2:"20";i:20;s:2:"21";i:21;s:2:"22";i:22;s:2:"23";i:23;s:2:"24";i:24;s:2:"25";i:25;s:2:"26";i:26;s:2:"27";i:27;s:2:"28";i:28;s:2:"29";}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:"1";s:8:"truncate";s:3:"200";s:7:"parseBB";b:1;s:5:"count";i:861;}s:11:"RecentNews2";a:20:{i:0;a:60:{s:9:"thread_id";i:3108;s:7:"node_id";i:14;s:5:"title";s:45:"Công ty MODEC tuyển Nhân viên kế toán";s:11:"reply_count";i:0;s:10:"view_count";i:687;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1679037724;s:6:"sticky";i:1;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:3496;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1679037724;s:12:"last_post_id";i:3496;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:241:"Công ty MODEC Management Services Pte. Ltd. là một công ty dịch vụ dầu khí có trụ sở điều hành ở TP. Vũng Tàu. Chúng tôi hiện cần tuyển một vị trí công việc kế toán: [LIST] [*]Job title: Payable...";s:12:"attach_count";i:1;s:10:"node_title";s:25:"Kế toán - Kiểm toán";s:12:"promote_date";i:1679037724;s:12:"promote_icon";N;s:12:"promote_data";i:95;s:10:"categories";a:0:{}s:3:"day";s:2:"17";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:95;a:20:{s:13:"attachment_id";i:95;s:7:"data_id";i:95;s:12:"content_type";s:4:"post";s:10:"content_id";i:3496;s:11:"attach_date";i:1679037707;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:1015;s:8:"filename";s:29:"upload_2023-3-17_14-21-49.png";s:9:"file_size";i:3021;s:9:"file_hash";s:32:"9349f43c2b0d4c226c723c666f1a63d3";s:9:"file_path";s:0:"";s:5:"width";i:392;s:6:"height";i:128;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:32;s:12:"thumbnailUrl";s:58:"data/attachments/0/95-9349f43c2b0d4c226c723c666f1a63d3.jpg";s:9:"deleteUrl";s:51:"attachments/upload_2023-3-17_14-21-49-png.95/delete";s:7:"viewUrl";s:45:"attachments/upload_2023-3-17_14-21-49-png.95/";s:9:"extension";s:3:"png";}}s:6:"attach";a:20:{s:13:"attachment_id";i:95;s:7:"data_id";i:95;s:12:"content_type";s:4:"post";s:10:"content_id";i:3496;s:11:"attach_date";i:1679037707;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:1015;s:8:"filename";s:29:"upload_2023-3-17_14-21-49.png";s:9:"file_size";i:3021;s:9:"file_hash";s:32:"9349f43c2b0d4c226c723c666f1a63d3";s:9:"file_path";s:0:"";s:5:"width";i:392;s:6:"height";i:128;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:32;s:12:"thumbnailUrl";s:58:"data/attachments/0/95-9349f43c2b0d4c226c723c666f1a63d3.jpg";s:9:"deleteUrl";s:51:"attachments/upload_2023-3-17_14-21-49-png.95/delete";s:7:"viewUrl";s:45:"attachments/upload_2023-3-17_14-21-49-png.95/";s:9:"extension";s:3:"png";}}i:1;a:59:{s:9:"thread_id";i:3107;s:7:"node_id";i:6;s:5:"title";s:59:"Ngân hàng TMCP Đông Á tuyển dụng nhiều vị trí";s:11:"reply_count";i:0;s:10:"view_count";i:388;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1675733118;s:6:"sticky";i:1;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:3495;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1675733118;s:12:"last_post_id";i:3495;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:256:"Ngân hàng TMCP Đông Á tuyển dụng các vị trí làm việc tại CN Vũng Tàu: ✅ Nhân viên Khách hàng Doanh nghiệp ✅ Nhân viên Khách hàng Cá nhân ✅ Nhân viên Thẩm định Yêu cầu: Tốt nghiệp Đại học các...";s:12:"attach_count";i:0;s:10:"node_title";s:24:"Tài chính - Đầu tư";s:12:"promote_date";i:1675733118;s:12:"promote_icon";N;s:12:"promote_data";s:80:"https://www.dongabank.com.vn/upload/lib/images/4689c6fb86fb7_logo_DongA-Bank.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"07";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_2_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:80:"https://www.dongabank.com.vn/upload/lib/images/4689c6fb86fb7_logo_DongA-Bank.jpg";}i:2;a:59:{s:9:"thread_id";i:3106;s:7:"node_id";i:3;s:5:"title";s:60:"A Mài Buffet- Bò nướng chảo tuyển nhiều vị trí";s:11:"reply_count";i:0;s:10:"view_count";i:1154;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1666584258;s:6:"sticky";i:1;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:3494;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1666584258;s:12:"last_post_id";i:3494;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:246:"[B]A Mài Buffet- bò nướng chảo tuyển dụng :[/B] Địa chỉ : 33 Trần Hưng Đạo, phường 1, tp Vũng Tàu Liên hệ: 0334478312 [B]NHÂN VIÊN PHỤC VỤ[/B] - Số lượng tuyển : 4 - Khu vực : Vũng Tàu - Thời...";s:12:"attach_count";i:0;s:10:"node_title";s:10:"Bán hàng";s:12:"promote_date";i:1666584258;s:12:"promote_icon";N;s:12:"promote_data";s:322:"https://mail.google.com/mail/u/2?ui=2&ik=183ce97743&attid=0.1&permmsgid=msg-f:1747457467137278280&th=1840374ed4d24148&view=fimg&fur=ip&sz=s0-l75-ft&attbid=ANGjdJ_Puha0ieqLt-b38B28NKRa1WqOZwGc_JYJ9vz7A9pwIfFPw80O6xCDUdO_ucS18-BOZ1jF8VTPYeJ8aTTLrJu9pa2qkshNpG6qDH2zPejUz85joUCDuxLvALk&disp=emb&realattid=18403744a9b4e54b8ed2";s:10:"categories";a:0:{}s:3:"day";s:2:"24";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:14:"month_10_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:322:"https://mail.google.com/mail/u/2?ui=2&ik=183ce97743&attid=0.1&permmsgid=msg-f:1747457467137278280&th=1840374ed4d24148&view=fimg&fur=ip&sz=s0-l75-ft&attbid=ANGjdJ_Puha0ieqLt-b38B28NKRa1WqOZwGc_JYJ9vz7A9pwIfFPw80O6xCDUdO_ucS18-BOZ1jF8VTPYeJ8aTTLrJu9pa2qkshNpG6qDH2zPejUz85joUCDuxLvALk&disp=emb&realattid=18403744a9b4e54b8ed2";}i:3;a:59:{s:9:"thread_id";i:3092;s:7:"node_id";i:3;s:5:"title";s:96:"Công ty CP ĐTPT Năng lượng & Du lịch Thái Bình Dương tuyển Giám đốc kinh doanh";s:11:"reply_count";i:0;s:10:"view_count";i:1580;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1621998298;s:6:"sticky";i:1;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:3477;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1621998298;s:12:"last_post_id";i:3477;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:243:"CÔNG TY CỔ PHẦN ĐẦU TƯ PHÁT TRIỂN NĂNG LƯƠNG & DU LỊCH THÁI BÌNH DƯƠNG TUYỂN DỤNG: [B][U]Vị trí:[/U][/B] GIÁM ĐỐC KINH DOANH [U][B]Mô tả công việc:[/B][/U] - Xây dựng kế hoạch kinh doanh &...";s:12:"attach_count";i:0;s:10:"node_title";s:10:"Bán hàng";s:12:"promote_date";i:1621998298;s:12:"promote_icon";N;s:12:"promote_data";s:88:"https://thanhlapcongtybinhdinh.vn/Hinh%20CTSP/Hinhduan/6472giamdockinhdoanh_A%20Chau.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"26";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_5_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:88:"https://thanhlapcongtybinhdinh.vn/Hinh%20CTSP/Hinhduan/6472giamdockinhdoanh_A%20Chau.jpg";}i:4;a:59:{s:9:"thread_id";i:3091;s:7:"node_id";i:18;s:5:"title";s:128:"TT Y khoa Vĩnh Đức Vũng Tàu-Chữa bệnh bằng PP không phẫu thuật-Vật lý trị liệu và dưỡng sinh biển";s:11:"reply_count";i:0;s:10:"view_count";i:1833;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1621997783;s:6:"sticky";i:1;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:3476;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1621997783;s:12:"last_post_id";i:3476;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:241:"TRUNG TÂM Y KHOA VĨNH ĐỨC VŨNG TÀU – CHỮA BỆNH BẰNG PHƯƠNG PHÁP KHÔNG PHẪU THUẬT - VẬT LÝ TRỊ LIỆU VÀ DƯỠNG SINH BIỂN CẦN TUYỂN DỤNG: [U][B]Vị trí: [/B][/U] Quản lý trung tâm. [U][B]Số...";s:12:"attach_count";i:0;s:10:"node_title";s:6:"Y tế";s:12:"promote_date";i:1621997783;s:12:"promote_icon";N;s:12:"promote_data";s:79:"https://spaghettibox.com/wp-content/uploads/2017/07/spaghettibox-tuyen-dung.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"26";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_5_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:79:"https://spaghettibox.com/wp-content/uploads/2017/07/spaghettibox-tuyen-dung.jpg";}i:5;a:59:{s:9:"thread_id";i:3090;s:7:"node_id";i:4;s:5:"title";s:95:"Công ty Sơn Đông Nam Á cần tuyển nhân viên quảng cáo, nghiên cứu phát triển";s:11:"reply_count";i:0;s:10:"view_count";i:1640;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1618220338;s:6:"sticky";i:1;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:3475;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1618220338;s:12:"last_post_id";i:3475;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:231:"Công ty Sơn Đông Nam Á cần tuyển dụng nhân viên [B]1. Vị trí: [/B] + Nhân viên quảng cáo. + Nhân viên nghiên cứu phát triển. [B]2. Số lượng:[/B] + 02 nam từ 20 - 30 tuổi. [B]3. Yêu...";s:12:"attach_count";i:0;s:10:"node_title";s:29:"Quảng cáo - Marketing - PR";s:12:"promote_date";i:1618220338;s:12:"promote_icon";N;s:12:"promote_data";s:115:"https://storage.googleapis.com/shopdunk-images/ischoolvietnam/2018/06/tuyen-dung-gap-nhan-vien-quan-tri-Website.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"12";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:115:"https://storage.googleapis.com/shopdunk-images/ischoolvietnam/2018/06/tuyen-dung-gap-nhan-vien-quan-tri-Website.jpg";}i:6;a:59:{s:9:"thread_id";i:3089;s:7:"node_id";i:22;s:5:"title";s:85:"Trung tâm Ngoại Ngữ AT cần tuyển nhân sự lớp tiếng Anh, Toán tư duy";s:11:"reply_count";i:0;s:10:"view_count";i:1205;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1617873647;s:6:"sticky";i:1;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:3474;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617873647;s:12:"last_post_id";i:3474;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:248:"Trung tâm Ngoại Ngữ AT cần tuyển nhân sự lớp Tiếng Anh. Và lớp Toán Tư Duy[B] 1. Nhân sự cho vị trí lễ tân, tư vấn tuyển sinh, telesale chương trình.[/B] + Số lượng: 02 [B]2. Vị trí trợ giảng...";s:12:"attach_count";i:0;s:10:"node_title";s:11:"Giáo dục";s:12:"promote_date";i:1617873647;s:12:"promote_icon";N;s:12:"promote_data";s:242:"https://scontent.fsgn4-1.fna.fbcdn.net/v/t1.6435-9/117715273_2680127782255338_7671798838110562985_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8bfeb9&_nc_ohc=oXIxEXdUtjgAX9iCIL3&_nc_ht=scontent.fsgn4-1.fna&oh=275195ccc1b1b621095f9183f7f4b8c5&oe=6093A342";s:10:"categories";a:0:{}s:3:"day";s:2:"08";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:242:"https://scontent.fsgn4-1.fna.fbcdn.net/v/t1.6435-9/117715273_2680127782255338_7671798838110562985_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8bfeb9&_nc_ohc=oXIxEXdUtjgAX9iCIL3&_nc_ht=scontent.fsgn4-1.fna&oh=275195ccc1b1b621095f9183f7f4b8c5&oe=6093A342";}i:7;a:59:{s:9:"thread_id";i:3048;s:7:"node_id";i:4;s:5:"title";s:83:"{ Hot Job - Lương Cứng 4 triệu - 8 triệu - thu nhập không giới hạn }";s:11:"reply_count";i:0;s:10:"view_count";i:2133;s:7:"user_id";i:924;s:8:"username";s:8:"lenhan91";s:9:"post_date";i:1562060687;s:6:"sticky";i:1;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:3434;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562060687;s:12:"last_post_id";i:3434;s:17:"last_post_user_id";i:924;s:18:"last_post_username";s:8:"lenhan91";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:21:"lehuunhan91@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:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:16;s:13:"message_count";i:143;s:20:"conversations_unread";i:0;s:13:"register_date";i:1494306503;s:13:"last_activity";i:1614155576;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:6;s:11:"avatar_date";i:1495771200;s:12:"avatar_width";i:286;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:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:246:"{ Hot Job - Lương Cứng 4 triệu - 8 triệu - thu nhập không giới hạn } Tuyển Dụng Chuyên viên Bất Động Sản Thu Nhập lên tới 100 triệu / tháng Thời gian làm việc: Toàn thời gian & Bán Thời Gian * Mô...";s:12:"attach_count";i:0;s:10:"node_title";s:29:"Quảng cáo - Marketing - PR";s:12:"promote_date";i:1562060687;s:12:"promote_icon";N;s:12:"promote_data";s:74:"https://congtytuan123.net/wp-content/uploads/2017/11/kkkkkkkkk-495x400.png";s:10:"categories";a:0:{}s:3:"day";s:2:"02";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_7_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:74:"https://congtytuan123.net/wp-content/uploads/2017/11/kkkkkkkkk-495x400.png";}i:8;a:59:{s:9:"thread_id";i:3027;s:7:"node_id";i:4;s:5:"title";s:110:"Công ty cổ phần đầu tư bất động sản Thủ Thiêm ( Thủ Thiêm Real ) tuyển dụng telesale";s:11:"reply_count";i:0;s:10:"view_count";i:2306;s:7:"user_id";i:924;s:8:"username";s:8:"lenhan91";s:9:"post_date";i:1554696677;s:6:"sticky";i:1;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:3413;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1554696677;s:12:"last_post_id";i:3413;s:17:"last_post_user_id";i:924;s:18:"last_post_username";s:8:"lenhan91";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:21:"lehuunhan91@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:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:16;s:13:"message_count";i:143;s:20:"conversations_unread";i:0;s:13:"register_date";i:1494306503;s:13:"last_activity";i:1614155576;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:6;s:11:"avatar_date";i:1495771200;s:12:"avatar_width";i:286;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:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:260:"Công ty cổ phần đầu tư bất động sản Thủ Thiêm ( Thủ Thiêm Real ) tuyển dụng telesale Tuyển nhân Viên Telesale làm việc Giờ Hành Chính ✅ Mức lương: 20k/ giờ ✅ Địa điểm làm việc: Văn Phòng Thủ Thiêm...";s:12:"attach_count";i:0;s:10:"node_title";s:29:"Quảng cáo - Marketing - PR";s:12:"promote_date";i:1554696677;s:12:"promote_icon";N;s:12:"promote_data";s:101:"http://lasun.vn/wp-content/uploads/2018/10/vai-tro-to-lon-cua-sale-trong-moi-cong-ty-doanh-nghiep.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"08";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:101:"http://lasun.vn/wp-content/uploads/2018/10/vai-tro-to-lon-cua-sale-trong-moi-cong-ty-doanh-nghiep.jpg";}i:9;a:59:{s:9:"thread_id";i:3026;s:7:"node_id";i:3;s:5:"title";s:49:"CÔNG TY INS TUYỂN GẤP NHÂN VIÊN KINH DOANH";s:11:"reply_count";i:0;s:10:"view_count";i:2681;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1554696130;s:6:"sticky";i:1;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:3412;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1554696130;s:12:"last_post_id";i:3412;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:232:"Công ty TNHH Công Nghệ Năng Lượng INS cần tuyển: - Vị trí: Nhân viên kinh doanh. - Số lượng: 05. - Nơi làm việc: 23 Nguyễn Thái Hoc, Phường 7, Vũng Tàu. [B]1. Nội dung công việc:[/B] [LIST]...";s:12:"attach_count";i:0;s:10:"node_title";s:10:"Bán hàng";s:12:"promote_date";i:1554696130;s:12:"promote_icon";N;s:12:"promote_data";s:60:"https://tuyencongnhan.vn/uploads/images/18-10-06-09/logo.png";s:10:"categories";a:0:{}s:3:"day";s:2:"08";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:60:"https://tuyencongnhan.vn/uploads/images/18-10-06-09/logo.png";}i:10;a:59:{s:9:"thread_id";i:3023;s:7:"node_id";i:15;s:5:"title";s:64:"Công ty Nội thất Kim Thành Phát tuyển nhiều vị trí";s:11:"reply_count";i:0;s:10:"view_count";i:2900;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1554085858;s:6:"sticky";i:1;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:3409;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1554085858;s:12:"last_post_id";i:3409;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:258:"Để phục vụ chiến lược mở rộng sản xuất – kinh doanh, Công ty Nội thất Kim Thành Phát cần tuyển dụng những vị trí sau: [B]1. Nhân viên thiết kế nội thất [/B] - Số lượng: 1 (nam hoặc nữ) - Mô tả...";s:12:"attach_count";i:0;s:10:"node_title";s:40:"Kiến trúc - Thiết kế nội thất";s:12:"promote_date";i:1554085858;s:12:"promote_icon";N;s:12:"promote_data";s:97:"http://www.tapchikientruc.com.vn/wp-content/uploads/2016/08/bob-borson-sketching-a-floor-plan.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"01";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:97:"http://www.tapchikientruc.com.vn/wp-content/uploads/2016/08/bob-borson-sketching-a-floor-plan.jpg";}i:11;a:59:{s:9:"thread_id";i:3019;s:7:"node_id";i:22;s:5:"title";s:60:"Công ty Cổ Phần MKM JSC cần tuyển nhiều vị trí";s:11:"reply_count";i:0;s:10:"view_count";i:3208;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1553501327;s:6:"sticky";i:1;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:3405;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1553501327;s:12:"last_post_id";i:3405;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:236:"Công ty Cổ Phần MKM JSC cần tuyển: [B]1. Vị trí tuyển dung:[/B] - [B]5 giáo viên tốt nghiệp sư phạm[/B] ( ưu tiên các bạn mới ra trường) + 2 GV tiểu học + 3 GV chuyên ngành ( Toán, Anh) -...";s:12:"attach_count";i:0;s:10:"node_title";s:11:"Giáo dục";s:12:"promote_date";i:1553501327;s:12:"promote_icon";N;s:12:"promote_data";s:94:"http://fn.vinhphuc.edu.vn/UploadImages/thkimlongb/admin/2018_12/tuyen-giao-vien-ssss.jpg?w=700";s:10:"categories";a:0:{}s:3:"day";s:2:"25";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:94:"http://fn.vinhphuc.edu.vn/UploadImages/thkimlongb/admin/2018_12/tuyen-giao-vien-ssss.jpg?w=700";}i:12;a:59:{s:9:"thread_id";i:3018;s:7:"node_id";i:3;s:5:"title";s:78:"Công ty TNHH Công Nghệ Năng Lượng INS tuyển 5 nhân viên kinh doanh";s:11:"reply_count";i:0;s:10:"view_count";i:2802;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1553488067;s:6:"sticky";i:1;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:3404;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1553488067;s:12:"last_post_id";i:3404;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:232:"Công ty TNHH Công Nghệ Năng Lượng INS cần tuyển: - Vị trí: Nhân viên kinh doanh. - Số lượng: 05. - Nơi làm việc: 23 Nguyễn Thái Hoc, Phường 7, Vũng Tàu. [B]1. Nội dung công việc:[/B] [LIST]...";s:12:"attach_count";i:0;s:10:"node_title";s:10:"Bán hàng";s:12:"promote_date";i:1553488067;s:12:"promote_icon";N;s:12:"promote_data";s:94:"https://www.hoteljob.vn/files/Pic/%E1%BA%A2nh%20b%E1%BB%95%20sung/Sales-executive-la-gi-01.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"25";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:94:"https://www.hoteljob.vn/files/Pic/%E1%BA%A2nh%20b%E1%BB%95%20sung/Sales-executive-la-gi-01.jpg";}i:13;a:59:{s:9:"thread_id";i:3015;s:7:"node_id";i:11;s:5:"title";s:70:"Công ty TNHH Công Nghệ Năng Lượng INS tuyển Kỹ sư Điện";s:11:"reply_count";i:0;s:10:"view_count";i:3314;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1553075757;s:6:"sticky";i:1;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:3401;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1553075757;s:12:"last_post_id";i:3401;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:259:"Solar INS đang cần tuyển dụng: [B]- Vị trí: [/B]Kỹ sư Điện. [B]- Số lượng[/B]: 01 [B]1. Mô tả Công việc[/B] • Nghiên cứu các giải pháp Điện Mặt Trời, và lưu trữ • Mô phỏng Hệ thống Điện Mặt...";s:12:"attach_count";i:0;s:10:"node_title";s:22:"Điện - Điện tử";s:12:"promote_date";i:1553075757;s:12:"promote_icon";N;s:12:"promote_data";s:717:"https://lh3.googleusercontent.com/uuj3PR2Nd258R2TVhPEtAD-KqBOYUcqsgmIFAlCLiHMIUngQorI6QGAYQuJqOAsKppgr-ZAxoHls90_1QpjEoYEhle5Pah6a1u7dkwJrtpHj4brV6Yz-PDjmOGIDolISbR8gIsR1pOpOHHI9PMu7xl6y4fEEDHl8p7cNtFe5zMcp8at-WbTZDTi9DktBWpdX8Z1MCfyUFggRhdS6Pt8TgNUdbZ0gbZMHMHKYsp6jUjb3j8WSsmaIjeodEveoRgbqMeEGevhQ9GUnCqeTNyjqVUBj9vIjlNgRayaffK6QDzBVzeIrJ802DdweZ_ic_tzGttEnJbaStlzeL_W5JLwHGXAuATIVdMQAhcUpsY3cB2ppUFdbBVkwz4UqBtiN4C_70G3mnBWUslC0pD70uKtVTNnpZ6bpfEnqfvEgoofaOJq34j8Pq82qELsGq5GRI9VpRY4N2WI_MTifAnvXKJizDhz1l73UVGGspNdJ5It-M5hp2cKrPQx0YHnYwAD6EFgi-Kd8hwHvdwanFYW9SRLbWA076x1Ut-2aeowFss-mQ8TSGmMUEqKXaLpOLgyVj9SSoWuAvg8xZJqvbB-yZf6IdeHhsmGpJRAp0RJvhmCx11xvYH753nwyT4FGG12bC3tNY8qTusFW-0CKNEdPkgWlGvEaNr3Q0Q=w668-h220-no";s:10:"categories";a:0:{}s:3:"day";s:2:"20";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:717:"https://lh3.googleusercontent.com/uuj3PR2Nd258R2TVhPEtAD-KqBOYUcqsgmIFAlCLiHMIUngQorI6QGAYQuJqOAsKppgr-ZAxoHls90_1QpjEoYEhle5Pah6a1u7dkwJrtpHj4brV6Yz-PDjmOGIDolISbR8gIsR1pOpOHHI9PMu7xl6y4fEEDHl8p7cNtFe5zMcp8at-WbTZDTi9DktBWpdX8Z1MCfyUFggRhdS6Pt8TgNUdbZ0gbZMHMHKYsp6jUjb3j8WSsmaIjeodEveoRgbqMeEGevhQ9GUnCqeTNyjqVUBj9vIjlNgRayaffK6QDzBVzeIrJ802DdweZ_ic_tzGttEnJbaStlzeL_W5JLwHGXAuATIVdMQAhcUpsY3cB2ppUFdbBVkwz4UqBtiN4C_70G3mnBWUslC0pD70uKtVTNnpZ6bpfEnqfvEgoofaOJq34j8Pq82qELsGq5GRI9VpRY4N2WI_MTifAnvXKJizDhz1l73UVGGspNdJ5It-M5hp2cKrPQx0YHnYwAD6EFgi-Kd8hwHvdwanFYW9SRLbWA076x1Ut-2aeowFss-mQ8TSGmMUEqKXaLpOLgyVj9SSoWuAvg8xZJqvbB-yZf6IdeHhsmGpJRAp0RJvhmCx11xvYH753nwyT4FGG12bC3tNY8qTusFW-0CKNEdPkgWlGvEaNr3Q0Q=w668-h220-no";}i:14;a:59:{s:9:"thread_id";i:3012;s:7:"node_id";i:4;s:5:"title";s:127:"Hot Job - Công ty Bất Động Sản tuyển dụng Chuyên Viên - Lương Cứng 5 triệu - thu nhập không giới hạn";s:11:"reply_count";i:0;s:10:"view_count";i:2281;s:7:"user_id";i:924;s:8:"username";s:8:"lenhan91";s:9:"post_date";i:1551078452;s:6:"sticky";i:1;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:3398;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1551078452;s:12:"last_post_id";i:3398;s:17:"last_post_user_id";i:924;s:18:"last_post_username";s:8:"lenhan91";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:21:"lehuunhan91@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:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:16;s:13:"message_count";i:143;s:20:"conversations_unread";i:0;s:13:"register_date";i:1494306503;s:13:"last_activity";i:1614155576;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:6;s:11:"avatar_date";i:1495771200;s:12:"avatar_width";i:286;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:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:246:"{ Hot Job - Lương Cứng 5 triệu - thu nhập không giới hạn } Thủ Thiêm Real Vũng Tàu - Tuyển Dụng Chuyên viên Bất Động Sản Thu Nhập lên tới 50 triệu / tháng Thời gian làm việc: Toàn thời gian & Bán...";s:12:"attach_count";i:0;s:10:"node_title";s:29:"Quảng cáo - Marketing - PR";s:12:"promote_date";i:1551078452;s:12:"promote_icon";N;s:12:"promote_data";s:133:"https://daotao.cenhomes.vn/wp-content/uploads/2019/12/eng__q1_sales_staff_cho_cng_ty_nht_mi_thnh_lp__lng_upto_1000_20190620145357.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"25";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_2_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:133:"https://daotao.cenhomes.vn/wp-content/uploads/2019/12/eng__q1_sales_staff_cho_cng_ty_nht_mi_thnh_lp__lng_upto_1000_20190620145357.jpg";}i:15;a:59:{s:9:"thread_id";i:2969;s:7:"node_id";i:12;s:5:"title";s:70:"TUYỂN DỤNG KẾ TOÁN TỔNG HỢP LÀM VIỆC TẠI TP VŨNG TÀU";s:11:"reply_count";i:0;s:10:"view_count";i:2596;s:7:"user_id";i:924;s:8:"username";s:8:"lenhan91";s:9:"post_date";i:1538063280;s:6:"sticky";i:1;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:3347;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1538063280;s:12:"last_post_id";i:3347;s:17:"last_post_user_id";i:924;s:18:"last_post_username";s:8:"lenhan91";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:21:"lehuunhan91@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:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:16;s:13:"message_count";i:143;s:20:"conversations_unread";i:0;s:13:"register_date";i:1494306503;s:13:"last_activity";i:1614155576;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:6;s:11:"avatar_date";i:1495771200;s:12:"avatar_width";i:286;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:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:246:"[B]KẾ TOÁN TỔNG HỢP.[/B] 1.Mô tả công việc. - Phụ trách về BHXH, xuất hóa đơn. - Các công việc khác liên quan khi cấp trên giao. 2.Yêu cầu công việc. - Nữ trên 30 tuổi. - Có kinh nghiệm trên...";s:12:"attach_count";i:0;s:10:"node_title";s:8:"Cơ khí";s:12:"promote_date";i:1538063280;s:12:"promote_icon";N;s:12:"promote_data";s:105:"https://ketoanhuonggiang.com/img.thumb/jpg-600x0-0-78/cdn/kthg/baiviet/hinhanh/ke%20toan%20tong%20hop.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"27";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_9_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:105:"https://ketoanhuonggiang.com/img.thumb/jpg-600x0-0-78/cdn/kthg/baiviet/hinhanh/ke%20toan%20tong%20hop.jpg";}i:16;a:59:{s:9:"thread_id";i:2948;s:7:"node_id";i:4;s:5:"title";s:119:"Tuyển dụng chuyên viên bất động sản tại TP Vũng Tàu thu nhập lên đến 50 triệu đồng / tháng";s:11:"reply_count";i:0;s:10:"view_count";i:2365;s:7:"user_id";i:924;s:8:"username";s:8:"lenhan91";s:9:"post_date";i:1536503617;s:6:"sticky";i:1;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:3326;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1536503617;s:12:"last_post_id";i:3326;s:17:"last_post_user_id";i:924;s:18:"last_post_username";s:8:"lenhan91";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:21:"lehuunhan91@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:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:16;s:13:"message_count";i:143;s:20:"conversations_unread";i:0;s:13:"register_date";i:1494306503;s:13:"last_activity";i:1614155576;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:6;s:11:"avatar_date";i:1495771200;s:12:"avatar_width";i:286;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:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:251:"Công ty Bất Động Sản Thủ Thiêm Tuyển Dụng Chuyên viên Bất Động Sản Số lượng: 100 Chuyên Viên Thời gian làm việc: Toàn thời gian & Bán Thời Gian * Mô tả công việc: - Tham gia các chương trình đào...";s:12:"attach_count";i:0;s:10:"node_title";s:29:"Quảng cáo - Marketing - PR";s:12:"promote_date";i:1536503617;s:12:"promote_icon";N;s:12:"promote_data";s:42:"http://lanrung.ttreal.vn/images/new/a1.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"09";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_9_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:42:"http://lanrung.ttreal.vn/images/new/a1.jpg";}i:17;a:59:{s:9:"thread_id";i:2890;s:7:"node_id";i:4;s:5:"title";s:40:"TUYỂN LỄ TÂN - TRỢ LÝ KINH DOANH";s:11:"reply_count";i:0;s:10:"view_count";i:2587;s:7:"user_id";i:924;s:8:"username";s:8:"lenhan91";s:9:"post_date";i:1526028998;s:6:"sticky";i:1;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:3266;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1526028998;s:12:"last_post_id";i:3266;s:17:"last_post_user_id";i:924;s:18:"last_post_username";s:8:"lenhan91";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:21:"lehuunhan91@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:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:16;s:13:"message_count";i:143;s:20:"conversations_unread";i:0;s:13:"register_date";i:1494306503;s:13:"last_activity";i:1614155576;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:6;s:11:"avatar_date";i:1495771200;s:12:"avatar_width";i:286;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:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:249:"[FONT=Arial]CÔNG TY TNHH TRUYỀN THÔNG CVT TUYỂN LỄ TÂN - TRỢ LÝ KINH DOANH Đối tượng: - Nữ từ 21 đến 28 - Ngoại hình ưa nhìn, giọng nói dễ nghe. - Có phương tiện đi lại. - Chăm chỉ , thật thà, yêu...";s:12:"attach_count";i:0;s:10:"node_title";s:29:"Quảng cáo - Marketing - PR";s:12:"promote_date";i:1526028998;s:12:"promote_icon";N;s:12:"promote_data";s:91:"https://tuyencongnhan.vn/files/Anh/BS/Ban-mo-ta-cong-viec-nhan-vien-le-tan-doanh-nghiep.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"11";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_5_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:91:"https://tuyencongnhan.vn/files/Anh/BS/Ban-mo-ta-cong-viec-nhan-vien-le-tan-doanh-nghiep.jpg";}i:18;a:59:{s:9:"thread_id";i:3111;s:7:"node_id";i:20;s:5:"title";s:91:"Công ty Cổ phần Dịch vụ Kỹ thuật Vina O&M (Vina O&M) tuyển dụng nhân sự";s:11:"reply_count";i:0;s:10:"view_count";i:37;s:7:"user_id";i:1;s:8:"username";s:5:"Admin";s:9:"post_date";i:1701400326;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:3499;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1701400326;s:12:"last_post_id";i:3499;s:17:"last_post_user_id";i:1;s:18:"last_post_username";s:5:"Admin";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:25:"hoangnghiathanh@gmail.com";s:6:"gender";s:0:"";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:13:"Europe/London";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:7;s:13:"message_count";i:322;s:20:"conversations_unread";i:0;s:13:"register_date";i:1459585297;s:13:"last_activity";i:1701400327;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1461896367;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:1;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:8;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:259:"Công ty Cổ phần Dịch vụ Kỹ thuật Vina O&M (Vina O&M) chuyên cung cấp dịch vụ kỹ thuật (bao gồm Chiến dịch bảo trì dài hạn và Đại tu/Tuần hoàn; Bảo trì chung và Bảo trì đặc biệt; Quản lý dự án cho...";s:12:"attach_count";i:0;s:10:"node_title";s:26:"Dầu khí - Địa chất";s:12:"promote_date";i:1701400326;s:12:"promote_icon";N;s:12:"promote_data";s:54:"https://tapchitoaan.vn/media/images/Anh%203%20(15).jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"01";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:14:"month_12_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:54:"https://tapchitoaan.vn/media/images/Anh%203%20(15).jpg";}i:19;a:60:{s:9:"thread_id";i:3110;s:7:"node_id";i:11;s:5:"title";s:71:"Bệnh viện Mắt BRVT tuyển Nhân viên bảo trì điện nước";s:11:"reply_count";i:0;s:10:"view_count";i:690;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1683276721;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:3498;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1683276721;s:12:"last_post_id";i:3498;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";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:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:338;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1683277521;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;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:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:260:"Bệnh viện Mắt Bà Rịa - Vũng Tàu thông báo tuyển dụng: - Vị trí: Nhân viên bảo trì điện nước. - Số lượng: 02. - Yêu cầu: tốt nghiệp Trung cấp hoặc bằng nghề điện trở lên. - Ưu tiên: có kinh nghiệm...";s:12:"attach_count";i:1;s:10:"node_title";s:22:"Điện - Điện tử";s:12:"promote_date";i:1683276721;s:12:"promote_icon";N;s:12:"promote_data";i:96;s:10:"categories";a:0:{}s:3:"day";s:2:"05";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_5_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:96;a:20:{s:13:"attachment_id";i:96;s:7:"data_id";i:96;s:12:"content_type";s:4:"post";s:10:"content_id";i:3498;s:11:"attach_date";i:1683276711;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:923;s:8:"filename";s:28:"upload_2023-5-5_15-51-53.png";s:9:"file_size";i:8579;s:9:"file_hash";s:32:"c33995926e77400e4c6454c13624d8c2";s:9:"file_path";s:0:"";s:5:"width";i:225;s:6:"height";i:225;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:100;s:12:"thumbnailUrl";s:58:"data/attachments/0/96-c33995926e77400e4c6454c13624d8c2.jpg";s:9:"deleteUrl";s:50:"attachments/upload_2023-5-5_15-51-53-png.96/delete";s:7:"viewUrl";s:44:"attachments/upload_2023-5-5_15-51-53-png.96/";s:9:"extension";s:3:"png";}}s:6:"attach";a:20:{s:13:"attachment_id";i:96;s:7:"data_id";i:96;s:12:"content_type";s:4:"post";s:10:"content_id";i:3498;s:11:"attach_date";i:1683276711;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:923;s:8:"filename";s:28:"upload_2023-5-5_15-51-53.png";s:9:"file_size";i:8579;s:9:"file_hash";s:32:"c33995926e77400e4c6454c13624d8c2";s:9:"file_path";s:0:"";s:5:"width";i:225;s:6:"height";i:225;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:100;s:12:"thumbnailUrl";s:58:"data/attachments/0/96-c33995926e77400e4c6454c13624d8c2.jpg";s:9:"deleteUrl";s:50:"attachments/upload_2023-5-5_15-51-53-png.96/delete";s:7:"viewUrl";s:44:"attachments/upload_2023-5-5_15-51-53-png.96/";s:9:"extension";s:3:"png";}}}}, 1701657681
    Run Time: 0.000575
  56. commit
    Run Time: 0.001098
  57. 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 ('46', '40', '41', '42', '43') 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 sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1701657681, 1701657681, 0, 20
    Run Time: 0.003746
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.node_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.user_id1 
  58. 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: 3097
    Run Time: 0.000198
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  59. 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: 2981
    Run Time: 0.000177
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  60. 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 (3359)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000297
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  61. 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: 2963
    Run Time: 0.000177
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  62. 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: 2827
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  63. 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: 2794
    Run Time: 0.000194
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  64. 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: 2792
    Run Time: 0.000168
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  65. 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: 2762
    Run Time: 0.000206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  66. 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: 2591
    Run Time: 0.000167
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  67. 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: 2524
    Run Time: 0.000175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  68. 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: 2490
    Run Time: 0.000168
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  69. 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: 2465
    Run Time: 0.000174
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  70. 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: 2377
    Run Time: 0.000169
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  71. 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: 2337
    Run Time: 0.000195
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  72. 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: 2224
    Run Time: 0.000173
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  73. 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: 2219
    Run Time: 0.000173
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  74. 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 ('46', '40', '41', '42', '43') 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: 1701657681, 1701657681
    Run Time: 0.000893
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  75. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRQCT_forum_list_nodes', 'BRQCT_ad_sidebar_top', 'BRQCT_button_top_ctrl', 'EWRblock_Cat2', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'EWRblock_RecentNews', 'EWRblock_RecentThreads', 'EWRblock_OnlineUsers', 'EWRblock_RecentNews2', 'EWRblock_RecentNews1', 'wf_widget_wrapper', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_stats', 'wf_widget_threads', 'EWRporta_Portal', 'xenCODE_Meta_Keywords', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000618
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 26Using where
  76. 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 > 1701656781)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000594
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 11Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  77. 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 > 1701656781)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000431
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 11Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  78. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000147
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  79. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_EWRporta_Portal', 'wfc_fad44cd50aebe48a543de')
    Run Time: 0.000173
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  80. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_b924830f45de12c0a903a')
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  81. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1701657681;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1701653716;}}
    Run Time: 0.000765
  82. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000520
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    53Using filesort
  83. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000314
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const53Using where
  84. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE (thread.node_id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 46, 40, 41, 42, 43, 49, 50, 51, 52, 53, 44, 45, 47, 48)) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date DESC
     LIMIT 15
    Run Time: 0.000848
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 15Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
  85. SELECT node.*, forum.*
    	
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE node.node_id IN (20, 11, 25, 14, 6, 3, 6, 20, 8, 2, 8, 8, 20, 17, 43)
    Run Time: 0.000781
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 10Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4vungtauc_br.forum.node_id1 
  86. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_EWRporta_Portal, a:2:{s:18:"EWRporta_Portal_12";a:2:{s:4:"html";s:3532:"<div class="avatarList"> <ul> <li class="thread-3111 thread-node-20"> <a href="members/admin.1/" class="avatar Av1s" data-avatarhtml="true"><img src="data/avatars/s/0/1.jpg?1461896367" width="48" height="48" alt="Admin" /></a> <a title="Công ty Cổ phần Dịch vụ Kỹ thuật Vina O&amp;M (Vina O&amp;M) tuyển dụng nhân sự" class="Tooltip" href="cong-ty-co-phan-dich-vu-ky-thuat-vina-o-m-vina-o-m-tuyen-dung-nhan-su.t3111.html"> Công ty Cổ phần Dịch vụ Kỹ... </a> <div class="userTitle"> <a href="members/admin.1/" class="username">Admin</a> posted <abbr class="DateTime" data-time="1701400326" data-diff="257355" data-datestring="1/12/23" data-timestring="10:12">1/12/23 lúc 10:12</abbr> </div> </li> <li class="thread-3110 thread-node-11"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Bệnh viện Mắt BRVT tuyển Nhân viên bảo trì điện nước" class="Tooltip" href="benh-vien-mat-brvt-tuyen-nhan-vien-bao-tri-dien-nuoc.t3110.html"> Bệnh viện Mắt BRVT tuyển Nhân... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="5/5/23 lúc 15:52">5/5/23</span> </div> </li> <li class="thread-3109 thread-node-25"> <a href="members/admin.1/" class="avatar Av1s" data-avatarhtml="true"><img src="data/avatars/s/0/1.jpg?1461896367" width="48" height="48" alt="Admin" /></a> <a title="Nhà Hàng Hải Sản Hòn Rù Rì tuyển dụng Nhân viên phục vụ bàn" class="Tooltip" href="nha-hang-hai-san-hon-ru-ri-tuyen-dung-nhan-vien-phuc-vu-ban.t3109.html"> Nhà Hàng Hải Sản Hòn Rù Rì... </a> <div class="userTitle"> <a href="members/admin.1/" class="username">Admin</a> posted <span class="DateTime" title="29/3/23 lúc 09:04">29/3/23</span> </div> </li> <li class="thread-3108 thread-node-14"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty MODEC tuyển Nhân viên kế toán" class="Tooltip" href="cong-ty-modec-tuyen-nhan-vien-ke-toan.t3108.html"> Công ty MODEC tuyển Nhân viên... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="17/3/23 lúc 14:22">17/3/23</span> </div> </li> <li class="thread-3107 thread-node-6"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Ngân hàng TMCP Đông Á tuyển dụng nhiều vị trí" class="Tooltip" href="ngan-hang-tmcp-dong-a-tuyen-dung-nhieu-vi-tri.t3107.html"> Ngân hàng TMCP Đông Á tuyển... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="7/2/23 lúc 08:25">7/2/23</span> </div> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1701657681;}s:18:"EWRporta_Portal_14";a:2:{s:4:"html";s:1049:"<div class="avatarList"> <ul> <li class="thread-3111 thread-node-20"> <a href="members/admin.1/" class="avatar Av1s" data-avatarhtml="true"><img src="data/avatars/s/0/1.jpg?1461896367" width="48" height="48" alt="Admin" /></a> <a title="Công ty Cổ phần Dịch vụ Kỹ thuật Vina O&amp;M (Vina O&amp;M) tuyển dụng nhân sự" class="Tooltip" href="cong-ty-co-phan-dich-vu-ky-thuat-vina-o-m-vina-o-m-tuyen-dung-nhan-su.t3111.html"> Công ty Cổ phần Dịch vụ Kỹ... </a> <div class="userTitle"> <a href="members/admin.1/" class="username">Admin</a> posted <abbr class="DateTime" data-time="1701400326" data-diff="253390" data-datestring="1/12/23" data-timestring="10:12">1/12/23 lúc 10:12</abbr> </div> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1701653716;}}
    Run Time: 0.000810
  87. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1701657681;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1701653716;}}
    Run Time: 0.000489
  88. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1701657681;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1701657681;}}
    Run Time: 0.001558
  89. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 46, 40, 41, 42, 43, 49, 50, 51, 52, 53, 44, 45, 47, 48)) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1701225681)
    ORDER BY thread.view_count DESC
     LIMIT 15
    Run Time: 0.001228
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 1Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
  90. SELECT node.*, forum.*
    	
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE node.node_id IN (20)
    Run Time: 0.000821
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  91. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_EWRporta_Portal, a:2:{s:18:"EWRporta_Portal_12";a:2:{s:4:"html";s:3532:"<div class="avatarList"> <ul> <li class="thread-3111 thread-node-20"> <a href="members/admin.1/" class="avatar Av1s" data-avatarhtml="true"><img src="data/avatars/s/0/1.jpg?1461896367" width="48" height="48" alt="Admin" /></a> <a title="Công ty Cổ phần Dịch vụ Kỹ thuật Vina O&amp;M (Vina O&amp;M) tuyển dụng nhân sự" class="Tooltip" href="cong-ty-co-phan-dich-vu-ky-thuat-vina-o-m-vina-o-m-tuyen-dung-nhan-su.t3111.html"> Công ty Cổ phần Dịch vụ Kỹ... </a> <div class="userTitle"> <a href="members/admin.1/" class="username">Admin</a> posted <abbr class="DateTime" data-time="1701400326" data-diff="257355" data-datestring="1/12/23" data-timestring="10:12">1/12/23 lúc 10:12</abbr> </div> </li> <li class="thread-3110 thread-node-11"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Bệnh viện Mắt BRVT tuyển Nhân viên bảo trì điện nước" class="Tooltip" href="benh-vien-mat-brvt-tuyen-nhan-vien-bao-tri-dien-nuoc.t3110.html"> Bệnh viện Mắt BRVT tuyển Nhân... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="5/5/23 lúc 15:52">5/5/23</span> </div> </li> <li class="thread-3109 thread-node-25"> <a href="members/admin.1/" class="avatar Av1s" data-avatarhtml="true"><img src="data/avatars/s/0/1.jpg?1461896367" width="48" height="48" alt="Admin" /></a> <a title="Nhà Hàng Hải Sản Hòn Rù Rì tuyển dụng Nhân viên phục vụ bàn" class="Tooltip" href="nha-hang-hai-san-hon-ru-ri-tuyen-dung-nhan-vien-phuc-vu-ban.t3109.html"> Nhà Hàng Hải Sản Hòn Rù Rì... </a> <div class="userTitle"> <a href="members/admin.1/" class="username">Admin</a> posted <span class="DateTime" title="29/3/23 lúc 09:04">29/3/23</span> </div> </li> <li class="thread-3108 thread-node-14"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty MODEC tuyển Nhân viên kế toán" class="Tooltip" href="cong-ty-modec-tuyen-nhan-vien-ke-toan.t3108.html"> Công ty MODEC tuyển Nhân viên... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="17/3/23 lúc 14:22">17/3/23</span> </div> </li> <li class="thread-3107 thread-node-6"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Ngân hàng TMCP Đông Á tuyển dụng nhiều vị trí" class="Tooltip" href="ngan-hang-tmcp-dong-a-tuyen-dung-nhieu-vi-tri.t3107.html"> Ngân hàng TMCP Đông Á tuyển... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="7/2/23 lúc 08:25">7/2/23</span> </div> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1701657681;}s:18:"EWRporta_Portal_14";a:2:{s:4:"html";s:1049:"<div class="avatarList"> <ul> <li class="thread-3111 thread-node-20"> <a href="members/admin.1/" class="avatar Av1s" data-avatarhtml="true"><img src="data/avatars/s/0/1.jpg?1461896367" width="48" height="48" alt="Admin" /></a> <a title="Công ty Cổ phần Dịch vụ Kỹ thuật Vina O&amp;M (Vina O&amp;M) tuyển dụng nhân sự" class="Tooltip" href="cong-ty-co-phan-dich-vu-ky-thuat-vina-o-m-vina-o-m-tuyen-dung-nhan-su.t3111.html"> Công ty Cổ phần Dịch vụ Kỹ... </a> <div class="userTitle"> <a href="members/admin.1/" class="username">Admin</a> posted <abbr class="DateTime" data-time="1701400326" data-diff="257355" data-datestring="1/12/23" data-timestring="10:12">1/12/23 lúc 10:12</abbr> </div> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1701657681;}}
    Run Time: 0.000845
  92. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1701657681;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1701657681;}}
    Run Time: 0.000509
  93. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('members_online_now', 'forum_statistics')
    Params: 2
    Run Time: 0.000198
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  94. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'vnxf_ads_footer')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000336
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  95. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'BRQCT_navigation_tabs_forums')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000139
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  96. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where

Included Files (181, XenForo Classes: 66)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/NodesAsTabs/Listen.php
  33. library/Sedo/AgentTracer/Listener/InitDependencies.php
  34. library/Waindigo/Listener/InitDependencies.php
  35. library/Waindigo/Listener/InitDependencies/20150212.php
  36. library/VNXF/MoreThread/Listener.php
  37. library/Brivium/BriviumHelper/EventListeners.php
  38. library/Brivium/BriviumHelper/1010071/EventListeners.php
  39. library/VNXF/ImageView/Listener.php
  40. library/VNXF/FacebookGraph/Listener.php
  41. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  42. library/WidgetFramework/Listener.php
  43. library/WidgetFramework/Option.php
  44. library/EWRporta/Listener/Model.php
  45. library/Tinhte/NodeConverter/Listener.php
  46. library/Brivium/BriviumHelper/Model/ListenerClass.php
  47. library/Brivium/BriviumHelper/1010071/Model/ListenerClass.php
  48. library/XenForo/Router.php
  49. library/XenForo/Route/Filter.php
  50. library/XenForo/Route/Interface.php
  51. library/XenForo/Route/ResponseSuffix.php
  52. library/XenForo/Route/Prefix.php
  53. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  54. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  55. library/WidgetFramework/Route/Filter/PageX.php
  56. library/XenForo/Route/Prefix/Index.php
  57. library/EWRporta/Listener/Route.php
  58. library/vtLai/UrlKhongDau/Listener.php
  59. library/WidgetFramework/XenForo/Route/Prefix/Index.php
  60. library/XenForo/RouteMatch.php
  61. library/XenForo/ControllerPublic/Index.php
  62. library/XenForo/ControllerPublic/Abstract.php
  63. library/XenForo/Controller.php
  64. library/Vinavb/CustomNodeIcon/Listener.php
  65. library/Sedo/AgentTracer/Listener/ControllerPublic.php
  66. library/xenCODE/AutoPing/Listener.php
  67. library/EWRporta/Listener/Controller.php
  68. library/WidgetFramework/XenForo/ControllerPublic/Index.php
  69. library/XenForo/Input.php
  70. library/XenForo/Session.php
  71. library/XenForo/Helper/Ip.php
  72. library/XenForo/Visitor.php
  73. library/XenForo/Model/User.php
  74. library/WidgetFramework/XenForo/Model/User.php
  75. library/XenForo/Permission.php
  76. library/XenForo/Helper/Php.php
  77. library/XenForo/Phrase.php
  78. library/XenForo/Locale.php
  79. library/WidgetFramework/Helper/Index.php
  80. library/XenForo/ControllerResponse/ReroutePath.php
  81. library/XenForo/ControllerResponse/Abstract.php
  82. library/EWRporta/Route/Portal.php
  83. library/EWRporta/ControllerPublic/Portal.php
  84. library/EWRporta/Model/Perms.php
  85. library/XenForo/ControllerResponse/View.php
  86. library/XenForo/Helper/Cookie.php
  87. library/XenForo/ViewRenderer/HtmlPublic.php
  88. library/XenForo/ViewRenderer/Abstract.php
  89. library/XenForo/Template/Public.php
  90. library/XenForo/Template/Abstract.php
  91. library/WidgetFramework/Core.php
  92. library/XenForo/Model/Moderator.php
  93. library/Brivium/QuickCreateThread/EventListeners/Listener.php
  94. library/Brivium/BriviumLibrary/EventListeners.php
  95. library/WidgetFramework/Model/Widget.php
  96. library/WidgetFramework/Helper/Sort.php
  97. library/WidgetFramework/WidgetRenderer.php
  98. library/EWRporta/ViewPublic/Portal.php
  99. library/XenForo/ViewPublic/Base.php
  100. library/XenForo/View.php
  101. library/EWRporta/Listener/ViewPublic.php
  102. library/WidgetFramework/XenForo/View1.php
  103. library/EWRporta/ViewPublic/Custom.php
  104. library/EWRporta/Model/Blocks.php
  105. library/EWRporta/Model/Layouts.php
  106. library/EWRporta/Model/Caches.php
  107. library/EWRporta/Model/Options.php
  108. library/xenCODE/MetaKeywords/Listener.php
  109. library/Sedo/AgentTracer/Listener/Preloader.php
  110. library/rrssb/Listener.php
  111. library/vtLai/TopX/Listener.php
  112. library/EWRporta/Block/RecentNews.php
  113. library/EWRporta/Model/Categories.php
  114. library/XenForo/Helper/String.php
  115. library/XenForo/Model/Attachment.php
  116. library/VNXF/ImageView/Attachment.php
  117. library/EWRporta/Model/Attachment.php
  118. library/XenForo/Route/Prefix/Attachments.php
  119. library/XenForo/DataWriter.php
  120. library/EWRporta/DataWriter/Caches.php
  121. library/Sedo/AgentTracer/Listener/Datawriter.php
  122. library/EWRporta/Listener/DataWriter.php
  123. library/XenForo/Db.php
  124. library/XenForo/BbCode/Parser.php
  125. library/XenForo/BbCode/Formatter/Base.php
  126. library/EWRporta/Listener/BbCode.php
  127. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  128. library/EWRporta/BbCode/Formatter.php
  129. library/XenForo/ViewPublic/Helper/Message.php
  130. library/XenForo/BbCode/TextWrapper.php
  131. library/EWRporta/Block/RecentThreads.php
  132. library/XenForo/Model/Thread.php
  133. library/WidgetFramework/XenForo/Model/Thread.php
  134. library/EWRporta/Block/OnlineUsers.php
  135. library/XenForo/Model/Session.php
  136. library/EWRporta/Block/RecentNews2.php
  137. library/EWRporta/Block/RecentNews1.php
  138. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  139. library/WidgetFramework/WidgetRenderer/Html.php
  140. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  141. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  142. library/WidgetFramework/WidgetRenderer/Stats.php
  143. library/WidgetFramework/WidgetRenderer/Threads.php
  144. library/WidgetFramework/Model/Cache.php
  145. library/XenForo/Route/Prefix/Members.php
  146. library/vtLai/UrlKhongDau/Members.php
  147. library/EWRporta/Listener/NavTabs.php
  148. library/NodesAsTabs/NavTabs.php
  149. library/NodesAsTabs/Model/Options.php
  150. library/XenForo/Model/Node.php
  151. library/Tinhte/NodeConverter/XenForo/Model/Node.php
  152. library/XenForo/Route/Prefix/LinkForums.php
  153. library/WidgetFramework/Template/Extended.php
  154. library/XenForo/Route/Prefix/Threads.php
  155. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  156. library/Waindigo/Listener/LoadClass.php
  157. library/Waindigo/Listener/LoadClass/20150106.php
  158. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Threads.php
  159. library/EWRporta/Route/Thread.php
  160. library/vtLai/UrlKhongDau/Threads.php
  161. library/vtLai/UrlKhongDau/Converter.php
  162. library/Waindigo/ShorterRoutes/Link.php
  163. library/WidgetFramework/Helper/String.php
  164. library/Zend/Exception.php
  165. library/XenForo/NodeHandler/Category.php
  166. library/XenForo/NodeHandler/Abstract.php
  167. library/XenForo/NodeHandler/Forum.php
  168. library/XenForo/NodeHandler/LinkForum.php
  169. library/XenForo/Model/Category.php
  170. library/XenForo/Model/Forum.php
  171. library/Tinhte/NodeConverter/XenForo/Model/Forum.php
  172. library/XenForo/Model/LinkForum.php
  173. library/XenForo/Model/Avatar.php
  174. library/WidgetFramework/WidgetRenderer/Empty.php
  175. library/XenForo/Debug.php
  176. library/Sedo/AgentTracer/Listener/Templates.php
  177. library/EWRporta/Listener/Template.php
  178. library/VNXF/AdsFooter/Listener.php
  179. library/Brivium/QuickCreateThread/Route/Prefix/CreateThread.php
  180. library/XenForo/ViewRenderer/Json.php
  181. library/Vinavb/CustomNodeIcon/Icon.php