Page Time: 0.3121s

Memory: 13.0766 MB (Peak: 18.8961 MB)

Queries (20, time: 0.0300s, 9.6%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000313
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT node_id
    FROM xf_node
    WHERE node_name = ?
    Params: obzory-videorigistratorov
    Run Time: 0.000186
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderefnode_name_uniquenode_name_unique153const1Using where; Using index
  3. 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_name = ?
    	AND node.node_type_id = 'Forum'
    Params: obzory-videorigistratorov
    Run Time: 0.000374
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARY,node_name_uniquenode_name_unique180const,const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 98) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.000201
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const51Using where; Using index
  5. 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,
    	deletion_log.delete_date, deletion_log.delete_reason,
    	deletion_log.delete_user_id, deletion_log.delete_username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    	uix_last_post_user.avatar_date AS uix_last_post_user_avatar_date,
    	uix_last_post_user.username AS uix_last_post_user_username,
    	uix_last_post_user.avatar_width AS uix_last_post_user_avatar_width,
    	uix_last_post_user.avatar_height AS uix_last_post_user_avatar_height,
    	uix_last_post_user.gravatar AS uix_last_post_user_gravatar,
    	uix_last_post_user.gender AS uix_last_post_user_gender,
    	uix_last_post_user.is_banned AS uix_last_post_user_is_banned, (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 1) as dark_postrating_1_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 14) as dark_postrating_14_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 2) as dark_postrating_2_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 3) as dark_postrating_3_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 4) as dark_postrating_4_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 5) as dark_postrating_5_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 6) as dark_postrating_6_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 7) as dark_postrating_7_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 8) as dark_postrating_8_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 9) as dark_postrating_9_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 10) as dark_postrating_10_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 11) as dark_postrating_11_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 12) as dark_postrating_12_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 13) as dark_postrating_13_count, 1 as dark_postrating_has_fetched_max
    
    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_deletion_log AS deletion_log ON
    		(deletion_log.content_type = 'thread' AND deletion_log.content_id = thread.thread_id)LEFT JOIN xf_user AS uix_last_post_user ON (uix_last_post_user.user_id = thread.last_post_user_id)
    WHERE (thread.node_id = 98) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.view_count DESC
     LIMIT 20
    Run Time: 0.007612
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const51Using index condition; Using where; Using filesort
    PRIMARYusereq_refPRIMARYPRIMARY4viregfum_db.thread.user_id1 
    PRIMARYnodeconstPRIMARYPRIMARY4const1 
    PRIMARYposteq_refPRIMARYPRIMARY4viregfum_db.thread.first_post_id1 
    PRIMARYdeletion_logeq_refPRIMARYPRIMARY31const,viregfum_db.thread.thread_id1Using where
    PRIMARYuix_last_post_usereq_refPRIMARYPRIMARY4viregfum_db.thread.last_post_user_id1 
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
  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,
    	deletion_log.delete_date, deletion_log.delete_reason,
    	deletion_log.delete_user_id, deletion_log.delete_username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    	uix_last_post_user.avatar_date AS uix_last_post_user_avatar_date,
    	uix_last_post_user.username AS uix_last_post_user_username,
    	uix_last_post_user.avatar_width AS uix_last_post_user_avatar_width,
    	uix_last_post_user.avatar_height AS uix_last_post_user_avatar_height,
    	uix_last_post_user.gravatar AS uix_last_post_user_gravatar,
    	uix_last_post_user.gender AS uix_last_post_user_gender,
    	uix_last_post_user.is_banned AS uix_last_post_user_is_banned, (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 1) as dark_postrating_1_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 14) as dark_postrating_14_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 2) as dark_postrating_2_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 3) as dark_postrating_3_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 4) as dark_postrating_4_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 5) as dark_postrating_5_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 6) as dark_postrating_6_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 7) as dark_postrating_7_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 8) as dark_postrating_8_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 9) as dark_postrating_9_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 10) as dark_postrating_10_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 11) as dark_postrating_11_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 12) as dark_postrating_12_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 13) as dark_postrating_13_count, 1 as dark_postrating_has_fetched_max
    
    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_deletion_log AS deletion_log ON
    		(deletion_log.content_type = 'thread' AND deletion_log.content_id = thread.thread_id)LEFT JOIN xf_user AS uix_last_post_user ON (uix_last_post_user.user_id = thread.last_post_user_id)
    WHERE (thread.node_id = 98) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.view_count DESC
    Run Time: 0.003619
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const2Using index condition; Using where; Using filesort
    PRIMARYusereq_refPRIMARYPRIMARY4viregfum_db.thread.user_id1 
    PRIMARYnodeconstPRIMARYPRIMARY4const1 
    PRIMARYposteq_refPRIMARYPRIMARY4viregfum_db.thread.first_post_id1 
    PRIMARYdeletion_logeq_refPRIMARYPRIMARY31const,viregfum_db.thread.thread_id1Using where
    PRIMARYuix_last_post_usereq_refPRIMARYPRIMARY4viregfum_db.thread.last_post_user_id1 
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8viregfum_db.thread.first_post_id,const1Using index
  7. SELECT category.*
    	,
    	permission.cache_value AS category_permission_cache
    FROM xf_nflj_ams_category AS category
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'ams_category'
    			AND permission.content_id = category.category_id)
    ORDER BY category.lft
    Run Time: 0.000381
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcategoryALL    4Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,viregfum_db.category.category_id1Using where
  8. 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, 6㈝, 6㈝, XenForo_ControllerPublic_Forum, Forum, valid, node_name=obzory-videorigistratorov, 1710834594,
    Run Time: 0.000972
  9. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000232
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  10. SELECT *
    FROM uix_node_layout
    Run Time: 0.000227
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuix_node_layoutALL    2 
  11. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000187
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  12. SELECT node.*,
    	node_field.uix_node_icons,
    	node_field.uix_styling,
    	node_field.collapsed,
    	node_field.inheritClass,
    	node_field.inheritStyling
    FROM xf_node AS node
    LEFT JOIN uix_node_fields AS node_field ON (node.node_id = node_field.node_id)
    Run Time: 0.000410
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeALL    105 
    SIMPLEnode_fieldeq_refPRIMARYPRIMARY4viregfum_db.node.node_id1 
  13. 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 > 1710832194)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.012130
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 352Using where
    SIMPLEusereq_refPRIMARYPRIMARY4viregfum_db.session_activity.user_id1 
  14. 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 > 1710832194)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001027
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 352Using where
    SIMPLEusereq_refPRIMARYPRIMARY4viregfum_db.session_activity.user_id1 
  15. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000234
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    105Using 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.000369
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const110Using where
  17. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE (thread.node_id IN (1, 10, 44, 45, 42, 50, 98, 63, 77, 89, 105, 125, 49, 126, 120, 90, 124, 48, 53, 102, 108, 15, 127, 64, 47, 54, 55, 11, 56, 22, 13, 14, 104, 38, 12, 43, 30, 60, 33, 70, 34, 83, 94, 116, 118, 121, 84, 85, 86, 87, 115, 97, 69, 91, 80, 88, 92, 46, 58, 59, 41, 40, 32, 61, 112, 36, 37, 62, 72, 35, 71, 95, 52, 106, 73, 103, 81, 107, 82, 101, 114, 113, 117, 119, 123, 111, 110, 100, 75, 74, 76, 16, 19, 17, 18, 31, 65, 66, 67, 68, 3, 4, 93, 6, 5, 23, 24, 99, 79)) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date DESC
     LIMIT 15
    Run Time: 0.000361
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 15Using where
    SIMPLEusereq_refPRIMARYPRIMARY4viregfum_db.thread.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 (53, 80, 10, 14, 4, 48, 22, 4, 53, 48, 126, 22, 53, 48, 125)
    Run Time: 0.000413
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 9Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4viregfum_db.node.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, a:1:{s:13:"forum_view_12";a:2:{s:4:"html";s:3449:"<div class="avatarList"> <ul> <li class="thread-2786 thread-node-53"> <a href="members/frayz.25875/" class="avatar Av25875s" data-avatarhtml="true"><img src="styles/class/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Frayz" /></a> <a title="Сбрасываются настройки Neoline Shadow." class="Tooltip" href="threads/sbrasyvajutsja-nastrojki-neoline-shadow.2786/"> Сбрасываются настройки Neoline... </a> <div class="userTitle"> <a href="members/frayz.25875/" class="username">Frayz</a> posted <abbr class="DateTime" data-time="1710630327" data-diff="204267" data-datestring="17 мар 2024" data-timestring="02:05">17 мар 2024 в 02:05</abbr> </div> </li> <li class="thread-2785 thread-node-80"> <a href="members/igorpv.25869/" class="avatar Av25869s" data-avatarhtml="true"><img src="styles/class/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="IgorPV" /></a> <a title="BlackSys сайт производителя в 2024 году." class="Tooltip" href="threads/blacksys-sajt-proizvoditelja-v-2024-godu.2785/"> BlackSys сайт производителя в... </a> <div class="userTitle"> <a href="members/igorpv.25869/" class="username">IgorPV</a> posted <abbr class="DateTime" data-time="1710426247" data-diff="408347" data-datestring="14 мар 2024" data-timestring="17:24">14 мар 2024 в 17:24</abbr> </div> </li> <li class="thread-2784 thread-node-10"> <a href="members/ustas52.25829/" class="avatar Av25829s" data-avatarhtml="true"><img src="styles/class/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Ustas52" /></a> <a href="threads/korejskij-registrator-mando-z7.2784/"> Корейский регистратор Mando Z7 </a> <div class="userTitle"> <a href="members/ustas52.25829/" class="username">Ustas52</a> posted <span class="DateTime" title="20 фев 2024 в 16:51">20 фев 2024</span> </div> </li> <li class="thread-2782 thread-node-14"> <a href="members/sviatoi1988.25804/" class="avatar Av25804s" data-avatarhtml="true"><img src="styles/class/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Sviatoi1988" /></a> <a href="threads/finevu-gx3.2782/"> FineVu GX3 </a> <div class="userTitle"> <a href="members/sviatoi1988.25804/" class="username">Sviatoi1988</a> posted <span class="DateTime" title="10 фев 2024 в 20:25">10 фев 2024</span> </div> </li> <li class="thread-2780 thread-node-4"> <a href="members/karagandinez.24193/" class="avatar Av24193s" data-avatarhtml="true"><img src="data/avatars/s/24/24193.jpg?1617208412" width="48" height="48" alt="Karagandinez" /></a> <a href="threads/s-nastupajuschim-novym-2024-godom.2780/"> С Наступающим Новым 2024 годом!!! </a> <div class="userTitle"> <a href="members/karagandinez.24193/" class="username">Karagandinez</a> posted <span class="DateTime" title="30 дек 2023 в 22:59">30 дек 2023</span> </div> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Загрузка...</span> </div> </div> </div>";s:4:"time";i:1710834594;}}
    Run Time: 0.000517
  20. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('staff_online_now', 'members_online_now', 'forum_statistics', 'wf_widget_threads_type_new')
    Params: 2
    Run Time: 0.000219
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 4Using where

Included Files (201, XenForo Classes: 68)

  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/CMF/Core/Autoloader.php
  9. library/CMF/Core/Listener.php
  10. library/XenForo/CodeEvent.php
  11. library/XenForo/FrontController.php
  12. library/XenForo/Dependencies/Public.php
  13. library/XenForo/Dependencies/Abstract.php
  14. library/Zend/Controller/Request/Http.php
  15. library/Zend/Controller/Request/Abstract.php
  16. library/Zend/Uri.php
  17. library/Zend/Controller/Response/Http.php
  18. library/Zend/Controller/Response/Abstract.php
  19. library/XenForo/Model/DataRegistry.php
  20. library/XenForo/Model.php
  21. library/Zend/Cache.php
  22. library/Zend/Cache/Backend/Memcached.php
  23. library/Zend/Cache/Backend/ExtendedInterface.php
  24. library/Zend/Cache/Backend/Interface.php
  25. library/Zend/Cache/Backend.php
  26. library/Zend/Cache/Core.php
  27. library/CMF/Core/Application.php
  28. library/RD/Tweak/Listener.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/XenResource/Listener/Proxy.php
  33. library/NodesAsTabs/Listen.php
  34. library/WidgetFramework/Listener.php
  35. library/WidgetFramework/Option.php
  36. library/NFLJ/AMS/Listener/Proxy.php
  37. library/NFLJ/RMS/Listener/Proxy.php
  38. library/Audentio/UIX/Listener/CodeEvent.php
  39. library/Audentio/UIX/vendor/autoload.php
  40. library/Audentio/UIX/vendor/composer/autoload_real.php
  41. library/Audentio/UIX/vendor/composer/ClassLoader.php
  42. library/Audentio/UIX/vendor/composer/autoload_namespaces.php
  43. library/Audentio/UIX/vendor/composer/autoload_psr4.php
  44. library/Audentio/UIX/vendor/composer/autoload_classmap.php
  45. library/XenForo/Router.php
  46. library/XenForo/Route/Filter.php
  47. library/XenForo/Route/Interface.php
  48. library/XenForo/Route/ResponseSuffix.php
  49. library/XenForo/Route/Prefix.php
  50. library/WidgetFramework/Route/Filter/PageX.php
  51. library/XenForo/Route/Prefix/Forums.php
  52. library/XenForo/RouteMatch.php
  53. library/XenForo/ControllerPublic/Forum.php
  54. library/XenForo/ControllerPublic/Abstract.php
  55. library/XenForo/Controller.php
  56. library/DoublePost/Listener/LoadClassController.php
  57. library/XI/Tag/CodeEvent/Listener.php
  58. library/Dark/PostRating/EventListener.php
  59. library/StickyFirstPost/Listener.php
  60. library/Audentio/UIX/ControllerPublic/Forum.php
  61. library/RD/Tweak/ControllerPublic/Extend/Forum.php
  62. library/NodesAsTabs/ControllerPublic/Forum.php
  63. library/WidgetFramework/XenForo/ControllerPublic/Forum.php
  64. library/StickyFirstPost/ControllerPublic/Forum.php
  65. library/NFLJ/AMS/XenForo/ControllerPublic/Forum.php
  66. library/NFLJ/RMS/XenForo/ControllerPublic/Forum.php
  67. library/XenForo/Input.php
  68. library/XenForo/Session.php
  69. library/Zend/Db.php
  70. library/Zend/Db/Adapter/Mysqli.php
  71. library/Zend/Db/Adapter/Abstract.php
  72. library/Zend/Db/Select.php
  73. library/Zend/Db/Expr.php
  74. library/Zend/Db/Profiler.php
  75. library/Zend/Db/Statement/Mysqli.php
  76. library/Zend/Db/Statement.php
  77. library/Zend/Db/Statement/Interface.php
  78. library/XenForo/Helper/Ip.php
  79. library/XenForo/Visitor.php
  80. library/XenForo/Model/User.php
  81. library/DoublePost/Listener/LoadClassModel.php
  82. library/XenForo/Model/Import.php
  83. library/RastaLulz/LoggedInCookie/Listener/LoadClass.php
  84. library/Audentio/UIX/Model/User.php
  85. library/Dark/PostRating/Model/User.php
  86. library/WidgetFramework/XenForo/Model/User.php
  87. library/XenResource/Listener/Proxy/ModelUser.php
  88. library/RastaLulz/LoggedInCookie/Model/User.php
  89. library/NFLJ/AMS/XenForo/Model/User.php
  90. library/NFLJ/RMS/XenForo/Model/User.php
  91. library/Zend/Db/Profiler/Query.php
  92. library/XenForo/Permission.php
  93. library/XenForo/Helper/Php.php
  94. library/XenForo/Phrase.php
  95. library/XenForo/Locale.php
  96. library/RastaLulz/LoggedInCookie/Listener/VisitorSetup.php
  97. library/XenForo/Helper/Cookie.php
  98. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  99. library/NFLJ/AMS/Model/Article.php
  100. library/NFLJ/RMS/Model/Item.php
  101. library/WidgetFramework/Helper/Index.php
  102. library/XenForo/ControllerResponse/Reroute.php
  103. library/XenForo/ControllerResponse/Abstract.php
  104. library/NodesAsTabs/API.php
  105. library/NodesAsTabs/Model/Options.php
  106. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  107. library/XenForo/ControllerHelper/ForumThreadPost.php
  108. library/XenForo/ControllerHelper/Abstract.php
  109. library/XenForo/Model/Forum.php
  110. library/CMF/Core/Model/Forum.php
  111. library/StickyFirstPost/Model/Forum.php
  112. library/XenForo/Model/Node.php
  113. library/Audentio/UIX/Model/Node.php
  114. library/CMF/Core/Model/Node.php
  115. library/XenForo/Model/Thread.php
  116. library/Audentio/UIX/Model/Thread.php
  117. library/CMF/Core/Model/Thread.php
  118. library/RD/Tweak/Model/Extend/Thread.php
  119. library/Dark/PostRating/Model/Thread.php
  120. library/WidgetFramework/XenForo/Model/Thread.php
  121. library/StickyFirstPost/Model/Thread.php
  122. library/NFLJ/AMS/XenForo/Model/Thread.php
  123. library/NFLJ/RMS/XenForo/Model/Thread.php
  124. library/Dark/PostRating/Model.php
  125. library/CMF/Core/Model/DataRegistry.php
  126. library/XenForo/Helper/String.php
  127. library/XenForo/Helper/Discussion.php
  128. library/XenForo/Route/Prefix/Categories.php
  129. library/XenForo/ControllerResponse/View.php
  130. library/NFLJ/AMS/Model/Category.php
  131. library/XenForo/ViewRenderer/HtmlPublic.php
  132. library/XenForo/ViewRenderer/Abstract.php
  133. library/XenForo/Template/Public.php
  134. library/XenForo/Template/Abstract.php
  135. library/WidgetFramework/Core.php
  136. library/XenForo/Model/Moderator.php
  137. library/XenResource/Listener/Proxy/ModelModerator.php
  138. library/NFLJ/AMS/XenForo/Model/Moderator.php
  139. library/NFLJ/RMS/XenForo/Model/Moderator.php
  140. library/NFLJ/RMS/Listener/WidgetFramework.php
  141. library/NFLJ/AMS/Listener/WidgetFramework.php
  142. library/WidgetFramework/Model/Widget.php
  143. library/WidgetFramework/Helper/Sort.php
  144. library/WidgetFramework/WidgetRenderer.php
  145. library/XenForo/ViewPublic/Forum/View.php
  146. library/XenForo/ViewPublic/Base.php
  147. library/XenForo/View.php
  148. library/WidgetFramework/XenForo/View1.php
  149. library/XenForo/ViewPublic/Helper/Node.php
  150. library/XenResource/Listener/Template.php
  151. library/DoublePost/Listener/Hook.php
  152. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  153. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  154. library/WidgetFramework/WidgetRenderer/Stats.php
  155. library/WidgetFramework/WidgetRenderer/ShareThisPage.php
  156. library/WidgetFramework/WidgetRenderer/Threads.php
  157. library/WidgetFramework/Model/Cache.php
  158. library/NFLJ/AMS/Listener/Template.php
  159. library/Audentio/UIX/Model/NodeLayout.php
  160. library/NFLJ/RMS/Listener/Template.php
  161. library/XenForo/Route/Prefix/Members.php
  162. library/NodesAsTabs/NavTabs.php
  163. library/XenForo/Route/Prefix/LinkForums.php
  164. library/WidgetFramework/Template/Extended.php
  165. library/XenForo/Model/StyleProperty.php
  166. library/NFLJ/AMS/Listener/Criteria.php
  167. library/NFLJ/RMS/Listener/Criteria.php
  168. library/XenForo/Template/FileHandler.php
  169. library/XenForo/Helper/File.php
  170. internal_data/templates/S.12,L.2,forum_view.php
  171. internal_data/templates/S.12,L.2,page_nav.php
  172. library/XenForo/Model/Avatar.php
  173. internal_data/templates/S.12,L.2,dark_postrating_thread_icon.php
  174. library/XenForo/Route/Prefix/Threads.php
  175. library/XenForo/Model/Session.php
  176. library/Dark/PostRating/Model/Session.php
  177. internal_data/templates/S.12,L.2,wf_widget_online_staff.php
  178. library/WidgetFramework/Helper/String.php
  179. library/Zend/Exception.php
  180. internal_data/templates/S.12,L.2,wf_widget_online_users.php
  181. internal_data/templates/S.12,L.2,wf_widget_stats.php
  182. internal_data/templates/S.12,L.2,wf_widget_share_page.php
  183. library/XenForo/NodeHandler/Category.php
  184. library/XenForo/NodeHandler/Abstract.php
  185. library/XenForo/NodeHandler/Forum.php
  186. library/XenForo/NodeHandler/LinkForum.php
  187. library/XenForo/Model/Category.php
  188. library/XenForo/Model/LinkForum.php
  189. internal_data/templates/S.12,L.2,wf_widget_threads.php
  190. library/WidgetFramework/WidgetRenderer/Empty.php
  191. internal_data/templates/S.12,L.2,wf_widget_wrapper.php
  192. library/XenForo/Debug.php
  193. internal_data/templates/S.12,L.2,PAGE_CONTAINER.php
  194. library/Audentio/UIX/Template/Helper/CanvasNavigation.php
  195. internal_data/templates/S.12,L.2,resources_tab_links.php
  196. internal_data/templates/S.12,L.2,nflj_ams_tab_links.php
  197. internal_data/templates/S.12,L.2,nflj_rms_tab_links.php
  198. internal_data/templates/S.12,L.2,navigation.php
  199. library/XenForo/ViewRenderer/Json.php
  200. internal_data/templates/S.12,L.2,SFP_js_first_post.php
  201. internal_data/templates/S.12,L.2,nat_bodyjs.php