Page Time: 0.1400s

Memory: 5.4877 MB (Peak: 6.1303 MB)

Queries (31, time: 0.0181s, 12.9%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000223
    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: 23813
    Run Time: 0.000745
    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: 12
    Run Time: 0.000385
    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 >= 960 AND post.position < 980) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 23813
    Run Time: 0.003370
    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,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: 23813
    Run Time: 0.000291
  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=23813&page=49, 1714826823,
    Run Time: 0.000331
  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, 826567, a:2:{i:0;s:151:"Видимо, запостили раньше времени, но интернет помнит. Хотя никакой конкретики нет. ";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:17:{i:0;s:85:" GameCentral reviews the PS5 hardware and software, including how it compares to the ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:29:"https://metro.co.uk/tag/xbox/";s:8:"original";a:2:{i:0;s:37:"[URL='https://metro.co.uk/tag/xbox/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:4:"Xbox";}}i:2;s:139:" Series X in terms of value for money. There are many that believe this will be the last generation of video game consoles. That once the ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:38:"https://metro.co.uk/tag/playstation-5/";s:8:"original";a:2:{i:0;s:46:"[URL='https://metro.co.uk/tag/playstation-5/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"PlayStation 5";}}i:4;s:672:" and Xbox Series X reach the end of their natural life, in six or so years, there’ll no longer be a need for local hardware because it’ll be possible to stream video games onto any device you want. You’ll still need a controller but the idea of a big plastic box sitting under your TV is probably going to seem very old fashioned in a decade or two. They’ve never admitted it in so many words but that certainly seems to be what Microsoft thinks, as they continue to experiment with cloud streaming and position Xbox Series X/S as merely one outlet amongst many for the Xbox experience. They surely would’ve preferred to have some exclusive games ready for the ";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:107:"https://metro.co.uk/2020/11/05/xbox-series-x-hardware-review-the-new-console-where-nothing-is-new-13541720/";s:8:"original";a:2:{i:0;s:115:"[URL='https://metro.co.uk/2020/11/05/xbox-series-x-hardware-review-the-new-console-where-nothing-is-new-13541720/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:20:"Xbox Series X launch";}}i:6;s:976:" but the fact that they see its almost non-existent games line-up as a non-fatal problem shows just how different a game they’re playing to Sony. Microsoft has been forced along a different path by the failure of the Xbox One but considering the overwhelming success of the PlayStation 4 it’s unsurprising that Sony is less eager to shift paradigms. That may cost them in the long run, but it does mean that at launch the PlayStation 5 is a significantly more interesting prospect than the Xbox Series X/S. One of our main complaints about the Xbox Series X is that it just doesn’t feel like a new console, let alone the most powerful one ever made. The dashboard is the same, the controller is virtually the same, and all the games are the same as those that are already out. The PlayStation 5 though is the exact opposite, in that it is clearly very different from the PlayStation 4, while still maintaining backwards compatibility. The PlayStation 5, as is by now ";i:7;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:105:"https://metro.co.uk/2020/10/27/ps5-unboxing-astros-playroom-dualsense-controller-steal-the-show-13486650/";s:8:"original";a:2:{i:0;s:113:"[URL='https://metro.co.uk/2020/10/27/ps5-unboxing-astros-playroom-dualsense-controller-steal-the-show-13486650/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:16:"well established";}}i:8;s:989:", is gigantic and although we’re beginning to turn against the design of the machine (in total darkness it still gives off too much light) it is at least something new. Rather than what it looks like, the most important hardware question for the PlayStation 5 is how much noise it makes, given how distractingly loud the fan got with its predecessor. We’ve not got all the launch games in yet to test but nothing so far has caused it to make any unusual amount of noise. It seems to be at least as quiet as the Xbox Series X, with both being effectively silent when you’re sitting at a normal distance from the console. Although some elements are still similar, the user interface has been streamlined and reorganised, so that everything’s laid out a bit more logically and there are more interactive elements. The most obvious of these are the Activities cards which highlight individual quests or collectables in a game, acting as a sort of bookmark but also providing advice, ";i:9;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:101:"https://metro.co.uk/2020/11/03/demons-souls-ps5-comes-with-180-videos-so-you-dont-get-stuck-13527147/";s:8:"original";a:2:{i:0;s:109:"[URL='https://metro.co.uk/2020/11/03/demons-souls-ps5-comes-with-180-videos-so-you-dont-get-stuck-13527147/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:21:"including video clips";}}i:10;s:2420:", on how to beat the section or obtain the item. Like the Xbox Series X, the PlayStation 5 is also able to quick resume a game if you turn it off and come back to it later. Although the Switcher icon that some noticed on the Home menu is basically just a history button, showing you the last few games or apps that you used and starting them up from scratch if you want to play them again. Sony has spent quite a bit of time promoting the PlayStation 5’s new 3D sound system but nothing we’ve experienced so far seems particularly extraordinary, whether using headphones or not. Instead, the most impressive aspect of the PlayStation 5 hardware is the new DualSense controller, which is a major improvement on the DualShock 4 and a definite rival for the Xbox as the best gamepad ever. The fact that the analogue sticks are still level with each other, like the DualShock, still feels like a decision made for branding reasons rather than practical ones, but otherwise it’s a very solid gamepad with a nice heft, perfect weight, and a built-in microphone. The vertical edges of the touchpad do light up but, unlike the much hated lightbar, they don’t reflect in the TV screen and we never noticed them – or the light showing when you have the microphone switched off – while we were playing. What makes the DualSense feel so next gen though is the extremely versatile new force feedback, which is used to simulate everything from the pitter patter of rain on your head to different surfaces you walk over, from grass to volcanic rock. Even better than that is the adaptive triggers, which depending on the game can either vibrate or offer resistance, acting like a clutch or a trigger or giving the impression of pulling an arrow across a bow before firing it. We’re sure some will dismiss these tricks as a gimmick, but they’ve only added to the immersion in the games we’ve played. And while launch games usually use such features in the most obnoxious and overbearing way possible everything so far has been remarkably restrained and only used to good purpose. In terms of graphical power, the tech specs suggest that the PlayStation 5 is slightly less powerful than the Xbox Series X, while its SSD is faster. Since there’s no game that is even close to pushing the capabilities of the Xbox Series X there’s no way to demonstrate that yet, and in any case we’re only able to talk about ";i:11;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:83:"https://metro.co.uk/2020/11/06/astros-playroom-review-introducing-the-ps5-13547502/";s:8:"original";a:2:{i:0;s:91:"[URL='https://metro.co.uk/2020/11/06/astros-playroom-review-introducing-the-ps5-13547502/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:18:"Astro’s Playroom";}}i:12;s:5:" and ";i:13;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:95:"https://metro.co.uk/2020/11/06/spider-man-miles-morales-ps5-review-pretty-spectacular-13545488/";s:8:"original";a:2:{i:0;s:103:"[URL='https://metro.co.uk/2020/11/06/spider-man-miles-morales-ps5-review-pretty-spectacular-13545488/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:25:"Spider-Man: Miles Morales";}}i:14;s:644:" at the moment – but both those games are far more impressive, and interesting, than anything we’ve seen on the Xbox Series X. We don’t have Demon’s Souls in yet, which looks to be the most technically capable of the launch titles, but there’s literally no comparison with the Xbox and PlayStation 5 line-up given Microsoft’s complete reliance on cross-gen games and older Xbox One titles. Sony were clearly planning to have even more ready for the PlayStation 5’s launch, with Ratchet & Clank: Rift Apart using every trick in the console’s book but now delayed until early next year. There are rumours that Gran Turismo 7 is ";i:15;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:90:"https://metro.co.uk/2020/11/03/gran-turismo-7-release-date-is-first-half-of-2020-13525840/";s:8:"original";a:2:{i:0;s:98:"[URL='https://metro.co.uk/2020/11/03/gran-turismo-7-release-date-is-first-half-of-2020-13525840/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:23:"relatively imminent too";}}i:16;s:1548:", as presumably is Horizon Forbidden West – given it’s also being released on PlayStation 4. The PlayStation 5 is an impressive console and while many of its features, such as fast loading and the ability to run games at native 4K or 60fps, are replicated by the Xbox Series X the superior games line-up and the new features of the DualSense stand above anything Microsoft is offering so far. All of which brings us back to the same question we asked at the end of the Xbox Series X review, is the console any good and is it worth getting this year? On that first point the PlayStation 5 is clearly a very capable machine and generally good value for money – especially the Digital Edition which is £90 cheaper and yet the only difference is no disc drive. In terms of games we’d advise waiting until all the reviews are in, but this seems very likely to be the strongest launch line-up of any PlayStation console (even if that’s not actually a very high bar). The biggest issue with the PlayStation 5 at the moment is simply the cost of the games. £70 for most of the first party titles almost seems like a purposeful counter to the excellent value for money offered by Game Pass and may go down as a critical home goal for Sony. The situation in terms of pricing and subscriptions is almost certain to change over the course of the generation, for both consoles, but while we can’t predict the future we can tell you that right now the PlayStation 5 is an excellent console and well worth getting as soon as you can afford it. ";}}}, 1701116101, 1714826823
    Run Time: 0.001959
  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: post, 826569, a:1:{i:0;s:167:"- 70 фунтов за игру: Ни у одной консоли нет преимуществ, которые бы заставили платить столько.";}, 1701116101, 1714826823
    Run Time: 0.000575
  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: signature, 875, a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[SIZE=1]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:164:"Все приходит к тому, кто умеет ждать... Плейстешн2 (3) + Плейстешн3 (1) + Плейстешн4 + Плейстейшн5";}}}, 1701116101, 1714826823
    Run Time: 0.000375
  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, 826570, a:3:{i:0;s:240:"я себе заказал киберпанк за 30евро через аргентину. платить больше не готов, надоело. а за паука 60€ платить вообще клиника 78€ demon souls ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[URL]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:93:"https://www.mediamarkt.de/de/product/_japan-studio-bluepoint-games-demon-s-souls-2685509.html";}}i:2;s:19:" мамаааааа";}, 1701116101, 1714826823
    Run Time: 0.000361
  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: post, 826573, a:6:{i:0;s:60:"Куча обзоров, но я пока это гляну ";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:"bKQ6NeTjccA";}}i:2;s:1:" ";i:3;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:"QoAZEK52zRc";}}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:"3k29YLl7znI";}}}, 1701116101, 1714826823
    Run Time: 0.000632
  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, 826575, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:39:"Derpcrawler, post: 826562, member: 3331";s:8:"original";a:2:{i:0;s:49:"[QUOTE="Derpcrawler, post: 826562, member: 3331"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:548:"П - программист. Нитроген, мне все непонятно, если брехать про професию, зачем выбирать ту, которая имеет отношение к ИТ и логике в целом, при этом писать такую хуйню как ты. Говорить, что ты успешный 40 летний программист в Германии, а потом сразу же обсираться жиденько путая Биты и Байты, а теперь и тут.";}}i:1;s:425:" Тебе какая разница кто он и что он. Не нравится, не комментируй его сообщения. Мало ли какое говно вы пишите, я же не возмущаюсь )) Поясняю мою позицию. Забаню всех, кто провоцирует нитрогена и самого нитрогена. И не надо жалобы кидать))";}, 1701116101, 1714826823
    Run Time: 0.000381
  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: 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, 1714826823
    Run Time: 0.000337
  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, 826576, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:39:"Derpcrawler, post: 826562, member: 3331";s:8:"original";a:2:{i:0;s:49:"[QUOTE="Derpcrawler, post: 826562, member: 3331"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:548:"П - программист. Нитроген, мне все непонятно, если брехать про професию, зачем выбирать ту, которая имеет отношение к ИТ и логике в целом, при этом писать такую хуйню как ты. Говорить, что ты успешный 40 летний программист в Германии, а потом сразу же обсираться жиденько путая Биты и Байты, а теперь и тут.";}}i:1;s:54:" У форума есть функция игнора.";}, 1701116101, 1714826823
    Run Time: 0.000396
  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: post, 826577, a:4:{i:0;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:454:"Rather than what it looks like, the most important hardware question for the PlayStation 5 is how much noise it makes, given how distractingly loud the fan got with its predecessor. We’ve not got all the launch games in yet to test but nothing so far has caused it to make any unusual amount of noise. It seems to be at least as quiet as the Xbox Series X, with both being effectively silent when you’re sitting at a normal distance from the console.";}}i:1;s:80:" Только слабей и в два раза больше бокса :kaz: ";i:2;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:469:"What makes the DualSense feel so next gen though is the extremely versatile new force feedback, which is used to simulate everything from the pitter patter of rain on your head to different surfaces you walk over, from grass to volcanic rock. Even better than that is the adaptive triggers, which depending on the game can either vibrate or offer resistance, acting like a clutch or a trigger or giving the impression of pulling an arrow across a bow before firing it. ";}}i:3;s:1206:" Ну ессесенно, что же еще форсить-то. То что импульсные триггеры у боксопада с 2013 года уже забыли, то что Haptiс у Сыча с 2017 тоже, но ДуалСенс это конечно революция :lol5hd: Имульсные триггеры это не то, скажите вы? И будете правы, у майков полноценные force-feedback контроллеры появились 25 лет назад ))) Всё это гиммики, которые никому даром не нужны (как тачпанель и неотключаемый фонарик в DS4), так, максимум побаловаться месяц-другой. Молодцы MS, что соблюдают традиции и не портят то, что уже реально хорошо робит. Привычный и быстрый интерфейс (супер кастомизируемый под все хотелки), самый удобный пад и самая большая мощь под капотом. И недорогой бюджетный варик в виде эски.";}, 1701116101, 1714826823
    Run Time: 0.000442
  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: signature, 3212, a:1:{i:0;s:17:"There only be ONE";}, 1701116101, 1714826823
    Run Time: 0.000402
  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, 826578, a:4:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:36:"Каин, post: 826576, member: 3850";s:8:"original";a:2:{i:0;s:46:"[QUOTE="Каин, post: 826576, member: 3850"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:53:"У форума есть функция игнора.";}}i:1;s:139:" Так это же удел слабых духом. У нас тут таких неженок не водится почти.:rolleyes: ";i:2;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:29:"vova, post: 826575, member: 4";s:8:"original";a:2:{i:0;s:39:"[QUOTE="vova, post: 826575, member: 4"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:21:"Забаню всех";}}i:3;s:56:" А пупок-то не развяжется?:whistle:";}, 1701116101, 1714826823
    Run Time: 0.000498
  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: signature, 82, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:32:"https://psnprofiles.com/VILATERM";s:8:"original";a:2:{i:0;s:38:"[URL=https://psnprofiles.com/VILATERM]";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:43:"https://card.psnprofiles.com/1/VILATERM.png";}}}}}, 1701116101, 1714826823
    Run Time: 0.000401
  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, 826579, a:1:{i:0;s:194:"инетересно посмотреть на демон соулс по обратке с улучшайзерами, может версию пс5 без ретрейсинга уделает";}, 1701116101, 1714826823
    Run Time: 0.000554
  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, 826580, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"nitrogen14, post: 826579, member: 760";s:8:"original";a:2:{i:0;s:47:"[QUOTE="nitrogen14, post: 826579, member: 760"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:118:"инетересно посмотреть на демон соулс по обратке с улучшайзерами";}}i:1;s:23:" Может Dark Souls?";}, 1701116101, 1714826823
    Run Time: 0.000467
  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, 826581, a:18:{i:0;s:45:"Еще немного обзорчиков: ";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:"Iep_W7wS9K8";}}i:2;s:2:" ";i:3;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:"ZS0RMYod8pQ";}}i:4;s:2:" ";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:"kypW2hsS3Bc";}}i:6;s:2:" ";i:7;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:"dbtDO0464wk";}}i:8;s:2:" ";i:9;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:"ZN4xbXdrUKI";}}i:10;s:2:" ";i:11;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:"7Xs8zuApv4M";}}i:12;s:2:" ";i:13;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:"JvX5C82BCus";}}i:14;s:2:" ";i:15;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:"8ysDVTGkm_o";}}i:16;s:2:" ";i:17;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:"aCBguHWmO1w";}}}, 1701116101, 1714826823
    Run Time: 0.000470
  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, 826582, a:4:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 826580, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 826580, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:22:"Может Dark Souls?";}}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:64:"https://images-na.ssl-images-amazon.com/images/I/51MiPPTggSL.jpg";}}i:3;s:181:" демонские души же выходят по цене нексгена. я вроде как 2й резидент римейк за 40 евро брал на страте";}, 1701116101, 1714826823
    Run Time: 0.000523
  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, 826583, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:37:"nitrogen14, post: 826582, member: 760";s:8:"original";a:2:{i:0;s:47:"[QUOTE="nitrogen14, post: 826582, member: 760"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:79:"демонские души же выходят по цене нексгена.";}}i:1;s:167:" Демоны выходили на PS3, а PS5 ее не поддерживает, и их не было на XBOX. Что ты сравнивать собрался?";}, 1701116101, 1714826823
    Run Time: 0.000407
  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, 826584, a:3:{i:0;s:210:"запарился, чет подумал обратки нет ток для пс1 и 2. сорян, тут и 3я не канает. пора в геймпас эмулятор пс1-3 выпускать ;) ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[URL]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:335:"https://www.amazon.de/Sony-DualSense-Wireless-Controller-PlayStation-5/dp/B08H99BPJN/ref=pd_vtp_63_1/260-4243632-5309801?_encoding=UTF8&pd_rd_i=B08H99BPJN&pd_rd_r=d70258e1-49c6-4387-a92b-09e137dff124&pd_rd_w=fZ2mN&pd_rd_wg=eXFW1&pf_rd_p=b82fdab5-714d-44f8-bd2d-596f98bc21e4&pf_rd_r=FCW8PMCQQ86SEE7TGYYN&refRID=FCW8PMCQQ86SEE7TGYYN&th=1";}}i:2;s:169:" думал наушники взять потестить. на амзоне только геймпад можно предзаказать. муть какаято..";}, 1701116101, 1714826823
    Run Time: 0.000367
  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, 826585, a:5:{i:0;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:"wLr9sXUzFbU";}}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:"whs4Qb96YaQ";}}i:3;s:1:" ";i:4;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:"wd0S-zREBGc";}}}, 1701116101, 1714826823
    Run Time: 0.000418
  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, 826586, a:1:{i:0;s:381:"по видео с загрузками нихрена не понял. как это работает? охото увидеть вменяемый тест загрузка игры пс4 про с ссд и пс5 и также с боксом, чтоб увидеть наксолько внутренний ссд быстрее отстойных пастгеновских ;)";}, 1701116101, 1714826823
    Run Time: 0.000284
  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, 826587, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:36:"Каин, post: 826585, member: 3850";s:8:"original";a:2:{i:0;s:46:"[QUOTE="Каин, post: 826585, member: 3850"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;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:"wLr9sXUzFbU";}}i:1;s:1:" ";}}i:1;s:145:" Какие-то странные результаты. Где-то плойка в три раза быстрее, где-то бокс в 4 )))";}, 1701116101, 1714826823
    Run Time: 0.000289
  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, 826590, a:2:{i:0;s:39:"Про заряд ДуалЧленса ";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:14:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:91:"https://www.pushsquare.com/news/2020/11/ps5_review_-_the_future_of_playstation#battery-life";s:8:"original";a:2:{i:0;s:99:"[URL='https://www.pushsquare.com/news/2020/11/ps5_review_-_the_future_of_playstation#battery-life']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:10:"PushSquare";}}i:1;s:82:" results in the battery life averaging around six to seven hours on a full charge ";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:63:"https://www.theverge.com/21550146/sony-playstation-5-ps5-review";s:8:"original";a:2:{i:0;s:71:"[URL='https://www.theverge.com/21550146/sony-playstation-5-ps5-review']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:9:"The Verge";}}i:3;s:62:" I was able to get around 6–7 hours of playtime on a charge ";i:4;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:60:"https://www.ign.com/articles/ps5-dualsense-controller-review";s:8:"original";a:2:{i:0;s:68:"[URL='https://www.ign.com/articles/ps5-dualsense-controller-review']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:3:"IGN";}}i:5;s:56:" I’ve found a full charge lasts around 10 to 13 hours ";i:6;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:103:"https://press-start.com.au/reviews/ps5-reviews/2020/11/06/playstation-5-review-change-the-way-you-play/";s:8:"original";a:2:{i:0;s:111:"[URL='https://press-start.com.au/reviews/ps5-reviews/2020/11/06/playstation-5-review-change-the-way-you-play/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:11:"Press Start";}}i:7;s:33:" seems to last between 5-7 hours ";i:8;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:110:"https://arstechnica.com/gaming/2020/11/playstation-5-review-more-of-a-generational-hop-than-a-leap/?comments=1";s:8:"original";a:2:{i:0;s:118:"[URL='https://arstechnica.com/gaming/2020/11/playstation-5-review-more-of-a-generational-hop-than-a-leap/?comments=1']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:11:"ArsTechnica";}}i:9;s:94:" 10 hours or so of gameplay on a single full charge of the DualSense controller while playing ";i:10;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:25:"Spider-Man: Miles Morales";}}i:11;s:67:", give or take. That number goes way down when playing a game like ";i:12;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:18:"Astro’s Playroom";}}i:13;s:1:" ";}}}, 1701116101, 1714826823
    Run Time: 0.001083
  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, 826592, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:36:"Каин, post: 826590, member: 3850";s:8:"original";a:2:{i:0;s:46:"[QUOTE="Каин, post: 826590, member: 3850"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:38:"Про заряд ДуалЧленса";}}i:1;s:753:" Что они блять там с ним делают, что уже второе поколение подряд с такой недолгой продолжительностью заряда? В DS4 тоже было 5-6 часов на одной зарядке. Там списывали на подсветку, тут вроде подсветку сделали минималистической. Почему блять джои от Xbox с АА батарейками работают по 30-35 часов, а тот же Elite 2 со встроенным аккумулятором живет все 40 часов. Даже у Нинтендо их Про Джой живет часов 20-30 от одной зарядки вроде.";}, 1701116101, 1714826823
    Run Time: 0.000433
  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: signature, 3331, a:1:{i:0;s:34:"Undisputed Destiny 2 Champion 2021";}, 1701116101, 1714826823
    Run Time: 0.000332
  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, 826596, a:2:{i:0;s:29:"Если коротко (DF) ";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:1:{i:0;s:464:"Very strong UI, quick, plus 4K/HDR New system wide settings Rest mode extraordinarily efficient using only 1.5w Runs cooler than Series X Very quiet Has HDMI 2.1 but presently missing a few features, plus no 1440p output Max power draw so far is Miles Morales at 200w (less than Gears 5 on XSX, and only slightly higher than God of War on PS4 Pro) DualSense feels revolutionary 3D audio interesting and additive, not a game changer 667 GB of usable storage";}}}, 1701116101, 1714826823
    Run Time: 0.000371

Included Files (113, XenForo Classes: 63)

  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/XenForo/Route/Prefix/Tags.php
  103. library/Tapatalk/EventListener/Hook.php
  104. internal_data/templates/S.1,L.1,page_nav.php
  105. library/Tapatalk/Listener/TemplatePostRender.php
  106. library/XenForo/Route/Prefix/Posts.php
  107. internal_data/templates/S.1,L.1,nextstage_feature_post_private_controls.php
  108. library/XenForo/Model/Avatar.php
  109. internal_data/templates/S.1,L.1,bb_code_tag_quote.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