Page Time: 0.1615s

Memory: 11.0994 MB (Peak: 12.0819 MB)

Queries (38, time: 0.0523s, 32.4%)

  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.004516
    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.000640
    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.000532
    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: 3076
    Run Time: 0.000607
    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: 11
    Run Time: 0.000783
    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: 3076
    Run Time: 0.001041
    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: 3076
    Run Time: 0.000991
    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: 3076
    Run Time: 0.003070
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 21Using 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 (156736)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000658
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4xen.attachment.data_id1 
  10. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 3076
    Run Time: 0.000238
  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: 3076
    Run Time: 0.001011
    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: 3076
    Run Time: 0.000932
    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: b98efc62d388e1f8903b8334dab53129, , 1714456736
    Run Time: 0.000600
  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=3076&page=3, 1714453136,
    Run Time: 0.000230
  15. SELECT *
    FROM kingk_bbcm
    ORDER BY tag
    Run Time: 0.000506
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEkingk_bbcmsystem    1 
  16. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000327
    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.000950
    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.001198
    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, 149893, a:1:{i:0;s:1684:"1. Деоникс, так и зовите. 2. Началось всё с того, что я из-за несчастного случая, или мне дали второй шанс, потерял слегка так лет 15-18 своей жизни. Каким образом это произошло я не знаю. Вспомнил только своё имя, и то, что работал картографом, но позже покинул этот пост в своём городе. Поскольку о себе я мало чего помню, решил я начать жизнь сначала. Правда начал с того, что "вытащил" из банка тысяч так 200, но это немного не та история. Неделей позже я услышал про некую Америку, и решил, что это неплохое место, чтобы начать сначала. И вот, спустя пару-тройку дней, я оказался тут. 3. В целом. опыта игры на серверах у меня нет, меня не привлекали сервера с донатом, потому в основном играл на некоторых приватных серверах. А так, в игре уже чуть больше 6 лет, примерно с начала октября 2010 года 4. Такого не имеется =P 5. Пожалуй если будет желание, могу почти всё что угодно делать) 6. Где-то с 18 по мск и пока есть желание))) 7 Blaze1402#7192 ник в дискорде";}, 1708502088, 1714453136
    Run Time: 0.002182
  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, 151115, a:1:{i:0;s:399:"1. Можете звать: Юра 2. Ничего не могу рассказать( 3. Опыта на серверах много, играю в ванильный майн 3 года 4 . Люблю копать 5. Хорошо строю 6. Где-то с 3 часов и до вечера 7. памяти на компе нету, так что зарегистроваться не смог(";}, 1708502088, 1714453136
    Run Time: 0.002350
  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, 151303, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:38:"yyuurraa, post: 151115, member: 193603";s:8:"original";a:2:{i:0;s:48:"[QUOTE="yyuurraa, post: 151115, member: 193603"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:399:"1. Можете звать: Юра 2. Ничего не могу рассказать( 3. Опыта на серверах много, играю в ванильный майн 3 года 4 . Люблю копать 5. Хорошо строю 6. Где-то с 3 часов и до вечера 7. памяти на компе нету, так что зарегистроваться не смог(";}}i:1;s:438:" Прости, но пока людей принять не можем :-( Ибо мы то подали себя в лигу городов и все заняты переносом построек, на приём людей и постройки новых домов времени нету (ибо надо перенести старые) Пы.Сы. юра, напиши после перехода на новую версию ;-)";}, 1708502088, 1714453136
    Run Time: 0.002216
  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, 151351, a:1:{i:0;s:147:"Добавлю, что у половины городка сейчас сессия, потому мы временно город призракXD";}, 1708502088, 1714453136
    Run Time: 0.001810
  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, 153280, a:1:{i:0;s:250:"Не будут ли краснокожие братья против, если не далеко от ваших границ совершенно случайно разобьётся пара-тройка инопланетных кораблей?";}, 1708502088, 1714453136
    Run Time: 0.001126
  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, 153284, a:2:{i:0;s:475:"В окрестностях всё же хотелось бы сохранить атмосферу диких прерий, в местах, где проезжают наши жители, особенно это касается восточного нагорья, где мы пасём коров и собираемся прокладывать железную дорогу. Вне этих границ у нас не будет никаких претензий. ";i:1;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:56:"https://i.gyazo.com/d057c73e07891e027f501e73d188cbd8.png";}}}, 1708502088, 1714453136
    Run Time: 0.002143
  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, 153347, a:1:{i:0;s:107:"а разве они индейцы? они же ковобои, - кстати - еще держутся.";}, 1708502088, 1714453136
    Run Time: 0.001756
  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, 153407, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"mrAleroy, post: 153347, member: 40027";s:8:"original";a:2:{i:0;s:47:"[QUOTE="mrAleroy, post: 153347, member: 40027"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:63:"а разве они индейцы? они же ковобои";}}i:1;s:287:" Если есть стадо – есть пастух, Если есть тело – должен быть дух, Если есть шаг – должен быть след, Если есть тьма – должен быть свет. (старая индейская песня)";}, 1708502088, 1714453136
    Run Time: 0.001137
  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, 155828, a:1:{i:0;s:98:"Ковбои ! Вы живы ещё там? Скальпы с вас не поснимали? :)";}, 1708502088, 1714453136
    Run Time: 0.001666
  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, 156037, a:1:{i:0;s:52:"чо то они как то рано сдулись";}, 1708502088, 1714453136
    Run Time: 0.001942
  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, 156038, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"mrAleroy, post: 156037, member: 40027";s:8:"original";a:2:{i:0;s:47:"[QUOTE="mrAleroy, post: 156037, member: 40027"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:52:"чо то они как то рано сдулись";}}i:1;s:88:" Глянь-ка там в хрустальный шар - вернутся/нет ? )))";}, 1708502088, 1714453136
    Run Time: 0.001123
  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, 156735, a:1:{i:0;s:138:"(котика с шаром в студию) неее....ушли на другой сервер... или даже другую игру.";}, 1708502088, 1714453136
    Run Time: 0.001629
  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, 156736, a:3:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"mrAleroy, post: 156735, member: 40027";s:8:"original";a:2:{i:0;s:47:"[QUOTE="mrAleroy, post: 156735, member: 40027"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:94:" неее....ушли на другой сервер... или даже другую игру.";}}i:1;s:2:" ";i:2;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:"10829";}}}, 1708502088, 1714453136
    Run Time: 0.001118
  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, 156744, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:35:"mot69, post: 156736, member: 160699";s:8:"original";a:2:{i:0;s:45:"[QUOTE="mot69, post: 156736, member: 160699"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{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:"10829";}}}}i:1;s:16:" кто ушол";}, 1708502088, 1714453136
    Run Time: 0.001894
  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, 156761, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"mrAleroy, post: 156735, member: 40027";s:8:"original";a:2:{i:0;s:47:"[QUOTE="mrAleroy, post: 156735, member: 40027"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:138:"(котика с шаром в студию) неее....ушли на другой сервер... или даже другую игру.";}}i:1;s:76:" :D...а зачем тогда было город переносить ? )";}, 1708502088, 1714453136
    Run Time: 0.001970
  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, 156817, a:1:{i:0;s:56:":lazy: может у них зимняя спячка ?";}, 1708502088, 1714453136
    Run Time: 0.001627
  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, 156819, a:2:{i:0;a:4:{s:3:"tag";s:4:"user";s:6:"option";s:6:"218013";s:8:"original";a:2:{i:0;s:13:"[USER=218013]";i:1;s:7:"[/USER]";}s:8:"children";a:1:{i:0;s:5:"luzan";}}i:1;s:160:", хорошо если так, но боюсь что просто забили, ушли куда нибудь с тематикой дикого запада";}, 1708502088, 1714453136
    Run Time: 0.001119
  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, 156829, a:1:{i:0;s:68:"Оно так и есть, не можем сейчас играть";}, 1708502088, 1714453136
    Run Time: 0.001693
  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, 156831, a:1:{i:0;s:21:"Все и сразу?";}, 1708502088, 1714453136
    Run Time: 0.001075
  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, 156874, a:1:{i:0;s:27:"Леньки играть^^";}, 1708502088, 1714453136
    Run Time: 0.001892

Included Files (212, 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. internal_data/templates/S.10,L.2,bb_code_tag_quote.php
  196. library/MasterBadge/Helper/Trophy.php
  197. internal_data/templates/S.10,L.2,bb_code_tag_attach.php
  198. library/WidgetFramework/WidgetRenderer/Empty.php
  199. library/XenForo/Helper/Criteria.php
  200. library/XenForo/Debug.php
  201. internal_data/templates/S.10,L.2,PAGE_CONTAINER.php
  202. internal_data/templates/S.10,L.2,bbcm_js.php
  203. library/Siropu/Chat/Helper.php
  204. internal_data/templates/S.10,L.2,EWRporta2_Navtabs.php
  205. internal_data/templates/S.10,L.2,BRSTS_support_ticket_tab_links.php
  206. internal_data/templates/S.10,L.2,BRSTS_brsts_support_ticket_tab_links.php
  207. internal_data/templates/S.10,L.2,EWRmedio_Navtabs.php
  208. internal_data/templates/S.10,L.2,EWRcarta_Navtabs.php
  209. internal_data/templates/S.10,L.2,nat_linkstemplate.php
  210. internal_data/templates/S.10,L.2,go_up_down.php
  211. library/XenForo/ViewRenderer/Json.php
  212. internal_data/templates/S.10,L.2,nat_bodyjs.php