Page Time: 0.1285s

Memory: 5.4014 MB (Peak: 6.0178 MB)

Queries (31, time: 0.0217s, 16.9%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000230
    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: 18548
    Run Time: 0.001003
    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.000517
    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: 18548
    Run Time: 0.003999
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 24Using 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: 18548
    Run Time: 0.000361
  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=18548, 1714108824,
    Run Time: 0.000365
  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, 463459, a:7:{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:37:"http://pici.se/pictures/CvoKfTKgl.jpg";}}i:1;s:2:" ";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:51:"http://www.abload.de/img/86436982copiacopianwzj.jpg";}}i:3;s:2:" ";i:4;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:1922:"Компания 2K Games официально анонсировала XCOM - новый проект от создателей BioShock 2. Вопреки ожиданиям поклонников, глобальный перезапуск франчайза создается не в жанре пошаговой тактики, речь идет о шутере от первого лица. Студия 2K Marin ведет разработку XCOM в версиях для РС и Xbox 360. Учитывая предыдущие случаи эксклюзивности игр от Take Two (BioShock, дополнительные эпизоды GTA IV), осмелимся предположить, что через какое-то время проект появится и на PS3 - аппаратных проблем с переносом возникнуть не должно. Игроки смогут исследовать мир XCOM и взглянуть на него под совершенно новым углом, утверждают разработчики, которые обещают напряженную атмосферу, а также "цепляющую" сюжетную линию. XCOM - это переосмысливание классической истории о борьбе человечества против неизвестного врага. Вам отводится роль агента ФБР, цель которого - выявить и устранить постоянно растущую угрозу. Отдавая должное корням франчайза, разработчики добавляют в игру некоторые стратегические элементы, которые будут дополнять шутерную составляющую. Даты выхода у игры пока что нет.";}}i:5;s:2:" ";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;s:1877:"2K Games Announces XCOM® - Suspense and Mystery-Filled First-Person Shooter from Creators of BioShock® 2 Award-winning developers set their sights on re-imagining the suspense, tension and fear of one of gaming’s most beloved franchises only on Xbox 360 and Windows PC 2K Games announced today that XCOM®, the re-imagining of one of gaming’s most storied and beloved franchises, is currently in development at 2K Marin, the studio behind the multi-million unit selling BioShock® 2. Currently in development exclusively for the Xbox 360® video game and entertainment system from Microsoft and Windows PC, XCOM combines the strategic core of the groundbreaking franchise with a suspense-filled narrative and distills it into a tense and unique first-person shooter experience. “With BioShock 2, the team at 2K Marin proved themselves as masters of first-person, suspenseful storytelling, and with XCOM they will re-imagine and expand the rich lore of this revered franchise,” said Christoph Hartmann, president of 2K. “Players will explore the world of XCOM from an immersive new perspective and experience firsthand the fear and tension of this gripping narrative ride.” XCOM is the re-imagining of the classic tale of humanity’s struggle against an unknown enemy that puts players directly into the shoes of an FBI agent tasked with identifying and eliminating the growing threat. True to the roots of the franchise, players will be placed in charge of overcoming high-stake odds through risky strategic gambits coupled with heart-stopping combat experiences that pit human ingenuity – and frailty – against a foe beyond comprehension. By setting the game in a first-person perspective, players will be able to feel the tension and fear that comes with combating a faceless enemy that is violently probing and plotting its way into our world.";}}}, 1701116101, 1714108824
    Run Time: 0.000556
  8. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 1960, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:51:"https://www.trueachievements.com/gamer/VLADIMIR+RUS";s:8:"original";a:2:{i:0;s:57:"[URL=https://www.trueachievements.com/gamer/VLADIMIR+RUS]";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:60:"https://www.trueachievements.com/gamercards/VLADIMIR+RUS.png";}}}}}, 1701116101, 1714108824
    Run Time: 0.000463
  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, 463464, a:1:{i:0;s:135:"Ещё одна вселенная пошла прахом...привет ФронтМишн. От стратегии к Шутяре.";}, 1701116101, 1714108824
    Run Time: 0.000374
  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: signature, 90, a:3:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:17:"[COLOR="#ff0000"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:20:"Играю:Persona 4";}}i:1;s:2:" ";i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000ff";s:8:"original";a:2:{i:0;s:17:"[COLOR="#0000ff"]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:43:" Прошёл:Alan Wake Прошёл:Lair";}}}, 1701116101, 1714108824
    Run Time: 0.000337
  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, 463468, a:1:{i:0;s:253:"Никто не знает, сейчас в мире мальчиков больше чем девочек не рождается? К войне не надо готовиться? Шутерным вирусом все студии поражены...";}, 1701116101, 1714108824
    Run Time: 0.000312
  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, 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, 1714108824
    Run Time: 0.002884
  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, 463469, a:3:{i:0;s:534:"Как всегда, небось, временный эксклюзив. Вообще, когда я увидел заголовок новости на vg247, то сначала обрадовался, ведь XCOM была когда-то мной очень любима. Но узнав, что из некогда хорошей стратегической серии клепают очередной шутер про американцев и пришельцев, мне стало грустно. На этом фоне ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:102:"http://www.vg247.com/2010/04/14/triple-trademark-filings-from-starbreeze-mention-syndicate/#more-89959";s:8:"original";a:2:{i:0;s:110:"[URL="http://www.vg247.com/2010/04/14/triple-trademark-filings-from-starbreeze-mention-syndicate/#more-89959"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:12:"намёки";}}i:2;s:679:" EA на оживление ещё одного ветерана Syndicate вызывают определённую настороженность. А вообще, я не понимаю, почему нельзя было сделать просто новый шутер про пришельцев и доблестных американцев? Зачем называть его ХСОМ? Ведь это название знают только те, кто лет десять назад играл в неё, и знал её именно, как стратегию. То, что это прицел на старых игроков, очень сомнительно.";}, 1701116101, 1714108824
    Run Time: 0.004308
  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, 463470, a:1:{i:0;s:224:"Есессно тины тринадцатилетние кипятком ссать будут, а нам матёрым геймерам что делать то?! Колотся,плакать и есть кактус ?:(";}, 1701116101, 1714108824
    Run Time: 0.000425
  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, 463471, a:1:{i:0;s:269:"Ну так ради этих тинов можно было сделать какую-нибудь "Космический морской пехотинец против пожирателей гланд с Нептуна", зачем называть это ХСОМ?";}, 1701116101, 1714108824
    Run Time: 0.000277
  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, 463473, a:1:{i:0;s:520:"Хорошей стратегии у НИХ всё равно бы не получилось (вон фанатских и не очень продолжений сколько вышло, чего-то никто особо не торопится в них играть :D ), а вот шутер от создателей Биошока (хоть и второго) будет любопытно пощупать. Главное, чтобы хоть какие-то знакомые моменты остались :)";}, 1701116101, 1714108824
    Run Time: 0.000348
  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, 463474, a:1:{i:0;s:72:"Ну и получится Биошлак про инопланетян.";}, 1701116101, 1714108824
    Run Time: 0.000515
  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, 463475, a:3:{i:0;s:105:"Xcom уже давным давно переродили. Скачиваем UFO: ET, скачиваем ";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:48:"http://www.ufogr.com/ufoet/rus/installation.html";}}i:2;s:77:" мод отсюда, устанавливаем и наслаждаемся.";}, 1701116101, 1714108824
    Run Time: 0.000297
  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, 4594, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:30:"http://psnprofiles.com/ScooloV";s:8:"original";a:2:{i:0;s:38:"[URL="http://psnprofiles.com/ScooloV"]";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:41:"http://card.psnprofiles.com/1/ScooloV.png";}}}}}, 1701116101, 1714108824
    Run Time: 0.000200
  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, 463477, a:4:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:19:"Kaido, post: 463474";s:8:"original";a:2:{i:0;s:29:"[quote="Kaido, post: 463474"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:72:"Ну и получится Биошлак про инопланетян.";}}i:1;s:142:" Разве плохо? Только слово шлак никак не подходит к Bioshock, как бы вам этого ни ";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:62:"http://www.gamerankings.com/xbox360/931329-bioshock/index.html";s:8:"original";a:2:{i:0;s:70:"[URL="http://www.gamerankings.com/xbox360/931329-bioshock/index.html"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:16:"хотелось";}}i:3;s:3:" :)";}, 1701116101, 1714108824
    Run Time: 0.000208
  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, 463480, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:22:"Каин, post: 463477";s:8:"original";a:2:{i:0;s:32:"[quote="Каин, post: 463477"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:23:"Разве плохо? ";}}i:1;s:37:" А чего хорошего то?";}, 1701116101, 1714108824
    Run Time: 0.000311
  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, 463550, a:1:{i:0;s:298:"Все части хсом после 2 части то еще гавно. Биошок тож гавно по большому счету. И эта игра тож наверное будет г... чего ж ждать от творцофф биошл... Блексайт Зона 51 episode 2";}, 1701116101, 1714108824
    Run Time: 0.000275
  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, 463559, a:3:{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:73:"Все части хсом после 2 части то еще гавно";}}i:1;s:2:" ";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:3:{i:0;s:105:"Xcom уже давным давно переродили. Скачиваем UFO: ET, скачиваем ";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:48:"http://www.ufogr.com/ufoet/rus/installation.html";}}i:2;s:78:" мод отсюда, устанавливаем и наслаждаемся. ";}}}, 1701116101, 1714108824
    Run Time: 0.000262
  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, 463587, a:1:{i:0;s:223:"ну єто мод... причем я его уже ставил когдато, без танцев с бубнами не запустишь. Неплохо, но это всего лишь любительский мод";}, 1701116101, 1714108824
    Run Time: 0.000354
  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, 463594, a:1:{i:0;s:428:"Похоже ставил ты его ОЧЕНЬ давно. Ибо я уже год назад мог спокойно играть в нормальных UFO, который умудрился сохранить ауру того, старого Xcom'a, когда часами просиживаешь за компом и пытаешь убить чертову тучу этих пришельцев с их базами.";}, 1701116101, 1714108824
    Run Time: 0.000400
  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, 463617, a:2:{i:0;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:78:"http://www.vg247.com/2010/04/15/bioshock-marin-team-not-handling-xcom-says-2k/";}}i:1;s:135:" Оказывается, не 2K Marin работает над игрой, а 2К Australia, т.е. почти что Irrational Games";}, 1701116101, 1714108824
    Run Time: 0.000241
  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, 463844, a:4:{i:0;s:30:"Another New "X-Com" Game, And ";i:1;a:4:{s:3:"tag";s:1:"u";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[U]";i:1;s:4:"[/U]";}s:8:"children";a:1:{i:0;s:18:"It's Not A Shooter";}}i:2;s:2:" ";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:70:"http://kotaku.com/5518361/another-new-x+com-game-and-its-not-a-shooter";}}}, 1701116101, 1714108824
    Run Time: 0.000204
  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, 545953, a:2:{i:0;s:58:"Xcom Is Coming to PC, Xbox 360 and PS3 -- March 6th, 2012 ";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:"v8otmMpaIdQ";}}}, 1701116101, 1714108824
    Run Time: 0.000735
  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, 560915, a:4:{i:0;s:112:"Несмотря на ГРАФОН уровня PS2 HD, поиграть наверно можно будет: ";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:42:"XCOM E3 demo video: 22 minutes of gameplay";}}i:2;s:4:" ";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:"nAmvP4w2ts0";}}}, 1701116101, 1714108824
    Run Time: 0.000284
  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, 3212, a:1:{i:0;s:17:"There only be ONE";}, 1701116101, 1714108824
    Run Time: 0.000283
  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, 561088, a:2:{i:0;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:37:"http://www.ufo2extraterrestrials.com/";}}i:1;s:731:" - вот кстати официально скоро выходит идейный продолжатель оригинальной игры. Эти ребята учли все косяки первой части и пригласили самого известного мододела Bman'a (тот, что сделал легендарный мод для первой части, которая приблизила её к оригинальной игре по духу), который и помогает создать эту игру. Судя по всему игра-приквел даст нам поиграть на Земле, а моды доведут её до очень хорошей кондиции.";}, 1701116101, 1714108824
    Run Time: 0.000329

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