Page Time: 0.4595s

Memory: 6.3645 MB (Peak: 7.3185 MB)

Queries (104, time: 0.1786s, 38.9%)

  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.001065
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000431
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT *
    FROM xf_brivium_addon
    ORDER BY addon_id
    Run Time: 0.000316
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_addonindex PRIMARY77 1 
  4. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: brBriviumAddOns, a:0:{}
    Run Time: 0.000242
  5. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000315
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: b1a12d96fa122ff3dc89def162a3fa5a, a:6:{s:12:"sessionStart";i:1776268131;s:2:"ip";s:4:"aW";s:11:"sessionCsrf";s:16:"admw18jAXFJIbi17";s:9:"userAgent";s:40:"CCBot/2.0 (https://commoncrawl.org/faq/)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1776271731
    Run Time: 0.000393
  7. 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, aW, aW, EWRporta_ControllerPublic_Portal, Index, valid, , 1776268131,
    Run Time: 0.000239
  8. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: portal
    Run Time: 0.000478
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_layoutsconstPRIMARYPRIMARY77const1 
  9. SELECT *, 'disabled' AS position
    	FROM EWRporta_blocks
    WHERE active = 1
    ORDER BY block_id ASC
    Run Time: 0.000614
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_blocksindex PRIMARY77 16Using where
  10. SELECT * FROM EWRporta_caches
    Run Time: 0.000516
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesALL    6 
  11. SELECT * FROM EWRporta_options
    Run Time: 0.000947
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_optionsALL    73 
  12. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('1', '2', '3', '4', '50', '5', '6', '7', '8', '51', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY  promote_date DESC
    LIMIT ?, ?
    Params: 1776268131, 1776268131, 0, 5
    Run Time: 0.045317
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.node_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.user_id1 
  13. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3146
    Run Time: 0.000516
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  14. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3143
    Run Time: 0.000452
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  15. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3142
    Run Time: 0.000391
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  16. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3140
    Run Time: 0.000466
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  17. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3528)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000692
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  18. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3139
    Run Time: 0.000426
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  19. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('1', '2', '3', '4', '50', '5', '6', '7', '8', '51', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1776268131, 1776268131
    Run Time: 0.002530
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  20. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews
    Run Time: 0.000472
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  21. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews
    Run Time: 0.000404
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  22. begin
    Run Time: 0.000346
  23. UPDATE `EWRporta_caches` SET `date` = ? WHERE (block_id = 'RecentNews')
    Params: 1776268131
    Run Time: 0.000337
  24. commit
    Run Time: 0.001299
  25. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	node.title AS node_title, node.node_name,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    permission.cache_value AS node_permission_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_permission_cache_content AS permission
    	ON (permission.permission_combination_id = 1
    		AND permission.content_type = 'node'
    		AND permission.content_id = thread.node_id)
    WHERE (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1776181731)
    ORDER BY thread.last_post_date DESC
     LIMIT 3
    Run Time: 0.001544
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangelast_post_datelast_post_date4 1Using index condition; Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4vungtauc_br.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,vungtauc_br.thread.node_id1Using where
  26. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1776267231)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000998
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 4Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  27. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1776268131, 1776268131, 0, 20
    Run Time: 0.053104
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.node_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.user_id1 
  28. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3137
    Run Time: 0.000502
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  29. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3131
    Run Time: 0.000459
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  30. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3519)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000699
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  31. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3129
    Run Time: 0.000429
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  32. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3121
    Run Time: 0.000439
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  33. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3509)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000706
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  34. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3120
    Run Time: 0.000402
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  35. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3508)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000614
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  36. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3119
    Run Time: 0.000405
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  37. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3507)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000598
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  38. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3118
    Run Time: 0.000390
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  39. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3506)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000594
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  40. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3116
    Run Time: 0.000442
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  41. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3504)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000624
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  42. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3115
    Run Time: 0.000393
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  43. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3503)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000880
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  44. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3107
    Run Time: 0.000627
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  45. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3106
    Run Time: 0.000452
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  46. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3092
    Run Time: 0.000383
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  47. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3091
    Run Time: 0.000378
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  48. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3090
    Run Time: 0.000381
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  49. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3089
    Run Time: 0.000372
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  50. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3048
    Run Time: 0.000385
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  51. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3027
    Run Time: 0.000384
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  52. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3026
    Run Time: 0.000388
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  53. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3023
    Run Time: 0.000394
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  54. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3019
    Run Time: 0.000398
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  55. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19', '20', '21', '22', '23', '24', '25', '26', '27', '28', '29') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1776268131, 1776268131
    Run Time: 0.002495
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  56. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews2
    Run Time: 0.000465
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  57. SELECT *
    	FROM EWRporta_caches
    WHERE block_id = ?
    Params: RecentNews2
    Run Time: 0.000362
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesconstPRIMARYPRIMARY77const1 
  58. begin
    Run Time: 0.000398
  59. UPDATE `EWRporta_caches` SET `results` = ?, `date` = ? WHERE (block_id = 'RecentNews2')
    Params: a:2:{s:6:"option";a:9:{s:5:"forum";a:29:{i:0;s:1:"1";i:1;s:1:"2";i:2;s:1:"3";i:3;s:1:"4";i:4;s:1:"5";i:5;s:1:"6";i:6;s:1:"7";i:7;s:1:"8";i:8;s:1:"9";i:9;s:2:"10";i:10;s:2:"11";i:11;s:2:"12";i:12;s:2:"13";i:13;s:2:"14";i:14;s:2:"15";i:15;s:2:"16";i:16;s:2:"17";i:17;s:2:"18";i:18;s:2:"19";i:19;s:2:"20";i:20;s:2:"21";i:21;s:2:"22";i:22;s:2:"23";i:23;s:2:"24";i:24;s:2:"25";i:25;s:2:"26";i:26;s:2:"27";i:27;s:2:"28";i:28;s:2:"29";}s:8:"leftdate";s:1:"1";s:5:"limit";s:2:"20";s:7:"pagenav";s:1:"1";s:6:"social";s:1:"0";s:6:"sticky";s:1:"1";s:8:"truncate";s:3:"200";s:7:"parseBB";b:1;s:5:"count";i:893;}s:11:"RecentNews2";a:20:{i:0;a:59:{s:9:"thread_id";i:3137;s:7:"node_id";i:3;s:5:"title";s:74:"Công ty TNHH Trần Vinh Nhân viên Kinh doanh & Chăm sóc khách hàng";s:11:"reply_count";i:0;s:10:"view_count";i:1285;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1736040809;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3525;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1736040809;s:12:"last_post_id";i:3525;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:239:"Công ty TNHH Trần Vinh cần tuyển: [LIST] [*][B]Vị trí tuyển dụng: [/B]Nhân viên Kinh doanh & Chăm sóc khách hàng [*][B]Số lượng:[/B] 04 người [*][B]Yêu cầu công việc:[/B] [LIST] [*]Tốt nghiệp Đại...";s:12:"attach_count";i:0;s:10:"node_title";s:10:"Bán hàng";s:12:"promote_date";i:1736040809;s:12:"promote_icon";N;s:12:"promote_data";s:74:"https://tranvinhvanphongpham.com/wp-content/uploads/2021/01/Untitled-1.png";s:10:"categories";a:0:{}s:3:"day";s:2:"05";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_1_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:74:"https://tranvinhvanphongpham.com/wp-content/uploads/2021/01/Untitled-1.png";}i:1;a:60:{s:9:"thread_id";i:3131;s:7:"node_id";i:29;s:5:"title";s:44:"Tuyển Thư ký văn phòng tại Singapore";s:11:"reply_count";i:0;s:10:"view_count";i:1743;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1718185914;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3519;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1718185914;s:12:"last_post_id";i:3519;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:0;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:254:"Vị trí: Nam/ nữ Thư ký công ty xây dựng Giới tính và độ tuổi: nam/nữ, dưới 35 tuổi Lương cơ bản: 2000-3000 sgd Ăn, ở: tự túc Giờ làm việc: Thứ Hai đến Thứ Sáu, 8h30 sáng-5h30 chiều, Thứ Bảy...";s:12:"attach_count";i:1;s:10:"node_title";s:17:"Việc làm khác";s:12:"promote_date";i:1718185914;s:12:"promote_icon";N;s:12:"promote_data";i:115;s:10:"categories";a:0:{}s:3:"day";s:2:"12";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_6_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:115;a:20:{s:13:"attachment_id";i:115;s:7:"data_id";i:115;s:12:"content_type";s:4:"post";s:10:"content_id";i:3519;s:11:"attach_date";i:1718185904;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3969;s:8:"filename";s:29:"www.bariavungtauworks.com.png";s:9:"file_size";i:714798;s:9:"file_hash";s:32:"bd04a2c969158569321d4b2ad7719f7f";s:9:"file_path";s:0:"";s:5:"width";i:940;s:6:"height";i:788;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:83;s:12:"thumbnailUrl";s:59:"data/attachments/0/115-bd04a2c969158569321d4b2ad7719f7f.jpg";s:9:"deleteUrl";s:52:"attachments/www-bariavungtauworks-com-png.115/delete";s:7:"viewUrl";s:46:"attachments/www-bariavungtauworks-com-png.115/";s:9:"extension";s:3:"png";}}s:6:"attach";a:20:{s:13:"attachment_id";i:115;s:7:"data_id";i:115;s:12:"content_type";s:4:"post";s:10:"content_id";i:3519;s:11:"attach_date";i:1718185904;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3969;s:8:"filename";s:29:"www.bariavungtauworks.com.png";s:9:"file_size";i:714798;s:9:"file_hash";s:32:"bd04a2c969158569321d4b2ad7719f7f";s:9:"file_path";s:0:"";s:5:"width";i:940;s:6:"height";i:788;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:83;s:12:"thumbnailUrl";s:59:"data/attachments/0/115-bd04a2c969158569321d4b2ad7719f7f.jpg";s:9:"deleteUrl";s:52:"attachments/www-bariavungtauworks-com-png.115/delete";s:7:"viewUrl";s:46:"attachments/www-bariavungtauworks-com-png.115/";s:9:"extension";s:3:"png";}}i:2;a:59:{s:9:"thread_id";i:3129;s:7:"node_id";i:10;s:5:"title";s:68:"Công ty MODEC tuyển vị trí công việc “Business Analyst”";s:11:"reply_count";i:0;s:10:"view_count";i:3028;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1712582038;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3517;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1712582038;s:12:"last_post_id";i:3517;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:245:"Công ty MODEC Management Services Pte. Ltd. là một công ty dịch vụ dầu khí 100% vốn đầu tư nước ngoài, có trụ sở điều hành ở TP. Vũng Tàu, hiện đang vận hành 2 tàu chứa FSO tại vùng biển BR-VT....";s:12:"attach_count";i:0;s:10:"node_title";s:39:"Sản xuất - Vận hành sản xuất";s:12:"promote_date";i:1712582038;s:12:"promote_icon";N;s:12:"promote_data";s:72:"https://bariavungtauworks.com/attachments/upload_2024-1-8_11-9-7-png.99/";s:10:"categories";a:0:{}s:3:"day";s:2:"08";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:72:"https://bariavungtauworks.com/attachments/upload_2024-1-8_11-9-7-png.99/";}i:3;a:60:{s:9:"thread_id";i:3121;s:7:"node_id";i:29;s:5:"title";s:77:"TUYỂN ĐẦU BẾP TẠI CANADA (CÓ CƠ HỘI ĐỊNH CƯ CẢ GIA ĐÌNH)";s:11:"reply_count";i:0;s:10:"view_count";i:2020;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1710342526;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3509;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1710342526;s:12:"last_post_id";i:3509;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:0;s:4:"tags";s:1043:"a:14:{i:1569;a:2:{s:3:"tag";s:6:"canada";s:7:"tag_url";s:8:"canada-2";}i:1583;a:2:{s:3:"tag";s:6:"daubep";s:7:"tag_url";s:6:"daubep";}i:1576;a:2:{s:3:"tag";s:15:"dinhcucagiadinh";s:7:"tag_url";s:15:"dinhcucagiadinh";}i:1577;a:2:{s:3:"tag";s:21:"dinhcucagiadinhcanada";s:7:"tag_url";s:21:"dinhcucagiadinhcanada";}i:1572;a:2:{s:3:"tag";s:12:"dinhcucanada";s:7:"tag_url";s:14:"dinhcucanada-2";}i:1584;a:2:{s:3:"tag";s:12:"lambepcanada";s:7:"tag_url";s:12:"lambepcanada";}i:1580;a:2:{s:3:"tag";s:4:"nahr";s:7:"tag_url";s:4:"nahr";}i:1581;a:2:{s:3:"tag";s:8:"nahrbrvt";s:7:"tag_url";s:8:"nahrbrvt";}i:1570;a:2:{s:3:"tag";s:7:"vieclam";s:7:"tag_url";s:7:"vieclam";}i:1571;a:2:{s:3:"tag";s:13:"vieclamcanada";s:7:"tag_url";s:15:"vieclamcanada-2";}i:1579;a:2:{s:3:"tag";s:16:"vieclamnuocngoai";s:7:"tag_url";s:16:"vieclamnuocngoai";}i:1441;a:2:{s:3:"tag";s:14:"vieclamvungtai";s:7:"tag_url";s:14:"vieclamvungtai";}i:1574;a:2:{s:3:"tag";s:4:"xkld";s:7:"tag_url";s:6:"xkld-2";}i:1582;a:2:{s:3:"tag";s:10:"xkldcanada";s:7:"tag_url";s:12:"xkldcanada-2";}}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:223:"[CENTER][B][SIZE=6][COLOR=#ff0000]THÔNG TIN TUYỂN LAO ĐỘNG LÀM VIỆC CANADA[/COLOR][/SIZE][/B][/CENTER] [SIZE=5][COLOR=#0080ff][B]1. Số lượng: [/B]tuyển 10 lao động [B]2. Yêu cầu:[/B] - Nam và nữ...";s:12:"attach_count";i:1;s:10:"node_title";s:17:"Việc làm khác";s:12:"promote_date";i:1710342526;s:12:"promote_icon";N;s:12:"promote_data";i:106;s:10:"categories";a:0:{}s:3:"day";s:2:"13";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:106;a:20:{s:13:"attachment_id";i:106;s:7:"data_id";i:106;s:12:"content_type";s:4:"post";s:10:"content_id";i:3509;s:11:"attach_date";i:1710342291;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3230;s:8:"filename";s:51:"z5246337662682_69d2a5c31804e43708fd36727afa1ded.jpg";s:9:"file_size";i:94918;s:9:"file_hash";s:32:"5e450bddb05dfae4b78dc02f6096abf6";s:9:"file_path";s:0:"";s:5:"width";i:968;s:6:"height";i:628;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:64;s:12:"thumbnailUrl";s:59:"data/attachments/0/106-5e450bddb05dfae4b78dc02f6096abf6.jpg";s:9:"deleteUrl";s:74:"attachments/z5246337662682_69d2a5c31804e43708fd36727afa1ded-jpg.106/delete";s:7:"viewUrl";s:68:"attachments/z5246337662682_69d2a5c31804e43708fd36727afa1ded-jpg.106/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:20:{s:13:"attachment_id";i:106;s:7:"data_id";i:106;s:12:"content_type";s:4:"post";s:10:"content_id";i:3509;s:11:"attach_date";i:1710342291;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3230;s:8:"filename";s:51:"z5246337662682_69d2a5c31804e43708fd36727afa1ded.jpg";s:9:"file_size";i:94918;s:9:"file_hash";s:32:"5e450bddb05dfae4b78dc02f6096abf6";s:9:"file_path";s:0:"";s:5:"width";i:968;s:6:"height";i:628;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:64;s:12:"thumbnailUrl";s:59:"data/attachments/0/106-5e450bddb05dfae4b78dc02f6096abf6.jpg";s:9:"deleteUrl";s:74:"attachments/z5246337662682_69d2a5c31804e43708fd36727afa1ded-jpg.106/delete";s:7:"viewUrl";s:68:"attachments/z5246337662682_69d2a5c31804e43708fd36727afa1ded-jpg.106/";s:9:"extension";s:3:"jpg";}}i:4;a:60:{s:9:"thread_id";i:3120;s:7:"node_id";i:29;s:5:"title";s:57:"TUYỂN NHÂN VIÊN DỌN DẸP CÔNG TRÌNH TẠI CANADA";s:11:"reply_count";i:0;s:10:"view_count";i:1977;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1710174995;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3508;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1710174995;s:12:"last_post_id";i:3508;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:0;s:4:"tags";s:842:"a:11:{i:1569;a:2:{s:3:"tag";s:6:"canada";s:7:"tag_url";s:8:"canada-2";}i:1573;a:2:{s:3:"tag";s:14:"congvieccanada";s:7:"tag_url";s:14:"congvieccanada";}i:1576;a:2:{s:3:"tag";s:15:"dinhcucagiadinh";s:7:"tag_url";s:15:"dinhcucagiadinh";}i:1577;a:2:{s:3:"tag";s:21:"dinhcucagiadinhcanada";s:7:"tag_url";s:21:"dinhcucagiadinhcanada";}i:1572;a:2:{s:3:"tag";s:12:"dinhcucanada";s:7:"tag_url";s:14:"dinhcucanada-2";}i:1575;a:2:{s:3:"tag";s:8:"prcanada";s:7:"tag_url";s:8:"prcanada";}i:1578;a:2:{s:3:"tag";s:10:"timvieclam";s:7:"tag_url";s:10:"timvieclam";}i:1570;a:2:{s:3:"tag";s:7:"vieclam";s:7:"tag_url";s:7:"vieclam";}i:1571;a:2:{s:3:"tag";s:13:"vieclamcanada";s:7:"tag_url";s:15:"vieclamcanada-2";}i:1579;a:2:{s:3:"tag";s:16:"vieclamnuocngoai";s:7:"tag_url";s:16:"vieclamnuocngoai";}i:1574;a:2:{s:3:"tag";s:4:"xkld";s:7:"tag_url";s:6:"xkld-2";}}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:223:"[CENTER][B][SIZE=6][COLOR=#ff0000]THÔNG TIN TUYỂN LAO ĐỘNG LÀM VIỆC CANADA[/COLOR][/SIZE][/B][/CENTER] [SIZE=5][COLOR=#0000b3][B]1. Số lượng: [/B]tuyển 10 lao động nam và nữ [B]2. Yêu cầu:[/B] -...";s:12:"attach_count";i:1;s:10:"node_title";s:17:"Việc làm khác";s:12:"promote_date";i:1710174995;s:12:"promote_icon";N;s:12:"promote_data";i:105;s:10:"categories";a:0:{}s:3:"day";s:2:"11";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:105;a:20:{s:13:"attachment_id";i:105;s:7:"data_id";i:105;s:12:"content_type";s:4:"post";s:10:"content_id";i:3508;s:11:"attach_date";i:1710174987;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3340;s:8:"filename";s:10:"ct5(1).png";s:9:"file_size";i:646855;s:9:"file_hash";s:32:"9fb4ea9de7b8dae3c967a5d9f3f71a5b";s:9:"file_path";s:0:"";s:5:"width";i:819;s:6:"height";i:358;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:43;s:12:"thumbnailUrl";s:59:"data/attachments/0/105-9fb4ea9de7b8dae3c967a5d9f3f71a5b.jpg";s:9:"deleteUrl";s:32:"attachments/ct5-1-png.105/delete";s:7:"viewUrl";s:26:"attachments/ct5-1-png.105/";s:9:"extension";s:3:"png";}}s:6:"attach";a:20:{s:13:"attachment_id";i:105;s:7:"data_id";i:105;s:12:"content_type";s:4:"post";s:10:"content_id";i:3508;s:11:"attach_date";i:1710174987;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3340;s:8:"filename";s:10:"ct5(1).png";s:9:"file_size";i:646855;s:9:"file_hash";s:32:"9fb4ea9de7b8dae3c967a5d9f3f71a5b";s:9:"file_path";s:0:"";s:5:"width";i:819;s:6:"height";i:358;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:43;s:12:"thumbnailUrl";s:59:"data/attachments/0/105-9fb4ea9de7b8dae3c967a5d9f3f71a5b.jpg";s:9:"deleteUrl";s:32:"attachments/ct5-1-png.105/delete";s:7:"viewUrl";s:26:"attachments/ct5-1-png.105/";s:9:"extension";s:3:"png";}}i:5;a:60:{s:9:"thread_id";i:3119;s:7:"node_id";i:12;s:5:"title";s:68:"TUYỂN THỢ CƠ KHÍ LÀM TẠI CANADA (CÓ CƠ HỘI ĐỊNH CƯ)";s:11:"reply_count";i:0;s:10:"view_count";i:1826;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1709999804;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3507;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1709999804;s:12:"last_post_id";i:3507;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:0;s:4:"tags";s:362:"a:5:{i:1566;a:2:{s:3:"tag";s:7:"#canada";s:7:"tag_url";s:6:"canada";}i:1568;a:2:{s:3:"tag";s:13:"#dinhcucanada";s:7:"tag_url";s:12:"dinhcucanada";}i:1567;a:2:{s:3:"tag";s:14:"#vieclamcanada";s:7:"tag_url";s:13:"vieclamcanada";}i:1565;a:2:{s:3:"tag";s:5:"#xkld";s:7:"tag_url";s:4:"xkld";}i:1564;a:2:{s:3:"tag";s:11:"#xkldcanada";s:7:"tag_url";s:10:"xkldcanada";}}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:223:"[CENTER][SIZE=6][COLOR=#b30000][B]THÔNG TIN TUYỂN LAO ĐỘNG LÀM VIỆC CANADA[/B][/COLOR][/SIZE][/CENTER] [SIZE=5][COLOR=#0000ff] [B]1. Số lượng: [/B]tuyển 05 lao động nam [B]2. Yêu cầu:[/B] - Nam từ...";s:12:"attach_count";i:1;s:10:"node_title";s:8:"Cơ khí";s:12:"promote_date";i:1709999804;s:12:"promote_icon";N;s:12:"promote_data";i:104;s:10:"categories";a:0:{}s:3:"day";s:2:"09";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:104;a:20:{s:13:"attachment_id";i:104;s:7:"data_id";i:104;s:12:"content_type";s:4:"post";s:10:"content_id";i:3507;s:11:"attach_date";i:1709997310;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:2945;s:8:"filename";s:29:"qua-canada-lam-viec-gi-1.jpeg";s:9:"file_size";i:266050;s:9:"file_hash";s:32:"225363c199c187470be1aeefa1896829";s:9:"file_path";s:0:"";s:5:"width";i:600;s:6:"height";i:400;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/104-225363c199c187470be1aeefa1896829.jpg";s:9:"deleteUrl";s:52:"attachments/qua-canada-lam-viec-gi-1-jpeg.104/delete";s:7:"viewUrl";s:46:"attachments/qua-canada-lam-viec-gi-1-jpeg.104/";s:9:"extension";s:4:"jpeg";}}s:6:"attach";a:20:{s:13:"attachment_id";i:104;s:7:"data_id";i:104;s:12:"content_type";s:4:"post";s:10:"content_id";i:3507;s:11:"attach_date";i:1709997310;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:2945;s:8:"filename";s:29:"qua-canada-lam-viec-gi-1.jpeg";s:9:"file_size";i:266050;s:9:"file_hash";s:32:"225363c199c187470be1aeefa1896829";s:9:"file_path";s:0:"";s:5:"width";i:600;s:6:"height";i:400;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/104-225363c199c187470be1aeefa1896829.jpg";s:9:"deleteUrl";s:52:"attachments/qua-canada-lam-viec-gi-1-jpeg.104/delete";s:7:"viewUrl";s:46:"attachments/qua-canada-lam-viec-gi-1-jpeg.104/";s:9:"extension";s:4:"jpeg";}}i:6;a:60:{s:9:"thread_id";i:3118;s:7:"node_id";i:22;s:5:"title";s:109:"Du học chuyển đổi bằng tại CHLB Đức (Miễn 100% học phí và đi học có hưởng lương)";s:11:"reply_count";i:0;s:10:"view_count";i:1959;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1709802510;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3506;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1709802510;s:12:"last_post_id";i:3506;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:0;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:204:"[FONT=Times New Roman][SIZE=5][COLOR=#0000ff]Thông báo tuyển sinh chương trình chuyển đổi bằng cấp tại CHLB Đức, cụ thể như sau: [/COLOR][/SIZE][/FONT] [B][FONT=Times New...";s:12:"attach_count";i:1;s:10:"node_title";s:11:"Giáo dục";s:12:"promote_date";i:1709802510;s:12:"promote_icon";N;s:12:"promote_data";i:103;s:10:"categories";a:0:{}s:3:"day";s:2:"07";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:103;a:20:{s:13:"attachment_id";i:103;s:7:"data_id";i:103;s:12:"content_type";s:4:"post";s:10:"content_id";i:3506;s:11:"attach_date";i:1709801824;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3139;s:8:"filename";s:27:"0933058338 - 0979534041.png";s:9:"file_size";i:647905;s:9:"file_hash";s:32:"a01bc84384e6e5ebbe4065f2822327b0";s:9:"file_path";s:0:"";s:5:"width";i:940;s:6:"height";i:788;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:83;s:12:"thumbnailUrl";s:59:"data/attachments/0/103-a01bc84384e6e5ebbe4065f2822327b0.jpg";s:9:"deleteUrl";s:48:"attachments/0933058338-0979534041-png.103/delete";s:7:"viewUrl";s:42:"attachments/0933058338-0979534041-png.103/";s:9:"extension";s:3:"png";}}s:6:"attach";a:20:{s:13:"attachment_id";i:103;s:7:"data_id";i:103;s:12:"content_type";s:4:"post";s:10:"content_id";i:3506;s:11:"attach_date";i:1709801824;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3139;s:8:"filename";s:27:"0933058338 - 0979534041.png";s:9:"file_size";i:647905;s:9:"file_hash";s:32:"a01bc84384e6e5ebbe4065f2822327b0";s:9:"file_path";s:0:"";s:5:"width";i:940;s:6:"height";i:788;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:83;s:12:"thumbnailUrl";s:59:"data/attachments/0/103-a01bc84384e6e5ebbe4065f2822327b0.jpg";s:9:"deleteUrl";s:48:"attachments/0933058338-0979534041-png.103/delete";s:7:"viewUrl";s:42:"attachments/0933058338-0979534041-png.103/";s:9:"extension";s:3:"png";}}i:7;a:60:{s:9:"thread_id";i:3116;s:7:"node_id";i:8;s:5:"title";s:67:"TUYỂN CÔNG NHÂN XÂY DỰNG LÀM TẠI XỨ SỞ BẠCH DƯƠNG";s:11:"reply_count";i:0;s:10:"view_count";i:1814;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1709742772;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3504;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1709742772;s:12:"last_post_id";i:3504;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:0;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:231:"Đ[COLOR=#0000ff]ối tác của NAHR tại CHLB Nga đang cần tuyển gấp các công nhân xây dựng, cụ thể: [IMG]https://static.xx.fbcdn.net/images/emoji.php/v9/taa/1.5/16/1f449.png[/IMG] [B]Địa điểm:[/B] Làm...";s:12:"attach_count";i:1;s:10:"node_title";s:11:"Xây dựng";s:12:"promote_date";i:1709742772;s:12:"promote_icon";N;s:12:"promote_data";i:101;s:10:"categories";a:0:{}s:3:"day";s:2:"06";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:101;a:20:{s:13:"attachment_id";i:101;s:7:"data_id";i:101;s:12:"content_type";s:4:"post";s:10:"content_id";i:3504;s:11:"attach_date";i:1709742745;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:2801;s:8:"filename";s:22:"cong-nhan-xay-dung.jpg";s:9:"file_size";i:77096;s:9:"file_hash";s:32:"ba38bac3cd0bed5f5e7b3f80a80d430a";s:9:"file_path";s:0:"";s:5:"width";i:626;s:6:"height";i:417;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/101-ba38bac3cd0bed5f5e7b3f80a80d430a.jpg";s:9:"deleteUrl";s:45:"attachments/cong-nhan-xay-dung-jpg.101/delete";s:7:"viewUrl";s:39:"attachments/cong-nhan-xay-dung-jpg.101/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:20:{s:13:"attachment_id";i:101;s:7:"data_id";i:101;s:12:"content_type";s:4:"post";s:10:"content_id";i:3504;s:11:"attach_date";i:1709742745;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:2801;s:8:"filename";s:22:"cong-nhan-xay-dung.jpg";s:9:"file_size";i:77096;s:9:"file_hash";s:32:"ba38bac3cd0bed5f5e7b3f80a80d430a";s:9:"file_path";s:0:"";s:5:"width";i:626;s:6:"height";i:417;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:66;s:12:"thumbnailUrl";s:59:"data/attachments/0/101-ba38bac3cd0bed5f5e7b3f80a80d430a.jpg";s:9:"deleteUrl";s:45:"attachments/cong-nhan-xay-dung-jpg.101/delete";s:7:"viewUrl";s:39:"attachments/cong-nhan-xay-dung-jpg.101/";s:9:"extension";s:3:"jpg";}}i:8;a:60:{s:9:"thread_id";i:3115;s:7:"node_id";i:29;s:5:"title";s:61:"TUYỂN THỢ MAY LÀM TẠI CHLB NGA (CHO NỢ 60% PHÍ ĐI)";s:11:"reply_count";i:0;s:10:"view_count";i:2138;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1709741864;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3503;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1709741864;s:12:"last_post_id";i:3503;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:0;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:239:"D[COLOR=#0000ff]o nhu cầu mở rộng kinh doanh, đối tác của NAHR tại CHLB Nga (Xưởng may hợp pháp -xưởng trắng) đang cần tuyển gấp:[/COLOR] [B][COLOR=#0000ff]1. Vị trí công việc: Thợ may[/COLOR][/B]...";s:12:"attach_count";i:1;s:10:"node_title";s:17:"Việc làm khác";s:12:"promote_date";i:1709741864;s:12:"promote_icon";N;s:12:"promote_data";i:100;s:10:"categories";a:0:{}s:3:"day";s:2:"06";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:11:"attachments";a:1:{i:100;a:20:{s:13:"attachment_id";i:100;s:7:"data_id";i:100;s:12:"content_type";s:4:"post";s:10:"content_id";i:3503;s:11:"attach_date";i:1709739864;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3574;s:8:"filename";s:47:"ban-mo-ta-cong-viec-nhan-vien-may-mau-01-80.jpg";s:9:"file_size";i:129515;s:9:"file_hash";s:32:"d9f4348fa5996d3d8d84fdf1fd4e472d";s:9:"file_path";s:0:"";s:5:"width";i:700;s:6:"height";i:509;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:72;s:12:"thumbnailUrl";s:59:"data/attachments/0/100-d9f4348fa5996d3d8d84fdf1fd4e472d.jpg";s:9:"deleteUrl";s:70:"attachments/ban-mo-ta-cong-viec-nhan-vien-may-mau-01-80-jpg.100/delete";s:7:"viewUrl";s:64:"attachments/ban-mo-ta-cong-viec-nhan-vien-may-mau-01-80-jpg.100/";s:9:"extension";s:3:"jpg";}}s:6:"attach";a:20:{s:13:"attachment_id";i:100;s:7:"data_id";i:100;s:12:"content_type";s:4:"post";s:10:"content_id";i:3503;s:11:"attach_date";i:1709739864;s:9:"temp_hash";s:0:"";s:12:"unassociated";i:0;s:10:"view_count";i:3574;s:8:"filename";s:47:"ban-mo-ta-cong-viec-nhan-vien-may-mau-01-80.jpg";s:9:"file_size";i:129515;s:9:"file_hash";s:32:"d9f4348fa5996d3d8d84fdf1fd4e472d";s:9:"file_path";s:0:"";s:5:"width";i:700;s:6:"height";i:509;s:15:"thumbnail_width";i:100;s:16:"thumbnail_height";i:72;s:12:"thumbnailUrl";s:59:"data/attachments/0/100-d9f4348fa5996d3d8d84fdf1fd4e472d.jpg";s:9:"deleteUrl";s:70:"attachments/ban-mo-ta-cong-viec-nhan-vien-may-mau-01-80-jpg.100/delete";s:7:"viewUrl";s:64:"attachments/ban-mo-ta-cong-viec-nhan-vien-may-mau-01-80-jpg.100/";s:9:"extension";s:3:"jpg";}}i:9;a:59:{s:9:"thread_id";i:3107;s:7:"node_id";i:6;s:5:"title";s:59:"Ngân hàng TMCP Đông Á tuyển dụng nhiều vị trí";s:11:"reply_count";i:0;s:10:"view_count";i:2249;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1675733118;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3495;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1675733118;s:12:"last_post_id";i:3495;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:256:"Ngân hàng TMCP Đông Á tuyển dụng các vị trí làm việc tại CN Vũng Tàu: ✅ Nhân viên Khách hàng Doanh nghiệp ✅ Nhân viên Khách hàng Cá nhân ✅ Nhân viên Thẩm định Yêu cầu: Tốt nghiệp Đại học các...";s:12:"attach_count";i:0;s:10:"node_title";s:24:"Tài chính - Đầu tư";s:12:"promote_date";i:1675733118;s:12:"promote_icon";N;s:12:"promote_data";s:80:"https://www.dongabank.com.vn/upload/lib/images/4689c6fb86fb7_logo_DongA-Bank.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"07";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_2_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:80:"https://www.dongabank.com.vn/upload/lib/images/4689c6fb86fb7_logo_DongA-Bank.jpg";}i:10;a:59:{s:9:"thread_id";i:3106;s:7:"node_id";i:3;s:5:"title";s:60:"A Mài Buffet- Bò nướng chảo tuyển nhiều vị trí";s:11:"reply_count";i:0;s:10:"view_count";i:3262;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1666584258;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3494;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1666584258;s:12:"last_post_id";i:3494;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:246:"[B]A Mài Buffet- bò nướng chảo tuyển dụng :[/B] Địa chỉ : 33 Trần Hưng Đạo, phường 1, tp Vũng Tàu Liên hệ: 0334478312 [B]NHÂN VIÊN PHỤC VỤ[/B] - Số lượng tuyển : 4 - Khu vực : Vũng Tàu - Thời...";s:12:"attach_count";i:0;s:10:"node_title";s:10:"Bán hàng";s:12:"promote_date";i:1666584258;s:12:"promote_icon";N;s:12:"promote_data";s:322:"https://mail.google.com/mail/u/2?ui=2&ik=183ce97743&attid=0.1&permmsgid=msg-f:1747457467137278280&th=1840374ed4d24148&view=fimg&fur=ip&sz=s0-l75-ft&attbid=ANGjdJ_Puha0ieqLt-b38B28NKRa1WqOZwGc_JYJ9vz7A9pwIfFPw80O6xCDUdO_ucS18-BOZ1jF8VTPYeJ8aTTLrJu9pa2qkshNpG6qDH2zPejUz85joUCDuxLvALk&disp=emb&realattid=18403744a9b4e54b8ed2";s:10:"categories";a:0:{}s:3:"day";s:2:"24";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:14:"month_10_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:322:"https://mail.google.com/mail/u/2?ui=2&ik=183ce97743&attid=0.1&permmsgid=msg-f:1747457467137278280&th=1840374ed4d24148&view=fimg&fur=ip&sz=s0-l75-ft&attbid=ANGjdJ_Puha0ieqLt-b38B28NKRa1WqOZwGc_JYJ9vz7A9pwIfFPw80O6xCDUdO_ucS18-BOZ1jF8VTPYeJ8aTTLrJu9pa2qkshNpG6qDH2zPejUz85joUCDuxLvALk&disp=emb&realattid=18403744a9b4e54b8ed2";}i:11;a:59:{s:9:"thread_id";i:3092;s:7:"node_id";i:3;s:5:"title";s:96:"Công ty CP ĐTPT Năng lượng & Du lịch Thái Bình Dương tuyển Giám đốc kinh doanh";s:11:"reply_count";i:0;s:10:"view_count";i:3620;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1621998298;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3477;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1621998298;s:12:"last_post_id";i:3477;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:243:"CÔNG TY CỔ PHẦN ĐẦU TƯ PHÁT TRIỂN NĂNG LƯƠNG & DU LỊCH THÁI BÌNH DƯƠNG TUYỂN DỤNG: [B][U]Vị trí:[/U][/B] GIÁM ĐỐC KINH DOANH [U][B]Mô tả công việc:[/B][/U] - Xây dựng kế hoạch kinh doanh &...";s:12:"attach_count";i:0;s:10:"node_title";s:10:"Bán hàng";s:12:"promote_date";i:1621998298;s:12:"promote_icon";N;s:12:"promote_data";s:88:"https://thanhlapcongtybinhdinh.vn/Hinh%20CTSP/Hinhduan/6472giamdockinhdoanh_A%20Chau.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"26";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_5_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:88:"https://thanhlapcongtybinhdinh.vn/Hinh%20CTSP/Hinhduan/6472giamdockinhdoanh_A%20Chau.jpg";}i:12;a:59:{s:9:"thread_id";i:3091;s:7:"node_id";i:18;s:5:"title";s:128:"TT Y khoa Vĩnh Đức Vũng Tàu-Chữa bệnh bằng PP không phẫu thuật-Vật lý trị liệu và dưỡng sinh biển";s:11:"reply_count";i:0;s:10:"view_count";i:4136;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1621997783;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3476;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1621997783;s:12:"last_post_id";i:3476;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:241:"TRUNG TÂM Y KHOA VĨNH ĐỨC VŨNG TÀU – CHỮA BỆNH BẰNG PHƯƠNG PHÁP KHÔNG PHẪU THUẬT - VẬT LÝ TRỊ LIỆU VÀ DƯỠNG SINH BIỂN CẦN TUYỂN DỤNG: [U][B]Vị trí: [/B][/U] Quản lý trung tâm. [U][B]Số...";s:12:"attach_count";i:0;s:10:"node_title";s:6:"Y tế";s:12:"promote_date";i:1621997783;s:12:"promote_icon";N;s:12:"promote_data";s:79:"https://spaghettibox.com/wp-content/uploads/2017/07/spaghettibox-tuyen-dung.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"26";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_5_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:79:"https://spaghettibox.com/wp-content/uploads/2017/07/spaghettibox-tuyen-dung.jpg";}i:13;a:59:{s:9:"thread_id";i:3090;s:7:"node_id";i:4;s:5:"title";s:95:"Công ty Sơn Đông Nam Á cần tuyển nhân viên quảng cáo, nghiên cứu phát triển";s:11:"reply_count";i:0;s:10:"view_count";i:3587;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1618220338;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3475;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1618220338;s:12:"last_post_id";i:3475;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:231:"Công ty Sơn Đông Nam Á cần tuyển dụng nhân viên [B]1. Vị trí: [/B] + Nhân viên quảng cáo. + Nhân viên nghiên cứu phát triển. [B]2. Số lượng:[/B] + 02 nam từ 20 - 30 tuổi. [B]3. Yêu...";s:12:"attach_count";i:0;s:10:"node_title";s:29:"Quảng cáo - Marketing - PR";s:12:"promote_date";i:1618220338;s:12:"promote_icon";N;s:12:"promote_data";s:115:"https://storage.googleapis.com/shopdunk-images/ischoolvietnam/2018/06/tuyen-dung-gap-nhan-vien-quan-tri-Website.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"12";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:115:"https://storage.googleapis.com/shopdunk-images/ischoolvietnam/2018/06/tuyen-dung-gap-nhan-vien-quan-tri-Website.jpg";}i:14;a:59:{s:9:"thread_id";i:3089;s:7:"node_id";i:22;s:5:"title";s:85:"Trung tâm Ngoại Ngữ AT cần tuyển nhân sự lớp tiếng Anh, Toán tư duy";s:11:"reply_count";i:0;s:10:"view_count";i:2917;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1617873647;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3474;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1617873647;s:12:"last_post_id";i:3474;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:248:"Trung tâm Ngoại Ngữ AT cần tuyển nhân sự lớp Tiếng Anh. Và lớp Toán Tư Duy[B] 1. Nhân sự cho vị trí lễ tân, tư vấn tuyển sinh, telesale chương trình.[/B] + Số lượng: 02 [B]2. Vị trí trợ giảng...";s:12:"attach_count";i:0;s:10:"node_title";s:11:"Giáo dục";s:12:"promote_date";i:1617873647;s:12:"promote_icon";N;s:12:"promote_data";s:242:"https://scontent.fsgn4-1.fna.fbcdn.net/v/t1.6435-9/117715273_2680127782255338_7671798838110562985_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8bfeb9&_nc_ohc=oXIxEXdUtjgAX9iCIL3&_nc_ht=scontent.fsgn4-1.fna&oh=275195ccc1b1b621095f9183f7f4b8c5&oe=6093A342";s:10:"categories";a:0:{}s:3:"day";s:2:"08";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:242:"https://scontent.fsgn4-1.fna.fbcdn.net/v/t1.6435-9/117715273_2680127782255338_7671798838110562985_n.jpg?_nc_cat=101&ccb=1-3&_nc_sid=8bfeb9&_nc_ohc=oXIxEXdUtjgAX9iCIL3&_nc_ht=scontent.fsgn4-1.fna&oh=275195ccc1b1b621095f9183f7f4b8c5&oe=6093A342";}i:15;a:59:{s:9:"thread_id";i:3048;s:7:"node_id";i:4;s:5:"title";s:83:"{ Hot Job - Lương Cứng 4 triệu - 8 triệu - thu nhập không giới hạn }";s:11:"reply_count";i:0;s:10:"view_count";i:3940;s:7:"user_id";i:924;s:8:"username";s:8:"lenhan91";s:9:"post_date";i:1562060687;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3434;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1562060687;s:12:"last_post_id";i:3434;s:17:"last_post_user_id";i:924;s:18:"last_post_username";s:8:"lenhan91";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:21:"lehuunhan91@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:16;s:13:"message_count";i:143;s:20:"conversations_unread";i:0;s:13:"register_date";i:1494306503;s:13:"last_activity";i:1614155576;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:6;s:11:"avatar_date";i:1495771200;s:12:"avatar_width";i:286;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:246:"{ Hot Job - Lương Cứng 4 triệu - 8 triệu - thu nhập không giới hạn } Tuyển Dụng Chuyên viên Bất Động Sản Thu Nhập lên tới 100 triệu / tháng Thời gian làm việc: Toàn thời gian & Bán Thời Gian * Mô...";s:12:"attach_count";i:0;s:10:"node_title";s:29:"Quảng cáo - Marketing - PR";s:12:"promote_date";i:1562060687;s:12:"promote_icon";N;s:12:"promote_data";s:74:"https://congtytuan123.net/wp-content/uploads/2017/11/kkkkkkkkk-495x400.png";s:10:"categories";a:0:{}s:3:"day";s:2:"02";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_7_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:74:"https://congtytuan123.net/wp-content/uploads/2017/11/kkkkkkkkk-495x400.png";}i:16;a:59:{s:9:"thread_id";i:3027;s:7:"node_id";i:4;s:5:"title";s:110:"Công ty cổ phần đầu tư bất động sản Thủ Thiêm ( Thủ Thiêm Real ) tuyển dụng telesale";s:11:"reply_count";i:0;s:10:"view_count";i:4107;s:7:"user_id";i:924;s:8:"username";s:8:"lenhan91";s:9:"post_date";i:1554696677;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3413;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1554696677;s:12:"last_post_id";i:3413;s:17:"last_post_user_id";i:924;s:18:"last_post_username";s:8:"lenhan91";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:21:"lehuunhan91@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:0:"";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:16;s:13:"message_count";i:143;s:20:"conversations_unread";i:0;s:13:"register_date";i:1494306503;s:13:"last_activity";i:1614155576;s:13:"trophy_points";i:16;s:13:"alerts_unread";i:6;s:11:"avatar_date";i:1495771200;s:12:"avatar_width";i:286;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:0;s:9:"is_banned";i:0;s:10:"like_count";i:0;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:260:"Công ty cổ phần đầu tư bất động sản Thủ Thiêm ( Thủ Thiêm Real ) tuyển dụng telesale Tuyển nhân Viên Telesale làm việc Giờ Hành Chính ✅ Mức lương: 20k/ giờ ✅ Địa điểm làm việc: Văn Phòng Thủ Thiêm...";s:12:"attach_count";i:0;s:10:"node_title";s:29:"Quảng cáo - Marketing - PR";s:12:"promote_date";i:1554696677;s:12:"promote_icon";N;s:12:"promote_data";s:101:"http://lasun.vn/wp-content/uploads/2018/10/vai-tro-to-lon-cua-sale-trong-moi-cong-ty-doanh-nghiep.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"08";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:101:"http://lasun.vn/wp-content/uploads/2018/10/vai-tro-to-lon-cua-sale-trong-moi-cong-ty-doanh-nghiep.jpg";}i:17;a:59:{s:9:"thread_id";i:3026;s:7:"node_id";i:3;s:5:"title";s:49:"CÔNG TY INS TUYỂN GẤP NHÂN VIÊN KINH DOANH";s:11:"reply_count";i:0;s:10:"view_count";i:4482;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1554696130;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3412;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1554696130;s:12:"last_post_id";i:3412;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:1;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:232:"Công ty TNHH Công Nghệ Năng Lượng INS cần tuyển: - Vị trí: Nhân viên kinh doanh. - Số lượng: 05. - Nơi làm việc: 23 Nguyễn Thái Hoc, Phường 7, Vũng Tàu. [B]1. Nội dung công việc:[/B] [LIST]...";s:12:"attach_count";i:0;s:10:"node_title";s:10:"Bán hàng";s:12:"promote_date";i:1554696130;s:12:"promote_icon";N;s:12:"promote_data";s:60:"https://tuyencongnhan.vn/uploads/images/18-10-06-09/logo.png";s:10:"categories";a:0:{}s:3:"day";s:2:"08";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:60:"https://tuyencongnhan.vn/uploads/images/18-10-06-09/logo.png";}i:18;a:59:{s:9:"thread_id";i:3023;s:7:"node_id";i:15;s:5:"title";s:64:"Công ty Nội thất Kim Thành Phát tuyển nhiều vị trí";s:11:"reply_count";i:0;s:10:"view_count";i:4876;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1554085858;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3409;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1554085858;s:12:"last_post_id";i:3409;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:258:"Để phục vụ chiến lược mở rộng sản xuất – kinh doanh, Công ty Nội thất Kim Thành Phát cần tuyển dụng những vị trí sau: [B]1. Nhân viên thiết kế nội thất [/B] - Số lượng: 1 (nam hoặc nữ) - Mô tả...";s:12:"attach_count";i:0;s:10:"node_title";s:40:"Kiến trúc - Thiết kế nội thất";s:12:"promote_date";i:1554085858;s:12:"promote_icon";N;s:12:"promote_data";s:97:"http://www.tapchikientruc.com.vn/wp-content/uploads/2016/08/bob-borson-sketching-a-floor-plan.jpg";s:10:"categories";a:0:{}s:3:"day";s:2:"01";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_4_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:97:"http://www.tapchikientruc.com.vn/wp-content/uploads/2016/08/bob-borson-sketching-a-floor-plan.jpg";}i:19;a:59:{s:9:"thread_id";i:3019;s:7:"node_id";i:22;s:5:"title";s:60:"Công ty Cổ Phần MKM JSC cần tuyển nhiều vị trí";s:11:"reply_count";i:0;s:10:"view_count";i:5068;s:7:"user_id";i:920;s:8:"username";s:6:"Editor";s:9:"post_date";i:1553501327;s:6:"sticky";i:1;s:16:"discussion_state";s:7:"visible";s:15:"discussion_open";i:1;s:15:"discussion_type";s:0:"";s:13:"first_post_id";i:3405;s:16:"first_post_likes";i:0;s:14:"last_post_date";i:1553501327;s:12:"last_post_id";i:3405;s:17:"last_post_user_id";i:920;s:18:"last_post_username";s:6:"Editor";s:9:"prefix_id";i:9;s:4:"tags";s:6:"a:0:{}";s:5:"email";s:18:"trungosc@gmail.com";s:6:"gender";s:4:"male";s:12:"custom_title";s:5:"Admin";s:11:"language_id";i:2;s:8:"style_id";i:0;s:8:"timezone";s:12:"Asia/Bangkok";s:7:"visible";i:1;s:16:"activity_visible";i:1;s:13:"user_group_id";i:3;s:19:"secondary_group_ids";s:1:"4";s:22:"display_style_group_id";i:3;s:25:"permission_combination_id";i:18;s:13:"message_count";i:372;s:20:"conversations_unread";i:0;s:13:"register_date";i:1493824172;s:13:"last_activity";i:1766561819;s:13:"trophy_points";i:18;s:13:"alerts_unread";i:0;s:11:"avatar_date";i:1494464686;s:12:"avatar_width";i:192;s:13:"avatar_height";i:192;s:8:"gravatar";s:0:"";s:10:"user_state";s:5:"valid";s:12:"is_moderator";i:0;s:8:"is_admin";i:1;s:9:"is_banned";i:0;s:10:"like_count";i:12;s:14:"warning_points";i:0;s:8:"is_staff";i:1;s:7:"message";s:236:"Công ty Cổ Phần MKM JSC cần tuyển: [B]1. Vị trí tuyển dung:[/B] - [B]5 giáo viên tốt nghiệp sư phạm[/B] ( ưu tiên các bạn mới ra trường) + 2 GV tiểu học + 3 GV chuyên ngành ( Toán, Anh) -...";s:12:"attach_count";i:0;s:10:"node_title";s:11:"Giáo dục";s:12:"promote_date";i:1553501327;s:12:"promote_icon";N;s:12:"promote_data";s:94:"http://fn.vinhphuc.edu.vn/UploadImages/thkimlongb/admin/2018_12/tuyen-giao-vien-ssss.jpg?w=700";s:10:"categories";a:0:{}s:3:"day";s:2:"25";s:5:"month";O:14:"XenForo_Phrase":4:{s:14:"*_phraseName";s:13:"month_3_short";s:10:"*_params";a:0:{}s:23:"*_insertParamsEscaped";b:1;s:23:"*_phraseNameOnInvalid";b:1;}s:5:"image";s:94:"http://fn.vinhphuc.edu.vn/UploadImages/thkimlongb/admin/2018_12/tuyen-giao-vien-ssss.jpg?w=700";}}}, 1776268131
    Run Time: 0.001406
  60. commit
    Run Time: 0.002320
  61. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('46', '40', '41', '42', '43') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY sticky DESC,  promote_date DESC
    LIMIT ?, ?
    Params: 1776268131, 1776268131, 0, 20
    Run Time: 0.009313
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where; Using temporary; Using filesort
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.node_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.first_post_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4vungtauc_br.xf_thread.user_id1 
  62. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3145
    Run Time: 0.000442
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  63. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3533)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000638
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  64. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3144
    Run Time: 0.000409
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  65. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3141
    Run Time: 0.000383
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  66. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3529)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000598
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  67. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 3097
    Run Time: 0.000393
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  68. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2981
    Run Time: 0.000435
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  69. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (3359)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000604
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4vungtauc_br.attachment.data_id1 
  70. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2963
    Run Time: 0.000397
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  71. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2827
    Run Time: 0.000443
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  72. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2794
    Run Time: 0.000387
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  73. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2792
    Run Time: 0.000378
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  74. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2762
    Run Time: 0.000382
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  75. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2591
    Run Time: 0.000439
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  76. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2524
    Run Time: 0.000389
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  77. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2490
    Run Time: 0.000376
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  78. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2465
    Run Time: 0.000383
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  79. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2377
    Run Time: 0.000374
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  80. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2337
    Run Time: 0.000373
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  81. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2224
    Run Time: 0.000371
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  82. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 2219
    Run Time: 0.000442
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8vungtauc_br.EWRporta_categories.category_id,const1Using index
  83. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('46', '40', '41', '42', '43') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1776268131, 1776268131
    Run Time: 0.002286
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   889Using where
    SIMPLEEWRporta_promotesALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  84. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRQCT_forum_list_nodes', 'BRQCT_ad_sidebar_top', 'BRQCT_button_top_ctrl', 'EWRblock_Cat2', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'EWRblock_RecentNews', 'EWRblock_RecentThreads', 'EWRblock_OnlineUsers', 'EWRblock_RecentNews2', 'EWRblock_RecentNews1', 'wf_widget_wrapper', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_stats', 'wf_widget_threads', 'EWRporta_Portal', 'xenCODE_Meta_Keywords', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.001177
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 26Using where
  85. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1776267231)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001297
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 4Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  86. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1776267231)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001036
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 4Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.session_activity.user_id1 
  87. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000310
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  88. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_EWRporta_Portal', 'wfc_fad44cd50aebe48a543de')
    Run Time: 0.000432
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  89. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_b924830f45de12c0a903a')
    Run Time: 0.000259
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  90. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1776268131;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1776267198;}}
    Run Time: 0.001727
  91. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.001332
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    53Using filesort
  92. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000780
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const53Using where
  93. 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 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 46, 40, 41, 42, 43, 49, 50, 51, 52, 53, 44, 45, 47, 48)) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date DESC
     LIMIT 15
    Run Time: 0.002326
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 15Using where
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
  94. SELECT node.*, forum.*
    	
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE node.node_id IN (10, 40, 40, 3, 3, 40, 14, 3, 10, 3, 9, 7, 11, 10, 9)
    Run Time: 0.001933
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 7Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4vungtauc_br.forum.node_id1 
  95. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_EWRporta_Portal, a:2:{s:18:"EWRporta_Portal_12";a:2:{s:4:"html";s:3717:"<div class="avatarList"> <ul> <li class="thread-3146 thread-node-10"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty TNHH MTV Dịch vụ dầu khí Vũng Tàu (OSC Vũng Tàu) cần tuyển Nhân viên giao nhận và Nhân viên" class="Tooltip" href="cong-ty-tnhh-mtv-dich-vu-dau-khi-vung-tau-osc-vung-tau-can-tuyen-nhan-vien-giao-nhan-va-nhan-vien.t3146.html"> Công ty TNHH MTV Dịch vụ dầu... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="17/12/25 lúc 11:19">17/12/25</span> </div> </li> <li class="thread-3145 thread-node-40"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="TUYỂN DỤNG NHÂN SỰ LÀM TẠI ĐỨC – CƠ HỘI ĐỊNH CƯ CẢ GIA ĐÌNH" class="Tooltip" href="tuyen-dung-nhan-su-lam-tai-duc-co-hoi-dinh-cu-ca-gia-dinh.t3145.html"> TUYỂN DỤNG NHÂN SỰ LÀM TẠI ĐỨC... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="23/7/25 lúc 10:40">23/7/25</span> </div> </li> <li class="thread-3144 thread-node-40"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="TUYỂN DỤNG NHÂN SỰ LÀM TẠI ĐỨC – CƠ HỘI ĐỊNH CƯ CẢ GIA ĐÌNH" class="Tooltip" href="tuyen-dung-nhan-su-lam-tai-duc-co-hoi-dinh-cu-ca-gia-dinh.t3144.html"> TUYỂN DỤNG NHÂN SỰ LÀM TẠI ĐỨC... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="23/7/25 lúc 10:33">23/7/25</span> </div> </li> <li class="thread-3143 thread-node-3"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty TNHH MTV Dịch vụ dầu khí Vũng Tàu (OSC Vũng Tàu) cần tuyển CHUYÊN VIÊN PHÒNG THƯƠNG MẠI" class="Tooltip" href="cong-ty-tnhh-mtv-dich-vu-dau-khi-vung-tau-osc-vung-tau-can-tuyen-chuyen-vien-phong-thuong-mai.t3143.html"> Công ty TNHH MTV Dịch vụ dầu... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="2/4/25 lúc 10:06">2/4/25</span> </div> </li> <li class="thread-3142 thread-node-3"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty MODEC cần tuyển Business &amp; Project Management Analyst" class="Tooltip" href="cong-ty-modec-can-tuyen-business-project-management-analyst.t3142.html"> Công ty MODEC cần tuyển... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="30/3/25 lúc 20:45">30/3/25</span> </div> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1776268131;}s:18:"EWRporta_Portal_14";a:2:{s:4:"html";s:0:"";s:4:"time";i:1776267198;}}
    Run Time: 0.001802
  96. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1776268131;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1776267198;}}
    Run Time: 0.000970
  97. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1776268131;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1776268131;}}
    Run Time: 0.000991
  98. 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 (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 46, 40, 41, 42, 43, 49, 50, 51, 52, 53, 44, 45, 47, 48)) AND (thread.discussion_state IN ('visible'))) AND (thread.post_date > 1775836131)
    ORDER BY thread.view_count DESC
     LIMIT 15
    Run Time: 0.001770
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangenode_id_last_post_date,node_id_sticky_state_last_post,post_datepost_date4 1Using index condition; Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4vungtauc_br.thread.user_id1 
  99. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_EWRporta_Portal, a:2:{s:18:"EWRporta_Portal_12";a:2:{s:4:"html";s:3717:"<div class="avatarList"> <ul> <li class="thread-3146 thread-node-10"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty TNHH MTV Dịch vụ dầu khí Vũng Tàu (OSC Vũng Tàu) cần tuyển Nhân viên giao nhận và Nhân viên" class="Tooltip" href="cong-ty-tnhh-mtv-dich-vu-dau-khi-vung-tau-osc-vung-tau-can-tuyen-nhan-vien-giao-nhan-va-nhan-vien.t3146.html"> Công ty TNHH MTV Dịch vụ dầu... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="17/12/25 lúc 11:19">17/12/25</span> </div> </li> <li class="thread-3145 thread-node-40"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="TUYỂN DỤNG NHÂN SỰ LÀM TẠI ĐỨC – CƠ HỘI ĐỊNH CƯ CẢ GIA ĐÌNH" class="Tooltip" href="tuyen-dung-nhan-su-lam-tai-duc-co-hoi-dinh-cu-ca-gia-dinh.t3145.html"> TUYỂN DỤNG NHÂN SỰ LÀM TẠI ĐỨC... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="23/7/25 lúc 10:40">23/7/25</span> </div> </li> <li class="thread-3144 thread-node-40"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="TUYỂN DỤNG NHÂN SỰ LÀM TẠI ĐỨC – CƠ HỘI ĐỊNH CƯ CẢ GIA ĐÌNH" class="Tooltip" href="tuyen-dung-nhan-su-lam-tai-duc-co-hoi-dinh-cu-ca-gia-dinh.t3144.html"> TUYỂN DỤNG NHÂN SỰ LÀM TẠI ĐỨC... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="23/7/25 lúc 10:33">23/7/25</span> </div> </li> <li class="thread-3143 thread-node-3"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty TNHH MTV Dịch vụ dầu khí Vũng Tàu (OSC Vũng Tàu) cần tuyển CHUYÊN VIÊN PHÒNG THƯƠNG MẠI" class="Tooltip" href="cong-ty-tnhh-mtv-dich-vu-dau-khi-vung-tau-osc-vung-tau-can-tuyen-chuyen-vien-phong-thuong-mai.t3143.html"> Công ty TNHH MTV Dịch vụ dầu... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="2/4/25 lúc 10:06">2/4/25</span> </div> </li> <li class="thread-3142 thread-node-3"> <a href="members/editor.920/" class="avatar Av920s" data-avatarhtml="true"><img src="data/avatars/s/0/920.jpg?1494464686" width="48" height="48" alt="Editor" /></a> <a title="Công ty MODEC cần tuyển Business &amp; Project Management Analyst" class="Tooltip" href="cong-ty-modec-can-tuyen-business-project-management-analyst.t3142.html"> Công ty MODEC cần tuyển... </a> <div class="userTitle"> <a href="members/editor.920/" class="username">Editor</a> posted <span class="DateTime" title="30/3/25 lúc 20:45">30/3/25</span> </div> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Đang tải...</span> </div> </div> </div>";s:4:"time";i:1776268131;}s:18:"EWRporta_Portal_14";a:2:{s:4:"html";s:0:"";s:4:"time";i:1776268131;}}
    Run Time: 0.001148
  100. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_b924830f45de12c0a903a, a:2:{s:23:"EWRporta_Portal_lock_12";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1776268131;}s:23:"EWRporta_Portal_lock_14";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1776268131;}}
    Run Time: 0.000993
  101. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('members_online_now', 'forum_statistics')
    Params: 2
    Run Time: 0.000625
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  102. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'vnxf_ads_footer')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000593
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  103. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'BRQCT_navigation_tabs_forums')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000518
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  104. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRQCT_button_top_ctrl', 'nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000571
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where

Included Files (181, XenForo Classes: 66)

  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/NodesAsTabs/Listen.php
  33. library/Sedo/AgentTracer/Listener/InitDependencies.php
  34. library/Waindigo/Listener/InitDependencies.php
  35. library/Waindigo/Listener/InitDependencies/20150212.php
  36. library/VNXF/MoreThread/Listener.php
  37. library/Brivium/BriviumHelper/EventListeners.php
  38. library/Brivium/BriviumHelper/1010071/EventListeners.php
  39. library/VNXF/ImageView/Listener.php
  40. library/VNXF/FacebookGraph/Listener.php
  41. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  42. library/WidgetFramework/Listener.php
  43. library/WidgetFramework/Option.php
  44. library/EWRporta/Listener/Model.php
  45. library/Tinhte/NodeConverter/Listener.php
  46. library/Brivium/BriviumHelper/Model/ListenerClass.php
  47. library/Brivium/BriviumHelper/1010071/Model/ListenerClass.php
  48. library/XenForo/Router.php
  49. library/XenForo/Route/Filter.php
  50. library/XenForo/Route/Interface.php
  51. library/XenForo/Route/ResponseSuffix.php
  52. library/XenForo/Route/Prefix.php
  53. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  54. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  55. library/WidgetFramework/Route/Filter/PageX.php
  56. library/XenForo/Route/Prefix/Index.php
  57. library/EWRporta/Listener/Route.php
  58. library/vtLai/UrlKhongDau/Listener.php
  59. library/WidgetFramework/XenForo/Route/Prefix/Index.php
  60. library/XenForo/RouteMatch.php
  61. library/XenForo/ControllerPublic/Index.php
  62. library/XenForo/ControllerPublic/Abstract.php
  63. library/XenForo/Controller.php
  64. library/Vinavb/CustomNodeIcon/Listener.php
  65. library/Sedo/AgentTracer/Listener/ControllerPublic.php
  66. library/xenCODE/AutoPing/Listener.php
  67. library/EWRporta/Listener/Controller.php
  68. library/WidgetFramework/XenForo/ControllerPublic/Index.php
  69. library/XenForo/Input.php
  70. library/XenForo/Session.php
  71. library/XenForo/Helper/Ip.php
  72. library/XenForo/Visitor.php
  73. library/XenForo/Model/User.php
  74. library/WidgetFramework/XenForo/Model/User.php
  75. library/XenForo/Permission.php
  76. library/XenForo/Helper/Php.php
  77. library/XenForo/Phrase.php
  78. library/XenForo/Locale.php
  79. library/WidgetFramework/Helper/Index.php
  80. library/XenForo/ControllerResponse/ReroutePath.php
  81. library/XenForo/ControllerResponse/Abstract.php
  82. library/EWRporta/Route/Portal.php
  83. library/EWRporta/ControllerPublic/Portal.php
  84. library/EWRporta/Model/Perms.php
  85. library/XenForo/ControllerResponse/View.php
  86. library/XenForo/Helper/Cookie.php
  87. library/XenForo/ViewRenderer/HtmlPublic.php
  88. library/XenForo/ViewRenderer/Abstract.php
  89. library/XenForo/Template/Public.php
  90. library/XenForo/Template/Abstract.php
  91. library/WidgetFramework/Core.php
  92. library/XenForo/Model/Moderator.php
  93. library/Brivium/QuickCreateThread/EventListeners/Listener.php
  94. library/Brivium/BriviumLibrary/EventListeners.php
  95. library/WidgetFramework/Model/Widget.php
  96. library/WidgetFramework/Helper/Sort.php
  97. library/WidgetFramework/WidgetRenderer.php
  98. library/EWRporta/ViewPublic/Portal.php
  99. library/XenForo/ViewPublic/Base.php
  100. library/XenForo/View.php
  101. library/EWRporta/Listener/ViewPublic.php
  102. library/WidgetFramework/XenForo/View1.php
  103. library/EWRporta/ViewPublic/Custom.php
  104. library/EWRporta/Model/Blocks.php
  105. library/EWRporta/Model/Layouts.php
  106. library/EWRporta/Model/Caches.php
  107. library/EWRporta/Model/Options.php
  108. library/xenCODE/MetaKeywords/Listener.php
  109. library/Sedo/AgentTracer/Listener/Preloader.php
  110. library/rrssb/Listener.php
  111. library/vtLai/TopX/Listener.php
  112. library/EWRporta/Block/RecentNews.php
  113. library/EWRporta/Model/Categories.php
  114. library/XenForo/Helper/String.php
  115. library/XenForo/Model/Attachment.php
  116. library/VNXF/ImageView/Attachment.php
  117. library/EWRporta/Model/Attachment.php
  118. library/XenForo/Route/Prefix/Attachments.php
  119. library/XenForo/DataWriter.php
  120. library/EWRporta/DataWriter/Caches.php
  121. library/Sedo/AgentTracer/Listener/Datawriter.php
  122. library/EWRporta/Listener/DataWriter.php
  123. library/XenForo/Db.php
  124. library/XenForo/BbCode/Parser.php
  125. library/XenForo/BbCode/Formatter/Base.php
  126. library/EWRporta/Listener/BbCode.php
  127. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  128. library/EWRporta/BbCode/Formatter.php
  129. library/XenForo/ViewPublic/Helper/Message.php
  130. library/XenForo/BbCode/TextWrapper.php
  131. library/EWRporta/Block/RecentThreads.php
  132. library/XenForo/Model/Thread.php
  133. library/WidgetFramework/XenForo/Model/Thread.php
  134. library/EWRporta/Block/OnlineUsers.php
  135. library/XenForo/Model/Session.php
  136. library/EWRporta/Block/RecentNews2.php
  137. library/EWRporta/Block/RecentNews1.php
  138. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  139. library/WidgetFramework/WidgetRenderer/Html.php
  140. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  141. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  142. library/WidgetFramework/WidgetRenderer/Stats.php
  143. library/WidgetFramework/WidgetRenderer/Threads.php
  144. library/WidgetFramework/Model/Cache.php
  145. library/XenForo/Route/Prefix/Members.php
  146. library/vtLai/UrlKhongDau/Members.php
  147. library/EWRporta/Listener/NavTabs.php
  148. library/NodesAsTabs/NavTabs.php
  149. library/NodesAsTabs/Model/Options.php
  150. library/XenForo/Model/Node.php
  151. library/Tinhte/NodeConverter/XenForo/Model/Node.php
  152. library/XenForo/Route/Prefix/LinkForums.php
  153. library/WidgetFramework/Template/Extended.php
  154. library/XenForo/Route/Prefix/Threads.php
  155. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  156. library/Waindigo/Listener/LoadClass.php
  157. library/Waindigo/Listener/LoadClass/20150106.php
  158. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Threads.php
  159. library/EWRporta/Route/Thread.php
  160. library/vtLai/UrlKhongDau/Threads.php
  161. library/vtLai/UrlKhongDau/Converter.php
  162. library/Waindigo/ShorterRoutes/Link.php
  163. library/WidgetFramework/Helper/String.php
  164. library/Zend/Exception.php
  165. library/XenForo/NodeHandler/Category.php
  166. library/XenForo/NodeHandler/Abstract.php
  167. library/XenForo/NodeHandler/Forum.php
  168. library/XenForo/NodeHandler/LinkForum.php
  169. library/XenForo/Model/Category.php
  170. library/XenForo/Model/Forum.php
  171. library/Tinhte/NodeConverter/XenForo/Model/Forum.php
  172. library/XenForo/Model/LinkForum.php
  173. library/XenForo/Model/Avatar.php
  174. library/WidgetFramework/WidgetRenderer/Empty.php
  175. library/XenForo/Debug.php
  176. library/Sedo/AgentTracer/Listener/Templates.php
  177. library/EWRporta/Listener/Template.php
  178. library/VNXF/AdsFooter/Listener.php
  179. library/Brivium/QuickCreateThread/Route/Prefix/CreateThread.php
  180. library/XenForo/ViewRenderer/Json.php
  181. library/Vinavb/CustomNodeIcon/Icon.php