Page Time: 0.0980s

Memory: 8.9335 MB (Peak: 9.9149 MB)

Queries (33, time: 0.0154s, 15.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.000262
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000069
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 25201
    Run Time: 0.000312
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  4. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 2
    Run Time: 0.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  5. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date
    FROM xf_post AS post
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
    WHERE post.thread_id = ?
    	 AND (post.position >= 0 AND post.position < 20) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 25201
    Run Time: 0.003435
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const1Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.post.user_id1 
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22tintucxe_nhansuthainguyen.post.user_id,func1Using where
  6. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 25201
    Run Time: 0.000157
  7. SELECT xf_thread.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title
    FROM xf_thread
    LEFT JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    LEFT JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    WHERE xf_thread.node_id > 0 AND xf_thread.thread_id != 25201 AND xf_thread.post_date < 1711616572 AND xf_thread.discussion_state = 'visible'
    ORDER BY xf_thread.thread_id DESC
    LIMIT 2
    Run Time: 0.003680
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_datePRIMARY4 11224Using where
    SIMPLExf_posteq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.xf_thread.first_post_id1 
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.xf_thread.node_id1 
  8. SELECT xf_thread.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title
    FROM xf_thread
    LEFT JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    LEFT JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    WHERE xf_thread.node_id > 0 AND xf_thread.thread_id != 25201 AND xf_thread.post_date > 1711011772 AND xf_thread.post_date < 1711616572 AND xf_thread.discussion_state = 'visible'
    ORDER BY xf_thread.view_count DESC
    LIMIT 6
    Run Time: 0.000502
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 35Using index condition; Using where; Using filesort
    SIMPLExf_posteq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.xf_thread.first_post_id1 
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.xf_thread.node_id1 
  9. 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 (35037)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000124
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1 
  10. 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 (35033)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000098
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1 
  11. 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 (35058)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000119
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1 
  12. 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 (33608)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.001374
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  13. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (33608)
    Run Time: 0.000226
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostconstPRIMARYPRIMARY4const1 
  14. SELECT attachment.*, data.*
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON (data.data_id = attachment.data_id)
    WHERE attachment.content_type = 'post' AND attachment.content_id = '33608' AND data.height = 0 AND data.filename LIKE '%.pdf%'
    ORDER BY attachment.content_id, attachment.attach_date
    Run Time: 0.000342
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  15. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 5460fc599d74027fc790414e2c243f90, , 1711620172
    Run Time: 0.000164
  16. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=25201, 1711616572,
    Run Time: 0.000458
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'ragtek_createNewThreadNavbar', 'wf_widget_wrapper', 'wf_widget_threads', 'thread_view', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 6, 2
    Run Time: 0.000351
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 12Using where
  18. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('askaquestion_ask_a_question')
    Params: 2
    Run Time: 0.000077
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VNXF_More_Thread')
    	AND style_id = ?
    	AND language_id = ?
    Params: 6, 2
    Run Time: 0.000081
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VNXF_Read_Pdf')
    	AND style_id = ?
    	AND language_id = ?
    Params: 6, 2
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  21.                 SELECT *
                    FROM `xf_widgetframework_cache`
                    WHERE cache_id IN ('thread_view_pc1')
    Run Time: 0.000081
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_widgetframework_cacheconstPRIMARYPRIMARY767const1 
  22.             REPLACE INTO `xf_widgetframework_cache`
                SET cache_id = ?, data = ?, cache_date = ?
    Params: thread_view_pc1, {"16":{"html":"<div class=\"WidgetFramework_WidgetRenderer_Threads_ListCompact\">\n<ol>\n<li class=\"thread-26539 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-seung-woo-vina.13491\/\" class=\"avatar Av13491s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/13\/13491.jpg?1437714076\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Seung Woo Vina\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-nhan-vien-sua-chua.26539\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-nhan-vien-sua-chua.26539\/preview\">C\u00d4NG TY TNHH SEUNGWOO VINA TUY\u1ec2N NH\u00c2N VI\u00caN S\u1eecA CH\u1eeeA<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26538 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/kiennh.35586\/\" class=\"avatar Av35586s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_male_s.png\" width=\"48\" height=\"48\" alt=\"Kiennh\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-gap-cac-vi-tri.26538\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-gap-cac-vi-tri.26538\/preview\">C\u00f4ng ty YOUNG SUN VINA TH\u00c1I NGUY\u00caN tuy\u1ec3n d\u1ee5ng g\u1ea5p c\u00e1c v\u1ecb tr\u00ed<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26537 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/kiennh.35586\/\" class=\"avatar Av35586s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_male_s.png\" width=\"48\" height=\"48\" alt=\"Kiennh\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-gap-cac-vi-tri.26537\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-gap-cac-vi-tri.26537\/preview\">C\u00f4ng ty YOUNG SUN VINA TH\u00c1I NGUY\u00caN tuy\u1ec3n d\u1ee5ng g\u1ea5p c\u00e1c v\u1ecb tr\u00ed<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26536 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/ngo-quynh-trang.28622\/\" class=\"avatar Av28622s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"NG\u00d4 QU\u1ef2NH TRANG\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-co-phan-dau-tu-va-dich-vu-nha-xanh-tuyen-dung-nhan-vien-ke-toan.26536\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-co-phan-dau-tu-va-dich-vu-nha-xanh-tuyen-dung-nhan-vien-ke-toan.26536\/preview\">C\u00f4ng ty c\u1ed5 ph\u1ea7n \u0111\u1ea7u t\u01b0 v\u00e0 d\u1ecbch v\u1ee5 Nh\u00e0 Xanh tuy\u1ec3n d\u1ee5ng nh\u00e2n vi\u00ean K\u1ebf To\u00e1n<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26535 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-sunny-infrared.35458\/\" class=\"avatar Av35458s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Sunny Infrared\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong-nhan-vien-xuat-nhap-khau.26535\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong-nhan-vien-xuat-nhap-khau.26535\/preview\">C\u00f4ng ty TNHH Sunny Infrared tuy\u1ec3n d\u1ee5ng g\u1ea5p Nh\u00e2n vi\u00ean h\u1ec7 th\u1ed1ng ch\u1ea5t l\u01b0\u1ee3ng, Nh\u00e2n vi\u00ean Xu\u1ea5t nh\u1eadp kh\u1ea9u<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26534 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/duong-bac.34436\/\" class=\"avatar Av34436s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/34\/34436.jpg?1700450531\" width=\"48\" height=\"48\" alt=\"Duong b\u1eafc\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-rftech-tuyen-dung-nhan-vien.26534\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-rftech-tuyen-dung-nhan-vien.26534\/preview\">C\u00f4ng ty TNHH RFTech tuy\u1ec3n d\u1ee5ng nh\u00e2n vi\u00ean<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26533 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/hongthaiduong.30084\/\" class=\"avatar Av30084s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_male_s.png\" width=\"48\" height=\"48\" alt=\"Hongthaiduong\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/tuyen-ky-thuat-vien-may-tinh-nhan-hoc-viec.26533\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-ky-thuat-vien-may-tinh-nhan-hoc-viec.26533\/preview\">Tuy\u1ec3n K\u1ef9 thu\u1eadt vi\u00ean M\u00e1y t\u00ednh, nh\u1eadn h\u1ecdc vi\u1ec7c<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26532 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-seung-woo-vina.13491\/\" class=\"avatar Av13491s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/13\/13491.jpg?1437714076\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Seung Woo Vina\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-dung-nhan-vien-nhan-su.26532\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-dung-nhan-vien-nhan-su.26532\/preview\">C\u00d4NG TY TNHH SEUNGWOO VINA TUY\u1ec2N D\u1ee4NG NH\u00c2N VI\u00caN NH\u00c2N S\u1ef0<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26531 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-tnhh-uju-vina-thai-nguyen.35053\/\" class=\"avatar Av35053s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35053.jpg?1702620917\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty TNHH Uju Vina Th\u00e1i Nguy\u00ean\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-uju-vina-thai-nguyen-tuyen-dung-ke-toan-truong.26531\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-uju-vina-thai-nguyen-tuyen-dung-ke-toan-truong.26531\/preview\">C\u00f4ng ty TNHH Uju Vina Th\u00e1i Nguy\u00ean tuy\u1ec3n d\u1ee5ng K\u1ebf to\u00e1n tr\u01b0\u1edfng<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26530 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-sunny-infrared.35458\/\" class=\"avatar Av35458s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Sunny Infrared\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong-nhan-vien-xuat-nhap-khau.26530\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong-nhan-vien-xuat-nhap-khau.26530\/preview\">C\u00f4ng ty TNHH Sunny Infrared tuy\u1ec3n d\u1ee5ng g\u1ea5p Nh\u00e2n vi\u00ean h\u1ec7 th\u1ed1ng ch\u1ea5t l\u01b0\u1ee3ng, Nh\u00e2n vi\u00ean Xu\u1ea5t nh\u1eadp kh\u1ea9u<\/a>\n<\/div>\n<\/li>\n<\/ol>\n<div id=\"PreviewTooltip\">\n<span class=\"arrow\"><span><\/span><\/span>\n<div class=\"section\">\n<div class=\"primaryContent previewContent\">\n<span class=\"PreviewContents\">\u0110ang t\u1ea3i...<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","time":1711616602}}, 1711616572
    Run Time: 0.000757
  23. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000114
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    11Using filesort
  24. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000084
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const11Using where
  25.             SELECT thread.thread_id
                FROM xf_thread AS thread 
                
                WHERE (thread.node_id IN (1, 2, 3, 4, 5, 7, 12, 20, 27, 28, 31)) AND (thread.discussion_state IN ('visible'))
                ORDER BY thread.post_date DESC
             LIMIT 30
    Run Time: 0.000655
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 36Using where
  26. SELECT thread.*
    	,
    		NULL AS thread_read_date
    FROM xf_thread AS thread
    WHERE thread.thread_id IN (26539, 26538, 26537, 26536, 26535, 26534, 26533, 26532, 26531, 26530, 26529, 26528, 26527, 26526, 26525, 26524, 26523, 26522, 26521, 26520, 26519, 26518, 26517, 26516, 26515, 26514, 26513, 26512, 26511, 26510)
    Run Time: 0.000348
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 30Using where
  27. 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 (2)
    Run Time: 0.000167
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  28. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id IN (13491, 35586, 28622, 35458, 34436, 30084, 35053, 35578, 34879, 35454, 35035, 35166, 34892, 35280)
    ORDER BY user.username
    Run Time: 0.000167
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangePRIMARYPRIMARY4 14Using where; Using filesort
  29. 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 (35063, 35062, 35061, 35060, 35059, 35058, 35057, 35056, 35054, 35053)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 10Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  30. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (35063, 35062, 35061, 35060, 35059, 35058, 35057, 35056, 35054, 35053)
    Run Time: 0.000114
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 10Using where
  31. 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 = ?
    Params: 2
    Run Time: 0.000169
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
  32. 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 (35063, 35062, 35061, 35060, 35059, 35058, 35057, 35056, 35054, 35053)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000096
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 10Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4tintucxe_nhansuthainguyen.attachment.data_id1Using where
  33.             REPLACE INTO `xf_widgetframework_cache`
                SET cache_id = ?, data = ?, cache_date = ?
    Params: thread_view_pc1, {"16":{"html":"<div class=\"WidgetFramework_WidgetRenderer_Threads_ListCompact\">\n<ol>\n<li class=\"thread-26539 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-seung-woo-vina.13491\/\" class=\"avatar Av13491s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/13\/13491.jpg?1437714076\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Seung Woo Vina\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-nhan-vien-sua-chua.26539\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-nhan-vien-sua-chua.26539\/preview\">C\u00d4NG TY TNHH SEUNGWOO VINA TUY\u1ec2N NH\u00c2N VI\u00caN S\u1eecA CH\u1eeeA<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26538 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/kiennh.35586\/\" class=\"avatar Av35586s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_male_s.png\" width=\"48\" height=\"48\" alt=\"Kiennh\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-gap-cac-vi-tri.26538\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-gap-cac-vi-tri.26538\/preview\">C\u00f4ng ty YOUNG SUN VINA TH\u00c1I NGUY\u00caN tuy\u1ec3n d\u1ee5ng g\u1ea5p c\u00e1c v\u1ecb tr\u00ed<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26537 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/kiennh.35586\/\" class=\"avatar Av35586s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_male_s.png\" width=\"48\" height=\"48\" alt=\"Kiennh\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-gap-cac-vi-tri.26537\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-young-sun-vina-thai-nguyen-tuyen-dung-gap-cac-vi-tri.26537\/preview\">C\u00f4ng ty YOUNG SUN VINA TH\u00c1I NGUY\u00caN tuy\u1ec3n d\u1ee5ng g\u1ea5p c\u00e1c v\u1ecb tr\u00ed<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26536 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/ngo-quynh-trang.28622\/\" class=\"avatar Av28622s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"NG\u00d4 QU\u1ef2NH TRANG\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-co-phan-dau-tu-va-dich-vu-nha-xanh-tuyen-dung-nhan-vien-ke-toan.26536\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-co-phan-dau-tu-va-dich-vu-nha-xanh-tuyen-dung-nhan-vien-ke-toan.26536\/preview\">C\u00f4ng ty c\u1ed5 ph\u1ea7n \u0111\u1ea7u t\u01b0 v\u00e0 d\u1ecbch v\u1ee5 Nh\u00e0 Xanh tuy\u1ec3n d\u1ee5ng nh\u00e2n vi\u00ean K\u1ebf To\u00e1n<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26535 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-sunny-infrared.35458\/\" class=\"avatar Av35458s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Sunny Infrared\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong-nhan-vien-xuat-nhap-khau.26535\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong-nhan-vien-xuat-nhap-khau.26535\/preview\">C\u00f4ng ty TNHH Sunny Infrared tuy\u1ec3n d\u1ee5ng g\u1ea5p Nh\u00e2n vi\u00ean h\u1ec7 th\u1ed1ng ch\u1ea5t l\u01b0\u1ee3ng, Nh\u00e2n vi\u00ean Xu\u1ea5t nh\u1eadp kh\u1ea9u<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26534 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/duong-bac.34436\/\" class=\"avatar Av34436s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/34\/34436.jpg?1700450531\" width=\"48\" height=\"48\" alt=\"Duong b\u1eafc\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-rftech-tuyen-dung-nhan-vien.26534\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-rftech-tuyen-dung-nhan-vien.26534\/preview\">C\u00f4ng ty TNHH RFTech tuy\u1ec3n d\u1ee5ng nh\u00e2n vi\u00ean<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26533 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/hongthaiduong.30084\/\" class=\"avatar Av30084s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_male_s.png\" width=\"48\" height=\"48\" alt=\"Hongthaiduong\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/tuyen-ky-thuat-vien-may-tinh-nhan-hoc-viec.26533\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/tuyen-ky-thuat-vien-may-tinh-nhan-hoc-viec.26533\/preview\">Tuy\u1ec3n K\u1ef9 thu\u1eadt vi\u00ean M\u00e1y t\u00ednh, nh\u1eadn h\u1ecdc vi\u1ec7c<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26532 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-seung-woo-vina.13491\/\" class=\"avatar Av13491s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/13\/13491.jpg?1437714076\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Seung Woo Vina\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-dung-nhan-vien-nhan-su.26532\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-seungwoo-vina-tuyen-dung-nhan-vien-nhan-su.26532\/preview\">C\u00d4NG TY TNHH SEUNGWOO VINA TUY\u1ec2N D\u1ee4NG NH\u00c2N VI\u00caN NH\u00c2N S\u1ef0<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26531 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-tnhh-uju-vina-thai-nguyen.35053\/\" class=\"avatar Av35053s\" data-avatarhtml=\"true\"><img src=\"data\/avatars\/s\/35\/35053.jpg?1702620917\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty TNHH Uju Vina Th\u00e1i Nguy\u00ean\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-uju-vina-thai-nguyen-tuyen-dung-ke-toan-truong.26531\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-uju-vina-thai-nguyen-tuyen-dung-ke-toan-truong.26531\/preview\">C\u00f4ng ty TNHH Uju Vina Th\u00e1i Nguy\u00ean tuy\u1ec3n d\u1ee5ng K\u1ebf to\u00e1n tr\u01b0\u1edfng<\/a>\n<\/div>\n<\/li>\n<li class=\"thread-26530 thread-node-2\">\n<div class=\"avatar responsive--aware responsive--from-narrow\">\n<i><\/i><a href=\"members\/cong-ty-sunny-infrared.35458\/\" class=\"avatar Av35458s\" data-avatarhtml=\"true\"><img src=\"styles\/default\/xenforo\/avatars\/avatar_female_s.png\" width=\"48\" height=\"48\" alt=\"C\u00f4ng ty Sunny Infrared\" \/><\/a>\n<\/div>\n<div class=\"title\">\n<i><\/i><a style=\"font-size:14px;\" href=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong-nhan-vien-xuat-nhap-khau.26530\/\"\ntitle=\"\"\nclass=\"PreviewTooltip\"\ndata-previewUrl=\"threads\/cong-ty-tnhh-sunny-infrared-tuyen-dung-gap-nhan-vien-he-thong-chat-luong-nhan-vien-xuat-nhap-khau.26530\/preview\">C\u00f4ng ty TNHH Sunny Infrared tuy\u1ec3n d\u1ee5ng g\u1ea5p Nh\u00e2n vi\u00ean h\u1ec7 th\u1ed1ng ch\u1ea5t l\u01b0\u1ee3ng, Nh\u00e2n vi\u00ean Xu\u1ea5t nh\u1eadp kh\u1ea9u<\/a>\n<\/div>\n<\/li>\n<\/ol>\n<div id=\"PreviewTooltip\">\n<span class=\"arrow\"><span><\/span><\/span>\n<div class=\"section\">\n<div class=\"primaryContent previewContent\">\n<span class=\"PreviewContents\">\u0110ang t\u1ea3i...<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/div>","time":1711616572}}, 1711616572
    Run Time: 0.000453

Included Files (165, XenForo Classes: 70)

  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/TJA/CreateThreadIcon/Listener.php
  33. library/Hex/Listener/InitDependencies.php
  34. library/Hex/Listener/InitDependencies/20150212.php
  35. library/VNXF/MoreThread/Listener.php
  36. library/VNXF/Stats/Listener.php
  37. library/Hex/Listener/ControllerPreDispatch/20150911.php
  38. library/WidgetFramework/Listener.php
  39. library/WidgetFramework/Option.php
  40. library/XenForo/Router.php
  41. library/XenForo/Route/Filter.php
  42. library/XenForo/Route/Interface.php
  43. library/XenForo/Route/ResponseSuffix.php
  44. library/XenForo/Route/Prefix.php
  45. library/XenForo/Route/Prefix/Threads.php
  46. library/vtLai/UrlKhongDau/Listener.php
  47. library/vtLai/UrlKhongDau/Threads.php
  48. library/XenForo/RouteMatch.php
  49. library/XenForo/ControllerPublic/Thread.php
  50. library/XenForo/ControllerPublic/Abstract.php
  51. library/XenForo/Controller.php
  52. library/Hex/Thumbnails/Listener/LoadClass.php
  53. library/Hex/Listener/LoadClass.php
  54. library/Hex/Listener/LoadClass/20150518.php
  55. library/VNXF/Download/Listener.php
  56. library/XenPlaza/XPlimitLink/Listener/Listener.php
  57. library/XfAddOns/BumpThread/Listener.php
  58. library/Vinavb/CustomNodeIcon/Listener.php
  59. library/VNXF/ReadPdf/Listener.php
  60. library/DigitalPointAdPositioning/Listener/LoadClassControllerPublic/Thread.php
  61. library/VNXF/MoreThread/ControllerPublic/Thread.php
  62. library/Hex/Thumbnails/Extend/XenForo/ControllerPublic/Thread.php
  63. library/XenPlaza/XPlimitLink/ControllerPublic/Thread.php
  64. library/XfAddOns/BumpThread/ControllerPublic/Thread.php
  65. library/VNXF/ReadPdf/ControllerPublic/Thread.php
  66. library/DigitalPointAdPositioning/ControllerPublic/Thread.php
  67. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  68. library/XenForo/Input.php
  69. library/XenForo/Session.php
  70. library/XenForo/Helper/Ip.php
  71. library/XenForo/Visitor.php
  72. library/XenForo/Model/User.php
  73. library/XenForo/Permission.php
  74. library/XenForo/Helper/Php.php
  75. library/XenForo/Phrase.php
  76. library/XenForo/Locale.php
  77. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  78. library/XenForo/ControllerHelper/ForumThreadPost.php
  79. library/XenForo/ControllerHelper/Abstract.php
  80. library/XenForo/Model/Thread.php
  81. library/XfAddOns/BumpThread/Model/Thread.php
  82. library/XenForo/Model/Forum.php
  83. library/XenForo/Helper/String.php
  84. library/XfAddOns/BumpThread/Helper/Permissions.php
  85. library/XenForo/Model/Post.php
  86. library/vtLai/UrlKhongDau/Converter.php
  87. library/XenForo/Model/Attachment.php
  88. library/Hex/Thumbnails/Extend/XenForo/Model/Attachment.php
  89. library/XenForo/Model/Node.php
  90. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  91. library/XenForo/Route/Prefix/Categories.php
  92. library/vtLai/UrlKhongDau/Categories.php
  93. library/XenForo/Route/Prefix/Forums.php
  94. library/vtLai/UrlKhongDau/Forums.php
  95. library/XenForo/ControllerResponse/View.php
  96. library/XenForo/ControllerResponse/Abstract.php
  97. library/VNXF/MoreThread/Model.php
  98. library/XenForo/Route/Prefix/Attachments.php
  99. library/Hex/Thumbnails/Model/Thumbnails.php
  100. library/VNXF/ReadPdf/Model.php
  101. library/XenForo/Helper/Cookie.php
  102. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  103. library/XenForo/ViewRenderer/HtmlPublic.php
  104. library/XenForo/ViewRenderer/Abstract.php
  105. library/XenForo/Template/Public.php
  106. library/XenForo/Template/Abstract.php
  107. library/WidgetFramework/Core.php
  108. library/XenForo/Model/Moderator.php
  109. library/WidgetFramework/Model/Widget.php
  110. library/WidgetFramework/Helper/Sort.php
  111. library/XenForo/ViewPublic/Thread/View.php
  112. library/XenForo/ViewPublic/Base.php
  113. library/XenForo/View.php
  114. library/DigitalPointAdPositioning/Listener/LoadClassViewPublic/Thread.php
  115. library/DigitalPointAdPositioning/ViewPublic/Thread/View.php
  116. library/XenForo/BbCode/Parser.php
  117. library/XenForo/BbCode/Formatter/Base.php
  118. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  119. library/XenForo/ViewPublic/Helper/Message.php
  120. library/XenForo/BbCode/TextWrapper.php
  121. library/Ragtek/GCT/StaticMethods.php
  122. library/Hex/Thumbnails/Listener/TemplateCreate.php
  123. library/Hex/Listener/TemplateCreate.php
  124. library/Hex/Listener/TemplateCreate/20150106.php
  125. library/XfAddOns/BumpThread/Template/Hook.php
  126. library/WidgetFramework/WidgetRenderer.php
  127. library/WidgetFramework/WidgetRenderer/Threads.php
  128. library/Hex/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  129. library/WidgetFramework/Helper/PermissionCombination.php
  130. library/WidgetFramework/Model/Cache.php
  131. library/XenForo/Route/Prefix/Members.php
  132. library/vtLai/UrlKhongDau/Members.php
  133. library/Andy/AskAQuestion/Listener.php
  134. library/WidgetFramework/Template/Extended.php
  135. library/VNNET/FakeThreadViewCount/Listeners.php
  136. library/Hex/Thumbnails/Listener/TemplateHook.php
  137. library/Hex/Listener/TemplateHook.php
  138. library/Hex/Listener/TemplateHook/20150106.php
  139. library/Hex/Listener/Template.php
  140. library/Hex/Listener/Template/20150106.php
  141. library/VNXF/ForumThreads/Listener.php
  142. library/XenForo/Route/Prefix/Posts.php
  143. library/Hex/Thumbnails/Listener/TemplatePostRender.php
  144. library/Hex/Listener/TemplatePostRender.php
  145. library/Hex/Listener/TemplatePostRender/20150106.php
  146. library/DigitalPointAdPositioning/Callback/AdBelowPost.php
  147. library/WidgetFramework/Helper/String.php
  148. library/XenForo/Helper/File.php
  149. library/XenForo/NodeHandler/Category.php
  150. library/XenForo/NodeHandler/Abstract.php
  151. library/XenForo/NodeHandler/Forum.php
  152. library/XenForo/Model/Category.php
  153. library/WidgetFramework/Model/Thread.php
  154. library/XenForo/DataWriter.php
  155. library/XenForo/DataWriter/Forum.php
  156. library/XenForo/DataWriter/Node.php
  157. library/XenForo/DataWriter/DiscussionContainerInterface.php
  158. library/Hex/Thumbnails/Extend/XenForo/DataWriter/Forum.php
  159. library/Vinavb/CustomNodeIcon/XenForo/DataWriter/Forum.php
  160. library/XenForo/Model/Avatar.php
  161. library/WidgetFramework/DataWriter/Widget.php
  162. library/XenForo/Debug.php
  163. library/Ragtek/GCT/Route.php
  164. library/XenForo/ViewRenderer/Json.php
  165. library/Vinavb/CustomNodeIcon/Icon.php