Page Time: 0.1148s

Memory: 5.4522 MB (Peak: 6.0733 MB)

Queries (30, time: 0.0146s, 12.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000305
    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: 14224
    Run Time: 0.000690
    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.000541
    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: 14224
    Run Time: 0.002718
    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: 14224
    Run Time: 0.000244
  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=14224, 1711635558,
    Run Time: 0.000305
  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, 311221, a:37:{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:68:"http://img27.picoodle.com/data/img27/3/9/8/f_logoresizem_6b6fd8f.jpg";}}i:1;s:4:" ";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:64:"The Force Unleashed готовится к выходу на ПК";}}i:3;s:89:" Невероятно, но факт – на недавней конференции ";i:4;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:27:"http://www.nvision2008.com/";s:8:"original";a:2:{i:0;s:35:"[URL="http://www.nvision2008.com/"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:12:"NVISION’08";}}}}i:5;s:82:", проводимой под покровительством компании «";i:6;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:36:"http://www.nvidia.com/page/home.html";s:8:"original";a:2:{i:0;s:44:"[URL="http://www.nvidia.com/page/home.html"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:6:"NVIDIA";}}}}i:7;s:85:"», было заявлено, что к выходу на ПК готовится «";i:8;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;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:19:"The Force Unleashed";}}}}i:9;s:36:"» - игра по мотивам «";i:10;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:25:"Звёздных войн";}}i:11;s:83:"», в которой активно используется физика тел. ";i:12;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:17:"Вик Сохал";}}i:13;s:2:" (";i:14;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:9:"Vic Sohal";}}i:15;s:60:"), главный управляющий компании «";i:16;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:36:"http://www.pixeluxentertainment.com/";s:8:"original";a:2:{i:0;s:44:"[URL="http://www.pixeluxentertainment.com/"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:21:"Pixelux Entertainment";}}}}i:17;s:131:"», которая стоит за разработкой физического ядра, использовавшегося в «";i:18;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;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:19:"The Force Unleashed";}}}}i:19;s:104:"», обронил фразу во время разговора об игровой физике: «";i:20;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:158:"На прошлой неделе вышла в свет демоверсия игры для PS3 и Xbox360. Но у нас есть и версия для PC";}}i:21;s:332:"». Вот и оно, практически эксклюзивная новость! Кроме того, он упомянул о «проделанной ими большой работе» по ускорению игровой физики с использованием GPU (возможно, с привлечением ";i:22;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:43:"http://www.nvidia.com/object/cuda_home.html";s:8:"original";a:2:{i:0;s:51:"[URL="http://www.nvidia.com/object/cuda_home.html"]";i:1;s:6:"[/URL]";}s:8:"children";a:5:{i:0;s:22:"технологии "";i:1;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:4:"CUDA";}}i:2;s:8:"" от "";i:3;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:6:"NVIDIA";}}i:4;s:1:""";}}i:23;s:124:", но поскольку это может оставить за бортом владельцев видеокарт от ";i:24;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:3:"ATI";}}i:25;s:229:", то это маловероятно), что, очевидно, сделает эту игру первой из числа тех, в которых используется такая передовая методика. ";i:26;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:67:"http://img26.picoodle.com/data/img26/3/9/8/f_222resizem_5b4543e.jpg";}}i:27;s:47:" К несчастью, сама игра «";i:28;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;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:19:"The Force Unleashed";}}}}i:29;s:3:"» ";i:30;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:101:"http://www.metacritic.com/games/platforms/xbox360/starwarstheforceunleashed?q=the%20force%20unleashed";s:8:"original";a:2:{i:0;s:109:"[URL="http://www.metacritic.com/games/platforms/xbox360/starwarstheforceunleashed?q=the%20force%20unleashed"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:64:"получила не слишком лестные отзывы";}}i:31;s:119:". С другой стороны, неплохо и то, что ПК посетит очередная игра по "";i:32;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:29:"Звёздным войнам";}}i:33;s:4:"". (";i:34;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:85:"http://www.rockpapershotgun.com/2008/09/08/scoop-the-force-unleashed-is-coming-to-pc/";s:8:"original";a:2:{i:0;s:93:"[URL="http://www.rockpapershotgun.com/2008/09/08/scoop-the-force-unleashed-is-coming-to-pc/"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:16:"источник";}}i:35;s:5:") ";i:36;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:69:"http://img37.picoodle.com/data/img37/3/9/8/f_StarWarsthem_0a60a42.jpg";}}}, 1701116101, 1711635558
    Run Time: 0.001172
  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, 311233, a:1:{i:0;s:227:"А чего тут удивительного, на PC выходит 95% мультиплатформы, да и эксклюзивы некоторых приставок, почти все есть или будут на PC.";}, 1701116101, 1711635558
    Run Time: 0.000327
  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, 311249, a:1:{i:0;s:61:"Ну и чудненько. Кто-то сомневался?";}, 1701116101, 1711635558
    Run Time: 0.000235
  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, 311255, a:1:{i:0;s:345:"Я).... перечислите мне, уважаемый Ваан, эксклюзивы для консолей выходивших на РС хотябы через 4 месяца после выхода оригинала?.... я уверен - таких нет(ну может один или два - но это исключение)....";}, 1701116101, 1711635558
    Run Time: 0.000317
  11. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 5804, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:22:"http://www.userbars.be";s:8:"original";a:2:{i:0;s:28:"[url=http://www.userbars.be]";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:49:"http://img641.imageshack.us/img641/6606/11150.gif";}}}}}, 1701116101, 1711635558
    Run Time: 0.000325
  12. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 311257, a:2:{i:0;s:316:"Никто не говорил о сроках, а мультиплатформа на PC выходит почти всегда одновременно, да и графически с PC тягаться никому не под силу. + LucasArts говорят что никакой PC версии нет ";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:96:"http://www.cinemablend.com/games/Rumor-Smash-No-PC-Version-of-Force-Unleashed-Planned-12096.html";}}}, 1701116101, 1711635558
    Run Time: 0.000235
  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, 401293, a:13:{i:0;s:48:"К выходу в свет готовится "";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;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:52:"Star Wars The Force Unleashed: Ultimate Sith Edition";}}}}i:2;s:71:"", которая помимо оригиалных миссий из "";i:3;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:19:"The Force Unleashed";}}}}i:4;s:480:"" получит три дополнительных (храм джедаев на планете Корускант, миссии на Татуине и планете Хот) и новых персонажей (Люк Скайуокер, Оби-Ван Кеноби, Анакин Скайуокер, Джанго Фетт и другие). Предположительное время выхода - осень 2009 года, по слухам - появится и на ПК. (";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:49:"http://www.worthplaying.com/article.php?sid=64604";s:8:"original";a:2:{i:0;s:57:"[URL="http://www.worthplaying.com/article.php?sid=64604"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:16:"источник";}}i:6;s:5:") ";i:7;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:74:"http://img140.imagevenue.com/img.php?image=13501_App_Boba_07_122_495lo.jpg";s:8:"original";a:2:{i:0;s:80:"[URL=http://img140.imagevenue.com/img.php?image=13501_App_Boba_07_122_495lo.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:70:"http://img140.imagevenue.com/loc495/th_13501_App_Boba_07_122_495lo.jpg";}}}}i:8;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:74:"http://img240.imagevenue.com/img.php?image=13536_App_HOTH_06_122_494lo.jpg";s:8:"original";a:2:{i:0;s:80:"[URL=http://img240.imagevenue.com/img.php?image=13536_App_HOTH_06_122_494lo.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:70:"http://img240.imagevenue.com/loc494/th_13536_App_HOTH_06_122_494lo.jpg";}}}}i:9;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:77:"http://img215.imagevenue.com/img.php?image=13626_TAT_Obi_Wan_019_122_78lo.jpg";s:8:"original";a:2:{i:0;s:83:"[URL=http://img215.imagevenue.com/img.php?image=13626_TAT_Obi_Wan_019_122_78lo.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:72:"http://img215.imagevenue.com/loc78/th_13626_TAT_Obi_Wan_019_122_78lo.jpg";}}}}i:10;s:2:" ";i:11;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:74:"http://img203.imagevenue.com/img.php?image=13661_App_TAT_014_122_412lo.jpg";s:8:"original";a:2:{i:0;s:80:"[URL=http://img203.imagevenue.com/img.php?image=13661_App_TAT_014_122_412lo.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:70:"http://img203.imagevenue.com/loc412/th_13661_App_TAT_014_122_412lo.jpg";}}}}i:12;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:77:"http://img240.imagevenue.com/img.php?image=13680_App_v_Luke_010_122_397lo.jpg";s:8:"original";a:2:{i:0;s:83:"[URL=http://img240.imagevenue.com/img.php?image=13680_App_v_Luke_010_122_397lo.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:73:"http://img240.imagevenue.com/loc397/th_13680_App_v_Luke_010_122_397lo.jpg";}}}}}, 1701116101, 1711635558
    Run Time: 0.000450
  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, 401308, a:2:{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:240:"Вопреки прошлогодним заверениям LucasArts, экшен Star Wars: The Force Unleashed, ранее вышедший на Xbox 360 и PlayStation 3, заглянет на PC и Mac стараниями Aspyr Media.";}}i:1;s:72:" AG.RU значит опять через жопу портируют :)";}, 1701116101, 1711635558
    Run Time: 0.000365
  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, 401312, a:1:{i:0;s:49:"Будем надеятся на лучшее :).";}, 1701116101, 1711635558
    Run Time: 0.000311
  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, 401320, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"VaaN, post: 311257";s:8:"original";a:2:{i:0;s:28:"[quote="VaaN, post: 311257"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:2:{i:0;s:71:"LucasArts говорят что никакой PC версии нет ";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:96:"http://www.cinemablend.com/games/Rumor-Smash-No-PC-Version-of-Force-Unleashed-Planned-12096.html";}}}}i:1;s:64:" Ты смотришь на дату новости? 2008-09-08";}, 1701116101, 1711635558
    Run Time: 0.000312
  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, 401322, a:2:{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:8:"DJCalita";}}i:1;s:50:", А ты смотришь дату поста ;)";}, 1701116101, 1711635558
    Run Time: 0.000984
  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, 401324, a:2:{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:4:"VaaN";}}i:1;s:68:", :D вот что значит не спать всю ночь:heh:";}, 1701116101, 1711635558
    Run Time: 0.000419
  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, 401326, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:19:"Lopez, post: 401293";s:8:"original";a:2:{i:0;s:29:"[quote="Lopez, post: 401293"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:7:{i:0;s:48:"К выходу в свет готовится "";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;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:52:"Star Wars The Force Unleashed: Ultimate Sith Edition";}}}}i:2;s:71:"", которая помимо оригиалных миссий из "";i:3;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;s:19:"The Force Unleashed";}}}}i:4;s:480:"" получит три дополнительных (храм джедаев на планете Корускант, миссии на Татуине и планете Хот) и новых персонажей (Люк Скайуокер, Оби-Ван Кеноби, Анакин Скайуокер, Джанго Фетт и другие). Предположительное время выхода - осень 2009 года, по слухам - появится и на ПК. (";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:49:"http://www.worthplaying.com/article.php?sid=64604";s:8:"original";a:2:{i:0;s:57:"[URL="http://www.worthplaying.com/article.php?sid=64604"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:16:"источник";}}i:6;s:5:") ";}}i:1;s:96:" Мне игра очень понравилась, буду ждать дополнение.";}, 1701116101, 1711635558
    Run Time: 0.000328
  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, 401327, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"VaaN, post: 311257";s:8:"original";a:2:{i:0;s:28:"[quote="VaaN, post: 311257"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:77:"графически с PC тягаться никому не под силу";}}i:1;s:197:" обычно автора этих слов обвитяют в еретикстве, и гвоорят, что 7800 в 321 раз курче 9800, так как 7800 всторена в пс3...";}, 1701116101, 1711635558
    Run Time: 0.000383
  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, 1289, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:31:"https://psnprofiles.com/dikh_ru";s:8:"original";a:2:{i:0;s:37:"[URL=https://psnprofiles.com/dikh_ru]";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:42:"https://card.psnprofiles.com/1/dikh_ru.png";}}}}}, 1701116101, 1711635558
    Run Time: 0.000330
  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, 401368, a:1:{i:0;s:300:"Рад честно говоря, в игры по вселенной Звездных войн не играл, окромя одной (название не помню). Хороший шанс подружиться с серией :) Надеюсь, что портируют нормально.";}, 1701116101, 1711635558
    Run Time: 0.000327
  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: signature, 4889, a:1:{i:0;s:219:""И в какой-то момент игрок понимает, что не ест, а сосет. Как-то так." (с) Medeival "Волосы были от АМД, поэтому и глючные." (с) Каин";}, 1701116101, 1711635558
    Run Time: 0.000308
  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, 401375, a:1:{i:0;s:20:"Ждем порта.";}, 1701116101, 1711635558
    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, 401378, a:1:{i:0;s:73:"Интересно,трофеи добавят в пс3 версию ? ;)";}, 1701116101, 1711635558
    Run Time: 0.000365
  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, 155, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:45:"https://www.mygamerprofile.net/gamer/xandrasx";s:8:"original";a:2:{i:0;s:51:"[url=https://www.mygamerprofile.net/gamer/xandrasx]";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:55:"https://www.mygamerprofile.net/card/onesig/xandrasx.png";}}}}}, 1701116101, 1711635558
    Run Time: 0.000249
  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, 401380, a:1:{i:0;s:88:"Добавят 100%. С 2009 в всех играх должны быть трофеи;)";}, 1701116101, 1711635558
    Run Time: 0.000246
  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, 401452, a:6:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:20:"AndraS, post: 401378";s:8:"original";a:2:{i:0;s:30:"[quote="AndraS, post: 401378"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:51:"трофеи добавят в пс3 версию ?";}}i:1;s:107:" Обещают: вчерашняя заметка с официального твиттера LucasArts: ";i:2;a:4:{s:3:"tag";s:5:"quote";s:6:"option";N;s:8:"original";a:2:{i:0;s:7:"[quote]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:82:"<...> Just confirmed to me: TFU on PS3 to get trophy support with the Sith Edition";}}i:3;s:1:"(";i:4;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:53:"http://twitter.com/lucasartsgames/statuses/2840629768";s:8:"original";a:2:{i:0;s:59:"[url=http://twitter.com/lucasartsgames/statuses/2840629768]";i:1;s:6:"[/url]";}s:8:"children";a:1:{i:0;s:1:"c";}}i:5;s:1:")";}, 1701116101, 1711635558
    Run Time: 0.000681
  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, 401457, a:2:{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:8:"vonadala";}}i:1;s:33:", это так важно? о_О";}, 1701116101, 1711635558
    Run Time: 0.000462
  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, 401463, a:2:{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:8:"Каин";}}i:1;s:374:", Если поднимешь очи на пару сообщений выше, то обратишь внимание, что для участников осуждения в данной теме этот вопрос наболевший. Поэтому, да, это важно. И по теме. В рамках ответа на поставленные вопрос.";}, 1701116101, 1711635558
    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