Page Time: 0.1608s

Memory: 9.9810 MB (Peak: 11.4147 MB)

Queries (27, time: 0.0113s, 7.0%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000694
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000237
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT thread.*
    	,
    	last_post_user.gender AS last_post_gender,
    	last_post_user.avatar_date AS last_post_avatar_date,
    	last_post_user.gravatar AS last_post_gravatar,
    	IF(last_post_user.username IS NULL, thread.last_post_username, last_post_user.username) AS last_post_username,
    	node.title AS node_title, node.node_name,
    	forum.*,
    	forum.last_post_id AS forum_last_post_id,
    	forum.last_post_date AS forum_last_post_date,
    	forum.last_post_user_id AS forum_last_post_user_id,
    	forum.last_post_username AS forum_last_post_username,
    	forum.last_thread_title AS forum_last_thread_title,
    	thread.last_post_id,
    	thread.last_post_date,
    	thread.last_post_user_id,
    	thread.last_post_username,
    	NULL AS thread_read_date,
    permission.cache_value AS node_permission_cache
    FROM xf_thread AS thread FORCE INDEX (last_post_date)
    
    	LEFT JOIN xf_user AS last_post_user ON
    		(last_post_user.user_id = thread.last_post_user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    	LEFT JOIN xf_forum AS forum ON
    		(forum.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_type <> 'redirect') AND (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1711774362) AND (forum.find_new = 1))
    ORDER BY thread.last_post_date DESC
     LIMIT 10
    Run Time: 0.001175
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangelast_post_datelast_post_date4 1Using where
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4mersedesclub_xf.thread.last_post_user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4mersedesclub_xf.thread.node_id1 
    SIMPLEforumeq_refPRIMARYPRIMARY4mersedesclub_xf.thread.node_id1Using where
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,mersedesclub_xf.forum.node_id1 
  4. SELECT *
    FROM xf_node
    WHERE display_in_list = 1
    ORDER BY lft ASC
    Run Time: 0.000341
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   94Using where; Using filesort
  5. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000328
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const242Using where
  6. SELECT forum.*
    	,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE forum.node_id IN (25, 67, 68, 33, 45, 64, 70, 91, 109, 110, 34, 92, 35, 93, 111, 112, 113, 114, 115, 116, 117, 39, 94, 118, 119, 120, 74, 95, 36, 96, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 38, 50, 97, 131, 132, 133, 77, 98, 43, 99, 42, 100, 134, 135, 80, 101, 37, 102, 136, 137, 138, 139, 140, 44, 41, 103, 141, 142, 143, 40, 104, 144, 145, 84, 105, 85, 106, 146, 147, 86, 107, 148, 149, 87, 108, 23, 60, 62, 63, 65, 46, 21, 26, 27, 30, 31, 22, 56, 57, 58, 17, 18, 19, 47, 89, 90, 4, 5, 6)
    Run Time: 0.000424
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeindexPRIMARYparent_node_id4 94Using where; Using index
    SIMPLEforumeq_refPRIMARYPRIMARY4mersedesclub_xf.node.node_id1 
  7. 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 > 1713501462)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000687
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activitysystemview_date   1 
    SIMPLEuserconstPRIMARYPRIMARY4const0unique row not found
  8. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000326
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 38bec78ea6a8055522b8697c2d7e9838, a:6:{s:12:"sessionStart";i:1713502362;s:2:"ip";b:0;s:11:"sessionCsrf";s:16:"LAgXUJScc0z_Cypi";s:9:"userAgent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1713505962
    Run Time: 0.000284
  10. 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_Forum, Index, valid, node_name=, 1713502362,
    Run Time: 0.000242
  11. SELECT node.*
    	
    FROM xf_node AS node
    
    WHERE node.node_id = ?
    Params: 17
    Run Time: 0.000306
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'node_forum_level_2', 'node_category_level_1', 'node_forum_level_n', 'wf_widget_wrapper', 'wf_widget_threads', 'wf_widget_poll', 'wf_widget_stats', 'wf_widget_online_users', 'hex_library_list_thumbnail_thumbnails', 'hex_library_list_replace_thumbnails', 'hex_forum_list_thumbnail_thumbnails', 'hex_forum_list_replace_thumbnails', 'forum_list', 'wf_home_navtab_links', 'mkdgCatalog_Links', 'Counters', 'wf_hook_moderator_bar', 'wf_revealer', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000233
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 20Using where
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('catalog')
    Params: 2
    Run Time: 0.000080
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('mkdg_extra_style')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000137
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  15. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_forum_list')
    Run Time: 0.000331
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  16. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_forum_list_lock')
    Run Time: 0.000280
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  17. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_list_lock, a:1:{s:18:"forum_list_lock_31";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1713502362;}}
    Run Time: 0.001024
  18. 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 ('78', '103', '168', '143', '190', '144', '191', '104', '171', '210', '212', '164', '163', '211', '165', '169', '62', '174', '166', '194', '207', '120', '21', '53', '4', '55', '184', '185', '186', '187', '188', '98', '35', '108', '192', '109', '110', '111', '112', '150', '151', '113', '114', '202', '203', '115', '116', '86', '117', '118', '119', '149', '71', '6', '89', '156', '159', '5', '146', '88', '58', '38', '39', '40', '41', '42', '43', '44', '45', '46', '47', '170', '48', '49', '50', '65', '178', '73', '181', '37', '182', '66', '158', '92', '93', '172', '61', '23', '79', '125', '68', '11', '13', '205', '121', '122', '123', '124', '193', '51', '64', '76', '75', '67', '136', '175', '99', '8', '138', '74', '137', '19', '18', '128', '139', '209', '94', '147', '197', '198', '199', '200', '201', '129', '130', '97', '140', '131', '132', '206', '133', '208', '134', '145', '148', '195', '135', '105', '196', '161', '162', '180', '60', '189', '84', '173', '157', '176', '167', '28', '14')) AND (thread.prefix_id IN ('74')) AND (thread.discussion_state IN ('visible')))
    ORDER BY thread.post_date DESC
     LIMIT 6
    Run Time: 0.000610
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 6Using where
    SIMPLEusereq_refPRIMARYPRIMARY4mersedesclub_xf.thread.user_id1 
  19. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_list, a:1:{s:13:"forum_list_31";a:2:{s:4:"html";s:0:"";s:4:"time";i:1713502362;}}
    Run Time: 0.000899
  20. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_list_lock, a:1:{s:18:"forum_list_lock_31";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1713502362;}}
    Run Time: 0.000526
  21. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000413
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    94Using filesort
  22. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000373
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const242Using where
  23. SELECT thread.*
    	,
    	poll.*,
    	forum.*
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_poll AS poll ON
    	(poll.content_type = 'thread' AND content_id = thread.thread_id) 
    	-- INNER JOIN xf_thread AS t ON
    	-- (t.thread_id = thread.thread_id AND t.node_id = 103)
    	
    	INNER JOIN xf_forum AS forum ON
    	(forum.node_id = thread.node_id)
    WHERE (((thread.node_id IN (9, 25, 151, 66, 32, 67, 68, 33, 45, 64, 150, 70, 91, 109, 110, 34, 92, 35, 93, 111, 112, 113, 114, 115, 116, 117, 39, 94, 118, 119, 120, 74, 95, 36, 96, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 38, 50, 97, 131, 132, 133, 77, 98, 43, 99, 42, 100, 134, 135, 80, 101, 37, 102, 136, 137, 138, 139, 140, 44, 41, 103, 141, 142, 143, 40, 104, 144, 145, 84, 105, 85, 106, 146, 147, 86, 107, 148, 149, 87, 108, 20, 23, 60, 62, 63, 65, 46, 21, 26, 27, 30, 31, 22, 56, 57, 58, 16, 17, 18, 19, 47, 89, 90, 3, 4, 5, 6)) AND (thread.discussion_open = 1) AND (thread.discussion_state IN ('visible')))) AND (thread.discussion_type = 'poll')
    ORDER BY thread.post_date DESC
     LIMIT 3
    Run Time: 0.000626
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 3Using where
    SIMPLEpolleq_refcontent_type_content_idcontent_type_content_id31const,mersedesclub_xf.thread.thread_id1 
    SIMPLEforumeq_refPRIMARYPRIMARY4mersedesclub_xf.thread.node_id1 
  24. SELECT *
    FROM xf_poll
    WHERE content_type = ?
    	AND content_id = ?
    Params: thread, 8222
    Run Time: 0.000288
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_pollconstcontent_type_content_idcontent_type_content_id31const,const1 
  25. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 5
    Run Time: 0.000119
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  26. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('mkdgCatalog_TopLinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000138
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  27. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('MKDG_navigation_visitor_tab_top')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000136
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (172, XenForo Classes: 62)

  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/WidgetFramework/Listener.php
  33. library/WidgetFramework/Option.php
  34. library/WidgetFramework/Helper/Index.php
  35. library/Waindigo/Listener/InitDependencies.php
  36. library/Waindigo/Listener/InitDependencies/20150212.php
  37. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  38. library/Hex/Listener/InitDependencies.php
  39. library/Hex/Listener/InitDependencies/20150212.php
  40. library/Hex/Listener/ControllerPreDispatch/20150911.php
  41. library/HtmlCustomTitles/Listener.php
  42. library/sonnb/XenGallery/Listener.php
  43. library/XenForo/Router.php
  44. library/XenForo/Route/Filter.php
  45. library/XenForo/Route/Interface.php
  46. library/XenForo/Route/ResponseSuffix.php
  47. library/XenForo/Route/Prefix.php
  48. library/WidgetFramework/Route/Filter/PageX.php
  49. library/XenForo/Route/Prefix/Forums.php
  50. library/XenForo/RouteMatch.php
  51. library/XenForo/ControllerPublic/Forum.php
  52. library/XenForo/ControllerPublic/Abstract.php
  53. library/XenForo/Controller.php
  54. library/mkdgStyleEdit/Listener/LoadClass.php
  55. library/Waindigo/CustomFields/Listener/LoadClass.php
  56. library/Waindigo/Listener/LoadClass.php
  57. library/Waindigo/Listener/LoadClass/20150106.php
  58. library/Hex/Thumbnails/Listener/LoadClass.php
  59. library/Hex/Listener/LoadClass.php
  60. library/Hex/Listener/LoadClass/20150518.php
  61. library/mkdgStyleEdit/ControllerPublic/Forum.php
  62. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Forum.php
  63. library/Hex/Thumbnails/Extend/XenForo/ControllerPublic/Forum.php
  64. library/WidgetFramework/XenForo/ControllerPublic/Forum.php
  65. library/sonnb/XenGallery/XenForo/ControllerPublic/Forum.php
  66. library/XenForo/Input.php
  67. library/XenForo/Session.php
  68. library/XenForo/Helper/Ip.php
  69. library/XenForo/Visitor.php
  70. library/XenForo/Model/User.php
  71. library/Waindigo/Friends/Listener/LoadClass.php
  72. library/Waindigo/Friends/Extend/XenForo/Model/User.php
  73. library/WidgetFramework/XenForo/Model/User.php
  74. library/sonnb/XenGallery/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/XenForo/Model/Thread.php
  80. library/MKDGCustomFieldSearch/Listener/LoadClass.php
  81. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  82. library/MKDGCustomFieldSearch/Model/Thread.php
  83. library/WidgetFramework/XenForo/Model/Thread.php
  84. library/XenForo/Model/Forum.php
  85. library/XenForo/Helper/String.php
  86. library/XenForo/Model/Node.php
  87. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  88. library/XenForo/NodeHandler/Forum.php
  89. library/XenForo/NodeHandler/Abstract.php
  90. library/XenForo/NodeHandler/Category.php
  91. library/XenForo/Model/Category.php
  92. library/XenForo/Model/Session.php
  93. library/XenForo/ControllerResponse/View.php
  94. library/XenForo/ControllerResponse/Abstract.php
  95. library/Hex/Thumbnails/Model/Thumbnails.php
  96. library/XenForo/Helper/Cookie.php
  97. library/XenForo/ViewRenderer/HtmlPublic.php
  98. library/XenForo/ViewRenderer/Abstract.php
  99. library/XenForo/Template/Public.php
  100. library/XenForo/Template/Abstract.php
  101. library/WidgetFramework/Core.php
  102. library/XenForo/Model/Moderator.php
  103. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  104. library/WidgetFramework/Model/Widget.php
  105. library/WidgetFramework/Helper/Sort.php
  106. library/WidgetFramework/WidgetRenderer.php
  107. library/XenForo/ViewPublic/Forum/List.php
  108. library/XenForo/ViewPublic/Base.php
  109. library/XenForo/View.php
  110. library/WidgetFramework/XenForo/View1.php
  111. library/XenForo/ViewPublic/Helper/Node.php
  112. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  113. library/Waindigo/Listener/TemplateCreate.php
  114. library/Waindigo/Listener/TemplateCreate/20130522.php
  115. library/Hex/Thumbnails/Listener/TemplateCreate.php
  116. library/Hex/Listener/TemplateCreate.php
  117. library/Hex/Listener/TemplateCreate/20150106.php
  118. library/WidgetFramework/WidgetRenderer/Empty.php
  119. library/WidgetFramework/WidgetRenderer/Threads.php
  120. library/Hex/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  121. library/WidgetFramework/Model/Cache.php
  122. library/WidgetFramework/WidgetRenderer/Poll.php
  123. library/WidgetFramework/WidgetRenderer/Stats.php
  124. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  125. library/XenForo/Route/Prefix/Members.php
  126. library/MKDGCustomFieldSearch/Tabs/MainTab.php
  127. library/mkdgXenforoConversations/Tabs/MainTab.php
  128. library/mkdgPages/Tabs/MainTab.php
  129. library/mkdgCatalog/Tabs/MainTab.php
  130. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  131. library/WidgetFramework/WidgetRenderer/Html.php
  132. library/WidgetFramework/WidgetRenderer/TemplateWithoutWrapper.php
  133. library/WidgetFramework/WidgetRenderer/Template.php
  134. library/WidgetFramework/Template/Extended.php
  135. library/XenForo/Route/Prefix/Categories.php
  136. library/mkdgPages/Listener/HelpTabs.php
  137. library/mkdgStyleEdit/Listener/TemplateHook.php
  138. library/Waindigo/CustomFields/Listener/TemplateHook.php
  139. library/Waindigo/Listener/TemplateHook.php
  140. library/Waindigo/Listener/TemplateHook/20150106.php
  141. library/Waindigo/Listener/Template.php
  142. library/Waindigo/Listener/Template/20150106.php
  143. library/Hex/Thumbnails/Listener/TemplateHook.php
  144. library/Hex/Listener/TemplateHook.php
  145. library/Hex/Listener/TemplateHook/20150106.php
  146. library/Hex/Listener/Template.php
  147. library/Hex/Listener/Template/20150106.php
  148. library/MKDGCustomFieldSearch/Listener/ThreadCreateHook.php
  149. library/MKDGCustomFieldSearch/Listener/MkdgHook.php
  150. library/XenForo/ControllerPublic/Post.php
  151. library/mkdgXenforoConversations/Listener/Template.php
  152. library/Waindigo/Friends/Listener/TemplateHook.php
  153. library/XenForo/Route/Prefix/Posts.php
  154. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  155. library/Waindigo/Listener/TemplatePostRender.php
  156. library/Waindigo/Listener/TemplatePostRender/20150106.php
  157. library/Hex/Thumbnails/Listener/TemplatePostRender.php
  158. library/Hex/Listener/TemplatePostRender.php
  159. library/Hex/Listener/TemplatePostRender/20150106.php
  160. library/Waindigo/Friends/Listener/TemplatePostRender.php
  161. library/WidgetFramework/Helper/String.php
  162. library/XenForo/Model/Attachment.php
  163. library/Hex/Thumbnails/Extend/XenForo/Model/Attachment.php
  164. library/XenForo/Model/Post.php
  165. library/XenForo/Model/Poll.php
  166. library/WidgetFramework/NodeHandler/WidgetPage.php
  167. library/WidgetFramework/Model/WidgetPage.php
  168. library/XenForo/Model/PermissionCache.php
  169. library/XenForo/Route/Prefix/Threads.php
  170. library/XenForo/Debug.php
  171. library/mkdgCatalog/Listener/Template.php
  172. library/XenForo/ViewRenderer/Json.php