Page Time: 0.1772s

Memory: 11.2398 MB (Peak: 12.2145 MB)

Queries (38, time: 0.0536s, 30.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.004441
    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.000568
    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.000414
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 3810
    Run Time: 0.000620
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  5. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 12
    Run Time: 0.000751
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  6. SELECT EWRporta2_articles.*, xf_thread.*, xf_post.*, xf_user.*, EWRporta2_authors.*
    FROM EWRporta2_articles
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    WHERE EWRporta2_articles.thread_id = ?
    Params: 3810
    Run Time: 0.000979
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  7. SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_thread.*, xf_post.*, xf_user.*
    FROM xf_thread
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
    WHERE xf_thread.thread_id = ?
    Params: 3810
    Run Time: 0.000980
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadconstPRIMARYPRIMARY4const1 
    SIMPLExf_postconstPRIMARYPRIMARY4const1 
    SIMPLExf_userconstPRIMARYPRIMARY4const1 
    SIMPLEEWRporta2_authorsconstPRIMARYPRIMARY4const0unique row not found
    SIMPLEEWRporta2_articlesconstPRIMARYPRIMARY4const0unique row not found
  8. SELECT post.*
    	,
    		bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date
    FROM xf_post AS post
    
    		LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
    			(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_bb_code_parse_cache AS signature_parse_cache ON
    			(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id AND session_activity.unique_key = CAST(post.user_id AS BINARY))
    WHERE post.thread_id = ?
    	 AND (post.position >= 40 AND post.position < 60) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 3810
    Run Time: 0.002797
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 22Using index condition; Using where; Using filesort
    SIMPLEbb_code_parse_cacheeq_refcontent_type_idcontent_type_id31const,xen.post.post_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4xen.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4xen.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4xen.post.user_id1 
    SIMPLEsignature_parse_cacheeq_refcontent_type_idcontent_type_id31const,xen.post.user_id1Using where
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22xen.post.user_id,func1Using where
  9. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (168472, 168498, 168515, 168519)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000821
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 5Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  10. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 3810
    Run Time: 0.000237
  11. SELECT EWRporta2_articles.*, xf_thread.*, xf_post.*, xf_user.*, EWRporta2_authors.*
    FROM EWRporta2_articles
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    WHERE EWRporta2_articles.thread_id = ?
    Params: 3810
    Run Time: 0.000915
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  12. SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_thread.*, xf_post.*, xf_user.*
    FROM xf_thread
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_articles ON (EWRporta2_articles.thread_id = xf_thread.thread_id)
    WHERE xf_thread.thread_id = ?
    Params: 3810
    Run Time: 0.000911
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadconstPRIMARYPRIMARY4const1 
    SIMPLExf_postconstPRIMARYPRIMARY4const1 
    SIMPLExf_userconstPRIMARYPRIMARY4const1 
    SIMPLEEWRporta2_authorsconstPRIMARYPRIMARY4const0unique row not found
    SIMPLEEWRporta2_articlesconstPRIMARYPRIMARY4const0unique row not found
  13. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 7a70d8ba2ba2d1691537d380d113b361, , 1714240071
    Run Time: 0.000449
  14. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=3810&page=3, 1714236471,
    Run Time: 0.000237
  15. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000463
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmsystem    1 
  16. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000332
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  17. SELECT options.*, node.*,
    	permission.cache_value AS node_permission_cache
    FROM nat_options AS options
    INNER JOIN xf_node AS node
    	ON (node.node_id = options.node_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = ?
    	AND permission.content_type = 'node'
    	AND permission.content_id = options.node_id)
    WHERE nat_display_tab = 1
    ORDER BY options.nat_display_order
    ASC
    Params: 1
    Run Time: 0.000941
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   24Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4xen.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xen.options.node_id1Using where
  18. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('trophy_1_title', 'trophy_1_description', 'trophy_40_title', 'trophy_40_description', 'trophy_5_title', 'trophy_5_description', 'trophy_2_title', 'trophy_2_description', 'trophy_12_title', 'trophy_12_description', 'trophy_27_title', 'trophy_27_description', 'trophy_28_title', 'trophy_28_description', 'trophy_29_title', 'trophy_29_description', 'trophy_30_title', 'trophy_30_description', 'trophy_31_title', 'trophy_31_description', 'trophy_32_title', 'trophy_32_description', 'trophy_39_title', 'trophy_39_description', 'trophy_41_title', 'trophy_41_description', 'trophy_3_title', 'trophy_3_description', 'trophy_6_title', 'trophy_6_description', 'trophy_11_title', 'trophy_11_description', 'trophy_33_title', 'trophy_33_description', 'trophy_34_title', 'trophy_34_description', 'trophy_7_title', 'trophy_7_description', 'trophy_10_title', 'trophy_10_description', 'trophy_13_title', 'trophy_13_description', 'trophy_35_title', 'trophy_35_description', 'trophy_36_title', 'trophy_36_description', 'trophy_4_title', 'trophy_4_description', 'trophy_8_title', 'trophy_8_description', 'trophy_17_title', 'trophy_17_description', 'trophy_22_title', 'trophy_22_description', 'trophy_26_title', 'trophy_26_description', 'trophy_37_title', 'trophy_37_description', 'trophy_44_title', 'trophy_44_description', 'trophy_9_title', 'trophy_9_description', 'trophy_20_title', 'trophy_20_description', 'trophy_18_title', 'trophy_18_description', 'trophy_38_title', 'trophy_38_description', 'trophy_21_title', 'trophy_21_description', 'trophy_23_title', 'trophy_23_description', 'trophy_25_title', 'trophy_25_description', 'trophy_24_title', 'trophy_24_description', 'trophy_42_title', 'trophy_42_description', 'trophy_43_title', 'trophy_43_description', 'BRSTS_support_tickets', 'media')
    Params: 2
    Run Time: 0.001159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 82Using where
  19. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168463, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"pashaoff, post: 168460, member: 50377";s:8:"original";a:2:{i:0;s:47:"[QUOTE="pashaoff, post: 168460, member: 50377"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:92:"Потому что Колыма часть ЭТОГО мира, дорогой Смити))";}}i:1;s:173:" И не только ! Просто людям хочется всегда чего то новенького . Хоть дерьма кучку но свеженькую )";}, 1708502088, 1714236471
    Run Time: 0.002519
  20. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168464, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"pashaoff, post: 168460, member: 50377";s:8:"original";a:2:{i:0;s:47:"[QUOTE="pashaoff, post: 168460, member: 50377"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:92:"Потому что Колыма часть ЭТОГО мира, дорогой Смити))";}}i:1;s:598:" Не согласен. Посуди сам. Если пользуется спросом всё отвратное, по названию, то логичнее аншлаг было бы увидеть в Аду))) В аду условия похлеще Колымы будут. Это что, если изменить название на ссылку в ,, Камасутра ,, то на сервере появиться вся элита Москвы??? + города на Ниве))) Женский состав записывается в очередь, а Мот доволен)))";}, 1708502088, 1714236471
    Run Time: 0.002197
  21. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168465, a:1:{i:0;s:175:"Может быть даже свой городишко построим там общими усилиями)) В принципе зачатки города же есть)";}, 1708502088, 1714236471
    Run Time: 0.001771
  22. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168466, a:1:{i:0;s:106:"там больше условия похожии на эвент "Твердыня тёмной ночи"";}, 1708502088, 1714236471
    Run Time: 0.001868
  23. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168467, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:44:"Argokon_Esteil, post: 168465, member: 221581";s:8:"original";a:2:{i:0;s:54:"[QUOTE="Argokon_Esteil, post: 168465, member: 221581"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:175:"Может быть даже свой городишко построим там общими усилиями)) В принципе зачатки города же есть)";}}i:1;s:101:" меры Аргокон Эстейл и нормал_мен и другие прометей и тд";}, 1708502088, 1714236471
    Run Time: 0.001282
  24. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168468, a:2:{i:0;a:4:{s:3:"tag";s:4:"user";s:6:"option";s:6:"233094";s:8:"original";a:2:{i:0;s:13:"[USER=233094]";i:1;s:7:"[/USER]";}s:8:"children";a:1:{i:0;s:10:"NORMAL_MEN";}}i:1;s:35:", Я Аргокон Эстейл!!!";}, 1708502088, 1714236471
    Run Time: 0.002085
  25. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168469, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:40:"NORMAL_MEN, post: 168467, member: 233094";s:8:"original";a:2:{i:0;s:50:"[QUOTE="NORMAL_MEN, post: 168467, member: 233094"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:98:"меры адокон_эстеил и нормал_мен и другие прометей и тд";}}i:1;s:18:" Бригада!))";}, 1708502088, 1714236471
    Run Time: 0.002134
  26. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168470, a:1:{i:0;s:14:"гильдия";}, 1708502088, 1714236471
    Run Time: 0.002091
  27. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168471, a:3:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"pashaoff, post: 168469, member: 50377";s:8:"original";a:2:{i:0;s:47:"[QUOTE="pashaoff, post: 168469, member: 50377"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:17:"Бригада!))";}}i:1;s:1:" ";i:2;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:40:"http://zapros.my1.ru/_nw/26/01704333.jpg";}}}, 1708502088, 1714236471
    Run Time: 0.001501
  28. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168472, a:2:{i:0;s:39:"Аргокон Эстейл кузня ";i:1;a:4:{s:3:"tag";s:6:"attach";s:6:"option";s:4:"full";s:8:"original";a:2:{i:0;s:13:"[ATTACH=full]";i:1;s:9:"[/ATTACH]";}s:8:"children";a:1:{i:0;s:5:"15851";}}}, 1708502088, 1714236471
    Run Time: 0.002115
  29. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168473, a:2:{i:0;a:4:{s:3:"tag";s:4:"user";s:6:"option";s:6:"233094";s:8:"original";a:2:{i:0;s:13:"[USER=233094]";i:1;s:7:"[/USER]";}s:8:"children";a:1:{i:0;s:10:"NORMAL_MEN";}}i:1;s:45:", чет как-то много булыги)";}, 1708502088, 1714236471
    Run Time: 0.001956
  30. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168474, a:1:{i:0;s:181:"там всё из булыги это криперов стрелять и темболее у нас из материалов классика жанрф булыга,сосна";}, 1708502088, 1714236471
    Run Time: 0.001973
  31. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168476, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:40:"NORMAL_MEN, post: 168475, member: 233094";s:8:"original";a:2:{i:0;s:50:"[QUOTE="NORMAL_MEN, post: 168475, member: 233094"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:107:"и темболее у нас из материалов классика жанрф булыга,сосна";}}i:1;s:507:" я тебя разочарую, но материала там достаточно, доски из ели, бревна из ели, дубовые доски, каменные кирпичи, кирпичи, песчаник, камень, диорит, гранит, андезит, да даже шерсть, листву можно собрать, блоки из ресурсов, плиты каменные, не знаю что еще, это пока все что пришло в голову)";}, 1708502088, 1714236471
    Run Time: 0.001075
  32. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168478, a:1:{i:0;s:29:"ладно перестрою";}, 1708502088, 1714236471
    Run Time: 0.002046
  33. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168482, a:1:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:66:"http://veselahata.com/wp-content/gallery/didyukin-viktor/14024.jpg";}}}, 1708502088, 1714236471
    Run Time: 0.001938
  34. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168498, a:1:{i:0;a:4:{s:3:"tag";s:7:"spoiler";s:6:"option";s:28:"10 000 выкопал уже";s:8:"original";a:2:{i:0;s:40:"[SPOILER="10 000 выкопал уже"]";i:1;s:10:"[/SPOILER]";}s:8:"children";a:2:{i:0;a:4:{s:3:"tag";s:6:"attach";s:6:"option";s:4:"full";s:8:"original";a:2:{i:0;s:13:"[ATTACH=full]";i:1;s:9:"[/ATTACH]";}s:8:"children";a:1:{i:0;s:5:"15852";}}i:1;s:1:" ";}}}, 1708502088, 1714236471
    Run Time: 0.001163
  35. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168515, a:2:{i:0;s:22:"всем привет ";i:1;a:4:{s:3:"tag";s:6:"attach";s:6:"option";s:4:"full";s:8:"original";a:2:{i:0;s:13:"[ATTACH=full]";i:1;s:9:"[/ATTACH]";}s:8:"children";a:1:{i:0;s:5:"15853";}}}, 1708502088, 1714236471
    Run Time: 0.001513
  36. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168517, a:1:{i:0;s:103:"Отличный форт на последнем скрине, аж слеза навернулась.";}, 1708502088, 1714236471
    Run Time: 0.001036
  37. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168519, a:5:{i:0;s:45:"Подошёл мой срок к концу ";i:1;a:4:{s:3:"tag";s:7:"spoiler";s:6:"option";s:45:"Добытые мной ресурсы тут";s:8:"original";a:2:{i:0;s:57:"[SPOILER="Добытые мной ресурсы тут"]";i:1;s:10:"[/SPOILER]";}s:8:"children";a:2:{i:0;a:4:{s:3:"tag";s:6:"attach";s:6:"option";s:4:"full";s:8:"original";a:2:{i:0;s:13:"[ATTACH=full]";i:1;s:9:"[/ATTACH]";}s:8:"children";a:1:{i:0;s:5:"15856";}}i:1;s:1:" ";}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:7:"spoiler";s:6:"option";s:53:"Алтарь для возвращение домой";s:8:"original";a:2:{i:0;s:65:"[SPOILER="Алтарь для возвращение домой"]";i:1;s:10:"[/SPOILER]";}s:8:"children";a:2:{i:0;a:4:{s:3:"tag";s:6:"attach";s:6:"option";s:4:"full";s:8:"original";a:2:{i:0;s:13:"[ATTACH=full]";i:1;s:9:"[/ATTACH]";}s:8:"children";a:1:{i:0;s:5:"15855";}}i:1;s:1:" ";}}i:4;s:90:" UPD: ой, кажется я спалил, что можно общаться в лсo_O";}, 1708502088, 1714236471
    Run Time: 0.001779
  38. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 168520, a:1:{i:0;s:26:"#прощай ебланк";}, 1708502088, 1714236471
    Run Time: 0.001574

Included Files (213, XenForo Classes: 70)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/EWRporta2/Listener/Init.php
  33. library/EWRmedio/Listener/Init.php
  34. library/XenForo/DataWriter/User.php
  35. library/XenForo/DataWriter.php
  36. library/EWRcarta/Listener/Init.php
  37. library/Brivium/SupportTicketSystem/EventListeners/Listener.php
  38. library/Brivium/BriviumHelper/EventListeners.php
  39. library/Brivium/BriviumHelper/1010071/EventListeners.php
  40. library/Siropu/Chat/Listener.php
  41. library/NodesAsTabs/Listen.php
  42. library/MasterBadge/Listener.php
  43. library/Waindigo/Listener/InitDependencies.php
  44. library/Waindigo/Listener/InitDependencies/20150212.php
  45. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  46. library/ExternalExtended/Listener.php
  47. library/ExtendCommon/EventListener/Model.php
  48. library/WidgetFramework/Listener.php
  49. library/WidgetFramework/Option.php
  50. library/Milano/SmileyManager/Listener.php
  51. library/XenForo/Router.php
  52. library/XenForo/Route/Filter.php
  53. library/XenForo/Route/Interface.php
  54. library/XenForo/Route/ResponseSuffix.php
  55. library/XenForo/Route/Prefix.php
  56. library/WidgetFramework/Route/Filter/PageX.php
  57. library/XenForo/Route/Prefix/Threads.php
  58. library/XenForo/RouteMatch.php
  59. library/NodesAsTabs/Model/Options.php
  60. library/XenForo/ControllerPublic/Thread.php
  61. library/XenForo/ControllerPublic/Abstract.php
  62. library/XenForo/Controller.php
  63. library/KingK/BbCodeManager/EventListener/BbCode.php
  64. library/EWRporta2/Widget/Listener/ArticlesMain.php
  65. library/Nobita/MetaDescription/Listener.php
  66. library/Dark/Duplicate/EventListener/LoadClassController.php
  67. library/XI/Tag/CodeEvent/Listener.php
  68. library/EWRporta2/Listener/Controller.php
  69. library/EWRmedio/Listener/Controller.php
  70. library/NodesAsTabs/ControllerPublic/Thread.php
  71. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  72. library/Nobita/MetaDescription/XenForo/ControllerPublic/Thread.php
  73. library/XI/Tag/ControllerPublic/Thread.php
  74. library/EWRporta2/ControllerPublic/Thread.php
  75. library/EWRmedio/ControllerPublic/Thread.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/EWRporta2/Listener/Model.php
  82. library/EWRmedio/Listener/Model.php
  83. library/EWRcarta/Listener/Model.php
  84. library/Brivium/SupportTicketSystem/Model/User.php
  85. library/WidgetFramework/XenForo/Model/User.php
  86. library/EWRporta2/Model/User.php
  87. library/EWRmedio/Model/User.php
  88. library/EWRcarta/Model/User.php
  89. library/MasterBadge/Model/User.php
  90. library/MasterBadge/Model/Badge.php
  91. library/XenForo/Permission.php
  92. library/XenForo/Helper/Php.php
  93. library/XenForo/Phrase.php
  94. library/XenForo/Locale.php
  95. library/Groupchanger/Event.php
  96. library/Groupchanger/StopSpam.php
  97. library/EWRporta2/Model/Perms.php
  98. library/UnreadPostCount/Listener.php
  99. library/XenForo/ControllerHelper/ForumThreadPost.php
  100. library/XenForo/ControllerHelper/Abstract.php
  101. library/XenForo/Model/Thread.php
  102. library/WidgetFramework/XenForo/Model/Thread.php
  103. library/UnreadPostCount/Model/Thread.php
  104. library/Nobita/MetaDescription/XenForo/Model/Thread.php
  105. library/XenForo/Model/Forum.php
  106. library/XenForo/Helper/String.php
  107. library/XenForo/Helper/Discussion.php
  108. library/XenForo/Model/Post.php
  109. library/Waindigo/UserCriteria/Listener/LoadClass.php
  110. library/Waindigo/Listener/LoadClass.php
  111. library/Waindigo/Listener/LoadClass/20150106.php
  112. library/Waindigo/UserCriteria/Extend/XenForo/Model/Post.php
  113. library/EWRporta2/Model/Post.php
  114. library/EWRcarta/Model/Post.php
  115. library/EWRporta2/Model/Articles.php
  116. library/XenForo/Model/Attachment.php
  117. library/XenForo/Route/Prefix/Attachments.php
  118. library/XenForo/Model/Trophy.php
  119. library/MasterBadge/Model/Trophy.php
  120. library/MasterBadge/Core.php
  121. library/MasterBadge/Helper/Level.php
  122. library/XenForo/Model/Node.php
  123. library/XenForo/Route/Prefix/Categories.php
  124. library/XenForo/Route/Prefix/Forums.php
  125. library/XenForo/ControllerResponse/View.php
  126. library/XenForo/ControllerResponse/Abstract.php
  127. library/XenForo/Helper/Cookie.php
  128. library/NodesAsTabs/API.php
  129. library/XenForo/ViewRenderer/HtmlPublic.php
  130. library/XenForo/ViewRenderer/Abstract.php
  131. library/XenForo/Template/Public.php
  132. library/XenForo/Template/Abstract.php
  133. library/WidgetFramework/Core.php
  134. library/XenForo/Model/Moderator.php
  135. library/ExternalPages/ControllerPublic/online.php
  136. library/WidgetFramework/Model/Widget.php
  137. library/WidgetFramework/Helper/Sort.php
  138. library/WidgetFramework/WidgetRenderer.php
  139. library/XenForo/ViewPublic/Thread/View.php
  140. library/XenForo/ViewPublic/Base.php
  141. library/XenForo/View.php
  142. library/EWRporta2/Listener/ViewPublic.php
  143. library/ExtendCommon/UserModel/EX.php
  144. library/WidgetFramework/XenForo/View1.php
  145. library/XenForo/BbCode/Parser.php
  146. library/XenForo/BbCode/Formatter/Base.php
  147. library/sonnb/XenforoLightbox/Listener.php
  148. library/EWRporta2/Listener/BbCode.php
  149. library/EWRmedio/Listener/BbCode.php
  150. library/EWRcarta/Listener/BbCode.php
  151. library/sonnb/XenforoLightbox/BbCode/Formatter/Base.php
  152. library/KingK/BbCodeManager/BbCode/Formatter/Base.php
  153. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  154. library/EWRporta2/BbCode/Formatter.php
  155. library/EWRmedio/BbCode/Formatter.php
  156. library/EWRcarta/BbCode/Formatter.php
  157. library/KingK/BbCodeManager/Model/CustomBbCode.php
  158. library/XenForo/ViewPublic/Helper/Message.php
  159. library/XenForo/BbCode/TextWrapper.php
  160. library/KingK/BbCodeManager/EventListener/Templates/Preloader.php
  161. library/XenForo/Route/Prefix/Members.php
  162. library/MasterBadge/Route/Prefix/Members.php
  163. library/MasterBadge/Route.php
  164. library/Begin/Listeners/Navigation.php
  165. library/EWRporta2/Listener/NavTabs.php
  166. library/Brivium/SupportTicketSystem/Model/SupportTicket.php
  167. library/Brivium/SupportTicketSystem/Model/KnowledgeBase.php
  168. library/Moder/Listeners/Navigation.php
  169. library/ExternalPages/Listeners/Navigation.php
  170. library/EWRmedio/Listener/NavTabs.php
  171. library/EWRmedio/Model/Perms.php
  172. library/EWRcarta/Listener/NavTabs.php
  173. library/EWRcarta/Model/Perms.php
  174. library/EWRcarta/Model/Lists.php
  175. library/NodesAsTabs/NavTabs.php
  176. library/XenForo/Template/FileHandler.php
  177. library/XenForo/Helper/File.php
  178. internal_data/templates/S.10,L.2,nat_childlinks.php
  179. library/XenForo/Route/Prefix/LinkForums.php
  180. library/WidgetFramework/Template/Extended.php
  181. internal_data/templates/S.10,L.2,thread_view.php
  182. library/XenForo/Route/Prefix/Tags.php
  183. library/KingK/BbCodeManager/EventListener/Templates/InitEditorGrid.php
  184. library/EWRporta2/Listener/Template.php
  185. library/EWRmedio/Listener/Template.php
  186. library/EWRmedio/Model/Lists.php
  187. library/EWRcarta/Listener/Template.php
  188. library/ExternalPages/ControllerPublic/balance.php
  189. library/SvgGoUpDown/Listener.php
  190. library/ExternalPages/ControllerPublic/ShortBannedList.php
  191. internal_data/templates/S.10,L.2,meta_thread_view_tools_links.php
  192. internal_data/templates/S.10,L.2,page_nav.php
  193. library/XenForo/Route/Prefix/Posts.php
  194. library/XenForo/Model/Avatar.php
  195. library/MasterBadge/Helper/Trophy.php
  196. internal_data/templates/S.10,L.2,bb_code_tag_quote.php
  197. internal_data/templates/S.10,L.2,bb_code_tag_attach.php
  198. internal_data/templates/S.10,L.2,bb_code_tag_spoiler.php
  199. library/WidgetFramework/WidgetRenderer/Empty.php
  200. library/XenForo/Helper/Criteria.php
  201. library/XenForo/Debug.php
  202. internal_data/templates/S.10,L.2,PAGE_CONTAINER.php
  203. internal_data/templates/S.10,L.2,bbcm_js.php
  204. library/Siropu/Chat/Helper.php
  205. internal_data/templates/S.10,L.2,EWRporta2_Navtabs.php
  206. internal_data/templates/S.10,L.2,BRSTS_support_ticket_tab_links.php
  207. internal_data/templates/S.10,L.2,BRSTS_brsts_support_ticket_tab_links.php
  208. internal_data/templates/S.10,L.2,EWRmedio_Navtabs.php
  209. internal_data/templates/S.10,L.2,EWRcarta_Navtabs.php
  210. internal_data/templates/S.10,L.2,nat_linkstemplate.php
  211. internal_data/templates/S.10,L.2,go_up_down.php
  212. library/XenForo/ViewRenderer/Json.php
  213. internal_data/templates/S.10,L.2,nat_bodyjs.php