Page Time: 0.0941s

Memory: 11.3095 MB (Peak: 12.2703 MB)

Queries (32, time: 0.0385s, 41.0%)

  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.000672
    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.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000111
    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.000095
    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: 20831
    Run Time: 0.000248
    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: 40
    Run Time: 0.000215
    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: 20831
    Run Time: 0.000636
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const5Using 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: 20831
    Run Time: 0.000077
  9. SELECT post_id
    FROM xf_bookmark
    WHERE xf_bookmark.user_id = ?
    Params: 0
    Run Time: 0.000228
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_bookmarkindex post_user_id8 350Using where; Using index
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: c332f5ed943e23074b360e87c8a41b63, , 1711706337
    Run Time: 0.000101
  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=20831, 1711702737,
    Run Time: 0.000074
  12. SELECT *
    FROM xf_related_content_cache
    WHERE content_id = ?
                    AND content_type = ?
    	AND expiry_date > ?
    Params: 20831, thread, 1711702737
    Run Time: 0.000144
    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 (1131)
                    AND content_id <> ?
                    AND content_type IN ('node', 'post', 'thread')
    	AND visible = 1
    ORDER BY content_date DESC
     LIMIT 5
    Params: 20831
    Run Time: 0.000261
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentrefcontent_type_id_tag,tag_id_content_datetag_id_content_date4const28Using 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 (21848, 21703, 21368, 20525, 20438)
    Run Time: 0.000538
    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: 20831, thread, 1711702737, 1711706337, [{"0":"thread","1":21848,"content":{"thread_id":21848,"node_id":30,"title":"\u0421\u043d\u0438\u043c\u0443 \u043a\u043e\u043c\u043d\u0430\u0442\u0443 \u0432 \u042d\u0439\u043d\u0434\u0445\u043e\u0432\u0435\u043d\/\u0422\u0438\u043b\u044c\u0431\u0443\u0440\u0433 \u0438 \u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438","reply_count":1,"view_count":806,"user_id":13137,"username":"NickDatch","post_date":1660233757,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":470957,"first_post_likes":0,"last_post_date":1664099117,"last_post_id":471963,"last_post_user_id":13207,"last_post_username":"Uchkin.u","prefix_id":0,"tags":"a:8:{i:292;a:2:{s:3:\"tag\";s:12:\"\u0430\u0440\u0435\u043d\u0434\u0430\";s:7:\"tag_url\";s:6:\"arenda\";}i:3829;a:2:{s:3:\"tag\";s:18:\"\u0432\u0435\u043d\u0434\u0445\u043e\u0432\u0435\u043d\";s:7:\"tag_url\";s:9:\"vendxoven\";}i:3830;a:2:{s:3:\"tag\";s:8:\"\u0434\u043e 800\";s:7:\"tag_url\";s:6:\"do-800\";}i:182;a:2:{s:3:\"tag\";s:10:\"\u0436\u0438\u043b\u044c\u0435\";s:7:\"tag_url\";s:5:\"zhile\";}i:1131;a:2:{s:3:\"tag\";s:10:\"\u0441\u043d\u0438\u043c\u0443\";s:7:\"tag_url\";s:5:\"snimu\";}i:1892;a:2:{s:3:\"tag\";s:10:\"\u0441\u043d\u044f\u0442\u044c\";s:7:\"tag_url\";s:5:\"snjat\";}i:3828;a:2:{s:3:\"tag\";s:16:\"\u0442\u0438\u043b\u044c\u0431\u0443\u0440\u0433\";s:7:\"tag_url\";s:9:\"tilburg-3\";}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":"lorenkali16@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":1,"conversations_unread":1,"register_date":1660232826,"last_activity":1666621544,"trophy_points":1,"alerts_unread":0,"avatar_date":0,"avatar_width":0,"avatar_height":0,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":0,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1660232826,"terms_accepted":1660232826,"node_title":"\u0416\u0438\u043b\u0438\u0449\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441","node_name":"zhilischnyy-vopros","message":"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c ! \u0421\u043d\u0438\u043c\u0443 \u043a\u043e\u043c\u043d\u0430\u0442\u0443 \u0432 \u042d\u0439\u043d\u0434\u0445\u043e\u0432\u0435\u043d\/\u0422\u0438\u043b\u044c\u0431\u0443\u0440\u0433 \u0438 \u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438 .\n\u0411\u044e\u0434\u0436\u0435\u0442 \u0434\u043e 800 , \u043d\u043e \u0433\u043e\u0442\u043e\u0432 \u0440\u0430\u0441\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u043b\u044e\u0431\u044b\u0435 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u044b ! \n\u0414\u043b\u044f \u0431\u044b\u0441\u0442\u0440\u043e\u0439 \u0441\u0432\u044f\u0437\u0438 +31685746259 \u043f\u0438\u0448\u0438\u0442\u0435 \u0438\u043b\u0438 \u0437\u0432\u043e\u043d\u0438\u0442\u0435 (\u044d\u0442\u043e\u0442 \u043d\u043e\u043c\u0435\u0440 \u0435\u0441\u0442\u044c \u0432 WatchApp)\n\u041e\u0431\u043e \u043c\u043d\u0435 : \u0421\u0435\u0440\u044c\u0435\u0437\u043d\u044b\u0439 \u0438 \u043e\u0442\u0432\u0435\u0442\u0441\u0432\u0435\u043d\u043d\u044b\u0439 \u043e\u0440\u0435\u043d\u0434\u043e\u0434\u0430\u0442\u0435\u043b\u044c , \u0441\u043f\u043e\u043a\u043e\u0439\u043d\u044b\u0439 \u0438 \u043d\u0435\u0443\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u044e\u0449\u0438\u0439 \u0442\u0443\u0441\u043d\u044e .\u0411\u0435\u0437 \u0432\u0440\u0435\u0434\u043d\u044b\u0445 \u043f\u0440\u0438\u0432\u044b\u0447\u0435\u043a. \u0417\u0430\u043d\u0438\u043c\u0430\u044e\u0441\u044c \u0441\u043f\u043e\u0440\u0442\u043e\u043c . \u0411\u043e\u043b\u044c\u0448\u0443\u044e \u0447\u0430\u0441\u0442\u044c \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0431\u0443\u0434\u0443 \u043f\u0440\u043e\u0432\u043e\u0434\u0438\u0442\u044c \u043d\u0430 \u0440\u043e\u0431\u043e\u0442\u0435 \u0438 \u0432 \u0441\u043f\u043e\u0440\u0442\u0437\u0430\u043b\u0435 , \u0442\u0430\u043a \u0447\u0442\u043e \u043a\u043e\u043c\u043d\u0430\u0442\u0430 \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u0434\u043b\u044f \u043d\u043e\u0447\u043e\u0432\u043a\u0438. \u041f 21","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":30,"title":"\u0416\u0438\u043b\u0438\u0449\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441","node_name":"zhilischnyy-vopros"},"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":1664099117,"post_id":471963,"user_id":13207,"username":"Uchkin.u","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"292":{"tag":"\u0430\u0440\u0435\u043d\u0434\u0430","tag_url":"arenda"},"3829":{"tag":"\u0432\u0435\u043d\u0434\u0445\u043e\u0432\u0435\u043d","tag_url":"vendxoven"},"3830":{"tag":"\u0434\u043e 800","tag_url":"do-800"},"182":{"tag":"\u0436\u0438\u043b\u044c\u0435","tag_url":"zhile"},"1131":{"tag":"\u0441\u043d\u0438\u043c\u0443","tag_url":"snimu"},"1892":{"tag":"\u0441\u043d\u044f\u0442\u044c","tag_url":"snjat"},"3828":{"tag":"\u0442\u0438\u043b\u044c\u0431\u0443\u0440\u0433","tag_url":"tilburg-3"},"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":21703,"content":{"thread_id":21703,"node_id":40,"title":"\u041d\u0443\u0436\u043d\u0430 \u043f\u043e\u043c\u043e\u0449\u044c \u0441 \u0430\u0440\u0435\u043d\u0434\u043e\u0439 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u044b","reply_count":0,"view_count":655,"user_id":12894,"username":"Childrenaka234","post_date":1646420794,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":466685,"first_post_likes":0,"last_post_date":1646420794,"last_post_id":466685,"last_post_user_id":12894,"last_post_username":"Childrenaka234","prefix_id":0,"tags":"a:1:{i:1131;a:2:{s:3:\"tag\";s:10:\"\u0441\u043d\u0438\u043c\u0443\";s:7:\"tag_url\";s:5:\"snimu\";}}","email":"lqsjannikova24@gmail.com","gender":"female","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":2,"secondary_group_ids":"","display_style_group_id":2,"permission_combination_id":2,"message_count":1,"conversations_unread":0,"register_date":1646420365,"last_activity":1646461515,"trophy_points":1,"alerts_unread":0,"avatar_date":0,"avatar_width":0,"avatar_height":0,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":0,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1646420365,"terms_accepted":1646420365,"node_title":"\u0421\u044a\u0435\u043c-\u0441\u0434\u0430\u0447\u0430","node_name":"sem-sdacha","message":"\u0418\u0449\u0443 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443 2-3 \u043a\u043e\u043c\u043d\u0430\u0442\u044b den haag ,rotterdam,amsterdam +30km\n\u0418\u043b\u0438 \u043c\u043e\u0436\u0435\u0442 \u0435\u0441\u0442\u044c \u043a\u0430\u043a\u0438\u0435 \u043d\u0438\u0431\u0443\u0434\u044c \u0440\u0443\u0441\u0441\u043a\u0438\u0435 \u043c\u0430\u043a\u043b\u0435\u0440\u044b \u0438\u043b\u0438 \u0430\u0433\u0435\u043d\u0442\u044b \u043f\u043e \u043f\u043e\u043c\u043e\u0449\u0438 \u043f\u043e\u0438\u0441\u043a\u0430","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":40,"title":"\u0421\u044a\u0435\u043c-\u0441\u0434\u0430\u0447\u0430","node_name":"sem-sdacha"},"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":1646420794,"post_id":466685,"user_id":12894,"username":"Childrenaka234","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"1131":{"tag":"\u0441\u043d\u0438\u043c\u0443","tag_url":"snimu"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":21368,"content":{"thread_id":21368,"node_id":30,"title":"\u041a\u0430\u043a\u0443\u044e \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443 \u043b\u0435\u0433\u0447\u0435 \u0441\u043d\u044f\u0442\u044c?","reply_count":1,"view_count":781,"user_id":12080,"username":"Lako","post_date":1622351891,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":449169,"first_post_likes":0,"last_post_date":1622368925,"last_post_id":449187,"last_post_user_id":436,"last_post_username":"kosta","prefix_id":0,"tags":"a:2:{i:2308;a:2:{s:3:\"tag\";s:35:\"\u0430\u043c\u0441\u0442\u0435\u0440\u0434\u0430\u043c \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0430\";s:7:\"tag_url\";s:18:\"amsterdam-kvartira\";}i:1131;a:2:{s:3:\"tag\";s:10:\"\u0441\u043d\u0438\u043c\u0443\";s:7:\"tag_url\";s:5:\"snimu\";}}","email":"dearlara@yandex.ru","gender":"female","custom_title":"","language_id":2,"style_id":0,"timezone":"Asia\/Tokyo","visible":1,"user_group_id":2,"secondary_group_ids":"","display_style_group_id":2,"permission_combination_id":2,"message_count":1,"conversations_unread":1,"register_date":1622270286,"last_activity":1622645164,"trophy_points":1,"alerts_unread":2,"avatar_date":0,"avatar_width":0,"avatar_height":0,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":0,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1622270286,"terms_accepted":1622270286,"node_title":"\u0416\u0438\u043b\u0438\u0449\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441","node_name":"zhilischnyy-vopros","message":"\u0421\u0438\u0442\u0443\u0430\u0446\u0438\u044f \u0442\u0430\u043a\u0430\u044f. \u0414\u0432\u0435 \u0441\u0442\u0443\u0434\u0435\u043d\u0442\u043a\u0438 \u0432\u0442\u043e\u0440\u043e\u0433\u043e \u043a\u0443\u0440\u0441\u0430 \u0432 \u0410\u043c\u0441\u0442\u0435\u0440\u0434\u0430\u043c\u0435 \u0438\u0449\u0443\u0442 \u0436\u0438\u043b\u044c\u0451. \u0427\u0442\u043e \u043b\u0435\u0433\u0447\u0435 \u0441\u043d\u044f\u0442\u044c, \u0434\u0432\u0435 \u043a\u043e\u043c\u043d\u0430\u0442\u044b \u043f\u043e \u043e\u0434\u043d\u043e\u0439 \u0432 \u0440\u0430\u0439\u043e\u043d\u0435 600 \u0435\u0432\u0440\u043e \u0438\u043b\u0438 \u043e\u0434\u043d\u0443 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443 , \u0445\u043e\u0442\u044f \u0431\u044b \u0441 \u043e\u0434\u043d\u043e\u0439 \u0441\u043f\u0430\u043b\u044c\u043d\u0435\u0439 \u0438 \u043a\u043e\u043c\u043d\u0430\u0442\u043e\u0439 \u0437\u0430 1200?\u0418 \u0435\u0449\u0451, \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0430 \u043d\u0443\u0436\u043d\u0430 \u0441 \u0441\u0435\u0440\u0435\u0434\u0438\u043d\u044b \u0430\u0432\u0433\u0443\u0441\u0442\u0430 \u0438\u043b\u0438 \u0445\u043e\u0442\u044f \u0431\u044b \u0441 \u043d\u0430\u0447\u0430\u043b\u0430 \u0430\u0432\u0433\u0443\u0441\u0442\u0430, \u043a\u043e\u0433\u0434\u0430 \u043f\u043e\u044f\u0432\u043b\u044f\u044e\u0442\u0441\u044f \u043e\u0431\u044a\u044f\u0432\u043b\u0435\u043d\u0438\u044f \u043e \u0441\u0434\u0430\u0447\u0435 \u0441 \u044d\u0442\u043e\u0433\u043e \u0441\u0440\u043e\u043a\u0430, \u043f\u043e\u0442\u043e\u043c\u0443 \u0447\u0442\u043e \u0441\u0435\u0439\u0447\u0430\u0441 \u043a\u0440\u0430\u0439\u043d\u0438\u0439 \u0441\u0440\u043e\u043a \u043d\u0430\u0447\u0430\u043b\u043e \u0438\u044e\u043b\u044f. \u0421\u043f\u0430\u0441\u0438\u0431\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":30,"title":"\u0416\u0438\u043b\u0438\u0449\u043d\u044b\u0439 \u0432\u043e\u043f\u0440\u043e\u0441","node_name":"zhilischnyy-vopros"},"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":1622368925,"post_id":449187,"user_id":436,"username":"kosta","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"2308":{"tag":"\u0430\u043c\u0441\u0442\u0435\u0440\u0434\u0430\u043c \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0430","tag_url":"amsterdam-kvartira"},"1131":{"tag":"\u0441\u043d\u0438\u043c\u0443","tag_url":"snimu"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":20525,"content":{"thread_id":20525,"node_id":40,"title":"\u0421\u043d\u0438\u043c\u0443 \u0436\u0438\u043b\u044c\u0451 \u0413\u0430\u0430\u0433\u0430, \u0414\u0435\u043b\u0444\u0442 \u0438 \u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438","reply_count":0,"view_count":670,"user_id":10228,"username":"Anastasia1931","post_date":1571921573,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":406600,"first_post_likes":0,"last_post_date":1571921573,"last_post_id":406600,"last_post_user_id":10228,"last_post_username":"Anastasia1931","prefix_id":0,"tags":"a:6:{i:1131;a:2:{s:3:\"tag\";s:10:\"\u0441\u043d\u0438\u043c\u0443\";s:7:\"tag_url\";s:5:\"snimu\";}i:3070;a:2:{s:3:\"tag\";s:17:\"\u0441\u043d\u0438\u043c\u0443 \u0434\u043e\u043c\";s:7:\"tag_url\";s:9:\"snimu-dom\";}i:3300;a:2:{s:3:\"tag\";s:45:\"\u0441\u043d\u0438\u043c\u0443 \u0436\u0438\u043b\u044c\u0435 \u0432 \u044d\u0439\u043d\u0434\u0445\u043e\u0432\u0435\u043d\u0435\";s:7:\"tag_url\";s:25:\"snimu-zhile-v-ehjndxovene\";}i:2885;a:2:{s:3:\"tag\";s:27:\"\u0441\u043d\u0438\u043c\u0443 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443\";s:7:\"tag_url\";s:14:\"snimu-kvartiru\";}i:2256;a:2:{s:3:\"tag\";s:41:\"\u0441\u043d\u0438\u043c\u0443 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443 \u0432 \u0433\u0430\u0430\u0433\u0435\";s:7:\"tag_url\";s:22:\"snimu-kvartiru-v-gaage\";}i:2410;a:2:{s:3:\"tag\";s:51:\"\u0441\u043d\u0438\u043c\u0443 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443 \u0432 \u0440\u043e\u0442\u0442\u0435\u0440\u0434\u0430\u043c\u0435\";s:7:\"tag_url\";s:27:\"snimu-kvartiru-v-rotterdame\";}}","email":"swallow31@yandex.ru","gender":"female","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Moscow","visible":1,"user_group_id":2,"secondary_group_ids":"8","display_style_group_id":8,"permission_combination_id":28,"message_count":11,"conversations_unread":1,"register_date":1570112923,"last_activity":1601560448,"trophy_points":1,"alerts_unread":11,"avatar_date":0,"avatar_width":0,"avatar_height":0,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":0,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1601461217,"terms_accepted":1601461226,"node_title":"\u0421\u044a\u0435\u043c-\u0441\u0434\u0430\u0447\u0430","node_name":"sem-sdacha","message":"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c! \u041c\u044b \u043f\u0430\u0440\u0430, \u043f\u0440\u0438\u0435\u0445\u0430\u043b\u0438 \u043d\u0435\u0434\u0430\u0432\u043d\u043e \u0438 \u0438\u0449\u0435\u043c \u0436\u0438\u043b\u044c\u0451, \u0435\u0441\u0442\u044c \u043c\u0430\u0448\u0438\u043d\u0430 (\u043d\u0443\u0436\u043d\u043e \u043c\u0435\u0441\u0442\u043e \u0434\u043b\u044f \u043f\u0430\u0440\u043a\u043e\u0432\u043a\u0438), \u0413\u0430\u0430\u0433\u0430 \u0438 \u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u0438 30 \u043a\u043c...\u0434\u0432\u043e\u0435 \u0436\u0438\u0432\u043e\u0442\u043d\u044b\u0445: \u043a\u043e\u0448\u043a\u0430 \u0438 \u0441\u043e\u0431\u0430\u043a\u0430 \u0447\u0438\u0445\u0443\u0430\u0445\u0443\u0430.","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":40,"title":"\u0421\u044a\u0435\u043c-\u0441\u0434\u0430\u0447\u0430","node_name":"sem-sdacha"},"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":1571921573,"post_id":406600,"user_id":10228,"username":"Anastasia1931","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"1131":{"tag":"\u0441\u043d\u0438\u043c\u0443","tag_url":"snimu"},"3070":{"tag":"\u0441\u043d\u0438\u043c\u0443 \u0434\u043e\u043c","tag_url":"snimu-dom"},"3300":{"tag":"\u0441\u043d\u0438\u043c\u0443 \u0436\u0438\u043b\u044c\u0435 \u0432 \u044d\u0439\u043d\u0434\u0445\u043e\u0432\u0435\u043d\u0435","tag_url":"snimu-zhile-v-ehjndxovene"},"2885":{"tag":"\u0441\u043d\u0438\u043c\u0443 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443","tag_url":"snimu-kvartiru"},"2256":{"tag":"\u0441\u043d\u0438\u043c\u0443 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443 \u0432 \u0433\u0430\u0430\u0433\u0435","tag_url":"snimu-kvartiru-v-gaage"},"2410":{"tag":"\u0441\u043d\u0438\u043c\u0443 \u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443 \u0432 \u0440\u043e\u0442\u0442\u0435\u0440\u0434\u0430\u043c\u0435","tag_url":"snimu-kvartiru-v-rotterdame"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":20438,"content":{"thread_id":20438,"node_id":40,"title":"\u0421\u043d\u0438\u043c\u0443 \u043a\u043e\u043c\u043d\u0430\u0442\u0443\/\u043a\u0432\u0430\u0440\u0442\u0438\u0440\u0443 \u0432 \u043e\u043a\u0440\u0435\u0441\u0442\u043d\u043e\u0441\u0442\u044f\u0445 Breda \u0438\u043b\u0438 Roosendaal","reply_count":0,"view_count":604,"user_id":10179,"username":"Alesam","post_date":1569223724,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":404793,"first_post_likes":0,"last_post_date":1569223724,"last_post_id":404793,"last_post_user_id":10179,"last_post_username":"Alesam","prefix_id":0,"tags":"a:4:{i:1761;a:2:{s:3:\"tag\";s:5:\"breda\";s:7:\"tag_url\";s:7:\"breda-2\";}i:3365;a:2:{s:3:\"tag\";s:9:\"roosendal\";s:7:\"tag_url\";s:9:\"roosendal\";}i:1749;a:2:{s:3:\"tag\";s:10:\"\u0431\u0440\u0435\u0434\u0430\";s:7:\"tag_url\";s:5:\"breda\";}i:1131;a:2:{s:3:\"tag\";s:10:\"\u0441\u043d\u0438\u043c\u0443\";s:7:\"tag_url\";s:5:\"snimu\";}}","email":"alex.deinze@gmail.com","gender":"male","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":2,"secondary_group_ids":"8","display_style_group_id":8,"permission_combination_id":28,"message_count":5,"conversations_unread":0,"register_date":1569223337,"last_activity":1707946914,"trophy_points":101,"alerts_unread":0,"avatar_date":0,"avatar_width":0,"avatar_height":0,"gravatar":"","user_state":"valid","is_moderator":0,"is_admin":0,"is_banned":0,"like_count":0,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1702381827,"terms_accepted":1702381853,"node_title":"\u0421\u044a\u0435\u043c-\u0441\u0434\u0430\u0447\u0430","node_name":"sem-sdacha","message":"\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435.\n\n\u041f\u0435\u0440\u0435\u0435\u0437\u0436\u0430\u044e \u043f\u043e \u0440\u0430\u0431\u043e\u0442\u0435 \u0432 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0438\u044e \u0438\u0437 \u0411\u0435\u043b\u044c\u0433\u0438\u0438. \u0421\u043d\u0438\u043c\u0443 \u0436\u0438\u043b\u044c\u0435 \u0432 \u0430\u0432\u0442\u043e\u043c\u043e\u0431\u0438\u043b\u044c\u043d\u043e\u0439 \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u043e\u0441\u0442\u0438 \u043a \u0433\u043e\u0440\u043e\u0434\u0430\u043c Breda \u0438\u043b\u0438 Roosendaal.\n\n\u0410\u043b\u0435\u043a\u0441\u0430\u043d\u0434\u0440","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":40,"title":"\u0421\u044a\u0435\u043c-\u0441\u0434\u0430\u0447\u0430","node_name":"sem-sdacha"},"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":1569223724,"post_id":404793,"user_id":10179,"username":"Alesam","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"1761":{"tag":"breda","tag_url":"breda-2"},"3365":{"tag":"roosendal","tag_url":"roosendal"},"1749":{"tag":"\u0431\u0440\u0435\u0434\u0430","tag_url":"breda"},"1131":{"tag":"\u0441\u043d\u0438\u043c\u0443","tag_url":"snimu"}},"dark_postrating_max":0,"dark_postrating_max_id":0}}]
    Run Time: 0.029629
  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.000814
    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.000128
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  18. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_dcffc9a992209bf473fc2', 'wfc__1_thread_view_t20831')
    Run Time: 0.000130
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using index condition
  19. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_f6e14f379fabef3ae072e')
    Run Time: 0.000086
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  20. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_f6e14f379fabef3ae072e, a:1:{s:28:"thread_view_lock_rct20831_19";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1711702737;}}
    Run Time: 0.000091
  21. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_dcffc9a992209bf473fc2, a:1:{s:23:"thread_view_rct20831_19";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711702737;}}
    Run Time: 0.000069
  22. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_f6e14f379fabef3ae072e, a:1:{s:28:"thread_view_lock_rct20831_19";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711702737;}}
    Run Time: 0.000062
  23. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_32f3ecaba60cb3299ac4c')
    Run Time: 0.000085
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  24. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_32f3ecaba60cb3299ac4c, a:1:{s:26:"thread_view_lock_t20831_18";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1711702737;}}
    Run Time: 0.000068
  25. 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_1131 +(_md_content_thread)
    Run Time: 0.000508
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexfulltexttitle_message_metadatatitle_message_metadata0 1Using where; Using filesort
  26. 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 (21848, 21703, 21368, 20831, 20525, 20438, 20421, 19951, 19501, 19432, 19257, 18925, 18803, 17566, 17509, 17371, 17089, 16871, 16746, 16623, 16325, 16126, 15723, 15718, 15162, 14787)
    Run Time: 0.001205
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 26Using 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 
  27. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000270
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    57Using filesort
  28. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000291
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const61Using index condition
  29. 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 (21848, 21703, 21368, 20831, 20525, 20438, 20421, 19951, 19501, 19432, 19257, 18925, 18803, 17566, 17509, 17371, 17089, 16871, 16746, 16623, 16325, 16126, 15723, 15718, 15162, 14787))
    ORDER BY thread.post_date DESC
     LIMIT 20
    Run Time: 0.001232
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4 26Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4rassvet.thread.user_id1 
  30. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_thread_view_t20831, a:1:{s:21:"thread_view_t20831_18";a:2:{s:4:"html";s:14247:"<div class="avatarList"> <ul> <li class="thread-21848 thread-node-30"> <a href="index.php?members/nickdatch.13137/" class="avatar Av13137s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="NickDatch" /></a> <a title="Сниму комнату в Эйндховен/Тильбург и окрестности" class="Tooltip" href="index.php?threads/snimu-komnatu-v-ehjndxoven-tilburg-i-okrestnosti.21848/"> Сниму комнату в... </a> <div class="userTitle"> <a href="index.php?members/nickdatch.13137/">NickDatch</a> posted <span class="DateTime" title="11 авг 2022 в 18:02">11 авг 2022</span> </div> </li> <li class="thread-21703 thread-node-40"> <a href="index.php?members/childrenaka234.12894/" class="avatar Av12894s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Childrenaka234" /></a> <a href="index.php?threads/nuzhna-pomosch-s-arendoj-kvartiry.21703/"> Нужна помощь с арендой квартиры </a> <div class="userTitle"> <a href="index.php?members/childrenaka234.12894/">Childrenaka234</a> posted <span class="DateTime" title="4 мар 2022 в 20:06">4 мар 2022</span> </div> </li> <li class="thread-21368 thread-node-30"> <a href="index.php?members/lako.12080/" class="avatar Av12080s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Lako" /></a> <a href="index.php?threads/kakuju-kvartiru-legche-snjat.21368/"> Какую квартиру легче снять? </a> <div class="userTitle"> <a href="index.php?members/lako.12080/">Lako</a> posted <span class="DateTime" title="30 май 2021 в 07:18">30 май 2021</span> </div> </li> <li class="thread-20831 thread-node-40"> <a href="index.php?members/vitalii-skachkov.10871/" class="avatar Av10871s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Vitalii Skachkov" /></a> <a href="index.php?threads/snimem-kvartiru-v-den-bosch.20831/"> Снимем квартиру в den Bosch </a> <div class="userTitle"> <a href="index.php?members/vitalii-skachkov.10871/">Vitalii Skachkov</a> posted <span class="DateTime" title="3 апр 2020 в 11:42">3 апр 2020</span> </div> </li> <li class="thread-20525 thread-node-40"> <a href="index.php?members/anastasia1931.10228/" class="avatar Av10228s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Anastasia1931" /></a> <a title="Сниму жильё Гаага, Делфт и окрестности" class="Tooltip" href="index.php?threads/snimu-zhiljo-gaaga-delft-i-okrestnosti.20525/"> Сниму жильё Гаага, Делфт и... </a> <div class="userTitle"> <a href="index.php?members/anastasia1931.10228/">Anastasia1931</a> posted <span class="DateTime" title="24 окт 2019 в 14:52">24 окт 2019</span> </div> </li> <li class="thread-20438 thread-node-40"> <a href="index.php?members/alesam.10179/" class="avatar Av10179s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Alesam" /></a> <a title="Сниму комнату/квартиру в окрестностях Breda или Roosendaal" class="Tooltip" href="index.php?threads/snimu-komnatu-kvartiru-v-okrestnostjax-breda-ili-roosendaal.20438/"> Сниму комнату/квартиру в... </a> <div class="userTitle"> <a href="index.php?members/alesam.10179/">Alesam</a> posted <span class="DateTime" title="23 сен 2019 в 09:28">23 сен 2019</span> </div> </li> <li class="thread-20421 thread-node-30"> <a href="index.php?members/andy_doc.7542/" class="avatar Av7542s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="Andy_doc" /></a> <a title="Сниму кв в Гааге на ноябрь-дек. Возможно также и январь." class="Tooltip" href="index.php?threads/snimu-kv-v-gaage-na-nojabr-dek-vozmozhno-takzhe-i-janvar.20421/"> Сниму кв в Гааге на ноябрь-дек.... </a> <div class="userTitle"> <a href="index.php?members/andy_doc.7542/">Andy_doc</a> posted <span class="DateTime" title="19 сен 2019 в 08:37">19 сен 2019</span> </div> </li> <li class="thread-19951 thread-node-40"> <a href="index.php?members/diboris.6621/" class="avatar Av6621s" data-avatarhtml="true"><img src="data/avatars/s/6/6621.jpg?1472558378" width="48" height="48" alt="diboris" /></a> <a title="Сниму квартиру, Гаага, июль 2019 на год" class="Tooltip" href="index.php?threads/snimu-kvartiru-gaaga-ijul-2019-na-god.19951/"> Сниму квартиру, Гаага, июль... </a> <div class="userTitle"> <a href="index.php?members/diboris.6621/">diboris</a> posted <span class="DateTime" title="28 фев 2019 в 01:52">28 фев 2019</span> </div> </li> <li class="thread-19501 thread-node-40"> <a href="index.php?members/tarasenko_rits.8470/" class="avatar Av8470s" data-avatarhtml="true"><img src="data/avatars/s/8/8470.jpg?1534748569" width="48" height="48" alt="tarasenko_rits" /></a> <a title="Жилье в Хоофддорпе +/- 40 минут общественным" class="Tooltip" href="index.php?threads/zhile-v-xoofddorpe-40-minut-obschestvennym.19501/"> Жилье в Хоофддорпе +/- 40 минут... </a> <div class="userTitle"> <a href="index.php?members/tarasenko_rits.8470/">tarasenko_rits</a> posted <span class="DateTime" title="11 сен 2018 в 13:03">11 сен 2018</span> </div> </li> <li class="thread-19432 thread-node-30"> <a href="index.php?members/asya-zhetvina.8475/" class="avatar Av8475s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_female_s.png" width="48" height="48" alt="Asya Zhetvina" /></a> <a href="index.php?threads/snimu-kvartiru-v-gaage-delft.19432/"> Сниму квартиру в Гааге/Делфт </a> <div class="userTitle"> <a href="index.php?members/asya-zhetvina.8475/">Asya Zhetvina</a> posted <span class="DateTime" title="20 авг 2018 в 19:54">20 авг 2018</span> </div> </li> <li class="thread-19257 thread-node-40"> <a href="index.php?members/chef-alex-black.8227/" class="avatar Av8227s" data-avatarhtml="true"><img src="data/avatars/s/8/8227.jpg?1529611248" width="48" height="48" alt="Chef Alex Black" /></a> <a title="Сниму апартаменты или комнату Амстердам или округ" class="Tooltip" href="index.php?threads/snimu-apartamenty-ili-komnatu-amsterdam-ili-okrug.19257/"> Сниму апартаменты или комнату... </a> <div class="userTitle"> <a href="index.php?members/chef-alex-black.8227/">Chef Alex Black</a> posted <span class="DateTime" title="21 июн 2018 в 22:16">21 июн 2018</span> </div> </li> <li class="thread-18925 thread-node-40"> <a href="index.php?members/lev1337.7790/" class="avatar Av7790s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="lev1337" /></a> <a title="сниму комнату в гааге/утрехте до 400€ (ну примерно)" class="Tooltip" href="index.php?threads/snimu-komnatu-v-gaage-utrexte-do-400-nu-primerno.18925/"> сниму комнату в гааге/утрехте... </a> <div class="userTitle"> <a href="index.php?members/lev1337.7790/">lev1337</a> posted <span class="DateTime" title="22 фев 2018 в 17:07">22 фев 2018</span> </div> </li> <li class="thread-18803 thread-node-40"> <a href="index.php?members/anton-kolinko.7582/" class="avatar Av7582s" data-avatarhtml="true"><img src="data/avatars/s/7/7582.jpg?1510661798" width="48" height="48" alt="Антон Колинько" /></a> <a href="index.php?threads/2-k-kvartiru-v-xilversume.18803/"> 2-к квартиру в Хилверсуме </a> <div class="userTitle"> <a href="index.php?members/anton-kolinko.7582/">Антон Колинько</a> posted <span class="DateTime" title="15 янв 2018 в 08:15">15 янв 2018</span> </div> </li> <li class="thread-17566 thread-node-40"> <a href="index.php?members/natasha_mayer.6832/" class="avatar Av6832s" data-avatarhtml="true"><img src="data/avatars/s/6/6832.jpg?1480591181" width="48" height="48" alt="Natasha_Mayer" /></a> <a href="index.php?threads/apartamenty-v-rotterdame.17566/"> Апартаменты в Роттердаме </a> <div class="userTitle"> <a href="index.php?members/natasha_mayer.6832/">Natasha_Mayer</a> posted <span class="DateTime" title="1 дек 2016 в 12:26">1 дек 2016</span> </div> </li> <li class="thread-17509 thread-node-40"> <a href="index.php?members/jl67.6747/" class="avatar Av6747s" data-avatarhtml="true"><img src="data/avatars/s/6/6747.jpg?1478456513" width="48" height="48" alt="JL67" /></a> <a href="index.php?threads/kvartiru-v-amsterdame.17509/"> Квартиру в Амстердаме </a> <div class="userTitle"> <a href="index.php?members/jl67.6747/">JL67</a> posted <span class="DateTime" title="18 ноя 2016 в 05:05">18 ноя 2016</span> </div> </li> <li class="thread-17371 thread-node-40"> <a href="index.php?members/pilgrim.6709/" class="avatar Av6709s" data-avatarhtml="true"><img src="data/avatars/s/6/6709.jpg?1475595619" width="48" height="48" alt="Pilgrim" /></a> <a title="Сниму 1-комнатную квартиру или студию в Амстердаме" class="Tooltip" href="index.php?threads/snimu-1-komnatnuju-kvartiru-ili-studiju-v-amsterdame.17371/"> Сниму 1-комнатную квартиру или... </a> <div class="userTitle"> <a href="index.php?members/pilgrim.6709/">Pilgrim</a> posted <span class="DateTime" title="7 окт 2016 в 23:16">7 окт 2016</span> </div> </li> <li class="thread-17089 thread-node-40"> <a href="index.php?members/olegt.6528/" class="avatar Av6528s" data-avatarhtml="true"><img src="styles/soft_responsive/xenforo/avatars/avatar_male_s.png" width="48" height="48" alt="OlegT" /></a> <a title="Сниму квартиру/комнату в Наймегене +/- 20 км" class="Tooltip" href="index.php?threads/snimu-kvartiru-komnatu-v-najmegene-20-km.17089/"> Сниму квартиру/комнату в... </a> <div class="userTitle"> <a href="index.php?members/olegt.6528/">OlegT</a> posted <span class="DateTime" title="12 июл 2016 в 08:04">12 июл 2016</span> </div> </li> <li class="thread-16871 thread-node-40"> <a href="index.php?members/mia.5050/" class="avatar Av5050s" data-avatarhtml="true"><img src="data/avatars/s/5/5050.jpg?1392497863" width="48" height="48" alt="Миа" /></a> <a title="Сниму дом/квартиру для семьи из 4хчеловек" class="Tooltip" href="index.php?threads/snimu-dom-kvartiru-dlja-semi-iz-4xchelovek.16871/"> Сниму дом/квартиру для семьи из... </a> <div class="userTitle"> <a href="index.php?members/mia.5050/">Миа</a> posted <span class="DateTime" title="27 апр 2016 в 22:29">27 апр 2016</span> </div> </li> <li class="thread-16746 thread-node-40"> <a href="index.php?members/siegfried.6278/" class="avatar Av6278s" data-avatarhtml="true"><img src="data/avatars/s/6/6278.jpg?1458039253" width="48" height="48" alt="Siegfried" /></a> <a href="index.php?threads/ischem-zhile-v-amsterdame-na-7-nochej.16746/"> Ищем жилье в Амстердаме на 7 ночей </a> <div class="userTitle"> <a href="index.php?members/siegfried.6278/">Siegfried</a> posted <span class="DateTime" title="15 мар 2016 в 12:13">15 мар 2016</span> </div> </li> <li class="thread-16623 thread-node-40"> <a href="index.php?members/alekcandra.5916/" class="avatar Av5916s" data-avatarhtml="true"><img src="data/avatars/s/5/5916.jpg?1441357819" width="48" height="48" alt="Алекcaндра" /></a> <a title="СРОЧНО! Сниму квартиру в Амстердаме за 1300-1400 EUR" class="Tooltip" href="index.php?threads/srochno-snimu-kvartiru-v-amsterdame-za-1300-1400-eur.16623/"> СРОЧНО! Сниму квартиру в... </a> <div class="userTitle"> <a href="index.php?members/alekcandra.5916/">Алекcaндра</a> posted <span class="DateTime" title="3 фев 2016 в 11:30">3 фев 2016</span> </div> </li> </ul> </div>";s:4:"time";i:1711702737;}}
    Run Time: 0.000183
  31. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_32f3ecaba60cb3299ac4c, a:1:{s:26:"thread_view_lock_t20831_18";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711702737;}}
    Run Time: 0.000066
  32. 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.000128
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (197, 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/XenForo/Helper/String.php
  104. library/XenForo/Model/Post.php
  105. library/Snog/FirstPostEdit/Listener/Post.php
  106. library/ModEss/Model/Post.php
  107. library/DoublePost/Model/Post.php
  108. library/Dark/PostRating/Model/Post.php
  109. library/Snog/FirstPostEdit/Model/Post.php
  110. library/ModEss/Model/ModEss.php
  111. library/XenForo/Model/Attachment.php
  112. library/XenForo/Model/Node.php
  113. library/Tapatalk/Model/Node.php
  114. library/ModEss/Model/Node.php
  115. library/XenForo/Route/Prefix/Categories.php
  116. library/XenForo/Route/Prefix/Forums.php
  117. library/XenForo/ControllerResponse/View.php
  118. library/XenForo/ControllerResponse/Abstract.php
  119. library/XenForo/Helper/Cookie.php
  120. library/NodesAsTabs/API.php
  121. library/NodesAsTabs/Model/Options.php
  122. library/Tapatalk/Listener/ControllerPostDispatch.php
  123. library/XenForo/ViewRenderer/HtmlPublic.php
  124. library/XenForo/ViewRenderer/Abstract.php
  125. library/XenForo/Template/Public.php
  126. library/XenForo/Template/Abstract.php
  127. library/WidgetFramework/Core.php
  128. library/XenForo/Model/Moderator.php
  129. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  130. library/ModEss/Model/Moderator.php
  131. library/WidgetFramework/Model/Widget.php
  132. library/WidgetFramework/Helper/Sort.php
  133. library/WidgetFramework/WidgetRenderer.php
  134. library/XenForo/ViewPublic/Thread/View.php
  135. library/XenForo/ViewPublic/Base.php
  136. library/XenForo/View.php
  137. library/Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php
  138. library/WidgetFramework/XenForo/View1.php
  139. library/RelatedContents/ViewPublic/ThreadView.php
  140. library/XenForo/Model/Tag.php
  141. library/Tinhte/XenTag/XenForo/Model/Tag.php
  142. library/RelatedContents/Model/Tag.php
  143. library/XenForo/TagHandler/Thread.php
  144. library/XenForo/TagHandler/Abstract.php
  145. library/XenForo/BbCode/Parser.php
  146. library/XenForo/BbCode/Formatter/Base.php
  147. library/bdTagMe/XenForo/BbCode/Formatter/Base.php
  148. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  149. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  150. library/DoublePost/BbCode/Formatter/Base.php
  151. library/XenForo/ViewPublic/Helper/Message.php
  152. library/XenForo/BbCode/TextWrapper.php
  153. library/Tinhte/XenTag/ContentWrapper/Post.php
  154. library/Tinhte/XenTag/ContentWrapper/Abstract.php
  155. library/Tinhte/XenTag/Option.php
  156. library/Tinhte/XenTag/Helper.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/XenForo/Route/Prefix/Posts.php
  173. library/Tapatalk/Listener/TemplatePostRender.php
  174. library/XenForo/Model/Avatar.php
  175. library/Tinhte/XenTag/Integration.php
  176. library/XenForo/Model/Search.php
  177. library/Tapatalk/Model/Search.php
  178. library/XenForo/Search/Searcher.php
  179. library/XenForo/Search/SourceHandler/Abstract.php
  180. library/XenForo/Search/SourceHandler/MySqlFt.php
  181. library/XenForo/Search/DataHandler/Thread.php
  182. library/XenForo/Search/DataHandler/Abstract.php
  183. library/XenForo/NodeHandler/LinkForum.php
  184. library/XenForo/NodeHandler/Abstract.php
  185. library/XenForo/NodeHandler/Category.php
  186. library/XenForo/NodeHandler/Forum.php
  187. library/XenForo/NodeHandler/Page.php
  188. library/XenForo/Model/LinkForum.php
  189. library/XenForo/Model/Category.php
  190. library/XenForo/Model/Page.php
  191. library/WidgetFramework/Helper/String.php
  192. library/WidgetFramework/WidgetRenderer/Empty.php
  193. library/XenForo/Helper/Criteria.php
  194. library/XenForo/Debug.php
  195. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  196. mobiquo/smartbanner/head.inc.php
  197. library/XenForo/ViewRenderer/Json.php