Page Time: 0.0867s

Memory: 4.1607 MB (Peak: 5.6937 MB)

Queries (32, time: 0.0287s, 33.1%)

  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.000517
    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.000170
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		0 AS following_0
    FROM xf_user AS user
    
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = user.user_id)
    		LEFT JOIN xf_user_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    WHERE user.user_id = ?
    Params: 2741
    Run Time: 0.000484
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
  5. SELECT search_index.content_type, search_index.content_id
    FROM xf_search_index AS search_index
    WHERE search_index.user_id = ?
    	
    ORDER BY search_index.item_date DESC
     LIMIT 15
    Params: 2741
    Run Time: 0.003287
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsearch_indexrefuser_id_item_dateuser_id_item_date4const16Using where
  6. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_post AS post ON
    			(post.post_id = thread.first_post_id)
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = thread.node_id)
    WHERE thread.thread_id IN (166036, 147406, 147389, 147184, 147173, 147031, 146942, 146936)
    Run Time: 0.002251
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 8Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4qbkdcom_new.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4qbkdcom_new.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,qbkdcom_new.thread.node_id1Using where
  7. 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 (176826, 176835, 177038, 177258, 177269, 177504, 177546, 202845)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000398
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 8Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4qbkdcom_new.attachment.data_id1Using where
  8. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (176826, 176835, 177038, 177258, 177269, 177504, 177546, 202845)
    Run Time: 0.000251
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 8Using where
  9. 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 = ?
    Params: 64
    Run Time: 0.000256
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
  10. 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 (176826, 176835, 177038, 177258, 177269, 177504, 177546)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000320
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 7Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4qbkdcom_new.attachment.data_id1Using where
  11. SELECT
    	post.*
    	,
    		thread.*, thread.user_id AS thread_user_id, thread.username AS thread_username,
    		thread.post_date AS thread_post_date,
    		post.user_id, post.username, post.post_date,
    		node.title AS node_title, node.node_name,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    	permission.cache_value AS node_permission_cache
    FROM xf_post AS post
    		INNER JOIN xf_thread AS thread ON
    			(thread.thread_id = post.thread_id)
    		INNER JOIN xf_node AS node ON
    			(node.node_id = thread.node_id)
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_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 post.post_id IN (202845, 177546, 177504, 177269, 177258, 177038, 176835)
    Run Time: 0.000695
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARY,thread_id_post_date,thread_id_positionPRIMARY4 7Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.post.user_id1 
    SIMPLEthreadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4qbkdcom_new.post.thread_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4qbkdcom_new.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,qbkdcom_new.thread.node_id1Using where
  12. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 6193a9cd0b2dd7060a79fd6b905ac862, , 1714262503
    Run Time: 0.000147
  13. 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_Member, RecentContent, valid, user_id=2741, 1714258903,
    Run Time: 0.000121
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'search_result_thread')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000144
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('hex_forum_list_thumbnail_thumbnails')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000115
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('wf_widget_wrapper', 'wf_widget_threads', 'wf_widget_online_staff', 'wf_widget_online_users', 'wf_widget_profile_posts', 'wf_widget_stats', 'member_recent_content', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000173
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 8Using where
  17. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home')
    Params: 2
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  18. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	node.title AS node_title, node.node_name
    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)
    WHERE (thread.node_id IN ('54')) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.post_date DESC
     LIMIT 30
    Run Time: 0.013594
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 2245Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4qbkdcom_new.thread.node_id1 
  19. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000345
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const73Using where
  20. 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 (54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54, 54)
    Run Time: 0.000278
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 1Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4qbkdcom_new.node.node_id1 
  21. 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 (373688, 373269, 372724, 372626, 372395, 372372, 372307, 372280, 372151, 372118)
                    AND (data.filename LIKE '%.png' OR
                        data.filename LIKE '%.jpg' OR
                        data.filename LIKE '%.jpeg' OR
                        data.filename LIKE '%.jpe' OR
                        data.filename LIKE '%.gif')
    GROUP BY attachment.content_id
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000282
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 10Using index condition; Using temporary; Using filesort
    SIMPLEdataeq_refPRIMARYPRIMARY4qbkdcom_new.attachment.data_id1Using where
  22. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (373688, 373269, 372724, 372626, 372395, 372372, 372307, 372280, 372151, 372118)
    Run Time: 0.000187
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 10Using where
  23. 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 = ?
    Params: 54
    Run Time: 0.000211
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
  24. 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 > 1714258003)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001535
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 358Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.session_activity.user_id1 
  25. 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 > 1714258003)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001612
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 358Using where
    SIMPLEusereq_refPRIMARYPRIMARY4qbkdcom_new.session_activity.user_id1 
  26. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_d51d7ef5f162b3b75c954', 'wfc_1ba364531eabedf893b81')
    Run Time: 0.000160
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  27. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000103
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  28. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('staff_online_now', 'members_online_now', 'forum_statistics')
    Params: 2
    Run Time: 0.000134
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using where
  29. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('EWRporta_Navtabs', 'nat_linkstemplate', 'xm_widgets_threads', 'wf_hook_moderator_bar', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000244
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 5Using where
  30. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRME_page_container_head')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  31. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000150
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  32. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VigLink')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (184, XenForo Classes: 69)

  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/Hex/Listener/InitDependencies.php
  33. library/Hex/Listener/InitDependencies/20150212.php
  34. library/Hex/Listener/ControllerPreDispatch/20150911.php
  35. library/Brivium/BriviumHelper/EventListeners.php
  36. library/Brivium/BriviumHelper/1010071/EventListeners.php
  37. library/EWRporta/Listener/Model.php
  38. library/Brivium/ThreadClassified/EventListeners/Listener.php
  39. library/HDJuegos/WaterMarkAdd/Listener.php
  40. library/WidgetFramework/Listener.php
  41. library/Waindigo/Listener/InitDependencies.php
  42. library/Waindigo/Listener/InitDependencies/20150212.php
  43. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  44. library/NodesAsTabs/Listen.php
  45. library/WidgetFramework/Option.php
  46. library/Sedo/TinyQuattro/Listener/AllInOne.php
  47. library/XenForo/Router.php
  48. library/XenForo/Route/Filter.php
  49. library/XenForo/Route/Interface.php
  50. library/XenForo/Route/ResponseSuffix.php
  51. library/XenForo/Route/Prefix.php
  52. library/Waindigo/ShorterRoutes/Listener/InitRouterPublic.php
  53. library/Waindigo/ShorterRoutes/Route/ShorterRoute.php
  54. library/XenForo/Route/Prefix/Members.php
  55. library/EWRporta/Listener/Route.php
  56. library/vtLai/UrlKhongDau/Listener.php
  57. library/vtLai/UrlKhongDau/Members.php
  58. library/XenForo/RouteMatch.php
  59. library/XenForo/ControllerPublic/Member.php
  60. library/XenForo/ControllerPublic/Abstract.php
  61. library/XenForo/Controller.php
  62. library/EWRporta/Listener/Controller.php
  63. library/Vinavb/CustomNodeIcon/Listener.php
  64. library/XenForo/Input.php
  65. library/XenForo/Session.php
  66. library/XenForo/Helper/Ip.php
  67. library/XenForo/Visitor.php
  68. library/XenForo/Model/User.php
  69. library/WidgetFramework/XenForo/Model/User.php
  70. library/XenForo/Permission.php
  71. library/XenForo/Helper/Php.php
  72. library/XenForo/Phrase.php
  73. library/XenForo/Locale.php
  74. library/XenForo/ControllerHelper/UserProfile.php
  75. library/XenForo/ControllerHelper/Abstract.php
  76. library/XenForo/Model/UserProfile.php
  77. library/XenForo/Search/SourceHandler/Abstract.php
  78. library/XenForo/Search/SourceHandler/MySqlFt.php
  79. library/XenForo/Model/Search.php
  80. library/XenForo/Search/DataHandler/Thread.php
  81. library/XenForo/Search/DataHandler/Abstract.php
  82. library/Hex/Thumbnails/Listener/LoadClass.php
  83. library/Hex/Listener/LoadClass.php
  84. library/Hex/Listener/LoadClass/20150518.php
  85. library/Hex/Thumbnails/Extend/XenForo/Search/DataHandler/Thread.php
  86. library/XenForo/Search/DataHandler/Post.php
  87. library/XenForo/Model/Thread.php
  88. library/Brivium/ThreadClassified/Model/Thread.php
  89. library/WidgetFramework/XenForo/Model/Thread.php
  90. library/Hex/Thumbnails/Model/Thumbnails.php
  91. library/XenForo/Model/Attachment.php
  92. library/Hex/Thumbnails/Extend/XenForo/Model/Attachment.php
  93. library/EWRporta/Model/Attachment.php
  94. library/HDJuegos/WaterMarkAdd/ModelOverride/Attachment.php
  95. library/XenForo/Model/Post.php
  96. library/EWRporta/Model/Post.php
  97. library/XenForo/DataWriter.php
  98. library/XenForo/DataWriter/Forum.php
  99. library/XenForo/DataWriter/Node.php
  100. library/XenForo/DataWriter/DiscussionContainerInterface.php
  101. library/EWRporta/Listener/DataWriter.php
  102. library/Hex/Thumbnails/Extend/XenForo/DataWriter/Forum.php
  103. library/Brivium/MetadataEssential/DataWriter/Forum.php
  104. library/Vinavb/CustomNodeIcon/XenForo/DataWriter/Forum.php
  105. library/XenForo/Model/Forum.php
  106. library/XenForo/Helper/String.php
  107. library/XenForo/ControllerResponse/View.php
  108. library/XenForo/ControllerResponse/Abstract.php
  109. library/XenForo/Helper/Cookie.php
  110. library/XenForo/ViewRenderer/HtmlPublic.php
  111. library/XenForo/ViewRenderer/Abstract.php
  112. library/XenForo/Template/Public.php
  113. library/XenForo/Template/Abstract.php
  114. library/WidgetFramework/Core.php
  115. library/XenForo/Model/Moderator.php
  116. library/XMWidgets/Listen.php
  117. library/WidgetFramework/Model/Widget.php
  118. library/WidgetFramework/Helper/LayoutEditor.php
  119. library/WidgetFramework/Helper/Sort.php
  120. library/XenForo/ViewPublic/Member/RecentContent.php
  121. library/XenForo/ViewPublic/Base.php
  122. library/XenForo/View.php
  123. library/EWRporta/Listener/ViewPublic.php
  124. library/WidgetFramework/XenForo/View1.php
  125. library/XenForo/ViewPublic/Helper/Search.php
  126. library/Brivium/MetadataEssential/EventListeners/Listener.php
  127. library/Hex/Thumbnails/Listener/TemplateCreate.php
  128. library/Hex/Listener/TemplateCreate.php
  129. library/Hex/Listener/TemplateCreate/20150106.php
  130. library/vtLai/TopX/Listener.php
  131. library/vtLai/UrlKhongDau/Converter.php
  132. library/XenForo/Model/Avatar.php
  133. library/XenForo/Route/Prefix/Threads.php
  134. library/Waindigo/ShorterRoutes/Listener/LoadClass.php
  135. library/Waindigo/Listener/LoadClass.php
  136. library/Waindigo/Listener/LoadClass/20150106.php
  137. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Threads.php
  138. library/EWRporta/Route/Thread.php
  139. library/vtLai/UrlKhongDau/Threads.php
  140. library/Waindigo/ShorterRoutes/Link.php
  141. library/XenForo/Route/Prefix/Forums.php
  142. library/Waindigo/ShorterRoutes/Extend/XenForo/Route/Prefix/Forums.php
  143. library/vtLai/UrlKhongDau/Forums.php
  144. library/Hex/Thumbnails/Listener/TemplatePostRender.php
  145. library/Hex/Listener/TemplatePostRender.php
  146. library/Hex/Listener/TemplatePostRender/20150106.php
  147. library/Hex/Listener/Template.php
  148. library/Hex/Listener/Template/20150106.php
  149. library/EWRporta/Listener/Template.php
  150. library/Hex/Thumbnails/Listener/TemplateHook.php
  151. library/Hex/Listener/TemplateHook.php
  152. library/Hex/Listener/TemplateHook/20150106.php
  153. library/Brivium/ThreadClassified/EventListeners/Helpers.php
  154. library/Brivium/ThreadClassified/Excludeforum.php
  155. library/VigLink/Listener.php
  156. library/WidgetFramework/WidgetRenderer.php
  157. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  158. library/WidgetFramework/WidgetRenderer/Html.php
  159. library/WidgetFramework/WidgetRenderer/Threads.php
  160. library/Hex/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  161. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  162. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  163. library/WidgetFramework/WidgetRenderer/ProfilePosts.php
  164. library/WidgetFramework/Model/Cache.php
  165. library/WidgetFramework/WidgetRenderer/Stats.php
  166. library/EWRporta/Listener/NavTabs.php
  167. library/EWRporta/Model/Perms.php
  168. library/NodesAsTabs/NavTabs.php
  169. library/NodesAsTabs/Model/Options.php
  170. library/XenForo/Model/Node.php
  171. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  172. library/XenForo/Route/Prefix/Categories.php
  173. library/vtLai/UrlKhongDau/Categories.php
  174. library/XMWidgets/Threads/Main.php
  175. library/WidgetFramework/Template/Extended.php
  176. library/Sedo/TinyQuattro/Listener/Templates/Preloader.php
  177. library/Sedo/TinyQuattro/Helper/Quattro.php
  178. library/WidgetFramework/Helper/String.php
  179. library/XenForo/Model/Session.php
  180. library/Zend/Exception.php
  181. library/XenForo/Model/Counters.php
  182. library/XenForo/Debug.php
  183. library/XenForo/ViewRenderer/Json.php
  184. library/Vinavb/CustomNodeIcon/Icon.php