Page Time: 0.1705s

Memory: 5.4109 MB (Peak: 6.0338 MB)

Queries (32, time: 0.0274s, 16.1%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000319
    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: 20129
    Run Time: 0.001500
    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: 45
    Run Time: 0.000745
    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 >= 0 AND post.position < 20) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 20129
    Run Time: 0.006456
    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: 20129
    Run Time: 0.000353
  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=20129, 1715503383,
    Run Time: 0.000271
  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, 532699, a:7:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:96:"http://stickskills.com/news/1556/first-details-on-resident-evil-operation-raccoon-city-unveiled/";s:8:"original";a:2:{i:0;s:104:"[URL="http://stickskills.com/news/1556/first-details-on-resident-evil-operation-raccoon-city-unveiled/"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:15:"stickskills.com";}}i:1;s:192:", ссылаясь на Official Xbox Magazine, сообщают о выходе этой зимой на PS3 и Xbox360 новой игры серии Resident Evil под названием ";i:2;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:37:"Resident Evil: Operation Raccoon City";}}i:3;s:55:". Разработчиком игры является ";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:9:"Slant Six";}}i:5;s:212:", бывший разработчик SOCOM. Подробности можно будет узнать в майском выпуске ОХМ, но ряд деталей известен уже сейчас: ";i:6;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;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:1:{i:0;s:3845:" [*]The game takes place in 1998, a time where Resident Evil fans already know what's set to take place. The title lets you enjoy the series from a new perspective, as the men and women who are technically responsible for it all. [*]Rather than continuing the zombie slaying antics of BSAA agents, you're taken back to the original outbreak "that underscored both Resident Evil 2 and Resident Evil 3: Nemesis." [*]The game doesn't require any crazy amounts of knowledge of the past titles or characters involved in the series. The title opens up to a "quartet of new faces". Essentially, you're playing as members of the official Umbrella Security Services squad. [*]Operation Raccoon City is a team-based shooter allowing four members of the USS team to destroy all evidence of the ongoing outbreak. Along with slaying the zombies, you're looking to "kill pretty much every survivor possible". [*]The gameplay is described as "dirty", and the series will feel much darker than it has up to this point. [*]The game features three factions that Capcom has stated make up a "three-corner conflict". The other two factions are the US Spec Ops, who are there to repel the USS, and the "bio-organic weapon monsters (BOWs) created by Umbrella. [*]The USS team is made up of the following characters: Vector, Beltway, Bertha, and Spectre. Depending on which character you choose, the responsibilities that you're asked to do within your team will variate. [*]Hunk, first seen in Resident Evil 2 as a hidden character, is the inspiration behind the USS team. [*]"Whichever team you play on, you'll be facing Umbrella-created horrors in between skirmishes with each other". [*]Zombies in the game can sense you in three different manners: sight, sound, and smell. [*]A situation is described in the game where Vector cloaks himself to stir up previously slumbering zombies to use against the Special Ops military foes. [*]Quite a few scenarios in the game aren't "all about headshots". A quote in the article states, "It's about shooting the other soldiers - manipulating the, making them bleed." [*]The game will take you through a number of familiar areas if you're a Resident Evil junkie who remembers your journey to Raccoon City. [*]Operation Raccoon City, depending on how you play the game, will give you the option to "change the history of Resident Evil". Not only will you have the chance to meet and interact with various characters from the series, but you'll even have the opportunity to kill them. [*]One of th mottos repeated to OXM throughout the demo was "Kill Leon". It's also stated that if you choose to represent in the game as the Special Ops team, that you'd more than likely have the goal of trying to save Leon Kennedy. [*]Slant Six or Capcom won't reveal if any other characters will be playable in the title just yet, but it'd make sense to see quite a few big cameos. [*]The title will still see players relying on collecting herbs to heal from any attacks you may suffer. You won't need to hoard any herbs, but they'll still benefit you to collect them throughout the game. [*]"This is not a one-versus-one game where you've got one clip full of ammo and zombies on you. If you've ever thought of those times in an RE game when you thought, 'I'd wish I had a big gun', that's what this game is. It's not fair to give people big guns, then take all the ammo away." [*]One of the pictures in the article showcases a zombie being used as a "meatshield". [*]Operation Raccoon City allows players to earn XP for kills, with these points helping you survive the onslaught, and to help to encourage you to anihilate everything in your path. [*]The XP will allow you to earn new abilities, such as Vector's cloaking skill, and new weapons. [*]Tyrants will most definitely be included in the title. ";}}}}}, 1701116101, 1715503383
    Run Time: 0.000609
  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, 532700, a:1:{i:0;s:186:"Мда, все таки не стоило уже затрагивать серию и закончить ее вообше на пятой части и не трогать больше.";}, 1701116101, 1715503383
    Run Time: 0.000467
  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, 532707, a:1:{i:0;s:91:"Где б... обещанный сколько-то там лет назад RE для PSP?";}, 1701116101, 1715503383
    Run Time: 0.000288
  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, 532708, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:20:"Nergal, post: 532699";s:8:"original";a:2:{i:0;s:30:"[quote="Nergal, post: 532699"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:68:"Operation Raccoon City is a team-based shooter allowing four members";}}i:1;s:67:" Left 4 Dead от третьего лица на движке RE5?";}, 1701116101, 1715503383
    Run Time: 0.000474
  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, 532710, a:5:{i:0;s:599:"Ну задумка ясна...решили наварчика снять под успех Л4Д. Может что-то путное и выйдет, собсно Вульва показала как надо, осталось только скопировать и перенести в мир РЕ. Ничего сложного впринципе, думаю нормальную мясорубку устроят. Хотя жаль конечно любимую серию...и в хвост её и в гриву, и в ухо и в ноздрю... Вот эта чьто? В смысле? ";i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:3:"red";s:8:"original";a:2:{i:0;s:13:"[COLOR="red"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:105:"The gameplay is described as "dirty", and the series will feel much darker than it has up to this point. ";}}i:2;s:2:" ";i:3;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:3:"red";s:8:"original";a:2:{i:0;s:13:"[COLOR="red"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:286:""This is not a one-versus-one game where you've got one clip full of ammo and zombies on you. If you've ever thought of those times in an RE game when you thought, 'I'd wish I had a big gun', that's what this game is. It's not fair to give people big guns, then take all the ammo away."";}}i:4;s:299:" Гы-гы...ну понятно . Вот те огромный пухарь и парсек оливок, мой юный румяный мальчик....видишь там квадрильён голодных зомби, раезрепень их к такой то матери в ебеня.";}, 1701116101, 1715503383
    Run Time: 0.000777
  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: signature, 8798, 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:1:{i:0;s:113:"Раскаяться никогда не поздно,а вот согрешить можно и опоздать";}}}, 1701116101, 1715503383
    Run Time: 0.000382
  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, 532711, a:3:{i:0;s:291:"Блин, а. Я типа обрадовался... а тут... очередной японский аутсорсинг. А еще говорят что у них индустрия того, загибается, а они скоро все западные конторы скупят. ";i:1;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:21:"Wendigo, post: 532707";s:8:"original";a:2:{i:0;s:31:"[quote="Wendigo, post: 532707"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:91:"Где б... обещанный сколько-то там лет назад RE для PSP?";}}i:2;s:119:" Скорее всего он выйдет скоро на 3DS RE:Revelations вроде звать его будут.";}, 1701116101, 1715503383
    Run Time: 0.000777
  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, 532728, a:3:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:21:"Monster, post: 532711";s:8:"original";a:2:{i:0;s:31:"[quote="Monster, post: 532711"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:117:"Скорее всего он выйдет скоро на 3DS RE:Revelations вроде звать его будут.";}}i:1;s:28:" Прикольно, да? ";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:"MyFleT8Zw7Q";}}}, 1701116101, 1715503383
    Run Time: 0.000465
  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, 532739, a:1:{i:0;s:624:"Все таки и эту серию передали западным разработчикам... Возникает опасения что получится достойно по сравнению с тем что выходило из японских студий. А может это не шестая часть, а некий приквел к той истории, но с другими персонажами и новой игровой концепцией? Как было в случае с gun survival... А настоящая шестая часть разрабатывается японцами.";}, 1701116101, 1715503383
    Run Time: 0.000644
  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, 532742, a:1:{i:0;s:59:"Больше резиков хороших и разных!";}, 1701116101, 1715503383
    Run Time: 0.000361
  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: signature, 7071, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:32:"https://psnprofiles.com/YOURASHA";s:8:"original";a:2:{i:0;s:38:"[URL=https://psnprofiles.com/YOURASHA]";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/2/YOURASHA.png";}}}}}, 1701116101, 1715503383
    Run Time: 0.000357
  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, 532754, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:17:"imp, post: 532739";s:8:"original";a:2:{i:0;s:27:"[quote="imp, post: 532739"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:624:"Все таки и эту серию передали западным разработчикам... Возникает опасения что получится достойно по сравнению с тем что выходило из японских студий. А может это не шестая часть, а некий приквел к той истории, но с другими персонажами и новой игровой концепцией? Как было в случае с gun survival... А настоящая шестая часть разрабатывается японцами.";}}i:1;s:260:" ага, уверенность, я бы даже сказал! Такая же шня получится, как дед райсинг 2 по сравнению с первой. Только не западных разрабов, капком, плиз! =(";}, 1701116101, 1715503383
    Run Time: 0.000647
  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: signature, 727, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:28:"https://youtu.be/Nq--Bv5G06M";s:8:"original";a:2:{i:0;s:36:"[URL='https://youtu.be/Nq--Bv5G06M']";i:1;s:6:"[/URL]";}s:8:"children";a:2:{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:45:"https://kvotka.ru/images/2021/09/07/SENYN.jpg";}}i:1;s:1:" ";}}}, 1701116101, 1715503383
    Run Time: 0.000586
  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, 532786, a:4:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:17:"imp, post: 532739";s:8:"original";a:2:{i:0;s:27:"[quote="imp, post: 532739"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:172:"Возникает опасения что получится достойно по сравнению с тем что выходило из японских студий.";}}i:1;s:507:" Ты описание процесса вобще прочитал? Какой достойно, о чём вы вобще товарищ. Пишут же открыто, командное мочилово кучи зомбей , с тонной патронов и огромными пушками, хербы хранить практически не надо...судя по описанию игра супер-казуальная, ничего общего с Сарвивал-Хоррором. ";i:2;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:22:"Youra_ha, post: 532742";s:8:"original";a:2:{i:0;s:32:"[quote="Youra_ha, post: 532742"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:59:"Больше резиков хороших и разных!";}}i:3;s:25:" Фууу гадость.";}, 1701116101, 1715503383
    Run Time: 0.000516
  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, 532830, a:1:{i:0;s:140:"Даже писать ничего не хочу, осталось, от одной из любимых игр, одно название...";}, 1701116101, 1715503383
    Run Time: 0.000519
  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: signature, 1568, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:21:"http://www.radikal.ru";s:8:"original";a:2:{i:0;s:29:"[URL='http://www.radikal.ru']";i:1;s:6:"[/URL]";}s:8:"children";a:2:{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:52:"http://s019.radikal.ru/i642/1307/ef/1eb4e0482822.png";}}i:1;s:1:" ";}}}, 1701116101, 1715503383
    Run Time: 0.000418
  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, 532857, a:4:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"Хеймдалль, post: 532710";s:8:"original";a:2:{i:0;s:42:"[quote="Хеймдалль, post: 532710"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:98:"Ну задумка ясна...решили наварчика снять под успех Л4Д.";}}i:1;s:90:" Продолжает идеи Outbreak, который был задолго до L4D. ";i:2;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:17:"SnV, post: 532754";s:8:"original";a:2:{i:0;s:27:"[quote="SnV, post: 532754"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:114:"Такая же шня получится, как дед райсинг 2 по сравнению с первой.";}}i:3;s:111:" Чем не угодили? По-моему канадцы почти справились с задачей.";}, 1701116101, 1715503383
    Run Time: 0.000698
  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, 532921, a:1:{i:0;s:38:"Треш походу какой-то.";}, 1701116101, 1715503383
    Run Time: 0.000828
  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: signature, 595, a:3:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:44:"http://www.xboxgamertag.com/search/kenne4ka/";s:8:"original";a:2:{i:0;s:52:"[URL='http://www.xboxgamertag.com/search/kenne4ka/']";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:63:"http://www.xboxgamertag.com/gamercard/kenne4ka/fullnxe/card.png";}}}}i:1;s:147:" Мне никто жить не мешает. А если кто и мешает хоть как-то - то русские в основном. ";i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:9:"royalblue";s:8:"original";a:2:{i:0;s:17:"[COLOR=royalblue]";i:1;s:8:"[/COLOR]";}s:8:"children";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:1:{i:0;s:13:"Лекс (с)";}}}}}, 1701116101, 1715503383
    Run Time: 0.000461
  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, 532927, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:20:"Nergal, post: 532699";s:8:"original";a:2:{i:0;s:30:"[quote="Nergal, post: 532699"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:109:"Разработчиком игры является Slant Six, бывший разработчик SOCOM. П";}}i:1;s:137:" Дальше не читал :) А могло бы быть неплохо, даже если доверить какой-нить Cavia";}, 1701116101, 1715503383
    Run Time: 0.002422
  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, 532928, a:1:{i:0;s:303:"Кстати ,КАвиа вроде бы рельсовые шутеры по мотивам, на Вии сделала. Очень даже неплохо вышло надо заметить,я даже удивился как с любовью и усердием отнеслись к работе.";}, 1701116101, 1715503383
    Run Time: 0.000505
  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, 532961, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:21:"Wendigo, post: 532707";s:8:"original";a:2:{i:0;s:31:"[quote="Wendigo, post: 532707"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:91:"Где б... обещанный сколько-то там лет назад RE для PSP?";}}i:1;s:58:" ...его в тихаря перенесли на 3DS.";}, 1701116101, 1715503383
    Run Time: 0.003226
  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, 532970, a:1:{i:0;s:85:"На просторах инета игру уже окрестили Left For Evil:)";}, 1701116101, 1715503383
    Run Time: 0.000412
  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, 532983, a:1:{i:0;s:625:"Это конечно хорошо, что новый RE не будет очередной подкрашенной копией RE4/RE5. Уже RE5 был воспринят публикой несколько критически, и, похоже, что история многолетнего самокопирования одной успешной игры не повторится. Но это в идеале, а на практике западные аутсорсеры, скорее всего, сварганят очередную примитивную поделку с тугим управлением.";}, 1701116101, 1715503383
    Run Time: 0.000381
  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: signature, 3, a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:8:"Fixedsys";s:8:"original";a:2:{i:0;s:15:"[FONT=Fixedsys]";i:1;s:7:"[/FONT]";}s:8:"children";a:3:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"Plum";s:8:"original";a:2:{i:0;s:12:"[COLOR=Plum]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:87:"SCPH-30004 (w/G2) + N/A + ST3120026A (HDD) + DFP + Headset CECHA01 + CECHZM1 + CECHZC2H";}}i:1;s:1:" ";i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:4:"Blue";s:8:"original";a:2:{i:0;s:12:"[COLOR=Blue]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:18:"DECHA00A (FW 3.20)";}}}}}, 1701116101, 1715503383
    Run Time: 0.000295
  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, 532986, a:1:{i:0;s:101:"Помнится была целая серия трэшевого тира под брендом RE.";}, 1701116101, 1715503383
    Run Time: 0.000289

Included Files (112, 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. library/XenForo/Debug.php
  110. internal_data/templates/S.1,L.1,PAGE_CONTAINER.php
  111. mobiquo/smartbanner/head.inc.php
  112. library/XenForo/ViewRenderer/Json.php