Page Time: 0.0788s

Memory: 11.4003 MB (Peak: 12.3612 MB)

Queries (35, time: 0.0125s, 15.8%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000984
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000130
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000112
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  5. 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(sticky_thread_order.display_order IS NULL, 1000, sticky_thread_order.display_order) AS sticky_display_order
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    	LEFT JOIN sticky_thread_order AS sticky_thread_order ON(sticky_thread_order.thread_id = thread.thread_id)
    WHERE thread.thread_id = ?
    Params: 13270
    Run Time: 0.000239
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEsticky_thread_orderrefPRIMARYPRIMARY4const1Using index
  6. 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: 47
    Run Time: 0.000211
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  7. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date,
    pr_cache.rating_cache,
    pr2.rating
    FROM xf_post AS post
    
    		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_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))
    left join dark_postrating_post_cache pr_cache ON (post.post_id = pr_cache.post_id)
    left join dark_postrating pr2 on (post.post_id = pr2.post_id and pr2.user_id = 0)
    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: 13270
    Run Time: 0.000590
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const6Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4rassvet.post.user_id1 
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22rassvet.post.user_id,func1Using where
    SIMPLEpr_cacheeq_refPRIMARYPRIMARY4rassvet.post.post_id1 
    SIMPLEpr2eq_refpost_id_user_id,post_id_rating,user_id_ratingpost_id_user_id8rassvet.post.post_id,const1 
  8. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 13270
    Run Time: 0.000073
  9. SELECT post_id
    FROM xf_bookmark
    WHERE xf_bookmark.user_id = ?
    Params: 0
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_bookmarkindex post_user_id8 351Using where; Using index
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 3f309dd389bfef01a6b294f5e84dfca6, , 1715412128
    Run Time: 0.000108
  11. 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=13270, 1715408528,
    Run Time: 0.000062
  12. SELECT *
    FROM xf_related_content_cache
    WHERE content_id = ?
                    AND content_type = ?
    	AND expiry_date > ?
    Params: 13270, thread, 1715408528
    Run Time: 0.000124
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_related_content_cacheconstcontent_id_content_typecontent_id_content_type31const,const1 
  13. SELECT DISTINCT content_type, content_id
    FROM xf_tag_content
    WHERE tag_id IN (67)
                    AND content_id <> ?
                    AND content_type IN ('node', 'post', 'thread')
    	AND visible = 1
    ORDER BY content_date DESC
     LIMIT 5
    Params: 13270
    Run Time: 0.000188
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentrefcontent_type_id_tag,tag_id_content_datetag_id_content_date4const11Using where; Using temporary
  14. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_cache,
    		pr_cache.rating_cache
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_post AS post ON
    			(post.post_id = thread.first_post_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    		left join dark_postrating_post_cache pr_cache ON (thread.first_post_id = pr_cache.post_id)
    WHERE thread.thread_id IN (17022, 16787, 15655, 15281, 14297)
    Run Time: 0.000429
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 5Using index condition
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4rassvet.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4rassvet.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,rassvet.thread.node_id1Using where
    SIMPLEpr_cacheeq_refPRIMARYPRIMARY4rassvet.thread.first_post_id1 
  15. INSERT INTO xf_related_content_cache
    	(content_id, content_type, cache_date, expiry_date, results)
    VALUES
    	(?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	cache_date = VALUES(cache_date),
    	expiry_date = VALUES(expiry_date),
    	results = VALUES(results)
    Params: 13270, thread, 1715408528, 1715412128, [{"0":"thread","1":17022,"content":{"thread_id":17022,"node_id":12,"title":"\u041a\u043e\u043d\u0446\u0435\u0440\u0442 \u043f\u0430\u043c\u044f\u0442\u0438 \u042d\u043b\u044c\u0434\u0430\u0440\u0430 \u0420\u044f\u0437\u0430\u043d\u043e\u0432\u0430 \u0432 \u0441\u0443\u0431\u0431\u043e\u0442\u0443 25 \u0438\u044e\u043d\u044f \u0432 20.00 \u0432 Abcoude","reply_count":3,"view_count":821,"user_id":265,"username":"Aap","post_date":1466422949,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":299101,"first_post_likes":0,"last_post_date":1466452106,"last_post_id":299157,"last_post_user_id":346,"last_post_username":"\u0418\u0440\u0438\u0434\u0430","prefix_id":0,"tags":"a:3:{i:2217;a:2:{s:3:\"tag\";s:10:\"smarttrips\";s:7:\"tag_url\";s:10:\"smarttrips\";}i:67;a:2:{s:3:\"tag\";s:14:\"\u043a\u043e\u043d\u0446\u0435\u0440\u0442\";s:7:\"tag_url\";s:7:\"koncert\";}i:2216;a:2:{s:3:\"tag\";s:26:\"\u044d\u043b\u044c\u0434\u0430\u0440\u0440\u044f\u0437\u0430\u043d\u043e\u0432\";s:7:\"tag_url\";s:14:\"ehldarrjazanov\";}}","email":"anechka.kats@gmail.com","gender":"female","custom_title":"","language_id":2,"style_id":3,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":6,"secondary_group_ids":"14","display_style_group_id":6,"permission_combination_id":98,"message_count":4747,"conversations_unread":0,"register_date":1040409743,"last_activity":1647204206,"trophy_points":184,"alerts_unread":0,"avatar_date":1359975461,"avatar_width":150,"avatar_height":150,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":229,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1603610430,"terms_accepted":1603610484,"node_title":"\u041e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f","node_name":"obyavleniya","message":"[URL='https:\/\/www.facebook.com\/smarttrips.nl\/photos\/gm.829343273864998\/1807356886161503\/?type=3'][IMG]https:\/\/scontent-ams3-1.xx.fbcdn.net\/v\/t1.0-9\/13263846_1807356886161503_7240492226748065947_n.jpg?oh=cb21ca4e57fe1592db6f2663b12f6b7f&oe=57C12941[\/IMG][\/URL]\n\u0414\u0430\u0442\u0430 \u0438 \u0432\u0440\u0435\u043c\u044f: [URL='https:\/\/www.facebook.com\/events\/calendar?adjusted_ts=1466838000&open_popup_on_init=1']\u0441\u0443\u0431\u0431\u043e\u0442\u0430[\/URL] 25 \u0438\u044e\u043d\u044f \u0432 \u0432 20:00 - 22:00\n\n\u041c\u0435\u0441\u0442\u043e: Kerkplein 7, 1391 GJ Abcoude, Abcoude Hotel (\u043f\u0440\u0438\u0433\u043e\u0440\u043e\u0434 \u0410\u043cc\u0442\u0435\u0440\u0434\u0430\u043c\u0430, 7 \u043c\u0438\u043d ( 600 \u043c\u0435\u0442\u0440\u043e\u0432 \u043f\u0435\u0448\u043a\u043e\u043c \u043e\u0442 \u0436\u0434 \u0441\u0442\u0430\u043d\u0446\u0438\u0438 Abcoude)\n\n\u0411\u0438\u043b\u0435\u0442\u044b \u043d\u0430 \u0441\u0430\u0439\u0442\u0435: [URL]https:\/\/www.ticketkantoor.nl\/shop\/ryazanov[\/URL]\n\u0412\u043d\u0438\u043c\u0430\u043d\u0438\u0435, \u0431\u0438\u043b\u0435\u0442\u044b \u0442\u043e\u043b\u044c\u043a\u043e \u043d\u0430 \u0441\u0430\u0439\u0442\u0435 \u0438 \u0442\u043e\u043b\u044c\u043a\u043e \u0434\u043e \u0441\u0440\u0435\u0434\u044b!\n\n\u0412\u043e\u043f\u0440\u043e\u0441\u044b - \u043c\u043d\u0435, \u043d\u0430\u043c \u0441 \u041d\u0430\u0442\u0430\u043b\u0438\u0435\u0439, \u0432 \u0444\u0435\u0439\u0441\u0431\u0443\u043a [URL]https:\/\/www.facebook.com\/events\/829339070532085\/[\/URL]\n\n\u0414\u043e \u0432\u0441\u0442\u0440\u0435\u0447\u0438, \u0434\u043e \u0432\u043e\u043f\u0440\u043e\u0441\u0430 \u0438 \u0432\u0441\u0435\u0433\u043e \u0432\u0430\u043c \u0445\u043e\u0440\u043e\u0448\u0435\u0433\u043e! \u0411\u0443\u0434\u0435\u043c \u0440\u0430\u0434\u044b, \u0435\u0441\u043b\u0438 \u043d\u0430\u0448 \u043a\u043e\u043d\u0446\u0435\u0440\u0442 \u0431\u0443\u0434\u0435\u0442 \u0447\u0430\u0441\u0442\u044c\u044e \u044d\u0442\u043e\u0433\u043e \u0445\u043e\u0440\u043e\u0448\u0435\u0433\u043e. \u041c\u044b \u0438\u0434\u0435\u043c \u0441\u0430\u043c\u0438 \u0438 \u0432\u0435\u0434\u0435\u043c \u043d\u0430\u0448\u0438\u0445 \u043c\u0430\u043c, \u043c\u0443\u0436\u0435\u0439 (\u0434\u0430\u0436\u0435 \u043d\u0435 \u0440\u0443\u0441\u0441\u043a\u043e\u0433\u043e\u0432\u043e\u0440\u044f\u0449\u0438\u0445) \u0438 \u0434\u0435\u0442\u0435\u0439.","attach_count":0,"thread_read_date":null,"user_post_count":0,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":[],"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"forum":{"node_id":12,"title":"\u041e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f","node_name":"obyavleniya"},"canInlineMod":false,"canEditThread":false,"isNew":false,"haveReadData":false,"hasPreview":true,"canViewContent":true,"isRedirect":false,"isDeleted":false,"isModerated":false,"titleCensored":true,"lastPageNumbers":false,"lastPostInfo":{"post_date":1466452106,"post_id":299157,"user_id":346,"username":"\u0418\u0440\u0438\u0434\u0430","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"2217":{"tag":"smarttrips","tag_url":"smarttrips"},"67":{"tag":"\u043a\u043e\u043d\u0446\u0435\u0440\u0442","tag_url":"koncert"},"2216":{"tag":"\u044d\u043b\u044c\u0434\u0430\u0440\u0440\u044f\u0437\u0430\u043d\u043e\u0432","tag_url":"ehldarrjazanov"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":16787,"content":{"thread_id":16787,"node_id":5,"title":"Megadeth \u0432 \u0413\u0440\u043e\u043d\u0438\u043d\u0433\u0435\u043d\u0435","reply_count":2,"view_count":715,"user_id":4261,"username":"Gas-Gas","post_date":1459173928,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":290069,"first_post_likes":0,"last_post_date":1459193946,"last_post_id":290103,"last_post_user_id":406,"last_post_username":"Sangria","prefix_id":0,"tags":"a:1:{i:67;a:2:{s:3:\"tag\";s:14:\"\u043a\u043e\u043d\u0446\u0435\u0440\u0442\";s:7:\"tag_url\";s:7:\"koncert\";}}","email":"yakovlev.oleg@mail.ru","gender":"male","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":6,"secondary_group_ids":"14","display_style_group_id":6,"permission_combination_id":98,"message_count":787,"conversations_unread":0,"register_date":1320920217,"last_activity":1714629379,"trophy_points":154,"alerts_unread":0,"avatar_date":1366130163,"avatar_width":150,"avatar_height":165,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":243,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1599834171,"terms_accepted":1599834190,"node_title":"\u0412 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0438\u0438","node_name":"v-gollandii","message":"14 \u0418\u044e\u043d\u044f [URL='http:\/\/www.de-oosterpoort.nl\/programma\/megadeth-2\/']\u0412\u0435\u043b\u0438\u0447\u0430\u0439\u0448\u0438\u0435 \u0442\u0440\u044d\u0448 \u043c\u0435\u0442\u0430\u043b\u043b\u0438\u0441\u0442\u044b[\/URL] \u043f\u0440\u0438\u0435\u0437\u0436\u0430\u044e\u0442 \u0432 \u0413\u0440\u043e\u043d\u0438\u043d\u0433\u0435\u043d","attach_count":0,"thread_read_date":null,"user_post_count":0,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":{"6":1},"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"forum":{"node_id":5,"title":"\u0412 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0438\u0438","node_name":"v-gollandii"},"canInlineMod":false,"canEditThread":false,"isNew":false,"haveReadData":false,"hasPreview":true,"canViewContent":true,"isRedirect":false,"isDeleted":false,"isModerated":false,"titleCensored":true,"lastPageNumbers":false,"lastPostInfo":{"post_date":1459193946,"post_id":290103,"user_id":406,"username":"Sangria","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"67":{"tag":"\u043a\u043e\u043d\u0446\u0435\u0440\u0442","tag_url":"koncert"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":15655,"content":{"thread_id":15655,"node_id":22,"title":"\u041a\u043e\u043d\u0446\u0435\u0440\u0442 \u0410\u043d\u0434\u0440\u0435\u044f \u0421\u0435\u043d\u044c\u043a\u0435\u0432\u0438\u0447\u0430 \u0432 \u0410\u043c\u0441\u0442\u0435\u0440\u0434\u0430\u043c\u0435","reply_count":0,"view_count":828,"user_id":5537,"username":"AndreiSenkevich","post_date":1424154409,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":255987,"first_post_likes":1,"last_post_date":1424154409,"last_post_id":255987,"last_post_user_id":5537,"last_post_username":"AndreiSenkevich","prefix_id":0,"tags":"a:7:{i:255;a:2:{s:3:\"tag\";s:16:\"\u0430\u043a\u0443\u0441\u0442\u0438\u043a\u0430\";s:7:\"tag_url\";s:8:\"akustika\";}i:1662;a:2:{s:3:\"tag\";s:8:\"\u0438\u043d\u0434\u0438\";s:7:\"tag_url\";s:4:\"indi\";}i:1663;a:2:{s:3:\"tag\";s:12:\"\u043a\u0430\u043d\u0442\u0440\u0438\";s:7:\"tag_url\";s:6:\"kantri\";}i:67;a:2:{s:3:\"tag\";s:14:\"\u043a\u043e\u043d\u0446\u0435\u0440\u0442\";s:7:\"tag_url\";s:7:\"koncert\";}i:147;a:2:{s:3:\"tag\";s:12:\"\u043c\u0443\u0437\u044b\u043a\u0430\";s:7:\"tag_url\";s:6:\"muzyka\";}i:933;a:2:{s:3:\"tag\";s:6:\"\u0440\u043e\u043a\";s:7:\"tag_url\";s:3:\"rok\";}i:1664;a:2:{s:3:\"tag\";s:8:\"\u0444\u043e\u043b\u043a\";s:7:\"tag_url\";s:4:\"folk\";}}","email":"senkevichmusic@gmail.com","gender":"male","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Moscow","visible":1,"user_group_id":2,"secondary_group_ids":"","display_style_group_id":2,"permission_combination_id":2,"message_count":2,"conversations_unread":0,"register_date":1424111238,"last_activity":1424383781,"trophy_points":3,"alerts_unread":2,"avatar_date":1424152932,"avatar_width":192,"avatar_height":192,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":1,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":0,"terms_accepted":0,"node_title":"\u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f","node_name":"svobodnoe-vremya","message":"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c! \u041c\u0435\u043d\u044f \u0437\u043e\u0432\u0443\u0442 \u0410\u043d\u0434\u0440\u0435\u0439 \u0421\u0435\u043d\u044c\u043a\u0435\u0432\u0438\u0447, \u044f \u043c\u0443\u0437\u044b\u043a\u0430\u043d\u0442 \u0438\u0437 \u041c\u0438\u043d\u0441\u043a\u0430, \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u044c. \u0418\u0441\u043f\u043e\u043b\u043d\u044f\u044e \u0430\u0432\u0442\u043e\u0440\u0441\u043a\u0443\u044e \u0440\u0443\u0441\u0441\u043a\u043e- \u0438 \u0431\u0435\u043b\u043e\u0440\u0443\u0441\u0441\u043a\u043e\u044f\u0437\u044b\u0447\u043d\u0443\u044e \u043c\u0443\u0437\u044b\u043a\u0443 \u0432 \u043d\u0430\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0438 \u0430\u043a\u0443\u0441\u0442\u0438\u0447\u0435\u0441\u043a\u0438\u0439 \u0440\u043e\u043a, \u0444\u043e\u043b\u043a, \u0438\u043d\u0434\u0438. \u0412 \u0444\u0435\u0432\u0440\u0430\u043b\u0435 \u0443 \u043c\u0435\u043d\u044f \u0432\u044b\u0445\u043e\u0434\u0438\u0442 \u0430\u043b\u044c\u0431\u043e\u043c, \u0432 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u043a\u0443 \u0431\u0443\u0434\u0435\u0442 \u0442\u0443\u0440 \u043f\u043e \u0420\u043e\u0441\u0441\u0438\u0438, \u0411\u0435\u043b\u0430\u0440\u0443\u0441\u0438 \u0438 \u0415\u0432\u0440\u043e\u043f\u0435. \u0425\u043e\u0442\u0435\u043b\u043e\u0441\u044c \u0431\u044b \u0437\u0430\u0435\u0445\u0430\u0442\u044c \u0438 \u0432 \u041d\u0438\u0434\u0435\u0440\u043b\u0430\u043d\u0434\u044b, \u043d\u043e, \u043a \u0441\u043e\u0436\u0430\u043b\u0435\u043d\u0438\u044e, \u043d\u0438\u043a\u0430\u043a\u0438\u0445 \u043a\u043e\u043d\u0442\u0430\u043a\u0442\u043e\u0432 \u0442\u0430\u043c \u043d\u0435\u0442. \u041c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c, \u043a\u0442\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u043c\u043e\u0433 \u0431\u044b \u043a\u0430\u043a-\u0442\u043e \u0441 \u044d\u0442\u0438\u043c \u043f\u043e\u043c\u043e\u0447\u044c \u0438\u043b\u0438 \u043d\u0430\u043f\u0440\u0430\u0432\u0438\u0442\u044c: \u043f\u043e\u0434\u0441\u043a\u0430\u0437\u0430\u0442\u044c \u043c\u0435\u0441\u0442\u0430, \u0433\u0434\u0435 \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u0430 \u0431\u0443\u0434\u0435\u0442 \u0440\u0443\u0441\u0441\u043a\u043e- \u0438 \u0431\u0435\u043b\u043e\u0440\u0443\u0441\u0441\u043a\u043e\u044f\u0437\u044b\u0447\u043d\u0430\u044f \u043c\u0443\u0437\u044b\u043a\u0430?\n\n[IMG]https:\/\/scontent.xx.fbcdn.net\/hphotos-xap1\/v\/t1.0-9\/1520659_381358425369075_8270791965903325139_n.jpg?oh=99459b0357119ef45fdfbb6456f8b53a&oe=5559FB73[\/IMG] \n\n\u0421 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b\u0430\u043c\u0438 \u043c\u043e\u0436\u043d\u043e \u043e\u0437\u043d\u0430\u043a\u043e\u043c\u0438\u0442\u044c\u0441\u044f \u043f\u043e \u0441\u0441\u044b\u043b\u043a\u0430\u043c:\n[url]http:\/\/senkevichmusic.com\/[\/url]\n[url]http:\/\/soundcloud.com\/senkevichmusic[\/url]\n[url]http:\/\/www.youtube.com\/user\/SenkevichMusic[\/url]\n\n\u0417\u0430\u0440\u0430\u043d\u0435\u0435 \u0441\u043f\u0430\u0441\u0438\u0431\u043e \u0437\u0430 \u0443\u0434\u0435\u043b\u0435\u043d\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f!","attach_count":0,"thread_read_date":null,"user_post_count":0,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":[],"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"forum":{"node_id":22,"title":"\u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f","node_name":"svobodnoe-vremya"},"canInlineMod":false,"canEditThread":false,"isNew":false,"haveReadData":false,"hasPreview":true,"canViewContent":true,"isRedirect":false,"isDeleted":false,"isModerated":false,"titleCensored":true,"lastPageNumbers":false,"lastPostInfo":{"post_date":1424154409,"post_id":255987,"user_id":5537,"username":"AndreiSenkevich","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"255":{"tag":"\u0430\u043a\u0443\u0441\u0442\u0438\u043a\u0430","tag_url":"akustika"},"1662":{"tag":"\u0438\u043d\u0434\u0438","tag_url":"indi"},"1663":{"tag":"\u043a\u0430\u043d\u0442\u0440\u0438","tag_url":"kantri"},"67":{"tag":"\u043a\u043e\u043d\u0446\u0435\u0440\u0442","tag_url":"koncert"},"147":{"tag":"\u043c\u0443\u0437\u044b\u043a\u0430","tag_url":"muzyka"},"933":{"tag":"\u0440\u043e\u043a","tag_url":"rok"},"1664":{"tag":"\u0444\u043e\u043b\u043a","tag_url":"folk"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":15281,"content":{"thread_id":15281,"node_id":22,"title":"\u041a\u0442\u043e \u0445\u043e\u0447\u0435\u0442 \u043d\u0430 \u043a\u043e\u043d\u0446\u0435\u0440\u0442 \u0432 \u042d\u0439\u043d\u0434\u0445\u043e\u0432\u0435\u043d\u0435?","reply_count":0,"view_count":1095,"user_id":626,"username":"Uncle","post_date":1412781218,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":241262,"first_post_likes":0,"last_post_date":1412781218,"last_post_id":241262,"last_post_user_id":626,"last_post_username":"Uncle","prefix_id":0,"tags":"a:2:{i:67;a:2:{s:3:\"tag\";s:14:\"\u043a\u043e\u043d\u0446\u0435\u0440\u0442\";s:7:\"tag_url\";s:7:\"koncert\";}i:399;a:2:{s:3:\"tag\";s:18:\"\u044d\u0439\u043d\u0434\u0445\u043e\u0432\u0435\u043d\";s:7:\"tag_url\";s:10:\"ehjndxoven\";}}","email":"glebanski@gmail.com","gender":"male","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":6,"secondary_group_ids":"14","display_style_group_id":6,"permission_combination_id":98,"message_count":1084,"conversations_unread":0,"register_date":1088603550,"last_activity":1710861691,"trophy_points":159,"alerts_unread":0,"avatar_date":1394548507,"avatar_width":219,"avatar_height":192,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":89,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1598961026,"terms_accepted":1598961044,"node_title":"\u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f","node_name":"svobodnoe-vremya","message":"\u0415\u0441\u0442\u044c \u0431\u0438\u043b\u0435\u0442 \u043d\u0430 \u043f\u044f\u0442\u043d\u0438\u0446\u0443, \u0432\u0435\u0447\u0435\u0440 \u0432 Philps Music Hall, \u043d\u0430 \u0432\u044b\u0441\u0442\u0443\u043f\u043b\u0435\u043d\u0438\u0435 \u043f\u043e\u0442\u0440\u044f\u0441\u043d\u043e\u0439 \u0433\u0440\u0443\u043f\u043f\u044b The Musical Box\n[MEDIA=youtube]OlX4moDYEmA[\/MEDIA]\n[url]http:\/\/www.muziekgebouweindhoven.nl\/detail\/2020\/the-musical-box[\/url]\n\u042f \u043d\u0435 \u0442\u0430\u043a\u043e\u0439 \u0441\u0442\u0430\u0440\u044b\u0439, \u043f\u043e\u044d\u0442\u043e\u043c\u0443 \u0432 70-\u0445 Genesis \u0441 \u0413\u0435\u0431\u0440\u0438\u044d\u043b\u043e\u043c \u0432\u0438\u0434\u0435\u0442\u044c \u043d\u0435 \u0443\u0434\u0430\u043b\u043e\u0441\u044c ;)\n\u042d\u0442\u0438 \u043c\u0443\u0437\u044b\u043a\u0430\u043d\u0442\u044b \u0441\u0442\u043e\u043b\u044c \u0443\u0434\u0430\u0447\u043d\u043e \u0441\u043a\u043e\u043f\u0438\u0440\u043e\u0432\u0430\u043b\u0438 \u0448\u043e\u0443 Genesis, \u0447\u0442\u043e \u0437\u0430\u0441\u043b\u0443\u0436\u0438\u043b\u0438 \u0440\u0435\u0441\u043f\u0435\u043a\u0442 \u0441\u0430\u043c\u0438\u0445 \u043e\u0442\u0446\u043e\u0432 \u0433\u0440\u0443\u043f\u043f\u044b \u0438 \u0435\u0449\u0435 \u0438\u043c \u0434\u0430\u0436\u0435 \u0441\u0446\u0435\u043d\u0438\u0447\u0435\u0441\u043a\u0438\u0435 \u043a\u043e\u0441\u0442\u044e\u043c\u044b \u043f\u043e\u0434\u0430\u0440\u0438\u043b\u0438.\n\u042f \u0443\u0436\u0435 \u0431\u044b\u043b 2 \u0440\u0430\u0437\u0430, \u0438\u0434\u0443 3-\u0439. \n\u0426\u0435\u043d\u0430 \u0432\u043e\u043f\u0440\u043e\u0441\u0430 44 \u0435\u0432\u0440\u043e.","attach_count":0,"thread_read_date":null,"user_post_count":0,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":[],"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"forum":{"node_id":22,"title":"\u0421\u0432\u043e\u0431\u043e\u0434\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f","node_name":"svobodnoe-vremya"},"canInlineMod":false,"canEditThread":false,"isNew":false,"haveReadData":false,"hasPreview":true,"canViewContent":true,"isRedirect":false,"isDeleted":false,"isModerated":false,"titleCensored":true,"lastPageNumbers":false,"lastPostInfo":{"post_date":1412781218,"post_id":241262,"user_id":626,"username":"Uncle","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"67":{"tag":"\u043a\u043e\u043d\u0446\u0435\u0440\u0442","tag_url":"koncert"},"399":{"tag":"\u044d\u0439\u043d\u0434\u0445\u043e\u0432\u0435\u043d","tag_url":"ehjndxoven"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":14297,"content":{"thread_id":14297,"node_id":12,"title":"\u041f\u0440\u043e\u0434\u0430\u043c 2 \u0431\u0438\u043b\u0435\u0442\u0430 \u043d\u0430 \u0440\u043e\u043a-\u043a\u043e\u043d\u0446\u0435\u0440\u0442 31 \u043c\u0430\u044f 2014 \u0432 Essen, \u0413\u0435\u0440\u043c\u0430\u043d\u0438\u044f","reply_count":5,"view_count":1136,"user_id":2977,"username":"relgames","post_date":1389101947,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":198208,"first_post_likes":0,"last_post_date":1389106598,"last_post_id":198219,"last_post_user_id":2977,"last_post_username":"relgames","prefix_id":0,"tags":"a:2:{i:67;a:2:{s:3:\"tag\";s:14:\"\u043a\u043e\u043d\u0446\u0435\u0440\u0442\";s:7:\"tag_url\";s:7:\"koncert\";}i:933;a:2:{s:3:\"tag\";s:6:\"\u0440\u043e\u043a\";s:7:\"tag_url\";s:3:\"rok\";}}","email":"relgames@gmail.com","gender":"male","custom_title":"","language_id":2,"style_id":12,"timezone":"Europe\/Amsterdam","visible":0,"user_group_id":6,"secondary_group_ids":"11,14","display_style_group_id":6,"permission_combination_id":107,"message_count":7805,"conversations_unread":0,"register_date":1221152546,"last_activity":1714314018,"trophy_points":214,"alerts_unread":0,"avatar_date":1454409828,"avatar_width":161,"avatar_height":237,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":1672,"warning_points":0,"is_staff":0,"activity_visible":0,"privacy_policy_accepted":1598768604,"terms_accepted":1598768639,"node_title":"\u041e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f","node_name":"obyavleniya","message":"[URL='http:\/\/www.piligrim.eu\/'][IMG]http:\/\/www.piligrim.eu\/images\/programmka%20russian%20rocks.jpg[\/IMG][\/URL] \n\n\n[ATTACH=full]608[\/ATTACH] \n\n\n\u041f\u0440\u043e\u0434\u0430\u043c 2 \u0431\u0438\u043b\u0435\u0442\u0430 \u043d\u0430 \u043c\u0435\u0441\u0442\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0435. \u041f\u0440\u043e\u0434\u0430\u044e \u0442.\u043a. \u043e\u043d\u0438 \u0432 \u043f\u043e\u0441\u043b\u0435\u0434\u043d\u0438\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u043e\u0442\u043c\u0435\u043d\u0438\u043b\u0438 \u0433\u0440\u0443\u043f\u043f\u0443, \u0440\u0430\u0434\u0438 \u043a\u043e\u0442\u043e\u0440\u043e\u0439 \u044f \u0438 \u0431\u0440\u0430\u043b \u0431\u0438\u043b\u0435\u0442\u044b. \u041e\u0442\u0434\u0430\u043c \u0437\u0430 149 \u0435\u0432\u0440\u043e (\u0438\u0445 \u0442\u0435\u043a\u0443\u0449\u0438\u0435 \u0446\u0435\u043d\u044b 99 \u0437\u0430 \u0431\u0438\u043b\u0435\u0442 = 198 \u0437\u0430 \u0434\u0432\u0430).","attach_count":1,"thread_read_date":null,"user_post_count":0,"node_permission_cache":"a:40:{s:10:\"viewOthers\";b:1;s:11:\"viewContent\";b:1;s:22:\"viewThreadPlaceholders\";b:0;s:20:\"viewPostPlaceholders\";b:0;s:4:\"like\";b:0;s:10:\"postThread\";b:0;s:18:\"stickUnstickThread\";b:0;s:9:\"postReply\";b:0;s:16:\"lockUnlockThread\";b:0;s:11:\"editOwnPost\";b:0;s:20:\"editOwnPostTimeLimit\";i:0;s:17:\"snogFirstPostEdit\";i:0;s:18:\"editOwnThreadTitle\";b:0;s:13:\"deleteOwnPost\";b:0;s:15:\"deleteOwnThread\";b:0;s:15:\"manageAnyThread\";b:0;s:14:\"viewAttachment\";b:0;s:16:\"uploadAttachment\";b:0;s:12:\"tagOwnThread\";b:0;s:12:\"tagAnyThread\";b:0;s:25:\"manageOthersTagsOwnThread\";b:0;s:15:\"deleteAnyThread\";b:0;s:19:\"hardDeleteAnyThread\";b:0;s:14:\"threadReplyBan\";b:0;s:8:\"votePoll\";b:0;s:11:\"editAnyPost\";b:0;s:13:\"deleteAnyPost\";b:0;s:17:\"hardDeleteAnyPost\";b:0;s:4:\"warn\";b:0;s:12:\"manageAnyTag\";b:0;s:11:\"viewDeleted\";b:0;s:13:\"viewModerated\";b:0;s:8:\"undelete\";b:0;s:16:\"approveUnapprove\";b:0;s:24:\"doublepost_merge_minutes\";i:0;s:23:\"doublepost_bump_minutes\";i:0;s:11:\"listRatings\";b:0;s:8:\"ratePost\";b:0;s:12:\"deleteRating\";b:0;s:4:\"view\";b:1;}","rating_cache":[],"permissions":{"viewOthers":true,"viewContent":true,"viewThreadPlaceholders":false,"viewPostPlaceholders":false,"like":false,"postThread":false,"stickUnstickThread":false,"postReply":false,"lockUnlockThread":false,"editOwnPost":false,"editOwnPostTimeLimit":0,"snogFirstPostEdit":0,"editOwnThreadTitle":false,"deleteOwnPost":false,"deleteOwnThread":false,"manageAnyThread":false,"viewAttachment":false,"uploadAttachment":false,"tagOwnThread":false,"tagAnyThread":false,"manageOthersTagsOwnThread":false,"deleteAnyThread":false,"hardDeleteAnyThread":false,"threadReplyBan":false,"votePoll":false,"editAnyPost":false,"deleteAnyPost":false,"hardDeleteAnyPost":false,"warn":false,"manageAnyTag":false,"viewDeleted":false,"viewModerated":false,"undelete":false,"approveUnapprove":false,"doublepost_merge_minutes":0,"doublepost_bump_minutes":0,"listRatings":false,"ratePost":false,"deleteRating":false,"view":true},"forum":{"node_id":12,"title":"\u041e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f","node_name":"obyavleniya"},"canInlineMod":false,"canEditThread":false,"isNew":false,"haveReadData":false,"hasPreview":true,"canViewContent":true,"isRedirect":false,"isDeleted":false,"isModerated":false,"titleCensored":true,"lastPageNumbers":false,"lastPostInfo":{"post_date":1389106598,"post_id":198219,"user_id":2977,"username":"relgames","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"67":{"tag":"\u043a\u043e\u043d\u0446\u0435\u0440\u0442","tag_url":"koncert"},"933":{"tag":"\u0440\u043e\u043a","tag_url":"rok"}},"dark_postrating_max":0,"dark_postrating_max_id":0}}]
    Run Time: 0.004574
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_bb_code_tag_hashtag', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'doublepost_bb_code_tag', 'conversationpost_post', 'conversationpost_userinfo', 'wf_widget_wrapper', 'related_content_results', 'tinhte_xentag_widget_related_threads', 'thread_view', 'notice_cookies', 'EWRatendo_Navtabs', 'modess_moderator_bar_mod_log_counts', 'wf_hook_moderator_bar', 'wf_revealer', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000592
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 35Using index condition
  17. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('events')
    Params: 2
    Run Time: 0.000115
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  18. SELECT *
    	FROM EWRatendo_events
    WHERE thread_id = ?
    ORDER BY event_strtime DESC
    Params: 13270
    Run Time: 0.000259
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_eventsALL    393Using where; Using filesort
  19. SELECT EWRatendo_rsvps.*, xf_user.*
    	FROM EWRatendo_rsvps
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_rsvps.user_id)
    WHERE event_id = ?
    ORDER BY xf_user.username
    Params: 8
    Run Time: 0.000605
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_rsvpsrefUNIQUE,event_idUNIQUE4const4Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4rassvet.EWRatendo_rsvps.user_id1 
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('EWRatendo_EventsView')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000095
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  21. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_a06f0a7e87c12c118af36', 'wfc__1_thread_view_t13270')
    Run Time: 0.000118
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using index condition
  22. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_1eaf03b98bf65a915847d')
    Run Time: 0.000069
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  23. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_1eaf03b98bf65a915847d, a:1:{s:28:"thread_view_lock_rct13270_19";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1715408528;}}
    Run Time: 0.000074
  24. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_a06f0a7e87c12c118af36, a:1:{s:23:"thread_view_rct13270_19";a:2:{s:4:"html";s:0:"";s:4:"time";i:1715408528;}}
    Run Time: 0.000058
  25. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_1eaf03b98bf65a915847d, a:1:{s:28:"thread_view_lock_rct13270_19";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1715408528;}}
    Run Time: 0.000059
  26. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_c1bc967e4144d6472958e')
    Run Time: 0.000077
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  27. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_c1bc967e4144d6472958e, a:1:{s:26:"thread_view_lock_t13270_18";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1715408528;}}
    Run Time: 0.000057
  28. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    
    WHERE MATCH(search_index.title, search_index.message, search_index.metadata) AGAINST (? IN BOOLEAN MODE)
    	
    
    ORDER BY search_index.item_date desc
    LIMIT 200
    Params: +_md_tag_67 +(_md_content_thread)
    Run Time: 0.000273
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_message_metadatatitle_message_metadata0 1Using where; Using filesort
  29. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_cache,
    		pr_cache.rating_cache
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_post AS post ON
    			(post.post_id = thread.first_post_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    		left join dark_postrating_post_cache pr_cache ON (thread.first_post_id = pr_cache.post_id)
    WHERE thread.thread_id IN (17022, 16787, 15655, 15281, 14297, 14052, 13632, 13402, 13401, 13270, 13261)
    Run Time: 0.000619
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 11Using index condition
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4rassvet.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4rassvet.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,rassvet.thread.node_id1Using where
    SIMPLEpr_cacheeq_refPRIMARYPRIMARY4rassvet.thread.first_post_id1 
  30. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000214
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    57Using filesort
  31. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000223
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const61Using index condition
  32. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id IN (50, 3, 4, 5, 6, 7, 28, 29, 36, 37, 38, 39, 30, 40, 31, 51, 34, 35, 32, 33, 18, 19, 25, 27, 20, 21, 22, 23, 24, 48, 59, 60, 61, 26, 47, 8, 12, 62, 9, 13, 55, 10, 42, 43, 44, 14, 15, 16, 17, 49, 56)) AND (thread.discussion_state IN ('visible'))) AND (thread.thread_id IN (17022, 16787, 15655, 15281, 14297, 14052, 13632, 13402, 13401, 13270, 13261))
    ORDER BY thread.post_date DESC
     LIMIT 20
    Run Time: 0.000608
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4 11Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.thread.user_id1 
  33. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_thread_view_t13270, a:1:{s:21:"thread_view_t13270_18";a:2:{s:4:"html";s:7482:"<div class="avatarList"> <ul> <li class="thread-17022 thread-node-12"> <a href="index.php?members/aap.265/" class="avatar Av265s" data-avatarhtml="true"><img src="data/avatars/s/0/265.jpg?1359975461" width="48" height="48" alt="Aap" /></a> <a title="Концерт памяти Эльдара Рязанова в субботу 25 июня в 20.00 в Abcoude" class="Tooltip" href="index.php?threads/koncert-pamjati-ehldara-rjazanova-v-subbotu-25-ijunja-v-20-00-v-abcoude.17022/"> Концерт памяти Эльдара Рязанова... </a> <div class="userTitle"> <a href="index.php?members/aap.265/">Aap</a> posted <span class="DateTime" title="20 июн 2016 в 13:42">20 июн 2016</span> </div> </li> <li class="thread-16787 thread-node-5"> <a href="index.php?members/gas-gas.4261/" class="avatar Av4261s" data-avatarhtml="true"><img src="data/avatars/s/4/4261.jpg?1366130163" width="48" height="48" alt="Gas-Gas" /></a> <a href="index.php?threads/megadeth-v-groningene.16787/"> Megadeth в Гронингене </a> <div class="userTitle"> <a href="index.php?members/gas-gas.4261/">Gas-Gas</a> posted <span class="DateTime" title="28 мар 2016 в 16:05">28 мар 2016</span> </div> </li> <li class="thread-15655 thread-node-22"> <a href="index.php?members/andreisenkevich.5537/" class="avatar Av5537s" data-avatarhtml="true"><img src="data/avatars/s/5/5537.jpg?1424152932" width="48" height="48" alt="AndreiSenkevich" /></a> <a title="Концерт Андрея Сенькевича в Амстердаме" class="Tooltip" href="index.php?threads/koncert-andreja-senkevicha-v-amsterdame.15655/"> Концерт Андрея Сенькевича в... </a> <div class="userTitle"> <a href="index.php?members/andreisenkevich.5537/">AndreiSenkevich</a> posted <span class="DateTime" title="17 фев 2015 в 07:26">17 фев 2015</span> </div> </li> <li class="thread-15281 thread-node-22"> <a href="index.php?members/uncle.626/" class="avatar Av626s" data-avatarhtml="true"><img src="data/avatars/s/0/626.jpg?1394548507" width="48" height="48" alt="Uncle" /></a> <a href="index.php?threads/kto-xochet-na-koncert-v-ehjndxovene.15281/"> Кто хочет на концерт в Эйндховене? </a> <div class="userTitle"> <a href="index.php?members/uncle.626/">Uncle</a> posted <span class="DateTime" title="8 окт 2014 в 17:13">8 окт 2014</span> </div> </li> <li class="thread-14297 thread-node-12"> <a href="index.php?members/relgames.2977/" class="avatar Av2977s" data-avatarhtml="true"><img src="data/avatars/s/2/2977.jpg?1454409828" width="48" height="48" alt="relgames" /></a> <a title="Продам 2 билета на рок-концерт 31 мая 2014 в Essen, Германия" class="Tooltip" href="index.php?threads/prodam-2-bileta-na-rok-koncert-31-maja-2014-v-essen-germanija.14297/"> Продам 2 билета на рок-концерт... </a> <div class="userTitle"> <a href="index.php?members/relgames.2977/">relgames</a> posted <span class="DateTime" title="7 янв 2014 в 14:39">7 янв 2014</span> </div> </li> <li class="thread-14052 thread-node-5"> <a href="index.php?members/tonic48.3928/" class="avatar Av3928s" data-avatarhtml="true"><img src="data/avatars/s/3/3928.jpg?1382620646" width="48" height="48" alt="tonic48" /></a> <a href="index.php?threads/gogol-bordello-v-paradiso.14052/"> Gogol Bordello в Paradiso </a> <div class="userTitle"> <a href="index.php?members/tonic48.3928/">tonic48</a> posted <span class="DateTime" title="24 окт 2013 в 13:17">24 окт 2013</span> </div> </li> <li class="thread-13632 thread-node-22"> <a href="index.php?members/mr-smith.4385/" class="avatar Av4385s" data-avatarhtml="true"><img src="data/avatars/s/4/4385.jpg?1365501032" width="48" height="48" alt="mr.smith" /></a> <a href="index.php?threads/koncert-aukcyona-30-ijunja-v-tilburge.13632/"> Концерт Аукцыона 30 июня в Тилбурге </a> <div class="userTitle"> <a href="index.php?members/mr-smith.4385/">mr.smith</a> posted <span class="DateTime" title="12 июн 2013 в 22:55">12 июн 2013</span> </div> </li> <li class="thread-13402 thread-node-47"> <a href="index.php?members/kosta.436/" class="avatar Av436s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_s.png" width="48" height="48" alt="kosta" /></a> <a title="[10 Jun, 2013] Hugh Laurie Blues (CONCERTGEBOUW (AMSTERDAM))" class="Tooltip" href="index.php?threads/10-jun-2013-hugh-laurie-blues-concertgebouw-amsterdam.13402/"> [10 Jun, 2013] Hugh Laurie... </a> <div class="userTitle"> <a href="index.php?members/kosta.436/">kosta</a> posted <span class="DateTime" title="9 апр 2013 в 18:30">9 апр 2013</span> </div> </li> <li class="thread-13401 thread-node-22"> <a href="index.php?members/kosta.436/" class="avatar Av436s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_s.png" width="48" height="48" alt="kosta" /></a> <a title="Концерт Хью Лори в CONCERTGEBOUW (AMSTERDAM) - 10 июня" class="Tooltip" href="index.php?threads/koncert-xju-lori-v-concertgebouw-amsterdam-10-ijunja.13401/"> Концерт Хью Лори в... </a> <div class="userTitle"> <a href="index.php?members/kosta.436/">kosta</a> posted <span class="DateTime" title="9 апр 2013 в 18:04">9 апр 2013</span> </div> </li> <li class="thread-13270 thread-node-47"> <a href="index.php?members/ncux.463/" class="avatar Av463s" data-avatarhtml="true"><img src="data/avatars/s/0/463.jpg?1478376912" width="48" height="48" alt="ncux" /></a> <a title="[29 Jun, 2013] АукцЫон на Festival MUNDIAL (Tilburg)" class="Tooltip" href="index.php?threads/29-jun-2013-aukcyon-na-festival-mundial-tilburg.13270/"> [29 Jun, 2013] АукцЫон на... </a> <div class="userTitle"> <a href="index.php?members/ncux.463/">ncux</a> posted <span class="DateTime" title="6 мар 2013 в 17:21">6 мар 2013</span> </div> </li> <li class="thread-13261 thread-node-22"> <a href="index.php?members/valeria.579/" class="avatar Av579s" data-avatarhtml="true"><img src="data/avatars/s/0/579.jpg?1359665533" width="48" height="48" alt="valeria" /></a> <a href="index.php?threads/koncerty-timura-shaova.13261/"> Концерты Тимура Шаова </a> <div class="userTitle"> <a href="index.php?members/valeria.579/">valeria</a> posted <span class="DateTime" title="5 мар 2013 в 18:27">5 мар 2013</span> </div> </li> </ul> </div>";s:4:"time";i:1715408528;}}
    Run Time: 0.000112
  34. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_c1bc967e4144d6472958e, a:1:{s:26:"thread_view_lock_t13270_18";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1715408528;}}
    Run Time: 0.000052
  35. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (199, XenForo Classes: 81)

  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/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/ModEss/Listener/Cog.php
  33. library/Tapatalk/Listener/LoadClassModel.php
  34. library/bdTagMe/Listener.php
  35. library/WidgetFramework/Listener.php
  36. library/TMS/Listener.php
  37. library/Tinhte/XenTag/Listener.php
  38. library/DoublePost/Listener/Cog.php
  39. library/Dark/PostRating/EventListener.php
  40. library/RelatedContents/Listener.php
  41. library/WidgetFramework/Option.php
  42. library/EWRatendo/Listener/Init.php
  43. library/XenForo/DataWriter/User.php
  44. library/XenForo/DataWriter.php
  45. library/bdTagMe/Helper/Template.php
  46. library/bdTagMe/ShippableHelper/Updater.php
  47. library/bdTagMe/Option.php
  48. library/NodesAsTabs/Listen.php
  49. library/XenForo/Router.php
  50. library/XenForo/Route/Filter.php
  51. library/XenForo/Route/Interface.php
  52. library/XenForo/Route/ResponseSuffix.php
  53. library/XenForo/Route/Prefix.php
  54. library/WidgetFramework/Route/Filter/PageX.php
  55. library/XenForo/Route/Prefix/Threads.php
  56. library/EWRutiles/Sitemap/Listener/Route.php
  57. library/XenForo/RouteMatch.php
  58. library/XenForo/ControllerPublic/Thread.php
  59. library/XenForo/ControllerPublic/Abstract.php
  60. library/XenForo/Controller.php
  61. library/EWRutiles/Sitemap/Listener/Controller.php
  62. library/EWRatendo/Listener/Controller.php
  63. library/ConversationPost/Listener.php
  64. library/Andy/SimilarThreads/Listener.php
  65. library/Andy/Bookmark/Listener.php
  66. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  67. library/Tinhte/XenTag/XenForo/ControllerPublic/Thread.php
  68. library/ModEss/ControllerPublic/Thread.php
  69. library/NodesAsTabs/ControllerPublic/Thread.php
  70. library/DoublePost/ControllerPublic/Thread.php
  71. library/Andy/SimilarThreads/ControllerPublic/Thread.php
  72. library/Andy/Bookmark/ControllerPublic/Thread.php
  73. library/XenForo/Input.php
  74. library/XenForo/Session.php
  75. library/XenForo/Helper/Ip.php
  76. library/XenForo/Visitor.php
  77. library/XenForo/Model/User.php
  78. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  79. library/Waindigo/Listener/LoadClass.php
  80. library/Waindigo/Listener/LoadClass/20150318.php
  81. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  82. library/bdTagMe/XenForo/Model/User.php
  83. library/WidgetFramework/XenForo/Model/User.php
  84. library/Dark/PostRating/Model/User.php
  85. library/XenForo/Permission.php
  86. library/XenForo/Helper/Php.php
  87. library/XenForo/Phrase.php
  88. library/XenForo/Locale.php
  89. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  90. library/Waindigo/Listener/ControllerPreDispatch.php
  91. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  92. library/XenForo/ControllerHelper/ForumThreadPost.php
  93. library/XenForo/ControllerHelper/Abstract.php
  94. library/XenForo/Model/Thread.php
  95. library/WidgetFramework/XenForo/Model/Thread.php
  96. library/Tinhte/XenTag/XenForo/Model/Thread.php
  97. library/ModEss/Model/Thread.php
  98. library/Dark/PostRating/Model/Thread.php
  99. library/Dark/PostRating/Model.php
  100. library/XenForo/Model/Forum.php
  101. library/Tinhte/XenTag/XenForo/Model/Forum.php
  102. library/Tinhte/XenTag/Constants.php
  103. library/Tinhte/XenTag/Helper.php
  104. library/XenForo/Helper/String.php
  105. library/XenForo/Model/Post.php
  106. library/Snog/FirstPostEdit/Listener/Post.php
  107. library/ModEss/Model/Post.php
  108. library/DoublePost/Model/Post.php
  109. library/Dark/PostRating/Model/Post.php
  110. library/Snog/FirstPostEdit/Model/Post.php
  111. library/ModEss/Model/ModEss.php
  112. library/XenForo/Model/Attachment.php
  113. library/XenForo/Model/Node.php
  114. library/Tapatalk/Model/Node.php
  115. library/ModEss/Model/Node.php
  116. library/XenForo/Route/Prefix/Categories.php
  117. library/XenForo/Route/Prefix/Forums.php
  118. library/XenForo/ControllerResponse/View.php
  119. library/XenForo/ControllerResponse/Abstract.php
  120. library/XenForo/Helper/Cookie.php
  121. library/NodesAsTabs/API.php
  122. library/NodesAsTabs/Model/Options.php
  123. library/Tapatalk/Listener/ControllerPostDispatch.php
  124. library/XenForo/ViewRenderer/HtmlPublic.php
  125. library/XenForo/ViewRenderer/Abstract.php
  126. library/XenForo/Template/Public.php
  127. library/XenForo/Template/Abstract.php
  128. library/WidgetFramework/Core.php
  129. library/XenForo/Model/Moderator.php
  130. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  131. library/ModEss/Model/Moderator.php
  132. library/WidgetFramework/Model/Widget.php
  133. library/WidgetFramework/Helper/Sort.php
  134. library/WidgetFramework/WidgetRenderer.php
  135. library/XenForo/ViewPublic/Thread/View.php
  136. library/XenForo/ViewPublic/Base.php
  137. library/XenForo/View.php
  138. library/Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php
  139. library/WidgetFramework/XenForo/View1.php
  140. library/RelatedContents/ViewPublic/ThreadView.php
  141. library/XenForo/Model/Tag.php
  142. library/Tinhte/XenTag/XenForo/Model/Tag.php
  143. library/RelatedContents/Model/Tag.php
  144. library/XenForo/TagHandler/Thread.php
  145. library/XenForo/TagHandler/Abstract.php
  146. library/XenForo/BbCode/Parser.php
  147. library/XenForo/BbCode/Formatter/Base.php
  148. library/bdTagMe/XenForo/BbCode/Formatter/Base.php
  149. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  150. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  151. library/DoublePost/BbCode/Formatter/Base.php
  152. library/XenForo/ViewPublic/Helper/Message.php
  153. library/XenForo/BbCode/TextWrapper.php
  154. library/Tinhte/XenTag/ContentWrapper/Post.php
  155. library/Tinhte/XenTag/ContentWrapper/Abstract.php
  156. library/Tinhte/XenTag/Option.php
  157. library/RelatedContents/WidgetRenderer/Thread.php
  158. library/WidgetFramework/Model/Cache.php
  159. library/Tinhte/XenTag/WidgetRenderer/RelatedThreads.php
  160. library/XenForo/Route/Prefix/Members.php
  161. library/bdTagMe/XenForo/Route/Prefix/Members.php
  162. library/memberMap/Listener/Navigation.php
  163. library/memberMap/Model/ViewMap.php
  164. library/EWRatendo/Listener/NavTabs.php
  165. library/EWRatendo/Model/Perms.php
  166. library/NodesAsTabs/NavTabs.php
  167. library/EWRutiles/Sitemap/Listener/Params.php
  168. library/WidgetFramework/Template/Extended.php
  169. library/XenForo/Route/Prefix/Tags.php
  170. library/Tapatalk/EventListener/Hook.php
  171. library/EWRatendo/Listener/Template.php
  172. library/EWRatendo/Model/Events.php
  173. library/EWRatendo/Model/RSVPs.php
  174. library/XenForo/Model/Avatar.php
  175. library/Tapatalk/Listener/TemplatePostRender.php
  176. library/XenForo/Route/Prefix/Posts.php
  177. library/Tinhte/XenTag/Integration.php
  178. library/XenForo/Model/Search.php
  179. library/Tapatalk/Model/Search.php
  180. library/XenForo/Search/Searcher.php
  181. library/XenForo/Search/SourceHandler/Abstract.php
  182. library/XenForo/Search/SourceHandler/MySqlFt.php
  183. library/XenForo/Search/DataHandler/Thread.php
  184. library/XenForo/Search/DataHandler/Abstract.php
  185. library/XenForo/NodeHandler/LinkForum.php
  186. library/XenForo/NodeHandler/Abstract.php
  187. library/XenForo/NodeHandler/Category.php
  188. library/XenForo/NodeHandler/Forum.php
  189. library/XenForo/NodeHandler/Page.php
  190. library/XenForo/Model/LinkForum.php
  191. library/XenForo/Model/Category.php
  192. library/XenForo/Model/Page.php
  193. library/WidgetFramework/Helper/String.php
  194. library/WidgetFramework/WidgetRenderer/Empty.php
  195. library/XenForo/Helper/Criteria.php
  196. library/XenForo/Debug.php
  197. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  198. mobiquo/smartbanner/head.inc.php
  199. library/XenForo/ViewRenderer/Json.php