Page Time: 0.1582s

Memory: 19.7774 MB (Peak: 20.5916 MB)

Queries (52, time: 0.0194s, 12.3%)

  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.000743
    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.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000174
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT tag.*
    ,
    	0 AS tag_is_watched
    FROM `xf_tinhte_xentag_tag` AS tag
    
    WHERE (tag.tag_text = 'nâng ngực công nghệ cao')
    Run Time: 0.000518
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEtagreftag_texttag_text302const1 
  5. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    
    WHERE MATCH(search_index.title, search_index.message, search_index.metadata) AGAINST (? IN BOOLEAN MODE)
    	
    
    ORDER BY search_index.item_date desc
    LIMIT 200
    Params: +_md_tags_31bcba0153eb039cfb976be8b7e2886f
    Run Time: 0.001812
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_message_metadatatitle_message_metadata0const1Using where; Using filesort
  6. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		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_post AS post ON
    			(post.post_id = thread.first_post_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.thread_id IN (811)
    Run Time: 0.000658
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpostconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  7. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (923)
                    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.000357
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  8. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (923)
    Run Time: 0.000209
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostconstPRIMARYPRIMARY4const1 
  9. 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: 18
    Run Time: 0.000414
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  10. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (923)
                    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.000312
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  11. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    
    WHERE MATCH(search_index.title, search_index.message, search_index.metadata) AGAINST (? IN BOOLEAN MODE)
    	
    
    ORDER BY search_index.item_date desc
    LIMIT 200
    Params: +_md_tags_31bcba0153eb039cfb976be8b7e2886f +(_md_content_tinhte_xentag_forum _md_content_tinhte_xentag_page _md_content_tinhte_xentag_resource)
    Run Time: 0.000612
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_message_metadatatitle_message_metadata0const1Using where; Using filesort
  12. INSERT INTO `xf_search` (`search_results`, `result_count`, `search_type`, `search_query`, `search_constraints`, `search_order`, `search_grouping`, `user_results`, `warnings`, `user_id`, `search_date`, `query_hash`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: [["thread",811]], 1, tinhte_xentag_tag, , {"tags":["n\u00e2ng ng\u1ef1c c\u00f4ng ngh\u1ec7 cao"]}, date, 0, , [], 0, 1714032721, 71bc867bf95d14777aab099c0b1698b2
    Run Time: 0.000503
  13. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		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_post AS post ON
    			(post.post_id = thread.first_post_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.thread_id IN (811)
    Run Time: 0.000575
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpostconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  14. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (923)
                    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.000315
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  15. 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: 18
    Run Time: 0.000301
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  16. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (923)
                    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.000290
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  17. INSERT DELAYED INTO xf_tinhte_xentag_tag_view
    	(tag_id)
    VALUES
    	(?)
    Params: 33
    Run Time: 0.000081
  18. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: ec475daa08eab2b8295f15611f84c074, a:8:{s:12:"sessionStart";i:1714032721;s:2:"ip";s:4:" ;";s:11:"sessionCsrf";s:16:"oDbPyz9j2Ggkxgv4";s:9:"userAgent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:15:"isIpDiscouraged";a:2:{s:6:"result";b:0;s:7:"version";i:1487748357;}s:11:"sedoQuattro";a:1:{s:18:"noJsonRequestPaths";a:6:{s:8:"basePath";s:1:"/";s:4:"host";s:22:"diendanthammyvien.info";s:8:"protocol";s:4:"http";s:12:"fullBasePath";s:30:"http://diendanthammyvien.info/";s:10:"requestUri";s:65:"/tags/n%C3%A2ng+ng%E1%BB%B1c+c%C3%B4ng+ngh%E1%BB%87+cao/?_debug=1";s:7:"fullUri";s:94:"http://diendanthammyvien.info/tags/n%C3%A2ng+ng%E1%BB%B1c+c%C3%B4ng+ngh%E1%BB%87+cao/?_debug=1";}}}, 1714036321
    Run Time: 0.000174
  19. 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, ;, ;, Tinhte_XenTag_ControllerPublic_Tag, View, valid, t=n%C3%A2ng+ng%E1%BB%B1c+c%C3%B4ng+ngh%E1%BB%87+cao, 1714032721,
    Run Time: 0.000099
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'search_result_thread')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  21. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('waindigo_forum_list_thumbnail_thumbnails')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000132
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  22. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('wf_widget_wrapper', 'wf_widget_threads', 'tinhte_xentag_tag_view', 'wf_hook_moderator_bar', 'wf_revealer', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_hook_message_below', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_navigation_tabs_forums', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000635
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 13Using where
  23. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_6ac4f9d9fce0aa9abf478')
    Run Time: 0.000326
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  24. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_7ddfcf0efbcd7ea1f2b9e')
    Run Time: 0.000255
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  25. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_7ddfcf0efbcd7ea1f2b9e, a:2:{s:30:"tinhte_xentag_tag_view_lock_17";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1714032721;}s:30:"tinhte_xentag_tag_view_lock_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1713973320;}}
    Run Time: 0.000185
  26. 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 ('36')) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date DESC
     LIMIT 15
    Run Time: 0.000605
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const47Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4ddtm.thread.user_id1 
  27. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000309
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const133Using where
  28. 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 (36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36, 36)
    Run Time: 0.000343
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4ddtm.forum.node_id1 
  29. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4990, 4967, 4876, 4711, 4684)
                    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.000376
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 8Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  30. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (4990, 4967, 4876, 4711, 4684)
    Run Time: 0.000202
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 5Using 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: 36
    Run Time: 0.000280
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  32. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4990, 4967, 4876, 4711, 4684)
                    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.000309
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 8Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  33. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_6ac4f9d9fce0aa9abf478, a:2:{s:25:"tinhte_xentag_tag_view_17";a:2:{s:4:"html";s:2104:"<div class="avatarList sublink box"> <ul> <li class="thread-2685 thread-node-36 sublinkLi first"> <h6> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> Ai có nguy cơ mắc cholesterol cao? </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> <img class="img_90_120" src="https://suckhoedoisong.qltns.mediacdn.vn/324455921873985536/2023/9/9/edit-giam-cholesterol3-16409393266701785838554-1694268540590750662914.jpeg"/> </a> </div> </div> </li> <li class="thread-2662 thread-node-36 sublinkLi "> <a title="Tại sao vết thương lâu lành? Dưới đây là những điều bạn cần cân nhắc." class="Tooltip" href="t/tai-sao-vet-thuong-lau-lanh-duoi-day-la-nhung-dieu-ban-can-can-nhac.2662/"> Tại sao vết thương lâu lành? Dưới đây... </a> </li> <li class="thread-2572 thread-node-36 sublinkLi "> <a title="Sau khi phun môi nên sử dụng son dưỡng nào?" class="Tooltip" href="t/sau-khi-phun-moi-nen-su-dung-son-duong-nao.2572/"> Sau khi phun môi nên sử dụng son dưỡng... </a> </li> <li class="thread-2410 thread-node-36 sublinkLi "> <a title="Miếng dán vết thương thay chỉ khâu 3M Steri Strip: Hướng dẫn sử dụng" class="Tooltip" href="t/mieng-dan-vet-thuong-thay-chi-khau-3m-steri-strip-huong-dan-su-dung.2410/"> Miếng dán vết thương thay chỉ khâu 3M... </a> </li> <li class="thread-2387 thread-node-36 sublinkLi "> <a href="t/nen-tay-not-ruoi-nao-cho-hop-phong-thuy.2387/"> Nên tẩy nốt ruồi nào cho hợp phong thủy? </a> </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:1714032721;}s:25:"tinhte_xentag_tag_view_16";a:2:{s:4:"html";s:2658:"<div class="avatarList sublink box"> <ul> <li class="thread-2875 thread-node-16 sublinkLi first"> <h6> <a title="Giải đáp: Cho con bú ngực có bị chảy xệ không" class="Tooltip" href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> Giải đáp: Cho con bú ngực có bị chảy... </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> <img class="img_90_120" src="https://thammyngomonghung.vn/wp-content/uploads/2019/07/hinh-nguc-nho-4.jpg"/> </a> </div> </div> </li> <li class="thread-2764 thread-node-16 sublinkLi "> <a href="t/dai-quan-nong-giam-mo-bung-cua-nhat.2764/"> Đai quấn nóng giảm mỡ bụng của Nhật </a> </li> <li class="thread-2849 thread-node-16 sublinkLi "> <a href="t/dai-giam-mo-bung-cua-nhat-ban.2849/"> Đai giảm mỡ bụng của Nhật Bản </a> </li> <li class="thread-2845 thread-node-16 sublinkLi "> <a href="t/thu-gon-nguc-chay-xe-co-dau-khong-chi-em.2845/"> Thu gọn ngực chảy xệ có đau không chị em? </a> </li> <li class="thread-2868 thread-node-16 sublinkLi "> <a title="Cách chăm sóc ngực chảy xệ sau sinh khoa học" class="Tooltip" href="t/cach-cham-soc-nguc-chay-xe-sau-sinh-khoa-hoc.2868/"> Cách chăm sóc ngực chảy xệ sau sinh... </a> </li> <li class="thread-2873 thread-node-16 sublinkLi "> <a href="t/3-bai-cardio-giam-mo-bung-cho-nu.2873/"> 3 bài cardio giảm mỡ bụng cho nữ </a> </li> <li class="thread-2877 thread-node-16 sublinkLi "> <a href="t/chia-se-cach-chong-nguc-chay-xe-sau-sinh.2877/"> Chia sẻ cách chống ngực chảy xệ sau sinh </a> </li> <li class="thread-2811 thread-node-16 sublinkLi "> <a href="t/giai-dap-co-nen-nang-nguc-chay-xe-khong.2811/"> Giải đáp: Có nên nâng ngực chảy xệ không </a> </li> <li class="thread-2748 thread-node-16 sublinkLi last"> <a href="t/tu-van-nang-nguc-chay-xe-gia-bao-nhieu.2748/"> Tư vấn: Nâng ngực chảy xệ giá bao nhiêu? </a> </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:1713973320;}}
    Run Time: 0.000406
  34. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_7ddfcf0efbcd7ea1f2b9e, a:2:{s:30:"tinhte_xentag_tag_view_lock_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714032721;}s:30:"tinhte_xentag_tag_view_lock_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1713973320;}}
    Run Time: 0.000184
  35. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar,
    	post.message, post.attach_count,
    	NULL AS thread_read_date
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    	LEFT JOIN xf_post AS post ON
    		(post.post_id = thread.first_post_id)
    WHERE (thread.node_id IN ('28')) AND (thread.discussion_open = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 27
    Run Time: 0.000499
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const78Using where; Backward index scan
    SIMPLEusereq_refPRIMARYPRIMARY4ddtm.thread.user_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4ddtm.thread.first_post_id1 
  36. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (1297, 1181, 13, 994, 1177, 1314, 1233, 1156, 1219, 1229, 1184, 1159, 1154, 1462)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000409
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 15Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1 
  37. 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 (28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28, 28)
    Run Time: 0.000339
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4ddtm.forum.node_id1 
  38. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000104
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  39. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4823, 4670, 1297, 1181, 30, 41, 43, 994)
                    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.000346
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 8Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  40. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (4823, 4670, 1297, 1181, 13, 30, 41, 43, 994)
    Run Time: 0.000208
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 9Using where
  41. 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: 28
    Run Time: 0.000305
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  42. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (4823, 4670, 1297, 1181, 41, 43, 994)
                    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.000316
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 7Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  43. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_7ddfcf0efbcd7ea1f2b9e, a:2:{s:30:"tinhte_xentag_tag_view_lock_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714032721;}s:30:"tinhte_xentag_tag_view_lock_16";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1714032721;}}
    Run Time: 0.000352
  44. 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 ('2', '3', '4', '5', '6', '12', '13', '16', '18', '20', '21', '19', '22', '23', '24', '25', '26', '27', '28', '30', '31', '32', '34', '35', '36', '37', '38', '45', '46', '39', '41', '42', '43', '44', '8', '9', '14', '10', '15', '11')) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1711008721)
    ORDER BY thread.view_count DESC
     LIMIT 27
    Run Time: 0.001225
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 169Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4ddtm.thread.user_id1 
  45. 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 (16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 11, 16, 16, 16, 16, 16, 11, 16)
    Run Time: 0.000324
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 2Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4ddtm.forum.node_id1 
  46. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (5181, 5070, 5155, 5174, 5151, 5179, 5183, 5117, 5077)
                    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.000296
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 9Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  47. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (5181, 5070, 5155, 5174, 5151, 5179, 5183, 5117, 5077)
    Run Time: 0.000208
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 9Using where
  48. 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: 16
    Run Time: 0.000287
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  49. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, 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 (5181, 5070, 5155, 5174, 5151, 5179, 5183, 5117, 5077)
                    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.000286
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 9Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4ddtm.attachment.data_id1Using where
  50. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_6ac4f9d9fce0aa9abf478, a:2:{s:25:"tinhte_xentag_tag_view_17";a:2:{s:4:"html";s:2104:"<div class="avatarList sublink box"> <ul> <li class="thread-2685 thread-node-36 sublinkLi first"> <h6> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> Ai có nguy cơ mắc cholesterol cao? </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/ai-co-nguy-co-mac-cholesterol-cao.2685/"> <img class="img_90_120" src="https://suckhoedoisong.qltns.mediacdn.vn/324455921873985536/2023/9/9/edit-giam-cholesterol3-16409393266701785838554-1694268540590750662914.jpeg"/> </a> </div> </div> </li> <li class="thread-2662 thread-node-36 sublinkLi "> <a title="Tại sao vết thương lâu lành? Dưới đây là những điều bạn cần cân nhắc." class="Tooltip" href="t/tai-sao-vet-thuong-lau-lanh-duoi-day-la-nhung-dieu-ban-can-can-nhac.2662/"> Tại sao vết thương lâu lành? Dưới đây... </a> </li> <li class="thread-2572 thread-node-36 sublinkLi "> <a title="Sau khi phun môi nên sử dụng son dưỡng nào?" class="Tooltip" href="t/sau-khi-phun-moi-nen-su-dung-son-duong-nao.2572/"> Sau khi phun môi nên sử dụng son dưỡng... </a> </li> <li class="thread-2410 thread-node-36 sublinkLi "> <a title="Miếng dán vết thương thay chỉ khâu 3M Steri Strip: Hướng dẫn sử dụng" class="Tooltip" href="t/mieng-dan-vet-thuong-thay-chi-khau-3m-steri-strip-huong-dan-su-dung.2410/"> Miếng dán vết thương thay chỉ khâu 3M... </a> </li> <li class="thread-2387 thread-node-36 sublinkLi "> <a href="t/nen-tay-not-ruoi-nao-cho-hop-phong-thuy.2387/"> Nên tẩy nốt ruồi nào cho hợp phong thủy? </a> </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:1714032721;}s:25:"tinhte_xentag_tag_view_16";a:2:{s:4:"html";s:2752:"<div class="avatarList sublink box"> <ul> <li class="thread-2875 thread-node-16 sublinkLi first"> <h6> <a title="Giải đáp: Cho con bú ngực có bị chảy xệ không" class="Tooltip" href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> Giải đáp: Cho con bú ngực có bị chảy... </a> </h6> <div class="article_SK last article_SK_big"> <div style="height:90px; width:120px; overflow:hidden; float: left; margin-right: 8px;"> <a href="t/giai-dap-cho-con-bu-nguc-co-bi-chay-xe-khong.2875/"> <img class="img_90_120" src="https://thammyngomonghung.vn/wp-content/uploads/2019/07/hinh-nguc-nho-4.jpg"/> </a> </div> </div> </li> <li class="thread-2764 thread-node-16 sublinkLi "> <a href="t/dai-quan-nong-giam-mo-bung-cua-nhat.2764/"> Đai quấn nóng giảm mỡ bụng của Nhật </a> </li> <li class="thread-2849 thread-node-16 sublinkLi "> <a href="t/dai-giam-mo-bung-cua-nhat-ban.2849/"> Đai giảm mỡ bụng của Nhật Bản </a> </li> <li class="thread-2868 thread-node-16 sublinkLi "> <a title="Cách chăm sóc ngực chảy xệ sau sinh khoa học" class="Tooltip" href="t/cach-cham-soc-nguc-chay-xe-sau-sinh-khoa-hoc.2868/"> Cách chăm sóc ngực chảy xệ sau sinh... </a> </li> <li class="thread-2845 thread-node-16 sublinkLi "> <a href="t/thu-gon-nguc-chay-xe-co-dau-khong-chi-em.2845/"> Thu gọn ngực chảy xệ có đau không chị em? </a> </li> <li class="thread-2873 thread-node-16 sublinkLi "> <a href="t/3-bai-cardio-giam-mo-bung-cho-nu.2873/"> 3 bài cardio giảm mỡ bụng cho nữ </a> </li> <li class="thread-2877 thread-node-16 sublinkLi "> <a href="t/chia-se-cach-chong-nguc-chay-xe-sau-sinh.2877/"> Chia sẻ cách chống ngực chảy xệ sau sinh </a> </li> <li class="thread-2811 thread-node-16 sublinkLi "> <a href="t/giai-dap-co-nen-nang-nguc-chay-xe-khong.2811/"> Giải đáp: Có nên nâng ngực chảy xệ không </a> </li> <li class="thread-2771 thread-node-16 sublinkLi last"> <a title="Phương pháp chiếu đèn hồng ngoại giảm mỡ bụng" class="Tooltip" href="t/phuong-phap-chieu-den-hong-ngoai-giam-mo-bung.2771/"> Phương pháp chiếu đèn hồng ngoại giảm... </a> </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:1714032721;}}
    Run Time: 0.000455
  51. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_7ddfcf0efbcd7ea1f2b9e, a:2:{s:30:"tinhte_xentag_tag_view_lock_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714032721;}s:30:"tinhte_xentag_tag_view_lock_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1714032721;}}
    Run Time: 0.000204
  52. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('tinhte_xentag_bb_code_tag_hashtag', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000185
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 8Using where

Included Files (188, XenForo Classes: 67)

  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/WidgetFramework/Listener.php
  33. library/WidgetFramework/Option.php
  34. library/Waindigo/Listener/InitDependencies.php
  35. library/Waindigo/Listener/InitDependencies/20150212.php
  36. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  37. library/Tinhte/XenTag/Listener.php
  38. library/XenForo/CacheRebuilder/Abstract.php
  39. library/NodesAsTabs/Listen.php
  40. library/Brivium/BriviumHelper/EventListeners.php
  41. library/Brivium/BriviumHelper/1010071/EventListeners.php
  42. library/EWRporta/Listener/Model.php
  43. library/VietXfAdvStats/Listener.php
  44. library/sonnbPreventDoublePost/Listener.php
  45. library/Brivium/AdvancedMobileSwitcher/EventListeners/Listener.php
  46. library/Sedo/TinyQuattro/Listener/AllInOne.php
  47. library/XenForo/Router.php
  48. library/XenForo/Route/Filter.php
  49. library/XenForo/Route/Interface.php
  50. library/XenForo/Route/ResponseSuffix.php
  51. library/XenForo/Route/Prefix.php
  52. library/WidgetFramework/Route/Filter/PageX.php
  53. library/Tinhte/XenTag/Route/Prefix/Tags.php
  54. library/EWRporta/Listener/Route.php
  55. library/vtLai/UrlKhongDau/Listener.php
  56. library/Tinhte/XenTag/Constants.php
  57. library/Tinhte/XenTag/Option.php
  58. library/XenForo/RouteMatch.php
  59. library/Tinhte/XenTag/ControllerPublic/Tag.php
  60. library/XenForo/ControllerPublic/Abstract.php
  61. library/XenForo/Controller.php
  62. library/EWRporta/Listener/Controller.php
  63. library/Vinavb/CustomNodeIcon/Listener.php
  64. library/ChipXF/MoreThread/Listener.php
  65. library/XenPlaza/XPlimitLink/Listener/Listener.php
  66. library/Brivium/CaptchaPosting/EventListeners/Listener.php
  67. library/XenForo/Input.php
  68. library/XenForo/Session.php
  69. library/XenForo/Helper/Ip.php
  70. library/XenForo/Visitor.php
  71. library/XenForo/Model/User.php
  72. library/WidgetFramework/XenForo/Model/User.php
  73. library/VietXfAdvStats/XenForo/Model/User.php
  74. library/XenForo/Permission.php
  75. library/XenForo/Phrase.php
  76. library/XenForo/Locale.php
  77. library/XenForo/ControllerResponse/Reroute.php
  78. library/XenForo/ControllerResponse/Abstract.php
  79. library/Tinhte/XenTag/Model/Tag.php
  80. library/XenForo/Model/Search.php
  81. library/Tinhte/XenTag/XenForo/Model/Search.php
  82. library/XenForo/Model/Thread.php
  83. library/WidgetFramework/XenForo/Model/Thread.php
  84. library/VietXfAdvStats/XenForo/Model/Thread.php
  85. library/Tinhte/XenTag/XenForo/Model/Thread.php
  86. library/sonnbPreventDoublePost/Model/Thread.php
  87. library/Tinhte/XenTag/Helper.php
  88. library/Tinhte/XenTag/Model/Search.php
  89. library/XenForo/Search/Searcher.php
  90. library/XenForo/Search/SourceHandler/Abstract.php
  91. library/XenForo/Search/SourceHandler/MySqlFt.php
  92. library/XenForo/Search/DataHandler/Abstract.php
  93. library/Tinhte/XenTag/Search/DataHandler/General.php
  94. library/Tinhte/XenTag/Integration.php
  95. library/XenForo/Search/DataHandler/Thread.php
  96. library/Waindigo/Thumbnails/Listener/LoadClass.php
  97. library/Waindigo/Listener/LoadClass.php
  98. library/Waindigo/Listener/LoadClass/20150318.php
  99. library/Waindigo/Thumbnails/Extend/XenForo/Search/DataHandler/Thread.php
  100. library/Tinhte/XenTag/XenForo/Search/DataHandler/Thread.php
  101. library/Waindigo/Thumbnails/Model/Thumbnails.php
  102. library/XenForo/Model/Attachment.php
  103. library/Waindigo/Thumbnails/Extend/XenForo/Model/Attachment.php
  104. library/EWRporta/Model/Attachment.php
  105. library/XenForo/Model/Post.php
  106. library/EWRporta/Model/Post.php
  107. library/Tinhte/XenTag/XenForo/Model/Post.php
  108. library/sonnbPreventDoublePost/Model/Post.php
  109. library/XenForo/DataWriter.php
  110. library/XenForo/DataWriter/Forum.php
  111. library/XenForo/DataWriter/Node.php
  112. library/XenForo/DataWriter/DiscussionContainerInterface.php
  113. library/EWRporta/Listener/DataWriter.php
  114. library/Waindigo/Thumbnails/Extend/XenForo/DataWriter/Forum.php
  115. library/Vinavb/CustomNodeIcon/XenForo/DataWriter/Forum.php
  116. library/Tinhte/XenTag/XenForo/DataWriter/Forum.php
  117. library/XenForo/Model/Forum.php
  118. library/Tinhte/XenTag/XenForo/Model/Forum.php
  119. library/XenForo/Helper/String.php
  120. library/XenForo/ControllerResponse/View.php
  121. library/XenForo/Helper/Cookie.php
  122. library/XenForo/ViewRenderer/HtmlPublic.php
  123. library/XenForo/ViewRenderer/Abstract.php
  124. library/XenForo/Template/Public.php
  125. library/XenForo/Template/Abstract.php
  126. library/WidgetFramework/Core.php
  127. library/XenForo/Model/Moderator.php
  128. library/WidgetFramework/Model/Widget.php
  129. library/WidgetFramework/Helper/Sort.php
  130. library/WidgetFramework/WidgetRenderer.php
  131. library/Tinhte/XenTag/ViewPublic/Tag/View.php
  132. library/XenForo/ViewPublic/Base.php
  133. library/XenForo/View.php
  134. library/EWRporta/Listener/ViewPublic.php
  135. library/WidgetFramework/XenForo/View1.php
  136. library/XenForo/ViewPublic/Helper/Search.php
  137. library/Waindigo/Thumbnails/Listener/TemplateCreate.php
  138. library/Waindigo/Listener/TemplateCreate.php
  139. library/Waindigo/Listener/TemplateCreate/20150106.php
  140. library/VietXfAdvStats/Model/GetUserGroup.php
  141. library/XenForo/Route/Prefix/Members.php
  142. library/vtLai/UrlKhongDau/Members.php
  143. library/vtLai/UrlKhongDau/Converter.php
  144. library/XenForo/Model/Avatar.php
  145. library/XenForo/Route/Prefix/Threads.php
  146. library/EWRporta/Route/Thread.php
  147. library/vtLai/UrlKhongDau/Threads.php
  148. library/XenForo/Route/Prefix/Forums.php
  149. library/vtLai/UrlKhongDau/Forums.php
  150. library/Waindigo/Thumbnails/Listener/TemplatePostRender.php
  151. library/Waindigo/Listener/TemplatePostRender.php
  152. library/Waindigo/Listener/TemplatePostRender/20150106.php
  153. library/Waindigo/Listener/Template.php
  154. library/Waindigo/Listener/Template/20150106.php
  155. library/EWRporta/Listener/Template.php
  156. library/Waindigo/Thumbnails/Listener/TemplateHook.php
  157. library/Waindigo/Listener/TemplateHook.php
  158. library/Waindigo/Listener/TemplateHook/20150106.php
  159. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  160. library/WidgetFramework/WidgetRenderer/Html.php
  161. library/WidgetFramework/WidgetRenderer/Threads.php
  162. library/Waindigo/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  163. library/WidgetFramework/Model/Cache.php
  164. library/EWRporta/Listener/NavTabs.php
  165. library/NodesAsTabs/NavTabs.php
  166. library/NodesAsTabs/Model/Options.php
  167. library/XenForo/Model/Node.php
  168. library/Waindigo/Thumbnails/Extend/XenForo/Model/Node.php
  169. library/WidgetFramework/Template/Extended.php
  170. library/Sedo/TinyQuattro/Listener/Templates/Preloader.php
  171. library/Sedo/TinyQuattro/Helper/Quattro.php
  172. library/WidgetFramework/Helper/String.php
  173. library/XenForo/BbCode/Formatter/Base.php
  174. library/EWRporta/Listener/BbCode.php
  175. library/EWRporta/BbCode/Formatter.php
  176. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  177. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  178. library/Sedo/TinyQuattro/BbCode/Formatter/Base.php
  179. library/XenForo/BbCode/Parser.php
  180. library/XenForo/Route/Prefix/Attachments.php
  181. library/XenForo/ViewPublic/Helper/Message.php
  182. library/XenForo/BbCode/TextWrapper.php
  183. library/WidgetFramework/Template/Helper/Core.php
  184. library/WidgetFramework/WidgetRenderer/Empty.php
  185. library/XenForo/Debug.php
  186. library/VietXfAdvStats/Option.php
  187. library/XenForo/ViewRenderer/Json.php
  188. library/Vinavb/CustomNodeIcon/Icon.php