Page Time: 0.4700s

Memory: 14.7332 MB (Peak: 19.6684 MB)

Queries (94, time: 0.0489s, 10.4%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000245
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 4524344
    Run Time: 0.000814
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  3. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 97
    Run Time: 0.000444
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT post.*
    	,
    		bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date
    FROM xf_post AS post
    
    		LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
    			(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_bb_code_parse_cache AS signature_parse_cache ON
    			(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id)
    WHERE post.thread_id = ?
    	 AND (post.position >= 100 AND post.position < 120) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 4524344
    Run Time: 0.004301
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 25Using index condition; Using where; Using filesort
    SIMPLEbb_code_parse_cacheeq_refcontent_type_idcontent_type_id31const,5s_db1.post.post_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY45s_db1.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY45s_db1.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY45s_db1.post.user_id1 
    SIMPLEsignature_parse_cacheeq_refcontent_type_idcontent_type_id31const,5s_db1.post.user_id1Using where
    SIMPLEsession_activityrefPRIMARYPRIMARY45s_db1.post.user_id35Using where
  5. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616494
    Run Time: 0.000304
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  6. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616495
    Run Time: 0.000291
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  7. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616496
    Run Time: 0.000288
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  8. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616499
    Run Time: 0.000286
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  9. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616501
    Run Time: 0.000300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  10. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616505
    Run Time: 0.000287
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  11. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616507
    Run Time: 0.000311
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  12. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616511
    Run Time: 0.000286
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  13. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616512
    Run Time: 0.000287
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  14. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616513
    Run Time: 0.000307
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  15. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616521
    Run Time: 0.000285
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  16. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616558
    Run Time: 0.000283
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  17. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616651
    Run Time: 0.000284
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  18. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616670
    Run Time: 0.000298
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  19. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616881
    Run Time: 0.000309
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  20. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616938
    Run Time: 0.000281
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  21. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3616978
    Run Time: 0.000279
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  22. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3617028
    Run Time: 0.000300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  23. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3617032
    Run Time: 0.000305
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  24. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3617050
    Run Time: 0.000305
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  25. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3617105
    Run Time: 0.000279
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  26. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 3617170
    Run Time: 0.000286
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  27. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 35129282
    Run Time: 0.000291
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  28. SELECT * FROM xf_ip
    WHERE ip_id = ?
    Params: 42439747
    Run Time: 0.000304
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  29. INSERT  INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 4524344
    Run Time: 0.000413
  30.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(97))
                ORDER BY field.materialized_order
    Run Time: 0.000296
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const5Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY1945s_db1.ff.field_id1 
  31.             SELECT *
                FROM xf_region
                WHERE r_parentid = ? ORDER BY r_displayorder ASC
    Params: 0
    Run Time: 0.000251
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_regionrefr_parentidr_parentid4const65Using where; Using filesort
  32.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(97))
                ORDER BY field.materialized_order
    Run Time: 0.000304
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const5Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY1945s_db1.ff.field_id1 
  33.             SELECT *
                FROM xf_region
                WHERE r_parentid = ? ORDER BY r_displayorder ASC
    Params: 0
    Run Time: 0.000227
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_regionrefr_parentidr_parentid4const65Using where; Using filesort
  34. SELECT *
    FROM xf_thread_field_custom_filter
    WHERE id = ?
    Params: 0
    Run Time: 0.000211
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  35. SELECT *
    FROM xf_thread_field_custom_filter_group
    WHERE id = ?
    Params:
    Run Time: 0.000191
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  36. SELECT *
    FROM xf_thread_field_custom_filter_group
    WHERE parentid = ?
    Params:
    Run Time: 0.000184
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_thread_field_custom_filter_groupALL    62Using where
  37. SELECT *
    FROM xf_thread_field_custom_filter
    WHERE id = ?
    Params: 0
    Run Time: 0.000208
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  38. SELECT *
    FROM xf_thread_field_custom_filter_group
    WHERE id = ?
    Params:
    Run Time: 0.000212
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  39. SELECT count(*) FROM api_hash WHERE userid = ? and apisource = ?
    Params: 100188269, haravan.vn
    Run Time: 0.000293
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  40. SELECT count(*) FROM api_thread_approve WHERE userid = 100188269 AND threadid = 4524344 AND open_iframe = 0 and apisource = 'haravan.vn'
    Run Time: 0.000266
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  41. SELECT * FROM api_hash WHERE userid = ? and apisource = ? and approve = ?
    Params: 100188269, webcall.vn, 1
    Run Time: 0.000306
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  42. SELECT *
    FROM xf_thread_user_up
    WHERE user_id = ? 
    ORDER BY datecreated DESC
    Params: 0
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_thread_user_uprefuser_iduser_id4const1Using where; Using filesort
  43. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id = ?
    Params: 100188269
    Run Time: 0.000514
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  44. SELECT *
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000223
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  45.                 SELECT thread.*
                    FROM xf_thread AS thread
                    WHERE thread.node_id = 97 AND thread.sticky = 1 AND thread.thread_id <> 4524344 AND discussion_state = "visible" ORDER BY rand() LIMIT 5
    Run Time: 0.001482
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefPRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,stickynode_id_sticky_state_last_post6const,const,const1Using index condition; Using temporary; Using filesort
  46.                 SELECT thread.*
                    FROM xf_thread AS thread
                    WHERE thread.node_id = 97 AND thread.sticky <> 1 AND thread.thread_id <> 4524344 AND discussion_state = "visible" ORDER BY thread.thread_id DESC LIMIT 5
    Run Time: 0.006852
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,node_id_product,node_id,node_id_2,stickyPRIMARY4 1104902Using where
  47. SELECT * FROM `xf_quicklink` WHERE node_id = ? ORDER BY stt,id
    Params: 97
    Run Time: 0.000201
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_quicklinkrefnode_idnode_id2const1Using where; Using filesort
  48. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=4524344&page=6, 1715284014,
    Run Time: 0.000495
  49. SELECT *
    FROM `xf_widget`
    WHERE `widget_page_id` = 0
    ORDER BY display_order ASC
    Run Time: 0.000232
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_widgetALL    17Using where; Using filesort
  50. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025312425, a:1:{i:0;s:54:"Hàng đẹp giá tốt,buôn may bán đắt nha bác";}, 1715237535, 1715284014
    Run Time: 0.000618
  51. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025320892, a:1:{i:0;s:198:"mình có 2 đôi Nike mercurial victory iv FG moi 100% size 42, va đôi nike hypervenom TF size 40.5 moi 100% . hàng chính hãng 100% , cần bán lại 950.000 đ. mua thì LH 0909534880 Minh";}, 1715237535, 1715284014
    Run Time: 0.000501
  52. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025331128, a:1:{i:0;s:54:"Hàng chất giá tốt,buôn may bán đắt nha bác";}, 1715237535, 1715284014
    Run Time: 0.000479
  53. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025393016, a:1:{i:0;s:56:"Hàng đẹp giá tốt...buôn may bán đắt nha bác";}, 1715237535, 1715284014
    Run Time: 0.000526
  54. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025423134, a:1:{i:0;s:62:"yeah. Đang tính mua 1 đôi đá banh giảm mỡ đây :57:";}, 1715237535, 1715284014
    Run Time: 0.000542
  55. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025626029, a:1:{i:0;s:91:"toàn hàng ngon......bữa mua đôi đá tới giờ chưa may luôn...hang chất quá..";}, 1715237535, 1715284014
    Run Time: 0.000495
  56. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025662022, a:1:{i:0;s:42:"hàng đẹp :D. đắt hàng nha bạn :)";}, 1715237535, 1715284014
    Run Time: 0.000480
  57. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025823875, a:1:{i:0;s:64:"a này bán hàng đc nè...mua thiếu cũng bán...he he he...";}, 1715237535, 1715284014
    Run Time: 0.000469
  58. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025845018, a:2:{i:0;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:104:"https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcQr5wXiAbR4zC6PzlZ1vUAZz4WsQoBKeTKvrZMbfzNzG_3AV1uY";}}i:1;s:101:" 1 trong 2 đôi này có hàng không bạn ? Cho mình 1 sms vào 0904 363 393 nha bạn,thank shop";}, 1715237535, 1715284014
    Run Time: 0.000477
  59. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025849832, a:1:{i:0;s:58:"Hàng chất giá tốt.....buôn may bán đắt nha bác";}, 1715237535, 1715284014
    Run Time: 0.000519
  60. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1025933464, a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:200:"Chúc chủ top đắt hàng nha Hiện shop đang có trò chơi, có cơ hội trúng 1 balo in hình các CLB bóng đá siêu hot.... sao ko ghé FB shopbiết đâu bạn may mắn nè... ";}}}}}, 1715237535, 1715284014
    Run Time: 0.000492
  61. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1026156736, a:9:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:118:"Chúc các bạn ngày mới vui vẻ và đắt khách. Thân gửi một truyện vui để các bạn đọc chơi:";}}i:1;s:2:" ";i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:72:"Thầy giáo gọi một học sinh đang nằm ngủ gật trong lớp.";}}i:3;s:1:" ";i:4;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#494949";s:8:"original";a:2:{i:0;s:15:"[COLOR=#494949]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:7:"Verdana";s:8:"original";a:2:{i:0;s:14:"[FONT=Verdana]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:113:"- Thầy nghĩ là ở đây không thích hợp để ngủ. Em có thể về nhà nằm ngủ được đấy!";}}}}i:5;s:1:" ";i:6;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#494949";s:8:"original";a:2:{i:0;s:15:"[COLOR=#494949]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:7:"Verdana";s:8:"original";a:2:{i:0;s:14:"[FONT=Verdana]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:93:"- Thưa thầy không sao đâu ạ, chỉ mong thầy và các bạn nói nhỏ một chút!";}}}}i:7;s:1:" ";i:8;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#494949";s:8:"original";a:2:{i:0;s:15:"[COLOR=#494949]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:7:"Verdana";s:8:"original";a:2:{i:0;s:14:"[FONT=Verdana]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:7:"- !!!!!";}}}}}, 1715237535, 1715284014
    Run Time: 0.000603
  62. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1026984298, a:1:{i:0;s:61:"Nhiều đôi đẹp quá ,bữa nào rãnh ghé làm 1 đôi";}, 1715237535, 1715284014
    Run Time: 0.000581
  63. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1027137115, a:4:{i:0;a:4:{s:3:"tag";s:6:"center";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[CENTER]";i:1;s:9:"[/CENTER]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:11:"arial black";s:8:"original";a:2:{i:0;s:18:"[FONT=arial black]";i:1;s:7:"[/FONT]";}s:8:"children";a:2:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#ff0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#ff0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"5";s:8:"original";a:2:{i:0;s:8:"[SIZE=5]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:10:"LANG THANG";}}}}}}i:1;s:2:" ";}}}}}}i:1;s:2:" ";i:2;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:11:"arial black";s:8:"original";a:2:{i:0;s:18:"[FONT=arial black]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:2:" ";}}}}i:3;a:4:{s:3:"tag";s:6:"indent";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:10:"[INDENT=4]";i:1;s:9:"[/INDENT]";}s:8:"children";a:7:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#494949";s:8:"original";a:2:{i:0;s:15:"[COLOR=#494949]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:7:"Verdana";s:8:"original";a:2:{i:0;s:14:"[FONT=Verdana]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#8b4513";s:8:"original";a:2:{i:0;s:15:"[COLOR=#8b4513]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:11:"arial black";s:8:"original";a:2:{i:0;s:18:"[FONT=arial black]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:166:"Lang thang khắp dãi đất miền Nam, Tìm sung tìm sướng cả cuộc đời. Ngẫm nghĩ quê mình sao nghèo thế, Hai bữa cơm cà chẳng có ăn.";}}}}}}}}}}i:1;s:2:" ";i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#494949";s:8:"original";a:2:{i:0;s:15:"[COLOR=#494949]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:7:"Verdana";s:8:"original";a:2:{i:0;s:14:"[FONT=Verdana]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#8b4513";s:8:"original";a:2:{i:0;s:15:"[COLOR=#8b4513]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:11:"arial black";s:8:"original";a:2:{i:0;s:18:"[FONT=arial black]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:165:"Lang thang khắp dãi đất miền Nam, Ngẫm nghĩ người ta sao giàu thế. Tiền tiêu không hết đem đi nhậu, Tối đến la cà quán bar sang.";}}}}}}}}}}i:3;s:2:" ";i:4;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#494949";s:8:"original";a:2:{i:0;s:15:"[COLOR=#494949]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:7:"Verdana";s:8:"original";a:2:{i:0;s:14:"[FONT=Verdana]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#8b4513";s:8:"original";a:2:{i:0;s:15:"[COLOR=#8b4513]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:11:"arial black";s:8:"original";a:2:{i:0;s:18:"[FONT=arial black]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:177:"Lang thang khắp dãi đất miền Nam, Đã tiêu tiền như lá rụng mùa thu. Nhưng nghĩ lại được gì trong đó, Thôi ta về với quê mạ thương yêu.";}}}}}}}}}}i:5;s:2:" ";i:6;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#494949";s:8:"original";a:2:{i:0;s:15:"[COLOR=#494949]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:7:"Verdana";s:8:"original";a:2:{i:0;s:14:"[FONT=Verdana]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#8b4513";s:8:"original";a:2:{i:0;s:15:"[COLOR=#8b4513]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:11:"arial black";s:8:"original";a:2:{i:0;s:18:"[FONT=arial black]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:162:"Dù quê mạ còn nghèo còn khổ, Nhưng tình người ấm áp bao dung. Che chở ta trong cơ hàn khó nhọc, Và nuôi ta khôn lớn nên người.";}}}}}}}}}}}}}, 1715237535, 1715284014
    Run Time: 0.000838
  64. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1030101022, a:2:{i:0;s:67:"anh em mua giày rùi qua tham gia đội bóng mình luôn nha... ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[url]";i:1;s:6:"[/url]";}s:8:"children";a:1:{i:0;s:101:"https://www.5giay.vn/the-thao/7386437-fc-doan-ket-tuyen-nguoi-tham-gia-da-bong-san-11-nguoi-ne-2.html";}}}, 1715237535, 1715284014
    Run Time: 0.000540
  65. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1031129064, a:1:{i:0;s:55:"đang có nhu cầu mua 1 đôi sẽ ghé shop sớm !";}, 1715237535, 1715284014
    Run Time: 0.000495
  66. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1032598457, a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"arial";s:8:"original";a:2:{i:0;s:12:"[FONT=arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:294:"Theo Bí thư tỉnh ủy Lâm Đồng, hiện nước bên trong đang rút dần ra bên ngoài theo mũi khoan ở cửa hầm phía sau (cửa xả). Với tình hình nước thoát ra ngoài như hiện tai, có thể đến chiều nay, mực nước bên trong không còn trở ngại.";}}}}}, 1715237535, 1715284014
    Run Time: 0.000560
  67. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1035372790, a:1:{i:0;a:4:{s:3:"tag";s:6:"center";s:6:"option";N;s:8:"original";a:2:{i:0;s:8:"[CENTER]";i:1;s:9:"[/CENTER]";}s:8:"children";a:6:{i:0;s:8:":79::79:";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:23:"http://phongcachmoc.com";s:8:"original";a:2:{i:0;s:31:"[URL="http://phongcachmoc.com"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:23:"cám ơn bạn đã up ";}}}}}}}}i:2;s:10:":79::79: ";i:3;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"6";s:8:"original";a:2:{i:0;s:8:"[SIZE=6]";i:1;s:7:"[/SIZE]";}s:8:"children";a:3:{i:0;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:114:"https://www.5giay.vn/noi-that-xay-dung/7714208-ban-ghe-gia-re-quan-cafe-nhau-nha-hang-ban-ghe-go-quan-tra-sua.html";s:8:"original";a:2:{i:0;s:122:"[URL="https://www.5giay.vn/noi-that-xay-dung/7714208-ban-ghe-gia-re-quan-cafe-nhau-nha-hang-ban-ghe-go-quan-tra-sua.html"]";i:1;s:6:"[/URL]";}s:8:"children";a:2:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#FF0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#FF0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:6:"LINK 1";}}i:1;s:1:" ";}}i:1;s:1:" ";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:120:"https://www.5giay.vn/linh-tinh/7758487-chuyen-cung-cap-ban-ghe-go-khung-sat-beer-club-quan-nhau-quan-quan-nuong-bbq.html";s:8:"original";a:2:{i:0;s:128:"[URL="https://www.5giay.vn/linh-tinh/7758487-chuyen-cung-cap-ban-ghe-go-khung-sat-beer-club-quan-nhau-quan-quan-nuong-bbq.html"]";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#008000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#008000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:7:"LINK 2 ";}}}}}}}}i:4;s:1:" ";i:5;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"4";s:8:"original";a:2:{i:0;s:8:"[SIZE=4]";i:1;s:7:"[/SIZE]";}s:8:"children";a:2:{i:0;s:1:" ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:23:"http://phongcachmoc.com";s:8:"original";a:2:{i:0;s:31:"[URL="http://phongcachmoc.com"]";i:1;s:6:"[/URL]";}s:8:"children";a:7:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#FF8C00";s:8:"original";a:2:{i:0;s:15:"[COLOR=#FF8C00]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:45:"Chuyên cung cấp bàn ghế gỗ Beer Club ";}}i:1;s:1:" ";i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:35:"Bàn ghế gỗ quán nướng BBQ ";}}i:3;s:1:" ";i:4;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#40E0D0";s:8:"original";a:2:{i:0;s:15:"[COLOR=#40E0D0]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:28:"Bàn ghế gỗ khung sắt ";}}i:5;s:1:" ";i:6;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#4B0082";s:8:"original";a:2:{i:0;s:15:"[COLOR=#4B0082]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:50:"Bàn ghế gỗ quán nhậu, quán ăn gia đình";}}}}}}}}}}}, 1715237535, 1715284014
    Run Time: 0.001480
  68. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1035398612, a:1:{i:0;s:427:"Tuổi nào nhìn lá vàng úa chiều nay Tuổi nào ngồi hát mây bay ngang trời Tay măng trôi trên vùng tóc dài Bao nhiêu cơn mơ vừa tuổi này Tuổi nào ngơ ngác tìm tiếng gió heo may. Tuổi nào vừa thoáng buồn áo gầy vai Tuổi nào ghi dấu chân chim qua trời Xin cho tay em còn muốt dài Xin cho cô đơn vào tuổi này Tuổi nào lang thang thành phố tóc mây cài.";}, 1715237535, 1715284014
    Run Time: 0.000452
  69. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1035525108, a:9:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#FF0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#FF0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"7";s:8:"original";a:2:{i:0;s:8:"[SIZE=7]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:1:"u";}}}}}}}}}}i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#00FF00";s:8:"original";a:2:{i:0;s:15:"[COLOR=#00FF00]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"7";s:8:"original";a:2:{i:0;s:8:"[SIZE=7]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:1:"p";}}}}}}}}}}i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#FF0000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#FF0000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"7";s:8:"original";a:2:{i:0;s:8:"[SIZE=7]";i:1;s:7:"[/SIZE]";}s:8:"children";a:0:{}}}}}}i:3;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000FF";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000FF]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:17:" lại cho bạn,";}}}}}}}}i:4;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#FFA500";s:8:"original";a:2:{i:0;s:15:"[COLOR=#FFA500]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"7";s:8:"original";a:2:{i:0;s:8:"[SIZE=7]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:2:"up";}}}}}}}}}}i:5;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000FF";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000FF]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:5:" qua ";}}}}}}}}i:6;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#800080";s:8:"original";a:2:{i:0;s:15:"[COLOR=#800080]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"7";s:8:"original";a:2:{i:0;s:8:"[SIZE=7]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:2:"up";}}}}}}}}}}i:7;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#0000FF";s:8:"original";a:2:{i:0;s:15:"[COLOR=#0000FF]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"3";s:8:"original";a:2:{i:0;s:8:"[SIZE=3]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"i";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[I]";i:1;s:4:"[/I]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:33:" lại cùng lên top nha bạn ";}}}}}}}}i:8;s:4:":57:";}, 1715237535, 1715284014
    Run Time: 0.000600
  70. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1036181325, a:2:{i:0;s:4:":79:";i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#00FF00";s:8:"original";a:2:{i:0;s:15:"[COLOR=#00FF00]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"6";s:8:"original";a:2:{i:0;s:8:"[SIZE=6]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:13:"comic sans ms";s:8:"original";a:2:{i:0;s:20:"[FONT=comic sans ms]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:48:" trả lễ...up phụ nhau qua lại nhé...!!!";}}}}}}}}}, 1715237535, 1715284014
    Run Time: 0.000440
  71. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1039262957, a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:111:"Đã cập nhật các mẫu mới các bạn nhanh tay chọn mua nào, chúc các bạn năm mới phát tài";}}}, 1715237535, 1715284014
    Run Time: 0.000433
  72. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1054350568, a:1:{i:0;s:29:"cuối tần bán đắc nhé";}, 1715237535, 1715284014
    Run Time: 0.000438
  73. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 1055443445, a:1:{i:0;s:26:"thanks các bác nhé :05:";}, 1715237535, 1715284014
    Run Time: 0.000442
  74. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('thread_field_price_desc', 'thread_field_city_desc', 'thread_field_district_desc', 'thread_field_mobile_desc', 'thread_field_postaddress_desc')
    Params: 4
    Run Time: 0.000199
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 5Using where
  75. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000190
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  76. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000180
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  77. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000182
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  78. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000172
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  79. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000173
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  80. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 21
    Run Time: 0.000189
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  81. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000177
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  82. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  83. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000176
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  84. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 21
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  85. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  86. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000191
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  87. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  88. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000190
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  89. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000178
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  90. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  91. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000223
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  92. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  93. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 36
    Run Time: 0.000221
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  94. 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 > 1715283114)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.005280
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityALLview_date   2021Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY45s_db1.session_activity.user_id1 

Included Files (280, XenForo Classes: 65)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Cache.php
  19. library/Zend/Cache/Backend/Libmemcached.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/bdTagMe/Listener.php
  29. library/bdTagMe/Helper/Template.php
  30. library/FiveGiayStore/Listener.php
  31. library/HtmlCustomTitles/Listener.php
  32. library/Waindigo/Listener/InitDependencies.php
  33. library/Waindigo/Listener/InitDependencies/20150212.php
  34. library/phc/KeywordManagement/Listener/Listener.php
  35. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  36. library/VietnameseFriendlyLink/Listener.php
  37. library/FiveWebCall/Listener.php
  38. library/Brivium/BriviumHelper/EventListeners.php
  39. library/Brivium/BriviumHelper/1000271/EventListeners.php
  40. library/PointK/Listener/Listener.php
  41. library/Seller/Listener/LoadClassModel.php
  42. library/LimitPosts/Listener/LoadClassModel.php
  43. library/ShowHideThread/Listener/LoadClassModel.php
  44. library/Tinhte/XenTag/Listener.php
  45. library/ForumCustom/Listener/LocadClassModel.php
  46. library/M2H/SeoForThread/Listener/LoadClassController.php
  47. library/WidgetFramework/Listener.php
  48. library/M2H/ThumbNail/Listener.php
  49. library/OneSignal/Listner.php
  50. library/bdApi/Listener.php
  51. library/XenForo/CacheRebuilder/Abstract.php
  52. library/WidgetFramework/Option.php
  53. library/bdApi/Template/Helper/Core.php
  54. library/XenForo/Router.php
  55. library/XenForo/Route/Filter.php
  56. library/XenForo/Route/Interface.php
  57. library/XenForo/Route/ResponseSuffix.php
  58. library/XenForo/Route/Prefix.php
  59. library/WidgetFramework/Route/Filter/PageX.php
  60. library/XenForo/Route/Prefix/Threads.php
  61. library/XenForo/RouteMatch.php
  62. library/XenForo/ControllerPublic/Thread.php
  63. library/XenForo/ControllerPublic/Abstract.php
  64. library/XenForo/Controller.php
  65. library/Waindigo/CustomFields/Listener/LoadClass.php
  66. library/Waindigo/Listener/LoadClass.php
  67. library/Waindigo/Listener/LoadClass/20150106.php
  68. library/SV/LazyImageLoader/Listener.php
  69. library/FiveGiayStore/Listener/LoadClassController.php
  70. library/Siropu/EasyUserBan/Listener.php
  71. library/Vinavb/CustomNodeIcon/Listener.php
  72. library/Seller/Listener/LoadClassController.php
  73. library/FiveWebCall/Listener/LoadClassController.php
  74. library/LimitPosts/Listener/LoadClassController.php
  75. library/ShowHideThread/Listener/LoadClassController.php
  76. library/ForumCustom/Listener/LocadClassController.php
  77. library/FbShareNewThread/Listener/LoadClassController.php
  78. library/QuickLink/Listener.php
  79. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Thread.php
  80. library/SV/LazyImageLoader/XenForo/ControllerPublic/Thread.php
  81. library/PointK/ControllerPublic/Thread.php
  82. library/FiveGiayStore/ControllerPublic/Thread.php
  83. library/Seller/ControllerPublic/Thread.php
  84. library/FiveWebCall/ControllerPublic/Thread.php
  85. library/LimitPosts/ControllerPublic/Thread.php
  86. library/ShowHideThread/ControllerPublic/Thread.php
  87. library/ForumCustom/ControllerPublic/Thread.php
  88. library/Tinhte/XenTag/XenForo/ControllerPublic/Thread.php
  89. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  90. library/M2H/SeoForThread/ControllerPublic/SeoForThread.php
  91. library/M2H/ThumbNail/ControllerPublic/UpdateThreadThumb.php
  92. library/FbShareNewThread/ControllerPublic/FbShareNewThread.php
  93. library/QuickLink/Extend/ControllerPublic/Thread.php
  94. library/XenForo/Input.php
  95. library/XenForo/Session.php
  96. library/Zend/Db.php
  97. library/Zend/Db/Adapter/Mysqli.php
  98. library/Zend/Db/Adapter/Abstract.php
  99. library/Zend/Db/Select.php
  100. library/Zend/Db/Expr.php
  101. library/Zend/Db/Profiler.php
  102. library/Zend/Db/Statement/Mysqli.php
  103. library/Zend/Db/Statement.php
  104. library/Zend/Db/Statement/Interface.php
  105. library/XenForo/Helper/Ip.php
  106. library/XenForo/Visitor.php
  107. library/XenForo/Model/User.php
  108. library/Waindigo/LoginAsUser/Listener/LoadClass.php
  109. library/DigitalPointSearch/Listener/LoadClassModel/User.php
  110. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  111. library/bdTagMe/XenForo/Model/User.php
  112. library/PointK/Model/User.php
  113. library/Seller/Model/User.php
  114. library/Brivium/BulkAlertConversation/Model/User.php
  115. library/WidgetFramework/XenForo/Model/User.php
  116. library/DigitalPointSearch/Model/User.php
  117. library/Zend/Db/Profiler/Query.php
  118. library/XenForo/Permission.php
  119. library/XenForo/Phrase.php
  120. library/XenForo/Locale.php
  121. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  122. library/Waindigo/Listener/VisitorSetup.php
  123. library/Waindigo/Listener/VisitorSetup/20130615.php
  124. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  125. library/XenForo/Helper/Cookie.php
  126. library/XenForo/ControllerHelper/ForumThreadPost.php
  127. library/XenForo/ControllerHelper/Abstract.php
  128. library/XenForo/Model/Thread.php
  129. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  130. library/PointK/Model/Thread.php
  131. library/LimitPosts/Model/Thread.php
  132. library/ShowHideThread/Model/Thread.php
  133. library/Tinhte/XenTag/XenForo/Model/Thread.php
  134. library/ForumCustom/Model/Thread.php
  135. library/M2H/SeoForThread/Model/SeoForThread.php
  136. library/WidgetFramework/XenForo/Model/Thread.php
  137. library/M2H/ThumbNail/Model/UpdateThreadThumb.php
  138. library/XenForo/Model/Forum.php
  139. library/LimitPosts/Model/Forum.php
  140. library/Tinhte/XenTag/XenForo/Model/Forum.php
  141. library/Tinhte/XenTag/Option.php
  142. library/XenForo/Helper/String.php
  143. library/XenForo/Helper/Discussion.php
  144. library/XenForo/Model/Post.php
  145. library/bdTagMe/XenForo/Model/Post.php
  146. library/LimitPosts/Model/Post.php
  147. library/Tinhte/XenTag/XenForo/Model/Post.php
  148. library/XenForo/Model/Ip.php
  149. library/XenForo/Model/Attachment.php
  150. library/XenForo/Model/Node.php
  151. library/XenForo/Route/Prefix/Categories.php
  152. library/XenForo/Route/Prefix/Forums.php
  153. library/Tinhte/XenTag/Model/Tag.php
  154. library/Tinhte/XenTag/Constants.php
  155. library/SV/LazyImageLoader/Helper.php
  156. library/XenForo/ControllerResponse/View.php
  157. library/XenForo/ControllerResponse/Abstract.php
  158. library/Waindigo/CustomFields/Model/ThreadField.php
  159. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Region.php
  160. library/Waindigo/CustomFields/Extend/XenForo/Model/Region.php
  161. library/FiveGiayStore/Model/ApiThreadApprove.php
  162. library/FiveWebCall/Model/ApiThreadApprove.php
  163. library/LimitPosts/Model/ThreadUp.php
  164. library/XenForo/Model/Permission.php
  165. library/WidgetFramework/XenForo/Model/Permission.php
  166. library/XenForo/ViewRenderer/HtmlPublic.php
  167. library/XenForo/ViewRenderer/Abstract.php
  168. library/XenForo/Template/Public.php
  169. library/XenForo/Template/Abstract.php
  170. library/WidgetFramework/Core.php
  171. library/XenForo/Model/Moderator.php
  172. library/WidgetFramework/Model/Widget.php
  173. library/WidgetFramework/Helper/Sort.php
  174. library/WidgetFramework/WidgetRenderer.php
  175. library/XenForo/ViewPublic/Thread/View.php
  176. library/XenForo/ViewPublic/Base.php
  177. library/XenForo/View.php
  178. library/ForumCustom/Listener/LoadClassView.php
  179. library/Waindigo/CustomFields/Extend/XenForo/ViewPublic/Thread/View.php
  180. library/ForumCustom/ViewPublic/Thread/View.php
  181. library/Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php
  182. library/WidgetFramework/XenForo/View1.php
  183. library/phc/KeywordManagement/Extend/ViewPublic/Threads.php
  184. library/XenForo/BbCode/Parser.php
  185. library/XenForo/BbCode/Formatter/Base.php
  186. library/phc/KeywordManagement/Extend/BbCode/Formatter/Base.php
  187. library/SV/LazyImageLoader/XenForo/BbCode/Formatter/Base.php
  188. library/bdTagMe/XenForo/BbCode/Formatter/Base.php
  189. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  190. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  191. library/XenForo/ViewPublic/Helper/Message.php
  192. library/XenForo/BbCode/TextWrapper.php
  193. library/Waindigo/CustomFields/ViewPublic/Helper/Thread.php
  194. library/ForumCustom/ViewPublic/Thread/simple_html_dom.php
  195. library/Tinhte/XenTag/ContentWrapper/Post.php
  196. library/Tinhte/XenTag/ContentWrapper/Abstract.php
  197. library/phc/KeywordManagement/Helper/KWMHelper.php
  198. library/Ragtek/GCT/StaticMethods.php
  199. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  200. library/Waindigo/Listener/TemplateCreate.php
  201. library/Waindigo/Listener/TemplateCreate/20150106.php
  202. library/Waindigo/LoginAsUser/Listener/TemplateCreate.php
  203. library/WidgetFramework/WidgetRenderer/Html.php
  204. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  205. library/vtLai/TopX/Listener.php
  206. library/XenForo/Route/Prefix/Members.php
  207. library/bdTagMe/XenForo/Route/Prefix/Members.php
  208. library/bdTagMe/Option.php
  209. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  210. library/WidgetFramework/Template/Extended.php
  211. library/XenForo/Template/FileHandler.php
  212. library/XenForo/Helper/File.php
  213. internal_data/templates/S.20,L.4,thread_view.php
  214. library/FiveAds/Listener/AdsLocation.php
  215. library/FiveAds/Resources/MobileDetect.php
  216. library/FiveGiayStore/Listener/TemplateHook.php
  217. library/Waindigo/CustomFields/Listener/TemplateHook.php
  218. library/Waindigo/Listener/TemplateHook.php
  219. library/Waindigo/Listener/TemplateHook/20150106.php
  220. library/Waindigo/Listener/Template.php
  221. library/Waindigo/Listener/Template/20150106.php
  222. library/Waindigo/CustomFields/Listener/TemplateHookFilter.php
  223. library/FiveWebCall/Listener/TemplateHook.php
  224. library/Brivium/BulkAlertConversation/EventListener/Listener.php
  225. library/Waindigo/LoginAsUser/Listener/TemplateHook.php
  226. internal_data/templates/S.20,L.4,tinhte_xentag_hook_thread_view_pagenav_before.php
  227. library/Tinhte/XenTag/Helper.php
  228. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  229. library/Waindigo/Listener/TemplatePostRender.php
  230. library/Waindigo/Listener/TemplatePostRender/20150106.php
  231. internal_data/templates/S.20,L.4,waindigo_thread_view_tools_links_customfields.php
  232. internal_data/templates/S.20,L.4,meta_thread_view_tools_links.php
  233. internal_data/templates/S.20,L.4,thread_change_thumb_links.php
  234. internal_data/templates/S.20,L.4,page_nav.php
  235. internal_data/templates/S.20,L.4,igo_desktop_heart_1.php
  236. internal_data/templates/S.20,L.4,tinhte_xentag_hook_thread_view_form_before.php
  237. library/XenForo/Route/Prefix/Posts.php
  238. internal_data/templates/S.20,L.4,siropu_easy_user_ban_post_link.php
  239. internal_data/templates/S.20,L.4,tinhte_xentag_hook_post_private_controls.php
  240. internal_data/templates/S.20,L.4,tinhte_xentag_hook_post_public_controls.php
  241. library/HtmlCustomTitles/Template/Helper/Core.php
  242. library/HtmlCustomTitles/Model/Permission.php
  243. internal_data/templates/S.20,L.4,tinhte_xentag_hook_message_notices.php
  244. internal_data/templates/S.20,L.4,tinhte_xentag_hook_message_content.php
  245. internal_data/templates/S.20,L.4,tinhte_xentag_hook_message_below.php
  246. internal_data/templates/S.20,L.4,igo_desktop_quick_reply.php
  247. internal_data/templates/S.20,L.4,tinhte_xentag_hook_thread_view_qr_before.php
  248. internal_data/templates/S.20,L.4,tinhte_xentag_hook_thread_view_qr_after.php
  249. library/Tinhte/XenTag/Route/Prefix/Tags.php
  250. internal_data/templates/S.20,L.4,tinhte_xentag_thread_view.php
  251. library/WidgetFramework/Helper/String.php
  252. library/WidgetFramework/WidgetRenderer/Empty.php
  253. internal_data/templates/S.20,L.4,wf_widget_wrapper.php
  254. library/XenForo/Debug.php
  255. internal_data/templates/S.20,L.4,PAGE_CONTAINER.php
  256. internal_data/templates/S.20,L.4,js_ads_5giay.php
  257. internal_data/templates/S.20,L.4,onesignal_js.php
  258. internal_data/templates/S.20,L.4,igo_desktop_great_a.php
  259. internal_data/templates/S.20,L.4,igo_desktop_great_b.php
  260. internal_data/templates/S.20,L.4,igo_desktop_half_banner.php
  261. internal_data/templates/S.20,L.4,igo_desktop_sticky.php
  262. internal_data/templates/S.20,L.4,igo_desktop_near_footer.php
  263. internal_data/templates/S.20,L.4,html_fanpage_facebook.php
  264. internal_data/templates/S.20,L.4,igo_desktop_right_1.php
  265. internal_data/templates/S.20,L.4,igo_desktop_right_2.php
  266. internal_data/templates/S.20,L.4,igo_desktop_right_3.php
  267. internal_data/templates/S.20,L.4,igo_desktop_right_4.php
  268. internal_data/templates/S.20,L.4,igo_desktop_background_left.php
  269. internal_data/templates/S.20,L.4,igo_desktop_background_right.php
  270. internal_data/templates/S.20,L.4,igo_desktop_float.php
  271. library/Zend/Exception.php
  272. library/XenForo/Model/Session.php
  273. internal_data/templates/S.20,L.4,wf_widget_online_users.php
  274. internal_data/templates/S.20,L.4,igo_desktop_top_banner.php
  275. internal_data/templates/S.20,L.4,tinhte_xentag_hook_navigation_tabs_forums.php
  276. internal_data/templates/S.20,L.4,siropu_easy_user_ban_nav_link.php
  277. internal_data/templates/S.20,L.4,igo_desktop_balloon.php
  278. library/XenForo/ViewRenderer/Json.php
  279. internal_data/templates/S.20,L.4,bdtagme_PAGE_CONTAINER.php
  280. library/Vinavb/CustomNodeIcon/Icon.php