Page Time: 0.1973s

Memory: 11.9041 MB (Peak: 12.9692 MB)

Queries (29, time: 0.0142s, 7.2%)

  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.000900
    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.000216
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: brmsModernStatisticCache
    Run Time: 0.000185
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000113
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched
    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: 77
    Run Time: 0.000431
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  6. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE ((thread.node_id = 77) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))) AND (thread.schedule_thread_date = 0)
    Run Time: 0.000095
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const246Using where
  7. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id = 77) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))) AND (thread.schedule_thread_date = 0)
    ORDER BY thread.last_post_date DESC
     LIMIT 20 OFFSET 180
    Run Time: 0.002537
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const246Using where
    SIMPLEusereq_refPRIMARYPRIMARY4kakatavn_db.thread.user_id1 
  8. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: bfc552098a9fd4dae1626057fda3bc4d, , 1679983461
    Run Time: 0.000223
  9. 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_Forum, Forum, valid, node_id=77&page=10, 1679979861,
    Run Time: 0.000296
  10. 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', 'wf_widget_wrapper', 'wf_widget_online_staff', 'wf_widget_threads', 'wf_widget_stats', 'wf_widget_online_users', 'BRMS_ModernStatistic', 'BRMS_modern_statistic_header', 'forum_view', 'xenCODE_Meta_Keywords', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000237
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 16Using where
  11. 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 > 1679978961)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001057
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 34Using where
    SIMPLEusereq_refPRIMARYPRIMARY4kakatavn_db.session_activity.user_id1 
  12. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_forum_view', 'wfc__1_forum_view_f77')
    Run Time: 0.000238
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  13. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_9b40a620baaf0ab3f27b3')
    Run Time: 0.000162
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  14. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_9b40a620baaf0ab3f27b3, a:2:{s:22:"forum_view_lock_f77_17";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1679979861;}s:22:"forum_view_lock_f77_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1679977888;}}
    Run Time: 0.000824
  15. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000171
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    61Using filesort
  16. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const61Using where
  17. SELECT thread.*
    	,
    		1 AS fetched_last_post_user, user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    		LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.last_post_user_id)
    WHERE ((thread.node_id IN ('37', '2', '3', '4', '5', '7', '8', '9', '10', '12', '13', '14', '15', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '34', '35', '38', '39', '42', '43', '44', '45', '46', '47', '48', '49', '50', '40', '41', '51', '54', '55', '56', '57', '58', '59', '60', '52', '53', '61', '62', '63', '72', '75', '16', '18', '21', '64', '65', '66', '19', '20', '68', '69', '70', '76', 77, 6, 110, 87, 78, 79, 80, 81)) AND (thread.discussion_state IN ('visible')) AND (thread.reply_count > 0)) AND (thread.schedule_thread_date = 0)
    ORDER BY thread.last_post_date DESC
     LIMIT 15
    Run Time: 0.000277
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postlast_post_date4 15Using where
    SIMPLEusereq_refPRIMARYPRIMARY4kakatavn_db.thread.last_post_user_id1 
  18. 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 (14, 80, 13, 80, 10, 80, 22, 80, 10, 80, 78, 10, 80, 80, 80)
    Run Time: 0.000305
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 6Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4kakatavn_db.forum.node_id1 
  19. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_view_f77, a:2:{s:17:"forum_view_f77_17";a:2:{s:4:"html";s:3712:"<div class="avatarList"> <ul> <li class="thread-7388 thread-node-14"> <a href="members/greed.20953/" class="avatar Av20953s" data-avatarhtml="true"><img src="data/avatars/s/20/20953.jpg?1670589620" width="48" height="48" alt="greed" /></a> <a title="PVT – VIÊN NGỌC SÁNG TRONG BỨC TRANH VẬN TẢI BIỂN" class="Tooltip" href="posts/16394/"> PVT – VIÊN NGỌC SÁNG TRONG BỨC... </a> <div class="userTitle"> <a href="members/greed.20953/" class="username">greed</a> replied <abbr class="DateTime" data-time="1679902182" data-diff="77679" data-datestring="27/3/23" data-timestring="14:29">27/3/23 lúc 14:29</abbr> </div> </li> <li class="thread-6173 thread-node-80"> <a href="members/luisnguyen09.19720/" class="avatar Av19720s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="luisnguyen09" /></a> <a title="Code Amibroker _ Ichimoku Các setting khác nhau" class="Tooltip" href="posts/16392/"> Code Amibroker _ Ichimoku Các... </a> <div class="userTitle"> <a href="members/luisnguyen09.19720/" class="username">luisnguyen09</a> replied <abbr class="DateTime" data-time="1679846243" data-diff="133618" data-datestring="26/3/23" data-timestring="22:57">26/3/23 lúc 22:57</abbr> </div> </li> <li class="thread-7484 thread-node-13"> <a href="members/thuong-le.19370/" class="avatar Av19370s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Thuong Le" /></a> <a title="NHẬN ĐỊNH THỊ TRƯỜNG TUẦN 27-31/3: TUẦN CHỐT NAV, VNI SẼ THOÁT NỀN XUỐNG VÙNG 1000 ĐIỂM???" class="Tooltip" href="posts/16391/"> NHẬN ĐỊNH THỊ TRƯỜNG TUẦN... </a> <div class="userTitle"> <a href="members/thuong-le.19370/" class="username">Thuong Le</a> replied <abbr class="DateTime" data-time="1679827013" data-diff="152848" data-datestring="26/3/23" data-timestring="17:36">26/3/23 lúc 17:36</abbr> </div> </li> <li class="thread-7479 thread-node-80"> <a href="members/nguyenjoe.8886/" class="avatar Av8886s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="nguyenjoe" /></a> <a title="[Chia sẻ] Code tự động đánh dấu pivot đỉnh đáy như MarketSmith của IBD" class="Tooltip" href="posts/16388/"> [Chia sẻ] Code tự động đánh dấu... </a> <div class="userTitle"> <a href="members/nguyenjoe.8886/" class="username">nguyenjoe</a> replied <abbr class="DateTime" data-time="1679792143" data-diff="187718" data-datestring="26/3/23" data-timestring="07:55">26/3/23 lúc 07:55</abbr> </div> </li> <li class="thread-6563 thread-node-10"> <a href="members/nguyen-duc-phu.20598/" class="avatar Av20598s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Nguyen duc phu" /></a> <a href="posts/16387/"> Xin code Flower afl ạ </a> <div class="userTitle"> <a href="members/nguyen-duc-phu.20598/" class="username">Nguyen duc phu</a> replied <abbr class="DateTime" data-time="1679786125" data-diff="193736" data-datestring="26/3/23" data-timestring="06:15">26/3/23 lúc 06:15</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:1679979861;}s:17:"forum_view_f77_16";a:2:{s:4:"html";s:4114:"<div class="avatarList"> <ul> <li class="thread-7479 thread-node-80"> <a href="members/nguyenjoe.8886/" class="avatar Av8886s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="nguyenjoe" /></a> <a title="[Chia sẻ] Code tự động đánh dấu pivot đỉnh đáy như MarketSmith của IBD" class="Tooltip" href="chia-se-code-tu-dong-danh-dau-pivot-dinh-day-nhu-marketsmith-cua-ibd.t7479.html"> [Chia sẻ] Code tự động đánh dấu... </a> <div class="userTitle"> <a href="members/nguyenjoe.8886/" class="username">nguyenjoe</a> posted <abbr class="DateTime" data-time="1679705477" data-diff="272411" data-datestring="25/3/23" data-timestring="07:51">25/3/23 lúc 07:51</abbr> </div> </li> <li class="thread-7476 thread-node-10"> <a href="members/speculator-team.21705/" class="avatar Av21705s" data-avatarhtml="true"><img src="data/avatars/s/21/21705.jpg?1677059984" width="48" height="48" alt="Speculator_Team" /></a> <a href="bat-day-trot-lot-t.t7476.html"> Bắt Đáy Trót Lọt T+ </a> <div class="userTitle"> <a href="members/speculator-team.21705/" class="username">Speculator_Team</a> posted <abbr class="DateTime" data-time="1679629002" data-diff="348886" data-datestring="24/3/23" data-timestring="10:36">24/3/23 lúc 10:36</abbr> </div> </li> <li class="thread-7482 thread-node-10"> <a href="members/nguyen-duc-phu.20598/" class="avatar Av20598s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Nguyen duc phu" /></a> <a title="Nhờ viết giùm code 2 đường ma cắt nhau có mũi tên lên xuống với ạ" class="Tooltip" href="nho-viet-gium-code-2-duong-ma-cat-nhau-co-mui-ten-len-xuong-voi-a.t7482.html"> Nhờ viết giùm code 2 đường ma... </a> <div class="userTitle"> <a href="members/nguyen-duc-phu.20598/" class="username">Nguyen duc phu</a> posted <abbr class="DateTime" data-time="1679747682" data-diff="230206" data-datestring="25/3/23" data-timestring="19:34">25/3/23 lúc 19:34</abbr> </div> </li> <li class="thread-7473 thread-node-80"> <a href="members/ivannop.20320/" class="avatar Av20320s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="ivannop" /></a> <a title="Chỗ bán dữ liệu cập nhật thị trường chứng khoán việt nam cho MT4" class="Tooltip" href="cho-ban-du-lieu-cap-nhat-thi-truong-chung-khoan-viet-nam-cho-mt4.t7473.html"> Chỗ bán dữ liệu cập nhật thị... </a> <div class="userTitle"> <a href="members/ivannop.20320/" class="username">ivannop</a> posted <abbr class="DateTime" data-time="1679572286" data-diff="405602" data-datestring="23/3/23" data-timestring="18:51">23/3/23 lúc 18:51</abbr> </div> </li> <li class="thread-7474 thread-node-13"> <a href="members/phong-khuong-tvi.20220/" class="avatar Av20220s" data-avatarhtml="true"><img src="data/avatars/s/20/20220.jpg?1663734443" width="48" height="48" alt="Phong Khương TVI" /></a> <a title="NHẬN ĐỊNH THỊ TRƯỜNG NGÀY 24/3: SIDEWAY TẠO NỀN MỚI QUANH KHÁNG CỰ, VNI SẼ ĐI VỀ ĐÂU??" class="Tooltip" href="nhan-dinh-thi-truong-ngay-24-3-sideway-tao-nen-moi-quanh-khang-cu-vni-se-di-ve-dau.t7474.html"> NHẬN ĐỊNH THỊ TRƯỜNG NGÀY 24/3:... </a> <div class="userTitle"> <a href="members/phong-khuong-tvi.20220/" class="username">Phong Khương TVI</a> posted <abbr class="DateTime" data-time="1679580216" data-diff="397672" data-datestring="23/3/23" data-timestring="21:03">23/3/23 lúc 21:03</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:1679977888;}}
    Run Time: 0.000872
  20. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_9b40a620baaf0ab3f27b3, a:2:{s:22:"forum_view_lock_f77_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1679979861;}s:22:"forum_view_lock_f77_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1679977888;}}
    Run Time: 0.000497
  21. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_9b40a620baaf0ab3f27b3, a:2:{s:22:"forum_view_lock_f77_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1679979861;}s:22:"forum_view_lock_f77_16";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1679979861;}}
    Run Time: 0.000518
  22. 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 ('37', '2', '3', '4', '5', '7', '8', '9', '10', '12', '13', '14', '15', '22', '23', '24', '25', '26', '27', '28', '29', '30', '31', '32', '34', '35', '38', '39', '42', '43', '44', '45', '46', '47', '48', '49', '50', '40', '41', '51', '54', '55', '56', '57', '58', '59', '60', '52', '53', '61', '62', '63', '72', '75', '16', '18', '21', '64', '65', '66', '19', '20', '68', '69', '70', '76', 77, 6, 110, 87, 78, 79, 80, 81)) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1679547861)) AND (thread.schedule_thread_date = 0)
    ORDER BY thread.view_count DESC
     LIMIT 15
    Run Time: 0.001455
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 19Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4kakatavn_db.thread.user_id1 
  23. 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 (80, 10, 10, 80, 13, 80, 10, 10, 10, 13, 10, 13, 18)
    Run Time: 0.000297
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 4Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4kakatavn_db.forum.node_id1 
  24. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_view_f77, a:2:{s:17:"forum_view_f77_17";a:2:{s:4:"html";s:3712:"<div class="avatarList"> <ul> <li class="thread-7388 thread-node-14"> <a href="members/greed.20953/" class="avatar Av20953s" data-avatarhtml="true"><img src="data/avatars/s/20/20953.jpg?1670589620" width="48" height="48" alt="greed" /></a> <a title="PVT – VIÊN NGỌC SÁNG TRONG BỨC TRANH VẬN TẢI BIỂN" class="Tooltip" href="posts/16394/"> PVT – VIÊN NGỌC SÁNG TRONG BỨC... </a> <div class="userTitle"> <a href="members/greed.20953/" class="username">greed</a> replied <abbr class="DateTime" data-time="1679902182" data-diff="77679" data-datestring="27/3/23" data-timestring="14:29">27/3/23 lúc 14:29</abbr> </div> </li> <li class="thread-6173 thread-node-80"> <a href="members/luisnguyen09.19720/" class="avatar Av19720s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="luisnguyen09" /></a> <a title="Code Amibroker _ Ichimoku Các setting khác nhau" class="Tooltip" href="posts/16392/"> Code Amibroker _ Ichimoku Các... </a> <div class="userTitle"> <a href="members/luisnguyen09.19720/" class="username">luisnguyen09</a> replied <abbr class="DateTime" data-time="1679846243" data-diff="133618" data-datestring="26/3/23" data-timestring="22:57">26/3/23 lúc 22:57</abbr> </div> </li> <li class="thread-7484 thread-node-13"> <a href="members/thuong-le.19370/" class="avatar Av19370s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Thuong Le" /></a> <a title="NHẬN ĐỊNH THỊ TRƯỜNG TUẦN 27-31/3: TUẦN CHỐT NAV, VNI SẼ THOÁT NỀN XUỐNG VÙNG 1000 ĐIỂM???" class="Tooltip" href="posts/16391/"> NHẬN ĐỊNH THỊ TRƯỜNG TUẦN... </a> <div class="userTitle"> <a href="members/thuong-le.19370/" class="username">Thuong Le</a> replied <abbr class="DateTime" data-time="1679827013" data-diff="152848" data-datestring="26/3/23" data-timestring="17:36">26/3/23 lúc 17:36</abbr> </div> </li> <li class="thread-7479 thread-node-80"> <a href="members/nguyenjoe.8886/" class="avatar Av8886s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="nguyenjoe" /></a> <a title="[Chia sẻ] Code tự động đánh dấu pivot đỉnh đáy như MarketSmith của IBD" class="Tooltip" href="posts/16388/"> [Chia sẻ] Code tự động đánh dấu... </a> <div class="userTitle"> <a href="members/nguyenjoe.8886/" class="username">nguyenjoe</a> replied <abbr class="DateTime" data-time="1679792143" data-diff="187718" data-datestring="26/3/23" data-timestring="07:55">26/3/23 lúc 07:55</abbr> </div> </li> <li class="thread-6563 thread-node-10"> <a href="members/nguyen-duc-phu.20598/" class="avatar Av20598s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Nguyen duc phu" /></a> <a href="posts/16387/"> Xin code Flower afl ạ </a> <div class="userTitle"> <a href="members/nguyen-duc-phu.20598/" class="username">Nguyen duc phu</a> replied <abbr class="DateTime" data-time="1679786125" data-diff="193736" data-datestring="26/3/23" data-timestring="06:15">26/3/23 lúc 06:15</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:1679979861;}s:17:"forum_view_f77_16";a:2:{s:4:"html";s:4114:"<div class="avatarList"> <ul> <li class="thread-7479 thread-node-80"> <a href="members/nguyenjoe.8886/" class="avatar Av8886s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="nguyenjoe" /></a> <a title="[Chia sẻ] Code tự động đánh dấu pivot đỉnh đáy như MarketSmith của IBD" class="Tooltip" href="chia-se-code-tu-dong-danh-dau-pivot-dinh-day-nhu-marketsmith-cua-ibd.t7479.html"> [Chia sẻ] Code tự động đánh dấu... </a> <div class="userTitle"> <a href="members/nguyenjoe.8886/" class="username">nguyenjoe</a> posted <abbr class="DateTime" data-time="1679705477" data-diff="274384" data-datestring="25/3/23" data-timestring="07:51">25/3/23 lúc 07:51</abbr> </div> </li> <li class="thread-7476 thread-node-10"> <a href="members/speculator-team.21705/" class="avatar Av21705s" data-avatarhtml="true"><img src="data/avatars/s/21/21705.jpg?1677059984" width="48" height="48" alt="Speculator_Team" /></a> <a href="bat-day-trot-lot-t.t7476.html"> Bắt Đáy Trót Lọt T+ </a> <div class="userTitle"> <a href="members/speculator-team.21705/" class="username">Speculator_Team</a> posted <abbr class="DateTime" data-time="1679629002" data-diff="350859" data-datestring="24/3/23" data-timestring="10:36">24/3/23 lúc 10:36</abbr> </div> </li> <li class="thread-7482 thread-node-10"> <a href="members/nguyen-duc-phu.20598/" class="avatar Av20598s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Nguyen duc phu" /></a> <a title="Nhờ viết giùm code 2 đường ma cắt nhau có mũi tên lên xuống với ạ" class="Tooltip" href="nho-viet-gium-code-2-duong-ma-cat-nhau-co-mui-ten-len-xuong-voi-a.t7482.html"> Nhờ viết giùm code 2 đường ma... </a> <div class="userTitle"> <a href="members/nguyen-duc-phu.20598/" class="username">Nguyen duc phu</a> posted <abbr class="DateTime" data-time="1679747682" data-diff="232179" data-datestring="25/3/23" data-timestring="19:34">25/3/23 lúc 19:34</abbr> </div> </li> <li class="thread-7473 thread-node-80"> <a href="members/ivannop.20320/" class="avatar Av20320s" data-avatarhtml="true"><img src="styles/otovungtau/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="ivannop" /></a> <a title="Chỗ bán dữ liệu cập nhật thị trường chứng khoán việt nam cho MT4" class="Tooltip" href="cho-ban-du-lieu-cap-nhat-thi-truong-chung-khoan-viet-nam-cho-mt4.t7473.html"> Chỗ bán dữ liệu cập nhật thị... </a> <div class="userTitle"> <a href="members/ivannop.20320/" class="username">ivannop</a> posted <abbr class="DateTime" data-time="1679572286" data-diff="407575" data-datestring="23/3/23" data-timestring="18:51">23/3/23 lúc 18:51</abbr> </div> </li> <li class="thread-7474 thread-node-13"> <a href="members/phong-khuong-tvi.20220/" class="avatar Av20220s" data-avatarhtml="true"><img src="data/avatars/s/20/20220.jpg?1663734443" width="48" height="48" alt="Phong Khương TVI" /></a> <a title="NHẬN ĐỊNH THỊ TRƯỜNG NGÀY 24/3: SIDEWAY TẠO NỀN MỚI QUANH KHÁNG CỰ, VNI SẼ ĐI VỀ ĐÂU??" class="Tooltip" href="nhan-dinh-thi-truong-ngay-24-3-sideway-tao-nen-moi-quanh-khang-cu-vni-se-di-ve-dau.t7474.html"> NHẬN ĐỊNH THỊ TRƯỜNG NGÀY 24/3:... </a> <div class="userTitle"> <a href="members/phong-khuong-tvi.20220/" class="username">Phong Khương TVI</a> posted <abbr class="DateTime" data-time="1679580216" data-diff="399645" data-datestring="23/3/23" data-timestring="21:03">23/3/23 lúc 21:03</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:1679979861;}}
    Run Time: 0.000844
  25. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_9b40a620baaf0ab3f27b3, a:2:{s:22:"forum_view_lock_f77_17";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1679979861;}s:22:"forum_view_lock_f77_16";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1679979861;}}
    Run Time: 0.000514
  26. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000188
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  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 > 1679978961)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000380
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 34Using where
    SIMPLEusereq_refPRIMARYPRIMARY4kakatavn_db.session_activity.user_id1 
  28. 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: 2, 2
    Run Time: 0.000114
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  29. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where

Included Files (164, XenForo Classes: 62)

  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/Sedo/AgentTracer/Listener/InitDependencies.php
  33. library/Waindigo/Listener/InitDependencies.php
  34. library/Waindigo/Listener/InitDependencies/20150212.php
  35. library/VNXF/ImageView/Listener.php
  36. library/VNXF/MoreThread/Listener.php
  37. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  38. library/WidgetFramework/Listener.php
  39. library/WidgetFramework/Option.php
  40. library/NodesAsTabs/Listen.php
  41. library/Brivium/BriviumHelper/EventListeners.php
  42. library/Brivium/BriviumHelper/1020131/EventListeners.php
  43. library/EWRporta/Listener/Model.php
  44. library/Brivium/ModernStatistic/EventListeners/Listener.php
  45. library/Brivium/ModernStatistic/ModernStatistic.php
  46. library/XenForo/Router.php
  47. library/XenForo/Route/Filter.php
  48. library/XenForo/Route/Interface.php
  49. library/XenForo/Route/ResponseSuffix.php
  50. library/XenForo/Route/Prefix.php
  51. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  52. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  53. library/WidgetFramework/Route/Filter/PageX.php
  54. library/XenForo/Route/Prefix/Forums.php
  55. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  56. library/Waindigo/Listener/LoadClass.php
  57. library/Waindigo/Listener/LoadClass/20150106.php
  58. library/EWRporta/Listener/Route.php
  59. library/vtLai/UrlKhongDau/Listener.php
  60. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Forums.php
  61. library/vtLai/UrlKhongDau/Forums.php
  62. library/XenForo/RouteMatch.php
  63. library/XenForo/ControllerPublic/Forum.php
  64. library/XenForo/ControllerPublic/Abstract.php
  65. library/XenForo/Controller.php
  66. library/Vinavb/CustomNodeIcon/Listener.php
  67. library/Sedo/AgentTracer/Listener/ControllerPublic.php
  68. library/xenCODE/AutoPing/Listener.php
  69. library/EWRporta/Listener/Controller.php
  70. library/Andy/SimilarThreads/Listener.php
  71. library/WidgetFramework/XenForo/ControllerPublic/Forum.php
  72. library/EWRporta/ControllerPublic/Forum.php
  73. library/NodesAsTabs/ControllerPublic/Forum.php
  74. library/Brivium/ScheduleThread/ControllerPublic/Forum.php
  75. library/Andy/SimilarThreads/ControllerPublic/Forum.php
  76. library/XenForo/Input.php
  77. library/XenForo/Session.php
  78. library/XenForo/Helper/Ip.php
  79. library/XenForo/Visitor.php
  80. library/XenForo/Model/User.php
  81. library/WidgetFramework/XenForo/Model/User.php
  82. library/Brivium/ModernStatistic/Model/User.php
  83. library/XenForo/Permission.php
  84. library/XenForo/Helper/Php.php
  85. library/XenForo/Phrase.php
  86. library/XenForo/Locale.php
  87. library/EWRporta/Model/Perms.php
  88. library/WidgetFramework/Helper/Index.php
  89. library/XenForo/ControllerResponse/Reroute.php
  90. library/XenForo/ControllerResponse/Abstract.php
  91. library/NodesAsTabs/API.php
  92. library/NodesAsTabs/Model/Options.php
  93. library/XenForo/ControllerHelper/ForumThreadPost.php
  94. library/XenForo/ControllerHelper/Abstract.php
  95. library/XenForo/Model/Forum.php
  96. library/Brivium/ModernStatistic/Model/Forum.php
  97. library/Brivium/ScheduleThread/Model/Forum.php
  98. library/XenForo/Model/Thread.php
  99. library/WidgetFramework/XenForo/Model/Thread.php
  100. library/Brivium/ModernStatistic/Model/Thread.php
  101. library/Brivium/ScheduleThread/Model/Thread.php
  102. library/vtLai/UrlKhongDau/Converter.php
  103. library/Waindigo/ShorterRoutes/Link.php
  104. library/XenForo/Helper/String.php
  105. library/XenForo/Model/Node.php
  106. library/Brivium/ModernStatistic/Model/Node.php
  107. library/XenForo/Route/Prefix/Categories.php
  108. library/vtLai/UrlKhongDau/Categories.php
  109. library/XenForo/ControllerResponse/View.php
  110. library/XenForo/Helper/Cookie.php
  111. library/XenForo/ViewRenderer/HtmlPublic.php
  112. library/XenForo/ViewRenderer/Abstract.php
  113. library/XenForo/Template/Public.php
  114. library/XenForo/Template/Abstract.php
  115. library/WidgetFramework/Core.php
  116. library/XenForo/Model/Moderator.php
  117. library/Brivium/QuickCreateThread/EventListeners/Listener.php
  118. library/Brivium/BriviumLibrary/EventListeners.php
  119. library/WidgetFramework/Model/Widget.php
  120. library/WidgetFramework/Helper/Sort.php
  121. library/WidgetFramework/WidgetRenderer.php
  122. library/XenForo/ViewPublic/Forum/View.php
  123. library/XenForo/ViewPublic/Base.php
  124. library/XenForo/View.php
  125. library/EWRporta/Listener/ViewPublic.php
  126. library/WidgetFramework/XenForo/View1.php
  127. library/EWRporta/ViewPublic/Custom.php
  128. library/XenForo/ViewPublic/Helper/Node.php
  129. library/xenCODE/MetaKeywords/Listener.php
  130. library/Sedo/AgentTracer/Listener/Preloader.php
  131. library/WidgetFramework/WidgetRenderer/Html.php
  132. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  133. library/WidgetFramework/WidgetRenderer/Threads.php
  134. library/WidgetFramework/Model/Cache.php
  135. library/WidgetFramework/WidgetRenderer/Stats.php
  136. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  137. library/XenForo/Route/Prefix/Members.php
  138. library/vtLai/UrlKhongDau/Members.php
  139. library/EWRporta/Listener/NavTabs.php
  140. library/NodesAsTabs/NavTabs.php
  141. library/WidgetFramework/Template/Extended.php
  142. library/Sedo/AgentTracer/Listener/Templates.php
  143. library/EWRporta/Listener/Template.php
  144. library/Brivium/ScheduleThread/EventListeners/Listener.php
  145. library/Brivium/ModernStatistic/Model/ModernStatistic.php
  146. library/XenForo/Model/Avatar.php
  147. library/XenForo/Route/Prefix/Threads.php
  148. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Threads.php
  149. library/EWRporta/Route/Thread.php
  150. library/vtLai/UrlKhongDau/Threads.php
  151. library/WidgetFramework/Helper/String.php
  152. library/XenForo/Model/Session.php
  153. library/XenForo/NodeHandler/Category.php
  154. library/XenForo/NodeHandler/Abstract.php
  155. library/XenForo/NodeHandler/Forum.php
  156. library/XenForo/Model/Category.php
  157. library/XenForo/Helper/Discussion.php
  158. library/XenForo/Route/Prefix/Posts.php
  159. library/Zend/Exception.php
  160. library/WidgetFramework/WidgetRenderer/Empty.php
  161. library/XenForo/Debug.php
  162. library/Brivium/QuickCreateThread/Route/Prefix/CreateThread.php
  163. library/XenForo/ViewRenderer/Json.php
  164. library/Vinavb/CustomNodeIcon/Icon.php