Page Time: 0.1801s

Memory: 5.4093 MB (Peak: 6.0334 MB)

Queries (30, time: 0.0559s, 31.0%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.001242
    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: 18008
    Run Time: 0.001577
    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.000519
    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 >= 60 AND post.position < 80) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 18008
    Run Time: 0.005197
    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: 18008
    Run Time: 0.000390
  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=18008&page=4, 1714301193,
    Run Time: 0.000373
  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, 495921, a:12:{i:0;s:25:"Нашел на Gamefaqs ";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:17:"Спойлеры.";}}i:2;s:4:" ";i:3;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:3034:"- Arkham City is four or five times larger than Arkham Asylum. - The game starts by being briefed by Alfred, he explains the Two-Face vs Catwoman situation and you start heading to the area the two are located. - Batman is now much more agile, he is now able to plunge into a dive mid glide to accelerate flight. - Two-Face has a gang roaming Arkham City, you will find them wearing face masks replicating their boss'. - Criminals who aren't connected with any super villains roam the street. - Story suggests that Professor Strange has been kidnapping Gotham citizens who are opposed to Arkham City. - One and half years after the original game. - Use new detective mode to discover a thugs super villain boss. This will be used to find The Riddlers men. - The Riddler is in Arkham City, they hint you are almost certain to come face to face with him. - Jack Ryder has been put into Arkham City due to him becoming to close to the truth on the city while working on an expose. Rocksteady where hesitant to reveal what Ryder had uncovered. - Your first meeting with Two-Face is early on in the game. You are greeted with him displaying Catwoman tied up side down to a baying crowd of criminals. His two conflicting personalities being voiced out loud. - Two-Face decides Catwoman's fate with the iconic coin toss. She gets lucky this time. - The first confrontation with Two-Face results in Batman getting shot in the chest only for Catwoman to slip out of her chains and hit Two-Face into the acid she was about to be chucked into. A flirtatious conversation is then held between Catwoman and Batman only to be interrupted by a smiley face sniper dot rolling up Catwoman's suit. The shot is fired and misses her by a whisker. - Your first detective mode experience is finding the bullet hole on the floor and figuring out its trajectory. - Trajectory reveals the location of the shot. A bell tower housed by the Joker. - Joker has a potentially fatal desease. - Calendar Man is confirmed. - The date and time effect your interaction with Calendar Man, set your console of PC's time a month ahead from last and you will receive a completely different conversation. - Batman's launcher has received an upgrade, you can now stop at anytime instead of being forced to the end every time. - You are pitted against a lot more thugs at once compared to the original game. - Increased amount of combat animations. - Phone booths ring only for thugs to stand by it, afraid to answer. Rumours going round suggest anyone that answers these calls end up dead. - The mysterious caller ends up being Victor Zsasz, this starts one of many side quests in the game. - To start the side quest you must follow a number of ringing phone boxes only to greeted with him at the final one. - Co-Op seems to be hinted. Catwoman has very similar combat techniques to Batman when in game. - Rocksteady suggest Crime Alley will make an appearance. - Rocksteady insist that the only confirmed villains so far are the ones you have seen.";}}i:4;s:4:" ";i:5;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:65:"http://www.gamefaqs.com/boards/982135-batman-arkham-city/56260928";}}i:6;s:1260:" Примерный перевод некоторых моментов: - Arkham City в 4 или 5 раз больше Arkham Asylum. - Игра начинается с брифинга Alfred, он рассказывает про ситуацию с Two-Face и Catwoman и вы направляетесь к их местоположению. - Банду Двуликого можно отличить по характерным маскам. - Нейтральные бандиты будут слоняться по улицам. - Обновленный режим детектива используется для поиска людей Риддлера. - Риддлер в Arkham City, его люди будут подсказывать, как выйти на него. - В одном эпизоде в режиме детектива нужно будет найти след от попадания пули и определить откуда был выстрел . - Джокер возможно смертельно болен. - Присутствие Calendar Man подтверждено. В общении с ним будет играть роль дата выставленная на часах консоли. ";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:67:"Секретная комната с чертежами Arkham City";}}i:8;s:4:" ";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:"n_CsEh84eoc";}}i:10;s:4:" ";i:11;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:85:"http://gameinformer.com/b/features/archive/2010/08/09/arkham-asylums-secret-room.aspx";}}}, 1701116101, 1714301193
    Run Time: 0.028050
  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, 496426, a:4:{i:0;s:45:"Октябрьская игромания : ";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:58:"http://igromania.ru/upload/iblock/404/193ebb/cov_dvd_b.jpg";}}i:2;s:2:" ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:36:"http://igromania.ru/magazine/129967/";s:8:"original";a:2:{i:0;s:44:"[URL="http://igromania.ru/magazine/129967/"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:36:"http://igromania.ru/magazine/129967/";}}}, 1701116101, 1714301193
    Run Time: 0.005507
  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, 500226, a:14:{i:0;s:14:"Лепота! ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:47:"http://img156.imageshack.us/i/bacsshot0001.jpg/";s:8:"original";a:2:{i:0;s:53:"[URL=http://img156.imageshack.us/i/bacsshot0001.jpg/]";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:59:"http://img156.imageshack.us/img156/1508/bacsshot0001.th.jpg";}}}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:46:"http://img89.imageshack.us/i/bacsshot0006.jpg/";s:8:"original";a:2:{i:0;s:52:"[URL=http://img89.imageshack.us/i/bacsshot0006.jpg/]";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:57:"http://img89.imageshack.us/img89/2448/bacsshot0006.th.jpg";}}}}i:4;s:1:" ";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:47:"http://img843.imageshack.us/i/bacsshot0003.jpg/";s:8:"original";a:2:{i:0;s:53:"[URL=http://img843.imageshack.us/i/bacsshot0003.jpg/]";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:59:"http://img843.imageshack.us/img843/4873/bacsshot0003.th.jpg";}}}}i:6;s:1:" ";i:7;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:47:"http://img163.imageshack.us/i/bacsshot0007.jpg/";s:8:"original";a:2:{i:0;s:53:"[URL=http://img163.imageshack.us/i/bacsshot0007.jpg/]";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:59:"http://img163.imageshack.us/img163/3901/bacsshot0007.th.jpg";}}}}i:8;s:1:" ";i:9;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:47:"http://img233.imageshack.us/i/bacsshot0013.jpg/";s:8:"original";a:2:{i:0;s:53:"[URL=http://img233.imageshack.us/i/bacsshot0013.jpg/]";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:59:"http://img233.imageshack.us/img233/7782/bacsshot0013.th.jpg";}}}}i:10;s:1:" ";i:11;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:47:"http://img156.imageshack.us/i/bacsshot0008.jpg/";s:8:"original";a:2:{i:0;s:53:"[URL=http://img156.imageshack.us/i/bacsshot0008.jpg/]";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:58:"http://img156.imageshack.us/img156/443/bacsshot0008.th.jpg";}}}}i:12;s:1:" ";i:13;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:47:"http://img215.imageshack.us/i/bacsshot0010.jpg/";s:8:"original";a:2:{i:0;s:53:"[URL=http://img215.imageshack.us/i/bacsshot0010.jpg/]";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:59:"http://img215.imageshack.us/img215/1857/bacsshot0010.th.jpg";}}}}}, 1701116101, 1714301193
    Run Time: 0.000876
  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, 500307, a:1:{i:0;s:42:"Да, вполне. Когда релиз?";}, 1701116101, 1714301193
    Run Time: 0.001834
  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, 500349, a:1:{i:0;s:227:"Ай-ай-ай, как это на УЕ3 смогли такую картинку сделать? Наверняка здесь замешаны какие-то сторонние силы... Точно что-то не так.";}, 1701116101, 1714301193
    Run Time: 0.000465
  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, 4889, a:1:{i:0;s:219:""И в какой-то момент игрок понимает, что не ест, а сосет. Как-то так." (с) Medeival "Волосы были от АМД, поэтому и глючные." (с) Каин";}, 1701116101, 1714301193
    Run Time: 0.000577
  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, 500359, a:1:{i:0;s:669:"Наверное есть такая инструкция в експлуатации UE3 ...лица и части тела не прикритые масками и грима не делать. Я уже уверен в ето.И разрабы старательно не делают.Природу, людей и света в етом движке не надо искать ...зато текстурки hi-res навешаны везде, вот и радуются народ:) Не думайте что мне не нравитсь игра ...напротив а себе сегодня прикупил первую часть для колекции :)";}, 1701116101, 1714301193
    Run Time: 0.001856
  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, 500361, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:21:"Zografa, post: 500359";s:8:"original";a:2:{i:0;s:31:"[quote="Zografa, post: 500359"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:103:"лица и части тела не прикритые масками и грима не делать.";}}i:1;s:29:" Биовары смогли)";}, 1701116101, 1714301193
    Run Time: 0.000384
  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, 511407, a:2:{i:0;s:44:"Трейлер с недавней VGA 2010 ";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:"5t-1i3Bqj0U";}}}, 1701116101, 1714301193
    Run Time: 0.000379
  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, 511414, a:5:{i:0;s:66:"Красивый мультик. Бэтмен красавчик. ";i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:5:"white";s:8:"original";a:2:{i:0;s:15:"[COLOR="white"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:95:"УЕ - говно. Опять буду негодовать по поводу графики. L";}}i:2;s:1:"i";i:3;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:5:"white";s:8:"original";a:2:{i:0;s:15:"[COLOR="white"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:11:"mbo в PSN!";}}i:4;s:396:" Но я очень боюсь за Джокера. Как бы они не мифологизировали его персону. Его тело ведь колоссальную имунную трансформацию пережило. Мне в страшном сне даже Джокер не может привидеться животным. Очень боюсь... за него...";}, 1701116101, 1714301193
    Run Time: 0.000223
  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, 4287, a:1:{i:0;a:4:{s:3:"tag";s:6:"indent";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[INDENT]";i:1;s:9:"[/INDENT]";}s:8:"children";a:0:{}}}, 1701116101, 1714301193
    Run Time: 0.000335
  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, 521961, a:3:{i:0;s:104:"Слухи о кооперативе вполне могут оказаться реальностью ";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:99:"http://rutube.ru/tracks/4027340.html?v=138dee2f72c85cce65ab15ea5be5b213&autoStart=true&bmstart=1000";}}i:2;s:93:" На youtube ролик удалили поэтому нашел только на rutube.";}, 1701116101, 1714301193
    Run Time: 0.000332
  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, 524908, a:2:{i:0;s:89:"Rocksteady заявили, что мультиплеера в игре не будет. ";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:56:"http://www.igromania.ru/news/140167/Odinokii_Byetmen.htm";}}}, 1701116101, 1714301193
    Run Time: 0.000833
  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, 524909, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:27:"Ken Rosenberg, post: 524908";s:8:"original";a:2:{i:0;s:37:"[quote="Ken Rosenberg, post: 524908"]";i:1;s:8:"[/quote]";}s:8:"children";a:2:{i:0;s:88:"Rocksteady заявили, что мультиплеера в игре не будет. ";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:53:"http://www.igromania.ru/news/140167/...ii_Byetmen.htm";}}}}i:1;s:310:" серьёзное заявление по нынешним онлайновым временам. от этого почет и уважуха им. не хотят как остальные прикручивать быдло-онлайн только потому, что так сейчас принято";}, 1701116101, 1714301193
    Run Time: 0.000401
  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: signature, 2891, a:3:{i:0;s:277:"BB Pack SCPH-50000 MB/NH + DMS4 Pro SE + Seagate ST3400820A 400GB, SCPH-7708, HKT-3000, USG-S-FTWDXF(JPN),CECHH00 MG, PSP1000k, HST-0014, DOL-S-MGOTO, SCPH-100, RVL-S-GL-USZ, XBOX 360 jasper [NTSC-J], XBOX 360 Slim 250Gb [PAL], PSVita 1108 EUR + 32gb card, PS4 500gb ИГРЫ";i:1;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}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:1:" ";}}}}i:2;s:30:"are available only on consoles";}, 1701116101, 1714301193
    Run Time: 0.000338
  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, 524911, a:1:{i:0;s:61:"Согласен, а то сингл бы попортили.";}, 1701116101, 1714301193
    Run Time: 0.000233
  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, 524914, a:1:{i:0;s:120:"Ну вот, не будет поводов думать "а не купить ли лицуху для онлайна".";}, 1701116101, 1714301193
    Run Time: 0.000377
  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, 524915, a:1:{i:0;s:79:"Тут и думать нечего - игра мастхев полюбому.";}, 1701116101, 1714301193
    Run Time: 0.000386
  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, 531141, 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:"JsnuBAi0WnM";}}i:1;s:141:" ох скорей бы! После первой великолепной части - самая ожидаемая для меня игра";}, 1701116101, 1714301193
    Run Time: 0.000773
  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: signature, 6094, a:2:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:35:"https://psnprofiles.com/egermaister";s:8:"original";a:2:{i:0;s:43:"[URL='https://psnprofiles.com/egermaister']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:45:"https://www.exophase.com/xbox/user/valikosha/";s:8:"original";a:2:{i:0;s:51:"[URL=https://www.exophase.com/xbox/user/valikosha/]";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:39:"https://card.exophase.com/1/1111954.png";}}}}}}i:1;s:81:" Работа не х@й - как стояла, так и будет стоять";}, 1701116101, 1714301193
    Run Time: 0.000394
  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, 538911, a:4:{i:0;s:41:""1C-СофтКлаб" переведет ";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:19:"Batman: Arkham City";}}i:2;s:247:" на русский язык, версия для PC выйдет полностью на русском языке, версии для XBOX 360 и PS3 с русскими субтитрами и в оригинальном озвучении. ";i:3;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:67:"http://www.igromania.ru/news/145420/Byetmen_zagovorit_po-russki.htm";}}}, 1701116101, 1714301193
    Run Time: 0.000382
  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, 538964, a:1:{i:0;s:222:"Если будет качество как в первой части, то это хорошо. На русском практически не играю, но локализация первой понравилась.";}, 1701116101, 1714301193
    Run Time: 0.001043
  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, 538965, a:1:{i:0;s:285:"Меня голос Бетмана в переводе от Нового Диска просто в ступор вогнал, ибо до этого смотрел Тёмного Рыцаря, тамошний голос просто нереально подошёл к образу.";}, 1701116101, 1714301193
    Run Time: 0.000339
  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, 538968, a:1:{i:0;s:134:"В любом случае, перевод от 1с не сулит ничего хорошего. Но будем надеяться.";}, 1701116101, 1714301193
    Run Time: 0.000288

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