Page Time: 0.0632s

Memory: 10.4239 MB (Peak: 11.2787 MB)

Queries (20, time: 0.0085s, 13.5%)

  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.000852
    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.000101
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT session_data
    FROM xf_session
    WHERE session_id = ?
    	AND expiry_date >= ?
    Params: bc1190efa9c48fe6ef690e313da1d80c, 1717091307
    Run Time: 0.000119
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_sessionconstPRIMARY,expiry_datePRIMARY34const1 
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000086
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000092
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  6. 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: 659
    Run Time: 0.000226
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEsticky_thread_orderrefPRIMARYPRIMARY4const1Using index
  7. 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: 32
    Run Time: 0.000206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  8. 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 >= 880 AND post.position < 900) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 659
    Run Time: 0.000565
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 4Using index condition; Using 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 
  9. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 659
    Run Time: 0.000072
  10. 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
  11. UPDATE `xf_session` SET `expiry_date` = ? WHERE (session_id = 'bc1190efa9c48fe6ef690e313da1d80c')
    Params: 1717094907
    Run Time: 0.000118
  12. 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=659&page=45, 1717091307,
    Run Time: 0.000072
  13. SELECT *
    FROM xf_related_content_cache
    WHERE content_id = ?
                    AND content_type = ?
    	AND expiry_date > ?
    Params: 659, thread, 1717091307
    Run Time: 0.000134
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_related_content_cacheconstcontent_id_content_typecontent_id_content_type31const,const1 
  14. SELECT DISTINCT content_type, content_id
    FROM xf_tag_content
    WHERE tag_id IN (94, 381, 168, 343)
                    AND content_id <> ?
                    AND content_type IN ('node', 'post', 'thread')
    	AND visible = 1
    ORDER BY content_date DESC
     LIMIT 5
    Params: 659
    Run Time: 0.000477
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentrangecontent_type_id_tag,tag_id_content_datetag_id_content_date4 90Using index condition; Using where; Using temporary; Using filesort
  15. 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 (21966, 21806, 21234, 21099, 21001)
    Run Time: 0.000529
    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 
  16. 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: 659, thread, 1717091307, 1717094907, [{"0":"thread","1":21966,"content":{"thread_id":21966,"node_id":36,"title":"Kennismigrant. \u041f\u043e\u0434\u0430\u0447\u0430 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e \u043d\u0430 \u041f\u041c\u0416 \u0438 \u043d\u0430 \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e","reply_count":10,"view_count":1534,"user_id":8489,"username":"erjanmx","post_date":1674307121,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":473896,"first_post_likes":0,"last_post_date":1716490060,"last_post_id":480472,"last_post_user_id":463,"last_post_username":"ncux","prefix_id":0,"tags":"a:3:{i:94;a:2:{s:3:\"tag\";s:13:\"kennismigrant\";s:7:\"tag_url\";s:13:\"kennismigrant\";}i:358;a:2:{s:3:\"tag\";s:26:\"\u043d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f\";s:7:\"tag_url\";s:14:\"naturalizacija\";}i:675;a:2:{s:3:\"tag\";s:6:\"\u043f\u043c\u0436\";s:7:\"tag_url\";s:4:\"pmzh\";}}","email":"erjanmx@yandex.ru","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":8,"conversations_unread":0,"register_date":1535100131,"last_activity":1716557294,"trophy_points":103,"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":2,"warning_points":0,"is_staff":0,"activity_visible":1,"privacy_policy_accepted":1631213623,"terms_accepted":1631213626,"node_title":"\u0412\u0438\u0434 \u043d\u0430 \u0436\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e","node_name":"vid-na-zhitelstvo","message":"\u0412\u0441\u0435\u043c \u0437\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435,\n\n\u041a\u0430\u043a \u0432\u0438\u0434\u043d\u043e \u0438\u0437 \u0442\u0435\u043c\u044b, \u044f kennismigrant, \u043f\u043e\u0434\u0445\u043e\u0434\u0438\u0442 5 \u043b\u0435\u0442\u043d\u0438\u0439 \u0441\u0440\u043e\u043a \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0432 NL, \u0442\u0443\u0442 \u0432 \u0441\u0442\u0430\u0442\u044c\u0435 [URL]https:\/\/rabotaem.nl\/docs\/kennismigrant-cherez-5-let-varianty\/#lifehacks[\/URL] \u0443\u0432\u0438\u0434\u0435\u043b \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u0443\u044e \u0432\u0435\u0449\u044c\n\n[QUOTE][SIZE=4][B][I]\u0417\u0430\u043f\u0440\u043e\u0441 \u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u0430 \u0438 \u041f\u041c\u0416 \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e[\/I][\/B][\/SIZE]\n[I]\u0415\u0441\u043b\u0438, \u0431\u0443\u0434\u0443\u0447\u0438 \u041a\u041c, \u0432\u044b \u043f\u0440\u043e\u0441\u0442\u043e \u0437\u0430\u043f\u0440\u043e\u0441\u0438\u0442\u0435 \u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u043e, \u0442\u043e \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 1-1,5 \u0433\u043e\u0434\u0430 (\u0434\u043e \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u043f\u0430\u0441\u043f\u043e\u0440\u0442\u0430) \u0432\u044b \u043e\u0441\u0442\u0430\u043d\u0435\u0442\u0435\u0441\u044c \u043f\u0440\u0438\u0432\u044f\u0437\u0430\u043d\u044b \u043a \u0440\u0430\u0431\u043e\u0442\u043e\u0434\u0430\u0442\u0435\u043b\u044e \u0438 \u043a \u0437\u0430\u0440\u043f\u043b\u0430\u0442\u0435 \u041a\u041c. \u0415\u0441\u043b\u0438 \u0436\u0435 \u0443 \u0432\u0430\u0441 \u0435\u0441\u0442\u044c \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u0437\u0430\u043d\u044f\u0442\u044c\u0441\u044f \u0447\u0435\u043c-\u0442\u043e \u0434\u0440\u0443\u0433\u0438\u043c, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440, \u0442\u0440\u0430\u0442\u0438\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u043d\u0430 \u0441\u0432\u043e\u044e \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u0443\u044e \u043a\u043e\u043c\u043f\u0430\u043d\u0438\u044e \u0438\u043b\u0438 \u043f\u0440\u043e\u0441\u0442\u043e \u0441\u0432\u0435\u0440\u0431\u0438\u0442 \u0436\u0435\u043b\u0430\u043d\u0438\u0435 \u043f\u043e\u043f\u043b\u0435\u0432\u0430\u0442\u044c \u0432 \u043f\u043e\u0442\u043e\u043b\u043e\u043a, \u0441\u0442\u0430\u0432 \u0431\u0435\u0437\u0440\u0430\u0431\u043e\u0442\u043d\u044b\u043c, \u0442\u043e \u0435\u0441\u0442\u044c \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u044c \u0434\u043e\u0441\u0442\u0438\u0447\u044c \u044d\u0442\u043e\u0439 \u0446\u0435\u043b\u0438 \u0431\u044b\u0441\u0442\u0440\u0435\u0435: \u0432\u044b \u043c\u043e\u0436\u0435\u0442\u0435 \u043f\u043e\u0434\u0430\u0442\u044c \u043e\u0434\u043d\u043e\u0432\u0440\u0435\u043c\u0435\u043d\u043d\u043e 2 \u0437\u0430\u043f\u0440\u043e\u0441\u0430: \u043d\u0430 \u041f\u041c\u0416 \u0438 \u043d\u0430 \u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u043e.\n\n\u0417\u0430\u043f\u0440\u043e\u0441\u044b \u041f\u041c\u0416 \u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044e\u0442\u0441\u044f \u0437\u043d\u0430\u0447\u0438\u0442\u0435\u043b\u044c\u043d\u043e \u0431\u044b\u0441\u0442\u0440\u0435\u0435 (\u0432 \u0441\u0440\u0435\u0434\u043d\u0435\u043c 3 \u043c\u0435\u0441\u044f\u0446\u0430), \u0442\u043e \u0435\u0441\u0442\u044c \u0443\u0436\u0435 \u0447\u0435\u0440\u0435\u0437 3-4 \u043c\u0435\u0441\u044f\u0446\u0430 \u0432\u044b \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e \u043e\u0441\u0432\u043e\u0431\u043e\u0434\u0438\u0442\u0435\u0441\u044c \u043e\u0442 \u043f\u0440\u0438\u0432\u044f\u0437\u043a\u0438 \u0438 \u0442\u0440\u0443\u0434\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u0443 \u0437\u0430 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 200 \u0435\u0432\u0440\u043e (\u0441\u0442\u043e\u0438\u043c\u043e\u0441\u0442\u044c \u0437\u0430\u043f\u0440\u043e\u0441\u0430 \u041f\u041c\u0416).[\/I][\/QUOTE]\n\n\u041e\u0447\u0435\u043d\u044c \u0437\u0430\u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043e\u0432\u0430\u043b\u0430, \u0442\u0430\u043a \u043a\u0430\u043a \u0431\u044b\u043b\u043e \u0431\u044b \u043e\u0447\u0435\u043d\u044c \u043d\u0435\u043f\u043b\u043e\u0445\u043e \u0438\u043c\u0435\u0442\u044c \u0443\u0436\u0435 \u0441\u0442\u0430\u0442\u0443\u0441 \u041f\u041c\u0416 \u0438 \u043d\u0435 \u0437\u0430\u0432\u0438\u0441\u0435\u0442\u044c \u043e\u0442 \u0442\u0435\u043a\u0443\u0449\u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u043e\u0434\u0430\u0442\u0435\u043b\u044f \u043d\u0430 \u0432\u0440\u0435\u043c\u044f \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u043e \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u0438 \u0438 \u043d\u0435 \u0431\u043e\u044f\u0442\u044c\u0441\u044f \u0441\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u0439 \u0435\u0441\u043b\u0438 \u0432\u0434\u0440\u0443\u0433 \u0438\/\u0438\u043b\u0438 \u0431\u0435\u0441\u043f\u043e\u043a\u043e\u0439\u0441\u0442\u0432 \u043d\u0430\u0439\u0442\u0438 \u0440\u0430\u0431\u043e\u0442\u0443 \u0432 \u0442\u0435\u0447\u0435\u043d\u0438\u0435 3 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u0438 \u0442\u0434.\n\n\u0422\u043e\u043b\u044c\u043a\u043e \u0432\u043e\u0442 \u0432\u043e\u043f\u0440\u043e\u0441, \u043d\u0438\u0433\u0434\u0435 \u043a\u0440\u043e\u043c\u0435 \u044d\u0442\u043e\u0439 \u0441\u0442\u0430\u0442\u044c\u0438 \u043d\u0435 \u0441\u043c\u043e\u0433 \u043d\u0430\u0439\u0442\u0438 \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0433\u043e \u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u044f \u044d\u0442\u0438\u0445 \u0441\u043b\u043e\u0432, \u043c\u043e\u0436\u0435\u0442 \u043a\u0442\u043e \u0441\u043c\u043e\u0436\u0435\u0442 \u043f\u043e\u043c\u043e\u0447\u044c \u0433\u0434\u0435 \u043d\u0430\u0439\u0442\u0438,\n\n\u0412\u043e\u043b\u043d\u0443\u0435\u0442 \u043c\u043e\u043c\u0435\u043d\u0442 \u0432\u0434\u0440\u0443\u0433 \u0447\u0442\u043e-\u0442\u043e \u043f\u043e\u0439\u0434\u0435\u0442 \u043d\u0435 \u0442\u0430\u043a \u0438 \u043e\u043d\u0438 \u0440\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442 \u0437\u0430\u043f\u0440\u043e\u0441 \u043d\u0430 \u043d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044e \u0442\u0430\u043a \u043a\u0430\u043a \u044f \u0443\u0436\u0435 \u0447\u0438\u0441\u043b\u044e\u0441\u044c \u0432 \u0441\u043f\u0438\u0441\u043a\u0435 \u043b\u044e\u0434\u0435\u0439 \u043f\u043e\u0434\u0430\u0432\u0448\u0438\u0445 \u043d\u0430 \u041f\u041c\u0416, \u043c\u043e\u0436\u0435\u0442 \u0443 \u043a\u043e\u0433\u043e \u0431\u044b\u043b \u043e\u043f\u044b\u0442 \u0432 \u044d\u0442\u043e\u043c \u0432\u043e\u043f\u0440\u043e\u0441\u0435.\n\n\u0423 \u043c\u0435\u043d\u044f \u043a\u043e\u043d\u0435\u0447\u043d\u0430\u044f \u0446\u0435\u043b\u044c \u044d\u0442\u043e \u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u043e, \u043d\u043e \u041f\u041c\u0416 \u043a\u0430\u043a \u044f \u0443\u0436\u0435 \u0441\u043a\u0430\u0437\u0430\u043b \u0445\u043e\u0442\u0435\u043b \u0431\u044b \u0438\u043c\u0435\u0442\u044c \u0441\u0442\u0440\u0430\u0445\u043e\u0432\u043a\u0443 \u043d\u0430 \u043c\u043e\u043c\u0435\u043d\u0442 \u043e\u0436\u0438\u0434\u0430\u043d\u0438\u044f \u0440\u0435\u0448\u0435\u043d\u0438\u044f, \u043f\u043e\u0434\u043f\u0438\u0441\u044c \u043a\u043e\u0440\u043e\u043b\u044f, \u0446\u0435\u0440\u0435\u043c\u043e\u043d\u0438\u0438, \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u0435 \u043f\u0430\u0441\u043f\u043e\u0440\u0442\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":36,"title":"\u0412\u0438\u0434 \u043d\u0430 \u0436\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e","node_name":"vid-na-zhitelstvo"},"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":1716490060,"post_id":480472,"user_id":463,"username":"ncux","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"94":{"tag":"kennismigrant","tag_url":"kennismigrant"},"358":{"tag":"\u043d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f","tag_url":"naturalizacija"},"675":{"tag":"\u043f\u043c\u0436","tag_url":"pmzh"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":21806,"content":{"thread_id":21806,"node_id":34,"title":"\u0421\u043c\u0435\u043d\u0430 \u043f\u0440\u0438\u0447\u0438\u043d\u044b \u043f\u0440\u0435\u0431\u044b\u0432\u0430\u043d\u0438\u044f \u0434\u043b\u044f \u0412\u041d\u0416","reply_count":15,"view_count":1768,"user_id":13079,"username":"Mashunie","post_date":1656291577,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":470333,"first_post_likes":0,"last_post_date":1656512358,"last_post_id":470413,"last_post_user_id":11571,"last_post_username":"MMMM","prefix_id":0,"tags":"a:4:{i:369;a:2:{s:3:\"tag\";s:6:\"\u0432\u043d\u0436\";s:7:\"tag_url\";s:4:\"vnzh\";}i:168;a:2:{s:3:\"tag\";s:26:\"\u043a\u0435\u043d\u043d\u0438\u0441\u043c\u0438\u0433\u0440\u0430\u043d\u0442\";s:7:\"tag_url\";s:15:\"kennismigrant-2\";}i:209;a:2:{s:3:\"tag\";s:12:\"\u0440\u0430\u0431\u043e\u0442\u0430\";s:7:\"tag_url\";s:6:\"rabota\";}i:3815;a:2:{s:3:\"tag\";s:18:\"\u0447\u0442\u043e\u0434\u0435\u043b\u0430\u0442\u044c\";s:7:\"tag_url\";s:9:\"chtodelat\";}}","email":"maria.lambina@gmail.com","gender":"","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":6,"conversations_unread":0,"register_date":1656288565,"last_activity":1659546837,"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":1656288565,"terms_accepted":1656288565,"node_title":"\u0420\u0430\u0431\u043e\u0447\u0438\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b","node_name":"rabochie-voprosy","message":"\u0414\u043e\u0431\u0440\u043e\u0433\u043e \u0432\u0440\u0435\u043c\u0435\u043d\u0438 \u0441\u0443\u0442\u043e\u043a!\n\u041f\u043e\u0441\u043b\u0435 6 \u043b\u0435\u0442 \u0432 \u0413\u043e\u043b\u043b\u0430\u043d\u0434\u0438\u0438, \u043a\u0430\u043a \u041a\u041c, \u043f\u043e\u044f\u0432\u0438\u043b\u0430\u0441\u044c \u0443\u0433\u0440\u043e\u0437\u0430 \u043f\u043e\u0442\u0435\u0440\u0438 \u0440\u0430\u0431\u043e\u0442\u044b. \u0417\u043d\u0430\u044e, \u0447\u0442\u043e \u0435\u0441\u0442\u044c 3 \u043c\u0435\u0441\u044f\u0446\u0430 \u043d\u0430 \u043f\u043e\u0438\u0441\u043a\u0438 \u043d\u043e\u0432\u043e\u0439, \u043d\u043e \u0441\u0444\u0435\u0440\u0430 \u0441\u043e \u0441\u043b\u043e\u0436\u043d\u044b\u043c, \u043a\u043e\u043c\u043f\u0435\u0442\u0435\u043d\u0442\u043d\u044b\u043c \u0440\u044b\u043d\u043a\u043e\u043c. \u0421\u043a\u043e\u0440\u0435\u0435 \u0432\u0441\u0435\u0433\u043e, 3 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u043d\u0435 \u0445\u0432\u0430\u0442\u0438\u0442. \n\u0414\u0443\u043c\u0430\u044e \u043e\u0431 \u0430\u043b\u044c\u0442\u0435\u0440\u043d\u0430\u0442\u0438\u0432\u043d\u044b\u0445 \u0432\u0430\u0440\u0438\u0430\u043d\u0442\u0430\u0445. \n\u041a\u0442\u043e-\u043d\u0438\u0431\u0443\u0434\u044c \u043f\u0440\u043e\u0431\u043e\u0432\u0430\u043b \u0441\u043c\u0435\u043d\u0443 \u043f\u0440\u0438\u0447\u0438\u043d\u044b \u043f\u0440\u0435\u0431\u044b\u0432\u0430\u043d\u0438\u044f \u0432 \u0441\u0442\u0440\u0430\u043d\u0435 \u0434\u043b\u044f \u0412\u041d\u0416? \u0415\u0441\u043b\u0438 \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442\u0441\u044f \u043d\u0430\u0439\u0442\u0438 \u0440\u0430\u0431\u043e\u0442\u0443 \u0441 \u0417\u041f, \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044e\u0449\u0435\u0439 \u0442\u0440\u0435\u0431\u043e\u0432\u0430\u043d\u0438\u044f\u043c \u041a\u041c, \u043d\u0430\u043f\u0440\u0438\u043c\u0435\u0440? \u041a\u0430\u043a \u043a \u044d\u0442\u043e\u043c\u0443 \u0432\u043e\u043e\u0431\u0449\u0435 \u043f\u043e\u0434\u0441\u0442\u0443\u043f\u0438\u0442\u044c\u0441\u044f?\n\u0415\u0449\u0451 \u0432\u0430\u0440\u0438\u0430\u043d\u0442, \u043a\u043e\u0442\u043e\u0440\u044b\u0439 \u0440\u0430\u0441\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u044e - \u043c\u0443\u0436 \u0441\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f \u043f\u043e\u0434\u0430\u0432\u0430\u0442\u044c \u043d\u0430 long-term EU resident. \u042f \u043c\u043e\u0433\u0443 \u043f\u0435\u0440\u0435\u043e\u0444\u043e\u0440\u043c\u0438\u0442\u044c \u0412\u041d\u0416, \u043a\u0430\u043a \u0435\u0433\u043e \u043f\u0430\u0440\u0442\u043d\u0451\u0440, \u0432 \u0441\u043b\u0443\u0447\u0430\u0435, \u0435\u0441\u043b\u0438 \u043e\u043d \u0443\u0441\u043f\u0435\u0435\u0442 \u0435\u0433\u043e \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c \u0434\u043e \u0438\u0441\u0442\u0435\u0447\u0435\u043d\u0438\u044f \u044d\u0442\u0438\u0445 3 \u043c\u0435\u0441\u044f\u0446\u0435\u0432?\n\u0418\u0437\u0443\u0447\u0438\u043b\u0430 \u0432\u0435\u0441\u044c \u0441\u0430\u0439\u0442 IND, \u0432\u0441\u0451 \u043e\u0447\u0435\u043d\u044c \u043f\u043e\u0432\u0435\u0440\u0445\u043d\u043e\u0441\u0442\u043d\u043e \u0442\u0430\u043c \u0438 \u043e\u0431\u0449\u043e. \n\u0415\u0441\u043b\u0438 \u0432\u0441\u0451-\u0442\u0430\u043a\u0438 \u043d\u0435 \u0443\u0441\u043f\u0435\u0432\u0430\u0435\u043c \u0438 \u043d\u0443\u0436\u043d\u043e \u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0442\u044c\u0441\u044f \u043e\u0431\u0440\u0430\u0442\u043d\u043e, \u043a\u0430\u043a \u043e\u0431\u0441\u0442\u043e\u044f\u0442 \u0434\u0435\u043b\u0430 \u0441 \u043f\u0440\u043e\u0434\u0430\u0436\u0435\u0439 \u0434\u043e\u043c\u0430? \u041d\u0430\u043c \u0434\u0430\u0434\u0443\u0442 \u043d\u0430 \u044d\u0442\u043e \u0434\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0438\u043b\u0438 \u043e\u0431\u044f\u0436\u0443\u0442 \u043f\u0440\u043e\u0441\u0442\u043e \u043e\u0442\u0434\u0430\u0442\u044c \u0434\u043e\u043c \u0431\u0430\u043d\u043a\u0443?\n\u041f\u043e\u0441\u043e\u0432\u0435\u0442\u0443\u0439\u0442\u0435, \u043b\u044e\u0434\u0438 \u0434\u043e\u0431\u0440\u044b\u0435. \u042f \u043d\u0435 \u0441\u043f\u043b\u044e \u043d\u043e\u0447\u0430\u043c\u0438 \u0438\u0437-\u0437\u0430 \u044d\u0442\u043e\u0433\u043e \u200d\u2640\ufe0f","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":34,"title":"\u0420\u0430\u0431\u043e\u0447\u0438\u0435 \u0432\u043e\u043f\u0440\u043e\u0441\u044b","node_name":"rabochie-voprosy"},"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":1656512358,"post_id":470413,"user_id":11571,"username":"MMMM","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"369":{"tag":"\u0432\u043d\u0436","tag_url":"vnzh"},"168":{"tag":"\u043a\u0435\u043d\u043d\u0438\u0441\u043c\u0438\u0433\u0440\u0430\u043d\u0442","tag_url":"kennismigrant-2"},"209":{"tag":"\u0440\u0430\u0431\u043e\u0442\u0430","tag_url":"rabota"},"3815":{"tag":"\u0447\u0442\u043e\u0434\u0435\u043b\u0430\u0442\u044c","tag_url":"chtodelat"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":21234,"content":{"thread_id":21234,"node_id":37,"title":"\u041d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u0438 \u043f\u043e\u0442\u0435\u0440\u044f \u0441\u0442\u0430\u0442\u0443\u0441\u0430 kennismigrant","reply_count":2,"view_count":1563,"user_id":11351,"username":"\u0411\u0430\u0431\u0435\u0442\u0442\u0430","post_date":1612198229,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":441873,"first_post_likes":0,"last_post_date":1612202490,"last_post_id":441881,"last_post_user_id":11351,"last_post_username":"\u0411\u0430\u0431\u0435\u0442\u0442\u0430","prefix_id":0,"tags":"a:5:{i:94;a:2:{s:3:\"tag\";s:13:\"kennismigrant\";s:7:\"tag_url\";s:13:\"kennismigrant\";}i:168;a:2:{s:3:\"tag\";s:26:\"\u043a\u0435\u043d\u043d\u0438\u0441\u043c\u0438\u0433\u0440\u0430\u043d\u0442\";s:7:\"tag_url\";s:15:\"kennismigrant-2\";}i:358;a:2:{s:3:\"tag\";s:26:\"\u043d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f\";s:7:\"tag_url\";s:14:\"naturalizacija\";}i:209;a:2:{s:3:\"tag\";s:12:\"\u0440\u0430\u0431\u043e\u0442\u0430\";s:7:\"tag_url\";s:6:\"rabota\";}i:441;a:2:{s:3:\"tag\";s:30:\"\u0442\u0440\u0443\u0434\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\";s:7:\"tag_url\";s:15:\"trudoustrojstvo\";}}","email":"telegraphme2@gmail.com","gender":"female","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":0,"user_group_id":2,"secondary_group_ids":"8","display_style_group_id":8,"permission_combination_id":28,"message_count":15,"conversations_unread":0,"register_date":1601306667,"last_activity":1675028158,"trophy_points":3,"alerts_unread":3,"avatar_date":1645121812,"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":1601306667,"terms_accepted":1601306667,"node_title":"\u041d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f","node_name":"naturalizatsiya","message":"\u0414\u043e\u0431\u0440\u044b\u0439 \u0434\u0435\u043d\u044c! \n\n\u0414\u043e \u043f\u043e\u0434\u0430\u0447\u0438 \u043d\u0430 \u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u043e\/permanent residency \u043e\u0441\u0442\u0430\u043b\u043e\u0441\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u0433\u043e\u0434\u0430, inburgering diploma \u043f\u043e\u043b\u0443\u0447\u0435\u043d, \u043d\u043e \u0442\u0443\u0442 \u0440\u0430\u0431\u043e\u0442\u043e\u0434\u0430\u0442\u0435\u043b\u044c \u043e\u0431\u044a\u044f\u0432\u0438\u043b \u043e \u0441\u043e\u043a\u0440\u0430\u0449\u0435\u043d\u0438\u0438, \u0438\u0437 \u0447\u0435\u0433\u043e \u0441\u043b\u0435\u0434\u0443\u0435\u0442, \u0447\u0442\u043e KM visa \u0437\u0430\u043a\u043e\u043d\u0447\u0438\u0442\u0441\u044f \u0440\u0430\u043d\u044c\u0448\u0435, \u0447\u0435\u043c \u0443\u0441\u043f\u0435\u044e \u043f\u043e\u0434\u0430\u0442\u044c \u0437\u0430\u044f\u0432\u043b\u0435\u043d\u0438\u0435. \n\u0420\u044b\u043d\u043e\u043a \u0442\u0440\u0443\u0434\u0430 \u0441\u0435\u0439\u0447\u0430\u0441 \u0441\u043b\u043e\u0436\u043d\u044b\u0439, \u0441\u043c\u043e\u0442\u0440\u044e \u0432 \u0441\u0442\u043e\u0440\u043e\u043d\u0443 \u043f\u0435\u0440\u0435\u0445\u043e\u0434\u0430 \u043d\u0430 \u0441\u0442\u0443\u0434\u0435\u043d\u0447\u0435\u0441\u043a\u0443\u044e \u0432\u0438\u0437\u0443 \u0441\u043d\u0430\u0447\u0430\u043b\u0430 \u0438 search year \u0432\u0438\u0437\u0443 \u043f\u043e\u0442\u043e\u043c (\u0435\u0441\u0442\u0435\u0441\u0442\u0432\u0435\u043d\u043d\u043e, \u043f\u043e\u043f\u0443\u0442\u043d\u043e \u0438\u0441\u043a\u0430\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443). \u041e\u0431\u0435 \u0438\u043c\u0435\u044e\u0442 \u0446\u0435\u043b\u044c\u044e \u043a\u0440\u0430\u0442\u043a\u043e\u0441\u0440\u043e\u0447\u043d\u043e\u0435 \u043f\u0440\u0435\u0431\u044b\u0432\u0430\u043d\u0438\u0435, \u0438\u0445 \u043d\u0435 \u0437\u0430\u0447\u0442\u0443\u0442 \u0432 \u0441\u0440\u043e\u043a \u043f\u0440\u043e\u0436\u0438\u0432\u0430\u043d\u0438\u044f \u0432 \u0441\u0442\u0440\u0430\u043d\u0435 \u043f\u0440\u0438 \u043f\u043e\u0434\u0430\u0447\u0435 \u043d\u0430 \u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u043e: [URL]https:\/\/ind.nl\/en\/Pages\/temporary-and-non-temporary-purposes-of-stay.aspx[\/URL]\n\u041a\u0430\u043a\u0438\u0435 \u043c\u043e\u0433\u0443\u0442 \u0431\u044b\u0442\u044c \u043e\u043f\u0446\u0438\u0438, \u043a\u0440\u043e\u043c\u0435 \u0441\u043c\u0435\u043d\u044b \u0440\u0430\u0431\u043e\u0442\u043e\u0434\u0430\u0442\u0435\u043b\u044f? \u041c\u043e\u0436\u0435\u0442 \u043b\u0438 \u043a\u0442\u043e-\u0442\u043e \u043f\u0440\u043e\u043a\u043e\u043c\u043c\u0435\u043d\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c \u043a\u0430\u043a\u0438\u0435 \u0443\u0441\u043b\u043e\u0432\u0438\u044f \u0434\u043b\u044f \u043f\u043e\u043b\u0443\u0447\u0435\u043d\u0438\u044f \u0432\u043e\u0442 \u044d\u0442\u0438\u0445 \u0432\u0438\u0437 \u0441 [B]Non-temporary purposes:[\/B]\n- Paid employment. \n- Work on a self-employed basis. \n\n\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":37,"title":"\u041d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f","node_name":"naturalizatsiya"},"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":1612202490,"post_id":441881,"user_id":11351,"username":"\u0411\u0430\u0431\u0435\u0442\u0442\u0430","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"94":{"tag":"kennismigrant","tag_url":"kennismigrant"},"168":{"tag":"\u043a\u0435\u043d\u043d\u0438\u0441\u043c\u0438\u0433\u0440\u0430\u043d\u0442","tag_url":"kennismigrant-2"},"358":{"tag":"\u043d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f","tag_url":"naturalizacija"},"209":{"tag":"\u0440\u0430\u0431\u043e\u0442\u0430","tag_url":"rabota"},"441":{"tag":"\u0442\u0440\u0443\u0434\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e","tag_url":"trudoustrojstvo"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":21099,"content":{"thread_id":21099,"node_id":36,"title":"\u041d\u0430\u0442\u0443\u0440\u0430\u043b\u0438\u0437\u0430\u0446\u0438\u044f \u043a\u0435\u043d\u043d\u0438\u0441\u043c\u0438\u0433\u0440\u0430\u043d\u0442\u0430, \u0447\u0442\u043e \u0441 \u043f\u0430\u0440\u0442\u043d\u0435\u0440\u043e\u043c?","reply_count":9,"view_count":6579,"user_id":11372,"username":"\u0412\u043b\u0430\u0434\u0438\u043c\u0438\u0440NL87","post_date":1601805127,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":433493,"first_post_likes":0,"last_post_date":1604318080,"last_post_id":436042,"last_post_user_id":11448,"last_post_username":"Trololo","prefix_id":0,"tags":"a:3:{i:271;a:2:{s:3:\"tag\";s:11:\"inburgering\";s:7:\"tag_url\";s:11:\"inburgering\";}i:94;a:2:{s:3:\"tag\";s:13:\"kennismigrant\";s:7:\"tag_url\";s:13:\"kennismigrant\";}i:3596;a:2:{s:3:\"tag\";s:13:\"naturalisatie\";s:7:\"tag_url\";s:13:\"naturalisatie\";}}","email":"vladimirpavlovskiy@hotmail.com","gender":"","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":2,"conversations_unread":1,"register_date":1601804570,"last_activity":1601969587,"trophy_points":1,"alerts_unread":1,"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":1601804570,"terms_accepted":1601804570,"node_title":"\u0412\u0438\u0434 \u043d\u0430 \u0436\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e","node_name":"vid-na-zhitelstvo","message":"\u0417\u0434\u0440\u0430\u0441\u0442\u0432\u0443\u0439\u0442\u0435, \u0442\u0430\u043a\u043e\u0439 \u0432\u043e\u043f\u0440\u043e\u0441, \u0436\u0435\u043b\u0430\u0442\u0435\u043b\u044c\u043d\u043e \u043f\u043e \u0441\u043e\u0431\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u043c\u0443 \u043e\u043f\u044b\u0442\u0443 \u0443 \u043a\u043e\u0433\u043e \u0435\u0441\u0442\u044c,\n\u041f\u0440\u0438\u0435\u0445\u0430\u043b\u0438 3 \u0433\u043e\u0434\u0430 \u043d\u0430\u0437\u0430\u0434 \u0432 \u041d\u0438\u0434\u0435\u0440\u043b\u0430\u043d\u0434\u044b, \u044f kennismigrant, \u0436\u0435\u043d\u0430 \u043a\u0430\u043a \u043f\u0430\u0440\u0442\u043d\u0435\u0440 kennismigrant, \u044f \u0441\u0434\u0430\u043b inburgering \u0438 \u0445\u043e\u0447\u0443 \u043f\u043e\u0434\u0430\u0442\u044c\u0441\u044f \u043d\u0430 \u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u043e \u0447\u0435\u0440\u0435\u0437 2 \u0433\u043e\u0434\u0430, \u0447\u0442\u043e \u0431\u0443\u0434\u0435\u0442 \u0441\u043e \u0441\u0442\u0430\u0442\u0443\u0441\u043e\u043c \u0436\u0435\u043d\u044b \u0435\u0441\u043b\u0438 \u044f \u043f\u043e\u043b\u0443\u0447\u0443 \u0433\u0440\u0430\u0436\u0434\u0430\u043d\u0441\u0442\u0432\u043e - \u043e\u043d\u0430 \u0441\u0442\u0430\u043d\u0435\u0442 inburgering verplicht? \n\u0415\u0441\u043b\u0438 \u0434\u0430 \u0447\u0442\u043e , \u0442\u043e \u0447\u0442\u043e \u0441\u043b\u0443\u0447\u0438\u0442\u044c\u0441\u044f \u0435\u0441\u043b\u0438 \u043e\u043d\u0430 \u043d\u0435 \u0441\u0434\u0430\u0441\u0442 \u0435\u043a\u0437\u0430\u043c\u0435\u043d\u044b \u0432 \u043f\u043e\u043b\u043e\u0436\u0435\u043d\u043d\u044b\u0439 \u0441\u0442\u0440\u043e\u043a?\n\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":36,"title":"\u0412\u0438\u0434 \u043d\u0430 \u0436\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e","node_name":"vid-na-zhitelstvo"},"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":1604318080,"post_id":436042,"user_id":11448,"username":"Trololo","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"271":{"tag":"inburgering","tag_url":"inburgering"},"94":{"tag":"kennismigrant","tag_url":"kennismigrant"},"3596":{"tag":"naturalisatie","tag_url":"naturalisatie"}},"dark_postrating_max":0,"dark_postrating_max_id":0}},{"0":"thread","1":21001,"content":{"thread_id":21001,"node_id":31,"title":"\u0421\u043f\u043e\u043d\u0441\u043e\u0440\u0441\u0442\u0432\u043e \u0434\u043b\u044f kennismigrant","reply_count":32,"view_count":4558,"user_id":7298,"username":"LyudmylaK","post_date":1594918484,"sticky":0,"discussion_state":"visible","discussion_open":1,"discussion_type":"","first_post_id":425701,"first_post_likes":0,"last_post_date":1599926919,"last_post_id":432077,"last_post_user_id":7298,"last_post_username":"LyudmylaK","prefix_id":0,"tags":"a:5:{i:94;a:2:{s:3:\"tag\";s:13:\"kennismigrant\";s:7:\"tag_url\";s:13:\"kennismigrant\";}i:369;a:2:{s:3:\"tag\";s:6:\"\u0432\u043d\u0436\";s:7:\"tag_url\";s:4:\"vnzh\";}i:1724;a:2:{s:3:\"tag\";s:8:\"\u043d\u0430\u0439\u043c\";s:7:\"tag_url\";s:4:\"najm\";}i:1674;a:2:{s:3:\"tag\";s:16:\"\u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0442\";s:7:\"tag_url\";s:8:\"referent\";}i:441;a:2:{s:3:\"tag\";s:30:\"\u0442\u0440\u0443\u0434\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e\";s:7:\"tag_url\";s:15:\"trudoustrojstvo\";}}","email":"Serafima2003@hotmail.com","gender":"female","custom_title":"","language_id":2,"style_id":0,"timezone":"Europe\/Amsterdam","visible":1,"user_group_id":2,"secondary_group_ids":"8,14","display_style_group_id":14,"permission_combination_id":99,"message_count":63,"conversations_unread":0,"register_date":1500361250,"last_activity":1603008347,"trophy_points":106,"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":1599033166,"terms_accepted":1599033200,"node_title":"\u0420\u0430\u0431\u043e\u0442\u0430 \u0438 \u0443\u0447\u0451\u0431\u0430","node_name":"rabota-i-ucheba","message":"\u0417\u0434\u0440\u0430\u0432\u0441\u0442\u0432\u0443\u0439\u0442\u0435! \u0420\u0430\u0431\u043e\u0442\u0430\u044e \u0432 \u043d\u0435\u0431\u043e\u043b\u044c\u0448\u043e\u0439 \u0444\u0438\u0440\u043c\u0435, \u0441\u043f\u0435\u0446\u0438\u0430\u043b\u0438\u0437\u0438\u0440\u0443\u0435\u043c\u0441\u044f \u043d\u0430 \u043e\u0431\u043e\u0440\u0443\u0434\u043e\u0432\u0430\u043d\u0438\u0438 Cisco. \u0423\u0436\u0435 \u043f\u0430\u0440\u0443 \u043c\u0435\u0441\u044f\u0446\u0435\u0432 \u043c\u0435\u043d\u0434\u0436\u043c\u0435\u043d\u0442 \u0438\u0449\u0435\u0442 \u0447\u0435\u043b\u043e\u0432\u0435\u043a\u0430 \u043d\u0430 \u043f\u043e\u0437\u0438\u0446\u0438\u044e Financial Manager. \u041d\u0430 \u0438\u043d\u0442\u0435\u0440\u0432\u044c\u044e \u0431\u044b\u043b\u0430 \u0434\u0430\u043c\u0430 \u0438\u0437 \u0418\u043d\u0434\u0438\u0438, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u043a\u0430\u043a \u041a\u041c \u0438 \u0443 \u043d\u0435\u0435 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u044b\u0439 \u0432\u0438\u0434 \u043d\u0430 \u0436\u0438\u0442\u0435\u043b\u044c\u0441\u0442\u0432\u043e \u043d\u0430 5 \u043b\u0435\u0442. \u0412\u043e\u043f\u0440\u043e\u0441 \u0432 \u0442\u043e\u043c, \u0438\u043c\u0435\u0435\u043c \u043b\u0438 \u043c\u044b \u043f\u0440\u0430\u0432\u043e \u0435\u0435 \u043d\u0430\u043d\u044f\u0442\u044c? \u0412 IND \u043c\u044b \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b. \u0415\u0441\u043b\u0438, \u043a \u043f\u0440\u0438\u043c\u0435\u0440\u0443, \u043c\u044b \u0435\u0439 \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0438\u043c \u043a\u043e\u043d\u0442\u0440\u0430\u043a\u0442, \u0430 \u043f\u043e\u0442\u043e\u043c \u043e\u043a\u0430\u0436\u0435\u0442\u0441\u044f, \u0447\u0442\u043e \u043d\u0430\u043d\u0438\u043c\u0430\u0442\u044c \u043c\u044b \u0435\u0435 \u043d\u0435 \u0438\u043c\u0435\u043b\u0438 \u043f\u0440\u0430\u0432\u0430, \u0431\u0443\u0434\u0443\u0442 \u043b\u0438 \u0441\u0430\u043d\u043a\u0446\u0438\u0438? \u041a\u043e\u043c\u043f\u0430\u043d\u0438\u044f \u0433\u043e\u043b\u043b\u0430\u043d\u0434\u0441\u043a\u0430\u044f, \u043d\u0438\u043a\u0442\u043e \u043e \u0442\u0430\u043a\u0438\u0445 \u0434\u0435\u0442\u0430\u043b\u044f\u0445 \u043d\u0435 \u0437\u0430\u0434\u0443\u043c\u044b\u0432\u0430\u0435\u0442\u0441\u044f, \u044f \u043a\u0430\u043a \u0418\u041e \u043a\u0430\u0434\u0440\u043e\u0432\u0438\u043a\u0430 \u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u0430\u044f \u0437\u0430 \u044d\u0442\u043e.... \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":31,"title":"\u0420\u0430\u0431\u043e\u0442\u0430 \u0438 \u0443\u0447\u0451\u0431\u0430","node_name":"rabota-i-ucheba"},"canInlineMod":false,"canEditThread":false,"isNew":false,"haveReadData":false,"hasPreview":true,"canViewContent":true,"isRedirect":false,"isDeleted":false,"isModerated":false,"titleCensored":true,"lastPageNumbers":[2],"lastPostInfo":{"post_date":1599926919,"post_id":432077,"user_id":7298,"username":"LyudmylaK","isIgnoring":false},"customFields":[],"externalAuth":[],"isTrusted":false,"isIgnored":false,"tagsList":{"94":{"tag":"kennismigrant","tag_url":"kennismigrant"},"369":{"tag":"\u0432\u043d\u0436","tag_url":"vnzh"},"1724":{"tag":"\u043d\u0430\u0439\u043c","tag_url":"najm"},"1674":{"tag":"\u0440\u0435\u0444\u0435\u0440\u0435\u043d\u0442","tag_url":"referent"},"441":{"tag":"\u0442\u0440\u0443\u0434\u043e\u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432\u043e","tag_url":"trudoustrojstvo"}},"dark_postrating_max":0,"dark_postrating_max_id":0}}]
    Run Time: 0.003611
  17. 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: 10, 1
    Run Time: 0.000800
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 35Using index condition
  18. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('events')
    Params: 1
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  19. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_a4d5b92946484ca8341ab', 'wfc_56da5e416f74c99cb862e')
    Run Time: 0.000096
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using index condition
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 10, 1
    Run Time: 0.000100
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (180, XenForo Classes: 67)

  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/Helper/Discussion.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/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/RelatedContents/WidgetRenderer/Thread.php
  157. library/WidgetFramework/Model/Cache.php
  158. library/Tinhte/XenTag/WidgetRenderer/RelatedThreads.php
  159. library/XenForo/Route/Prefix/Members.php
  160. library/bdTagMe/XenForo/Route/Prefix/Members.php
  161. library/memberMap/Listener/Navigation.php
  162. library/memberMap/Model/ViewMap.php
  163. library/EWRatendo/Listener/NavTabs.php
  164. library/EWRatendo/Model/Perms.php
  165. library/NodesAsTabs/NavTabs.php
  166. library/EWRutiles/Sitemap/Listener/Params.php
  167. library/WidgetFramework/Template/Extended.php
  168. library/XenForo/Route/Prefix/Tags.php
  169. library/Tapatalk/EventListener/Hook.php
  170. library/EWRatendo/Listener/Template.php
  171. library/Tapatalk/Listener/TemplatePostRender.php
  172. library/XenForo/Route/Prefix/Posts.php
  173. library/XenForo/Model/Avatar.php
  174. library/WidgetFramework/Helper/String.php
  175. library/WidgetFramework/WidgetRenderer/Empty.php
  176. library/XenForo/Helper/Criteria.php
  177. library/XenForo/Debug.php
  178. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  179. mobiquo/smartbanner/head.inc.php
  180. library/XenForo/ViewRenderer/Json.php