Page Time: 0.1236s

Memory: 5.4796 MB (Peak: 6.1127 MB)

Queries (29, time: 0.0161s, 13.0%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000149
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. 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,
    		IF(rate.count IS NULL, 0, rate.count) AS thread_rate_count, IF(rate.sum IS NULL, 0, rate.sum) AS thread_rate_sum, IF(rate.avg IS NULL, 0, rate.avg) AS thread_rate_avg
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN ns_threadrating_rate AS rate ON (rate.thread_id = thread.thread_id)
    WHERE thread.thread_id = ?
    Params: 22763
    Run Time: 0.000797
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLErateconstPRIMARYPRIMARY4const0Unique row not found
  3. 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: 15
    Run Time: 0.000498
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. 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 >= 20 AND post.position < 40) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 22763
    Run Time: 0.002557
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 20Using index condition; Using where; Using filesort
    SIMPLEbb_code_parse_cacheeq_refcontent_type_idcontent_type_id31const,user_nextstagerussia.post.post_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
    SIMPLEsignature_parse_cacheeq_refcontent_type_idcontent_type_id31const,user_nextstagerussia.post.user_id1Using where
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22user_nextstagerussia.post.user_id,func1Using where
  5. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 22763
    Run Time: 0.000410
  6. 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=22763&page=2, 1711707517,
    Run Time: 0.000374
  7. 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, 698759, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:34:"Nergal, post: 698717, member: 3497";s:8:"original";a:2:{i:0;s:44:"[QUOTE="Nergal, post: 698717, member: 3497"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:118:"А игры тоже только для корейцев? 40 минут выходного стоит тратить?";}}i:1;s:17:" Не стоит.";}, 1701116101, 1711707517
    Run Time: 0.000895
  8. 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: signature, 3212, a:1:{i:0;s:17:"There only be ONE";}, 1701116101, 1711707517
    Run Time: 0.000378
  9. 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, 699678, a:2:{i:0;s:59:"Готовимся к мегатонным анонсам! ";i:1;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:5:"tweet";s:8:"original";a:2:{i:0;s:13:"[MEDIA=tweet]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:18:"582891673375662080";}}}, 1701116101, 1711707517
    Run Time: 0.000906
  10. 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, 699679, a:1:{i:0;s:297:"Я вот не смотрел ни одного. Они что там обычно показывают? Типа, что уже вот-вот выходит или же прям какую то супер эксклюзивную инфу про ещё не анонсированные игры?";}, 1701116101, 1711707517
    Run Time: 0.000271
  11. 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: signature, 777, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:45:"https://www.trueachievements.com/gamer/Chakie";s:8:"original";a:2:{i:0;s:51:"[URL=https://www.trueachievements.com/gamer/Chakie]";i:1;s:6:"[/URL]";}s:8:"children";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:54:"https://www.trueachievements.com/gamercards/Chakie.png";}}}}}, 1701116101, 1711707517
    Run Time: 0.000220
  12. 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, 699680, a:3:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:33:"Chakie, post: 699679, member: 777";s:8:"original";a:2:{i:0;s:43:"[QUOTE="Chakie, post: 699679, member: 777"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:297:"Я вот не смотрел ни одного. Они что там обычно показывают? Типа, что уже вот-вот выходит или же прям какую то супер эксклюзивную инфу про ещё не анонсированные игры?";}}i:1;s:311:" Обычно рассказывают подробности об уже анонсированном, хотя бывают и сюрпризы. Смотреть интересно из-за самого формата передачи, некоторые вещи расхватываются на мемы ";i:2;a:4:{s:3:"tag";s:7:"spoiler";s:6:"option";s:10:"гифки";s:8:"original";a:2:{i:0;s:22:"[SPOILER="гифки"]";i:1;s:10:"[/SPOILER]";}s:8:"children";a:10:{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:115:"http://i.kinja-img.com/gawker-media/image/upload/s--c8_tT0Y4--/c_fit,fl_progressive,q_80,w_636/18p5u40l10yfbgif.gif";}}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:72:"https://nintendosanctum.files.wordpress.com/2012/11/untitled-4.gif?w=627";}}i:3;s:1:" ";i:4;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:106:"https://lh6.googleusercontent.com/-Wrg1T47aTZ8/TqIj6hJ54WI/AAAAAAAAAIY/aPxj-SIYLa4/s480/IwataPrettyBoy.gif";}}i:5;s:1:" ";i:6;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:52:"http://media.tumblr.com/tumblr_m9jewh62BF1qg5c9d.gif";}}i:7;s:1:" ";i:8;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:30:"http://i.imgur.com/B2kbj5S.gif";}}i:9;s:1:" ";}}}, 1701116101, 1711707517
    Run Time: 0.000263
  13. 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, 699681, a:3:{i:0;s:111:"Ну круто, спасибо. Смешно, что в Штатах то будет ещё 1-е Апреля ";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:47:"https://pbs.twimg.com/media/CBbXfTEWgAAKLn9.jpg";}}i:2;s:43:" Правда, пишут, что No Joke:)";}, 1701116101, 1711707517
    Run Time: 0.000267
  14. 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, 699701, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:36:"Каин, post: 699678, member: 3850";s:8:"original";a:2:{i:0;s:46:"[QUOTE="Каин, post: 699678, member: 3850"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:58:"Готовимся к мегатонным анонсам!";}}i:1;s:108:" Нечего анонсировать. Пусть хоть ДК7 на запад выпустили бы :)";}, 1701116101, 1711707517
    Run Time: 0.000386
  15. 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: signature, 4, a:2:{i:0;s:58:"vova: Versatile Online Violence Android SW 6368 9221 0229 ";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:45:"https://card.psnprofiles.com/1/Wiizardwii.png";}}}, 1701116101, 1711707517
    Run Time: 0.000318
  16. 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, 699709, a:2:{i:0;s:82:"Да, у нас такого хайпа не будет, к сожалению :) ";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:30:"http://i.imgur.com/d6ToAIW.gif";}}}, 1701116101, 1711707517
    Run Time: 0.001356
  17. 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, 699714, a:2:{i:0;s:34:"Сцылко на дайрект: ";i:1;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:7:"youtube";s:8:"original";a:2:{i:0;s:15:"[MEDIA=youtube]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:11:"8ebgO0KU9ZA";}}}, 1701116101, 1711707517
    Run Time: 0.000265
  18. 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, 699798, a:2:{i:0;s:14:"=)))))))))))) ";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:75:"http://static.giantbomb.com/uploads/original/0/6638/193182-ninty_am_cry.gif";}}}, 1701116101, 1711707517
    Run Time: 0.000734
  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, 699803, a:12:{i:0;s:15:"Mario Maker in ";i:1;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:9:"September";}}i:2;s:16:" Wooly World in ";i:3;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:9:"October (";}}i:4;s:29:" в Европе в ИЮНЕ!";i:5;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:1:")";}}i:6;s:12:" StarFox in ";i:7;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:8:"November";}}i:8;s:16:" Xenoblade X in ";i:9;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:8:"December";}}i:10;s:103:" Наконец-то выходят N64-игры ( и DS-ные игры тоже)в Virtual Console: ";i:11;a:4:{s:3:"tag";s:5:"quote";s:6:"option";N;s:8:"original";a:2:{i:0;s:7:"[QUOTE]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:75:" Super Mario 64 - Out now Donkey Kong 64 - April 16 Paper Mario - April 30 ";}}}, 1701116101, 1711707517
    Run Time: 0.000247
  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, 699811, a:6:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 699803, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 699803, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:25:"Европе в ИЮНЕ!";i:1;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:1:")";}}}}i:1;s:22:" Это хорошо. ";i:2;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 699803, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 699803, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:11:"StarFox in ";i:1;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:8:"November";}}}}i:3;s:79:" Что-то в новостях ничего про него не нашел. ";i:4;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 699803, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 699803, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:100:"Наконец-то выходят N64-игры ( и DS-ные игры тоже)в Virtual Console:";}}i:5;s:88:" С Куба пусть выпускают, я заново Резиков куплю :)";}, 1701116101, 1711707517
    Run Time: 0.000413
  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, 699815, a:6:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:29:"vova, post: 699811, member: 4";s:8:"original";a:2:{i:0;s:39:"[QUOTE="vova, post: 699811, member: 4"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:20:"Это хорошо.";}}i:1;s:11:" Бокс: ";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:47:"https://pbs.twimg.com/media/CBi3JJpUAAIzTw6.jpg";}}i:3;s:61:" В Марио Карт 8 ввели новый класс ";i:4;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:5:"200cc";}}i:5;s:55:" (это чтобы F-Zero не выпускать =)))";}, 1701116101, 1711707517
    Run Time: 0.000345
  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, 699828, a:2:{i:0;s:86:"Кратенькая текстовочка по последнему директу: ";i:1;a:4:{s:3:"tag";s:5:"quote";s:6:"option";N;s:8:"original";a:2:{i:0;s:7:"[QUOTE]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:15:{i:0;s:1:" ";i:1;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:7:"Аmiibo";}}i:2;s:2015:" - amiibo Cards: A totally new form of amiibo is coming this fall! The first set of amiibo cards will be based on Animal Crossing characters and will be compatible with the Animal Crossing: Happy Home Designer game. An NFC reader/writer peripheral for Nintendo 3DS, Nintendo 3DS XL and Nintendo 2DS – which offers the functionality for scanning amiibo currently included in the New Nintendo 3DS XL system – will also launch the same day as the new Animal Crossing game. - The Next Waves of Super Smash Bros. Series amiibo: On May 29, a new set of amiibo in the Super Smash Bros. series will launch, featuring Charizard, PAC-MAN, Wario, Jigglypuff, Greninja, Robin, Lucina and Ness. July brings Dark Pit and Palutena. And in September, Zero Suit Samus, Ganondorf, Olimar, Dr. Mario and Bowser Jr. will join the amiibo family. - Play Classic Nintendo Games Using amiibo: With amiibo tap: Nintendo’s Greatest Bits, Wii U users can download the free application from the Nintendo eShop and tap any amiibo to unlock game-play highlights from select NES and Super NES games. - Yarn Yoshi amiibo: A new set of Yoshi amiibo figures made of actual yarn will launch later this fall along with the Yoshi’s Woolly World game. Tapping one of these yarn amiibo to the Wii U GamePad controller while playing Yoshi’s Woolly World will make another Yoshi appear in the game to assist the player. The Yarn Yoshi amiibo will be available in three colors: green, pink and light blue. - Splatoon amiibo: Launching simultaneously with Splatoon on May 29 are Inkling Girl, Inkling Boy and Inkling Squid amiibo figures. By tapping one of these amiibo to the GamePad, players can receive special missions to unlock weapons and gear. - More Mii Racing Suits!: On April 23, a new free downloadable software update to Mario Kart 8 will add support for nine more amiibo figures, including Mega Man, Sonic and PAC-MAN. Players can tap these amiibo to outfit their Mii characters in Mii Racing Suits themed to those amiibo characters. ";i:3;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:5:"Wii U";}}i:4;s:2764:" - Mario Maker: The Mario Maker game launches exclusively for the Wii U console in September and easily lets users create their own Mario levels and share them online with people all over the world! Various activities related to the 30th anniversary of the Super Mario Bros. game are also planned throughout the year. - Splatoon: In addition to previously detailed single-player and online “Turf War” modes, action shooter Splatoon will feature a highly competitive “Ranked Battle” mode, which ranks and matches players based on their wins in 4-on-4 multiplayer matches. The super-fun and super-colorful game will also feature a “Battle Dojo.” In this mode, players can enjoy local 1-on-1 battles with friends. One player plays on the GamePad controller, while the other plays on the TV using a separate controller, competing to see who can pop the most balloons. Splatoon will launch exclusively for Wii U on May 29. - 200cc? 200cc!: Yes, that’s right: For the first time in the Mario Kart series, a 200cc racing class is coming to Mario Kart 8. Even faster than 150cc, the new high-speed class will work on all tracks in the game and makes braking an important driving skill. The new 200cc class will be offered as a free downloadable update on April 23 alongside the new paid DLC Pack 2 featuring three new characters, four new vehicles and eight new tracks. - Nintendo 64 and Nintendo DS Games Hit the Virtual Console Service: Starting today, classic Nintendo 64 and Nintendo DS games are coming to the Virtual Console on Wii U. Today brings Yoshi’s Island DS for Nintendo DS and Super Mario 64 for Nintendo 64. While playing Nintendo DS games, the TV and GamePad combination will provide various options for dual-screen layouts, while all Nintendo 64 games that supported the Rumble Pack will continue rumbling away on Wii U controllers. Upcoming Virtual Console releases include WarioWare: Touched! for Nintendo DS on April 9 and Donkey Kong 64 for Nintendo 64 on April 16. - Yoshi’s Woolly World: The lovingly crafted new Wii U game launches this fall and overflows with numerous challenges and hidden secrets. In addition to the challenging Classic Mode, Yoshi’s Woolly World adds “Mellow Mode,” an additional mode that lets players of all skill levels play as “Winged Yoshi.” - Shin Megami Tensei & Fire Emblem Crossover Project: The role-playing masters at ATLUS are developing a truly modern RPG, where everyday life exists alongside a secret world of fantasy that includes characters from the Fire Emblem series. - New Fatal Frame Game Coming to the U.S.: Fans that have been clamoring for a chance to play the latest game in the creepy Fatal Frame series will have their chance when it launches later this year for Wii U. ";i:5;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:12:"Nintendo 3DS";}}i:6;s:1752:" - Animal Crossing: Happy Home Designer: This new game in the Animal Crossing series focuses on the decorating and home-designing aspects of the Animal Crossing games. Animals will ask players to design houses for them, and it’s up to designers-in-the-making to meet the animals’ requests by furnishing and decorating their homes. By tapping a new Animal Crossing series amiibo card to the New Nintendo 3DS XL system or NFC reader/writer accessory, players can design a room for that specific character on the card and scan additional character cards to invite those characters to visit. Animal Crossing: Happy Home Designer will launch this fall. - BOXBOY!: From the platforming masters at HAL Laboratory, Inc., creators of the Kirby series, comes BOXBOY! The black-and-white charmer tasks players with creating, casting and hooking blocks to navigate more than 150 challenging stages. BOXBOY! launches exclusively in the Nintendo eShop on Nintendo 3DS tomorrow, April 2. - A New Fire Emblem Game: For the first time in the series, the main playable character is not only a customizable avatar, but also the main hero or heroine of the game. Players must choose to take one of two major paths, resulting in two different experiences: the “Hoshido” side for a more traditional experience, or the “Nohr” side, which makes the story more complex and the difficulty level more challenging. The new Fire Emblem game will launch for the Nintendo 3DS family of systems in 2016. - Puzzle & Dragons Z + Puzzle & Dragons Super Mario Bros. Edition: Players get two gigantic, unique puzzle/RPG adventures when Puzzle & Dragons Z + Puzzle & Dragons Super Mario Bros. Edition launches on May 22. The two-in-one game can be pre-ordered starting today at ";i:7;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:37:"http://puzzleanddragons.nintendo.com/";s:8:"original";a:2:{i:0;s:45:"[URL='http://puzzleanddragons.nintendo.com/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:36:"http://puzzleanddragons.nintendo.com";}}i:8;s:2342:". For players who can’t wait until May 22 to play, a free demo for Puzzle & Dragons Super Mario Bros. Edition will be available in the Nintendo eShop on Nintendo 3DS on April 30. - Pokémon Rumble World: The latest action-packed adventure in the Pokémon Rumble series is free to download (with paid content) and features more than 700 Pokémon, all the way from the original Pokémon Red and Pokémon Blue games to the recent Pokémon Omega Ruby and Pokémon Alpha Sapphire games. Square off against tons of these Toy Pokémon when Pokémon Rumble World launches exclusively in the Nintendo eShop on Nintendo 3DS on April 8. - Code Name: S.T.E.A.M.: An upcoming software update to Code Name: S.T.E.A.M. will add a fast-forward feature to drastically speed up enemy turns. In addition, a new online Public Tournament in honor of playable character Tom Sawyer called “Hijinks” launches today and runs until April 5. - New StreetPass Games: On April 16, two new StreetPass Mii Plaza games launch for $4.99 each, or $7.99 if purchased together. In Ultimate Angler, players visit the “StreetPass Islands” to try to catch more than 150 types of fish and legendary monsters with bait received from Mii characters via StreetPass. In Battleground Z, players receive items based on the hobbies of their Mii Plaza StreetPass characters to defeat a horde of zombies. A new paid service will also launch alongside these new games called “StreetPass Mii Plaza Premium,” adding features like “StreetPass Birthdays” and a new Mii character VIP Room for $4.99. - Attack on Titan: Humanity in Chains: Based on the popular manga and anime, the Attack on Titan: Humanity in Chains game features four-player local and online co-op game play and leaderboards as players take on the role of their favorite character to defend humanity from the giant Titans. In addition, the first two episodes of the hit anime series are now available to stream for free in the Nintendo eShop on Nintendo 3DS. Attack on Titan: Humanity in Chains from ATLUS will launch exclusively in the Nintendo eShop for the Nintendo 3DS family of systems in May. - Xenoblade Chronicles 3D: A new trailer hones in on some of the mysteries of this epic role-playing game, the first game developed exclusively for the New Nintendo 3DS XL system. The game launches on April 10. ";i:9;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:44:"Super Smash Bros. for Wii U and Nintendo 3DS";}}i:10;s:792:" - New (DLC) Challengers Approaching!: As previously announced, Mewtwo will join the roster of Super Smash Bros. for Wii U and Nintendo 3DS as a downloadable character on April 28. For $4.99, players receive Mewtwo for both versions of the game. Club Nintendo members who have purchased and registered both versions of the game will receive a free download code for Mewtwo on April 15. In addition, fan-favorite character Lucas from Mother 3 is joining the all-star Super Smash Bros. cast in June. After a game update on April 15, Super Smash Bros. players can also purchase more costumes for their Mii fighters, including ones inspired by Mega Man X and Proto Man from Capcom’s Mega Man series. - Choose Your Own Super Smash Bros. Fighter: Starting today, Super Smash Bros. fans can visit ";i:11;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:25:"http://www.smashbros.com/";s:8:"original";a:2:{i:0;s:33:"[URL='http://www.smashbros.com/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:24:"http://www.smashbros.com";}}i:12;s:211:" to participate in a “Smash Bros. Fighter Ballot.” Fans can use this ballot to vote for which character they would like to see added to Super Smash Bros. for Nintendo 3DS and Wii U as a playable character. ";i:13;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:6:"Indies";}}i:14;s:1213:" - Adventures of Pip from Tic Toc Games: When this pixel puzzle platformer launches this May in the Nintendo eShop on Wii U, players can use the GamePad exclusively to access inventory and quickly travel through the game’s world. - Mutant Mudds Super Challenge from Renegade Kid: People who purchase the Nintendo 3DS version of this beloved muddy platforming sequel will receive the Wii U version for free (and vice versa!). Anyone that owns the original Mutant Mudds game will also receive a loyalty discount when buying Mutant Mudds Super Challenge. The game launches exclusively in the Nintendo eShop on Wii U and Nintendo 3DS this June. - Don’t Starve: Giant Edition from Klei Entertainment: This acclaimed survival indie will launch this May with exclusive Wii U GamePad functionality and a special promotion – anyone that purchases the Wii U game will receive a free download code for the game that he or she can give to a friend! - Octodad: Dadliest Catch from Young Horses, Inc.: Experience Octodad’s wobbly journey with family and friends in co-op mode, with two to four players controlling different tentacles. Octodad: Dadliest Catch flops his way into the Nintendo eShop on Wii U this summer. ";}}}, 1701116101, 1711707517
    Run Time: 0.000556
  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, 699829, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 699828, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 699828, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:85:"Кратенькая текстовочка по последнему директу:";}}i:1;s:46:" Вот спасибо, мил человек!";}, 1701116101, 1711707517
    Run Time: 0.000809
  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, 699832, a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:2:{i:0;s:28:"Mario Kart 8 200cc is Here! ";i:1;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:7:"youtube";s:8:"original";a:2:{i:0;s:15:"[MEDIA=youtube]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:11:"xfiLh5opdJ8";}}}}}, 1701116101, 1711707517
    Run Time: 0.000261
  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, 699836, a:2:{i:0;s:82:"Как-то так можно будет играть в DS игры на ВиЮ: ";i:1;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:7:"youtube";s:8:"original";a:2:{i:0;s:15:"[MEDIA=youtube]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:11:"mCV8Y3lEPr0";}}}, 1701116101, 1711707517
    Run Time: 0.000542
  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, 699837, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 699836, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 699836, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:82:"Как-то так можно будет играть в DS игры на ВиЮ: ";}}i:1;s:120:" А что, кстати, вполне себе. Верхний экран на телеке, нижний на паде";}, 1701116101, 1711707517
    Run Time: 0.000335
  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, 699838, a:6:{i:0;s:13:"И на N64: ";i:1;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:7:"youtube";s:8:"original";a:2:{i:0;s:15:"[MEDIA=youtube]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:11:"5VN_5vQG41k";}}i:2;s:105:" Как я понимаю, 2D Марий Nintendo больше делать не будет сама =) ";i:3;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:21:"Mario Maker Gameplay:";}}i:4;s:1:" ";i:5;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:7:"youtube";s:8:"original";a:2:{i:0;s:15:"[MEDIA=youtube]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:11:"xBrcj6eqZyo";}}}, 1701116101, 1711707517
    Run Time: 0.000475
  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, 699871, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 699815, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 699815, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:9:"Бокс:";}}i:1;s:89:" Коробочка конечно красивая, но мне цифра милее :)";}, 1701116101, 1711707517
    Run Time: 0.000371
  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, 699899, a:3:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:39:"Nintendo Treehouse: Live with Splatoon:";}}i:1;s:1:" ";i:2;a:4:{s:3:"tag";s:5:"media";s:6:"option";s:7:"youtube";s:8:"original";a:2:{i:0;s:15:"[MEDIA=youtube]";i:1;s:8:"[/MEDIA]";}s:8:"children";a:1:{i:0;s:11:"ultggnZb4OE";}}}, 1701116101, 1711707517
    Run Time: 0.000721

Included Files (113, XenForo Classes: 62)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Cache.php
  19. library/Zend/Cache/Backend/Memcached.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/NextStage/Feature/Listener/Feature.php
  29. library/XenForo/Router.php
  30. library/XenForo/Route/Filter.php
  31. library/XenForo/Route/Interface.php
  32. library/XenForo/Route/ResponseSuffix.php
  33. library/XenForo/Route/Prefix.php
  34. library/XenForo/Route/Prefix/Threads.php
  35. library/XenForo/RouteMatch.php
  36. library/XenForo/ControllerPublic/Thread.php
  37. library/XenForo/ControllerPublic/Abstract.php
  38. library/XenForo/Controller.php
  39. library/NextStage/ThreadRating/Listener/Class.php
  40. library/NextStage/TaigaChat/Listener.php
  41. library/NextStage/XenForo/Listener/XenForo.php
  42. library/Tapatalk/Listener/LoadClassModel.php
  43. library/NextStage/ThreadRating/ControllerPublic/Thread.php
  44. library/NextStage/XenForo/ControllerPublic/XenForo.php
  45. library/NextStage/XenForo/ControllerPublic/Thread.php
  46. library/XenForo/Input.php
  47. library/XenForo/Session.php
  48. library/Zend/Db.php
  49. library/Zend/Db/Adapter/Mysqli.php
  50. library/Zend/Db/Adapter/Abstract.php
  51. library/Zend/Db/Select.php
  52. library/Zend/Db/Expr.php
  53. library/Zend/Db/Profiler.php
  54. library/Zend/Db/Statement/Mysqli.php
  55. library/Zend/Db/Statement.php
  56. library/Zend/Db/Statement/Interface.php
  57. library/XenForo/Helper/Ip.php
  58. library/XenForo/Visitor.php
  59. library/XenForo/Model/User.php
  60. library/Dark/TaigaChat/EventListener/Listener.php
  61. library/Zend/Db/Profiler/Query.php
  62. library/XenForo/Permission.php
  63. library/XenForo/Helper/Php.php
  64. library/XenForo/Phrase.php
  65. library/XenForo/Locale.php
  66. library/XenForo/ControllerHelper/ForumThreadPost.php
  67. library/XenForo/ControllerHelper/Abstract.php
  68. library/XenForo/Model/Thread.php
  69. library/NextStage/ThreadRating/Model/Thread.php
  70. library/XenForo/Model/Forum.php
  71. library/XenForo/Helper/String.php
  72. library/XenForo/Helper/Discussion.php
  73. library/XenForo/Model/Post.php
  74. library/NextStage/Feature/Model/Post.php
  75. library/NextStage/Feature/Model/Feature.php
  76. library/XenForo/Model/Attachment.php
  77. library/XenForo/Model/Node.php
  78. library/Tapatalk/Model/Node.php
  79. library/XenForo/Route/Prefix/Categories.php
  80. library/XenForo/Route/Prefix/Forums.php
  81. library/XenForo/ControllerResponse/View.php
  82. library/XenForo/ControllerResponse/Abstract.php
  83. library/XenForo/Helper/Cookie.php
  84. library/Tapatalk/Listener/ControllerPostDispatch.php
  85. library/XenForo/ViewRenderer/HtmlPublic.php
  86. library/XenForo/ViewRenderer/Abstract.php
  87. library/XenForo/Template/Public.php
  88. library/XenForo/Template/Abstract.php
  89. library/XenForo/ViewPublic/Thread/View.php
  90. library/XenForo/ViewPublic/Base.php
  91. library/XenForo/View.php
  92. library/XenForo/BbCode/Parser.php
  93. library/XenForo/BbCode/Formatter/Base.php
  94. library/XenForo/ViewPublic/Helper/Message.php
  95. library/XenForo/BbCode/TextWrapper.php
  96. library/XenForo/Route/Prefix/Members.php
  97. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  98. library/NextStage/ThreadRating/Listener/Template.php
  99. library/XenForo/Template/FileHandler.php
  100. library/XenForo/Helper/File.php
  101. internal_data/templates/S.1,L.1,thread_view.php
  102. library/Tapatalk/EventListener/Hook.php
  103. internal_data/templates/S.1,L.1,page_nav.php
  104. library/Tapatalk/Listener/TemplatePostRender.php
  105. library/XenForo/Route/Prefix/Posts.php
  106. internal_data/templates/S.1,L.1,nextstage_feature_post_private_controls.php
  107. library/XenForo/Model/Avatar.php
  108. internal_data/templates/S.1,L.1,bb_code_tag_quote.php
  109. internal_data/templates/S.1,L.1,bb_code_tag_spoiler.php
  110. library/XenForo/Debug.php
  111. internal_data/templates/S.1,L.1,PAGE_CONTAINER.php
  112. mobiquo/smartbanner/head.inc.php
  113. library/XenForo/ViewRenderer/Json.php