Page Time: 0.1783s

Memory: 5.4889 MB (Peak: 6.1192 MB)

Queries (39, time: 0.0333s, 18.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000850
    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: 588
    Run Time: 0.000932
    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: 2
    Run Time: 0.000504
    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: 588
    Run Time: 0.006786
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 21Using index condition; Using where; Using filesort
    SIMPLEbb_code_parse_cacheeq_refcontent_type_idcontent_type_id31const,user_nextstagerussia.post.post_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4user_nextstagerussia.post.user_id1 
    SIMPLEsignature_parse_cacheeq_refcontent_type_idcontent_type_id31const,user_nextstagerussia.post.user_id1Using where
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22user_nextstagerussia.post.user_id,func1Using where
  5. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (444392)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.001118
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4user_nextstagerussia.attachment.data_id1 
  6. SELECT *
    FROM xf_poll
    WHERE content_type = ?
    	AND content_id = ?
    Params: thread, 588
    Run Time: 0.000672
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_pollconstcontent_type_content_idcontent_type_content_id31const,const1 
  7. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 588
    Run Time: 0.001033
  8. 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, t3u, t3u, XenForo_ControllerPublic_Thread, Index, valid, thread_id=588&page=4, 1714804619,
    Run Time: 0.000371
  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, 441262, a:1:{i:0;s:544:"На данный момент наручные часы это анахронизм ! Их носят замкнутые восьмедесятники , у которых календарь остановился на цифре 80 , а так же пафосные паразиты(люди паразитирующие на обществе) Остальные перцы что-бы узнать время смотрят на мобилу либо на iPod .(как опция спрашивают у пафосного паразита)";}, 1701116101, 1714804619
    Run Time: 0.000835
  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, 1059, a:1:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:31:"http://exophase.com/gamercards/";s:8:"original";a:2:{i:0;s:37:"[URL=http://exophase.com/gamercards/]";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:40:"http://gamercards.exophase.com/11541.png";}}}}}, 1701116101, 1714804619
    Run Time: 0.000444
  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, 441273, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"Snake_rus, post: 441262";s:8:"original";a:2:{i:0;s:33:"[quote="Snake_rus, post: 441262"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:199:" Остальные перцы что-бы узнать время смотрят на мобилу либо на iPod .(как опция спрашивают у пафосного паразита)";}}i:1;s:25:" Школота ёпт...";}, 1701116101, 1714804619
    Run Time: 0.000467
  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, 441332, a:1:{i:0;s:49:"Пафосный паразит детектед.";}, 1701116101, 1714804619
    Run Time: 0.001137
  13. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 163, 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;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:3:{i:0;s:1:" ";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:42:"http://www.youtube.com/watch?v=Iv2pyYirTzo";}}i:2;s:105:" вся правда о жителях Урала от известного политика :sarcastic: ";}}}}}, 1701116101, 1714804619
    Run Time: 0.000493
  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, 441465, a:1:{i:0;s:846:"Ну речь не про утилитарность. Я тоже время смотрел на мобиле. Тогда уж Гонконг - страна идиотов в квадрате. Такого количества магазинов с часами от 100 до 100,000 USD я даже в Женеве не видел. Сдается мне, что люди покупающие себе Audemars Piguet или Breguet могут увешаться айподами с ног до головы ;) Это скорее действительно аксессуар... Ну в общем судя по всему тема четырехлетней давности не проайпдейтилась :) Ну и хрен с ним. И вообще они тяжелые и с непривычки за углы цепляюсь :)";}, 1701116101, 1714804619
    Run Time: 0.000785
  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, 441475, a:1:{i:0;s:195:"Ха, а если проходишь в них с годик, то не надев утром будешь чувствовать дискомфорт и "холодок" на запястье ;)";}, 1701116101, 1714804619
    Run Time: 0.000472
  16. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 1447, a:1:{i:0;s:8:":oldman:";}, 1701116101, 1714804619
    Run Time: 0.000593
  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, 441509, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"Hitman666, post: 441249";s:8:"original";a:2:{i:0;s:33:"[quote="Hitman666, post: 441249"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:3:{i:0;s:54:"Без наворотов =) Люблю Lacoste... ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:52:"http://img341.imageshack.us/img341/2236/p1020719.jpg";s:8:"original";a:2:{i:0;s:58:"[URL=http://img341.imageshack.us/img341/2236/p1020719.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:55:"http://img341.imageshack.us/img341/2236/p1020719.th.jpg";}}}}i:2;s:2:" ";}}i:1;s:120:" а чьего производства, интересно? если калибр знаешь, то еще лучше";}, 1701116101, 1714804619
    Run Time: 0.000546
  18. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 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, 1714804619
    Run Time: 0.000581
  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, 441576, 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:174:"Сдается мне, что люди покупающие себе Audemars Piguet или Breguet могут увешаться айподами с ног до головы";}}i:1;s:186:" Сдается мне что люди покупающие подобные часы могут айподами попу вытирать :) Я лично ношу часы Grovana";}, 1701116101, 1714804619
    Run Time: 0.000430
  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: signature, 47, 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:2:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[SIZE=1]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:201:"В мире есть две бесконечные вещи: тупость и вселенная. И вот насчет второй я еще не уверен. (с) Альберт Эйнштейн ";}}i:1;s:1:" ";}}i:1;s:3:" ;)";}, 1701116101, 1714804619
    Run Time: 0.000343
  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, 441577, a:2:{i:0;s:19:"Я скромен ";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:52:"http://img341.imageshack.us/img341/8400/img0320p.jpg";}}}, 1701116101, 1714804619
    Run Time: 0.000392
  22. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 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, 1714804619
    Run Time: 0.000443
  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, 443871, a:1:{i:0;s:62:"неплохо, почем брал если не секрет";}, 1701116101, 1714804619
    Run Time: 0.000380
  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, 443890, a:1:{i:0;s:49:"10 баксов на соседнем рынке.";}, 1701116101, 1714804619
    Run Time: 0.000425
  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, 443893, a:1:{i:0;s:69:"Настоящие, но не Швейцарские :) Made in Japan";}, 1701116101, 1714804619
    Run Time: 0.000297
  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, 191, a:1:{i:0;s:75:"I am Lrrr! Ruler of the planet Omicron Persei 8! May I crash on your couch?";}, 1701116101, 1714804619
    Run Time: 0.000260
  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, 443991, a:1:{i:0;s:307:"Да часы не мои,ради прикола снял у друга и сфоткал для поддержки темы. Часы подарил ему сын президента молдавской республики. Настоящие они или нет это уже его проблемы.";}, 1701116101, 1714804619
    Run Time: 0.000272
  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, 443998, a:1:{i:0;s:444:"я по дискавери смотрел про самый запутаные преступления..так вот, там нашли труп в воде, на нем был как раз ролекс...и там сказали, что у каждых часов свой номер, он привязан к владельцу и т п...короче благодаря часам они распутали дело...вот так вот";}, 1701116101, 1714804619
    Run Time: 0.000218
  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, 444007, a:2:{i:0;s:69:"Мои часы - самые дорогие часы мира :-) ";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:79:"http://luisma.files.wordpress.com/2007/06/070112_doomsdayclock_hmed_5pwidec.jpg";}}}, 1701116101, 1714804619
    Run Time: 0.000416
  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, 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, 1714804619
    Run Time: 0.000293
  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, 444017, a:1:{i:0;s:222:"Смотреть время на мобиле - это фу. Это сколько лишних движений надо делать. У меня Casio 3 года, а будильнику дома лет десять :)";}, 1701116101, 1714804619
    Run Time: 0.000206
  32. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: signature, 4, a:2:{i:0;s:58:"vova: Versatile Online Violence Android SW 6368 9221 0229 ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:45:"https://card.psnprofiles.com/1/Wiizardwii.png";}}}, 1701116101, 1714804619
    Run Time: 0.000236
  33. 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, 444081, a:1:{i:0;s:128:"Casio G-Shock прикольные модельки даже подумываю взять беленькие плавать )))";}, 1701116101, 1714804619
    Run Time: 0.000265
  34. 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, 97, a:6:{i:0;s:23:"Wii U - Need_for_Dream ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:55:"http://gamercards.exophase.com/psn/user/Need_for_Dream/";s:8:"original";a:2:{i:0;s:63:"[URL='http://gamercards.exophase.com/psn/user/Need_for_Dream/']";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:37:"http://card.exophase.com/1/781440.png";}}}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:38:"https://www.facebook.com/gameoverdiary";s:8:"original";a:2:{i:0;s:46:"[URL='https://www.facebook.com/gameoverdiary']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:37:"http://www.facebook.com/gameoverdiary";}}i:4;s:3:" - ";i:5;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:11:"Courier New";s:8:"original";a:2:{i:0;s:18:"[FONT=Courier New]";i:1;s:7:"[/FONT]";}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:19:"Welcome to my blog.";}}}}}, 1701116101, 1714804619
    Run Time: 0.000349
  35. 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, 444245, a:1:{i:0;s:163:"не люблю электронные, спортивные и т п...люблю классику, металл ремень, большой циферблат..";}, 1701116101, 1714804619
    Run Time: 0.000458
  36. 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, 444392, a:1:{i:0;s:440:"Мои единственные на данный момент и любимые Invicta Russian Diver Quinotaur 4342. При поиске выбирал часы с большим циферблатом(на этих 52мм) и отсутствием ненужных индикаторов. P.S. Такие же были замечены на лапе Шварцнеггера, хотя ценник у них не кусачий:cool:";}, 1701116101, 1714804619
    Run Time: 0.000423
  37. 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, 722614, a:9:{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:55:"Romain Jerome Super Mario Bros. Watch Цена: $18,950";}}i:1;s:1:" ";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:1974:" With the release of this limited edition Romain Jerome Super Mario Bros. watch everything has finally come full circle for me when it comes to my relationship with luxury "nostalgia" watches. I once smirked sarcastically when people bought watches that reminded them of their favorite 1960s and 1970s era race car driving heroes and I rolled my eyes as brands sought to charge high prices for gimmicky "collectible" watches inspired by historic events. Sure, sometimes those timepieces were very cool items, but would consumers really want to get them mostly for their nostalgic value? Like all of Romain Jerome's video game-inspired watches (there is also a Tetris watch), the Romain Jerome Super Mario Bros. timepiece comes in a Moon Invader-style case which is 46mm wide in PVD-coated black titanium. The "feet-style" lugs move with the strap to help form a better fit on your wrist. The dial is produced using an interesting three-layer technique meant to create a "pixel" look which I've always found to be really cool in person. Super Mario, along with a mushroom, cloud, and bush, are all three-dimensional pixel-style figurines on the dial and brightly colored in enamel. Of course, I could wish for things like dial animation or other "movement," but even in static form, the dial looks great. All that you have to distract you from the Super Mario scene are the hour and minute hands. I don't think Romain Jerome is going to have too much trouble finding 85 people around the world with money to spend and fond memories of playing Super Mario Bros. as a youth in the 1980s. It amazes me how much of what I grew up with from video games to cartoons and toys are still such a big part of culture today in 2015. I suppose that makes me lucky, since I get to feel like a kid much longer. But it will take some adult money to purchase the limited edition of 85 pieces reference RJ.M.AU.IN.011.01 Romain Jerome Super Mario Bros. watch that has a price of $18,950. ";}}i:3;s:2:" ";i:4;a:4:{s:3:"tag";s:7:"spoiler";s:6:"option";N;s:8:"original";a:2:{i:0;s:9:"[SPOILER]";i:1;s:10:"[/SPOILER]";}s:8:"children";a:5:{i:0;s:1:" ";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:95:"http://www.ablogtowatch.com/wp-content/uploads/2015/11/Romain-Jerome-Super-Mario-Bros-watch.jpg";}}i:2;s:2:" ";i:3;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:30:"http://i.imgur.com/SSOzenW.png";}}i:4;s:2:" ";}}i:5;s:1:" ";i:6;a:4:{s:3:"tag";s:4:"hide";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[HIDE]";i:1;s:7:"[/HIDE]";}s:8:"children";a:1:{i:0;s:29:"Не мои конечно =)";}}i:7;s:1:" ";i:8;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.ablogtowatch.com/romain-jerome-super-mario-bros-watch/";}}}, 1701116101, 1714804619
    Run Time: 0.003616
  38. 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, 1714804619
    Run Time: 0.004496
  39. 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, 722617, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:32:"dimm, post: 722614, member: 3212";s:8:"original";a:2:{i:0;s:42:"[QUOTE="dimm, post: 722614, member: 3212"]";i:1;s:8:"[/QUOTE]";}s:8:"children";a:1:{i:0;s:17:"Цена: $18,950";}}i:1;s:22:" Почти 19 тыс?";}, 1701116101, 1714804619
    Run Time: 0.000441

Included Files (115, XenForo Classes: 64)

  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/XenForo/Model/Attachment.php
  76. library/XenForo/Route/Prefix/Attachments.php
  77. library/NextStage/Feature/Model/Feature.php
  78. library/XenForo/Model/Poll.php
  79. library/XenForo/Model/Node.php
  80. library/Tapatalk/Model/Node.php
  81. library/XenForo/Route/Prefix/Categories.php
  82. library/XenForo/Route/Prefix/Forums.php
  83. library/XenForo/ControllerResponse/View.php
  84. library/XenForo/ControllerResponse/Abstract.php
  85. library/XenForo/Helper/Cookie.php
  86. library/Tapatalk/Listener/ControllerPostDispatch.php
  87. library/XenForo/ViewRenderer/HtmlPublic.php
  88. library/XenForo/ViewRenderer/Abstract.php
  89. library/XenForo/Template/Public.php
  90. library/XenForo/Template/Abstract.php
  91. library/XenForo/ViewPublic/Thread/View.php
  92. library/XenForo/ViewPublic/Base.php
  93. library/XenForo/View.php
  94. library/XenForo/BbCode/Parser.php
  95. library/XenForo/BbCode/Formatter/Base.php
  96. library/XenForo/ViewPublic/Helper/Message.php
  97. library/XenForo/BbCode/TextWrapper.php
  98. library/XenForo/Route/Prefix/Members.php
  99. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  100. library/NextStage/ThreadRating/Listener/Template.php
  101. library/XenForo/Template/FileHandler.php
  102. library/XenForo/Helper/File.php
  103. internal_data/templates/S.1,L.1,thread_view.php
  104. library/Tapatalk/EventListener/Hook.php
  105. internal_data/templates/S.1,L.1,page_nav.php
  106. library/Tapatalk/Listener/TemplatePostRender.php
  107. library/XenForo/Route/Prefix/Posts.php
  108. internal_data/templates/S.1,L.1,nextstage_feature_post_private_controls.php
  109. library/XenForo/Model/Avatar.php
  110. internal_data/templates/S.1,L.1,bb_code_tag_quote.php
  111. internal_data/templates/S.1,L.1,bb_code_tag_spoiler.php
  112. library/XenForo/Debug.php
  113. internal_data/templates/S.1,L.1,PAGE_CONTAINER.php
  114. mobiquo/smartbanner/head.inc.php
  115. library/XenForo/ViewRenderer/Json.php