Page Time: 0.1414s

Memory: 9.6425 MB (Peak: 11.1525 MB)

Queries (33, time: 0.0097s, 6.9%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000576
    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.000241
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched
    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: 37
    Run Time: 0.000510
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE ((thread.node_id = 37) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')))
    Run Time: 0.000480
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const140Using where; Using index
  5. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id = 37) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')))
    ORDER BY thread.last_post_date DESC
     LIMIT 30
    Run Time: 0.001301
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const140Using where
    SIMPLEusereq_refPRIMARYPRIMARY4mersedesclub_xf.thread.user_id1 
  6. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id = 37) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible')))
    ORDER BY thread.last_post_date DESC
    Run Time: 0.001094
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const5Using where
    SIMPLEusereq_refPRIMARYPRIMARY4mersedesclub_xf.thread.user_id1 
  7. SELECT *
    FROM xf_node
    WHERE lft > ? AND rgt < ?
    	 AND display_in_list = 1
    ORDER BY lft ASC
    Params: 128, 141
    Run Time: 0.000295
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderefdisplay_in_list,lftdisplay_in_list1const57Using where
  8. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000286
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const242Using where
  9. 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 (102, 136, 137, 138, 139, 140)
    Run Time: 0.000380
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 6Using where; Using index
    SIMPLEforumeq_refPRIMARYPRIMARY4mersedesclub_xf.node.node_id1 
  10.             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(37))
                ORDER BY field.materialized_order
    Run Time: 0.000333
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const1Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY194mersedesclub_xf.ff.field_id1 
  11.             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(37))
                ORDER BY field.materialized_order
    Run Time: 0.000206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const1Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY194mersedesclub_xf.ff.field_id1 
  12. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: af7323c42e5abe514c8e5cdc43ccb2d4, a:6:{s:12:"sessionStart";i:1711635003;s:2:"ip";b:0;s:11:"sessionCsrf";s:16:"v2_EnjOySlZEvFRW";s:9:"userAgent";s:9:"claudebot";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1711638603
    Run Time: 0.000152
  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_Forum, Forum, valid, node_id=37, 1711635003,
    Run Time: 0.000108
  14. SELECT node.*
    	
    FROM xf_node AS node
    
    WHERE node.node_id = ?
    Params: 17
    Run Time: 0.000159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'node_forum_level_n', 'node_forum_level_2', 'wf_widget_wrapper', 'wf_widget_threads', 'mkdg_wf_widget_section_statistic_moderators', 'mkdg_wf_widget_section_rules', 'waindigo_thread_list_item_socialgroups', 'thread_list_item', 'hex_forum_list_thumbnail_thumbnails', 'hex_thread_list_avatar_replace_thumbnails', 'hex_thread_list_thumbnail_thumbnails', 'hex_thread_list_avatar_last_post_avatar', 'forum_view', '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.000246
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 20Using where
  16. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('catalog')
    Params: 2
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('waindigo_thread_list_item_customfields')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 2
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  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 ('67')) AND (thread.discussion_state IN ('visible')))
    ORDER BY thread.post_date DESC
     LIMIT 8
    Run Time: 0.000241
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 24Using where
    SIMPLEusereq_refPRIMARYPRIMARY4mersedesclub_xf.thread.user_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.000171
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const242Using 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 (67, 67, 67, 67, 67, 67, 67, 67)
    Run Time: 0.000326
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4mersedesclub_xf.forum.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 (146652, 146651, 146650, 146647)
                    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.000160
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 4Using where; Using temporary
    SIMPLEdataeq_refPRIMARYPRIMARY4mersedesclub_xf.attachment.data_id1Using where
  22. SELECT
    	post.*
    	
    FROM xf_post AS post
    WHERE post.post_id IN (146652, 146651, 146650, 146647)
    Run Time: 0.000158
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangePRIMARYPRIMARY4 4Using 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: 67
    Run Time: 0.000301
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  24. 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 (146652, 146651, 146650, 146647)
                    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.000152
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangecontent_type_id_datecontent_type_id_date31 4Using where; Using temporary
    SIMPLEdataeq_refPRIMARYPRIMARY4mersedesclub_xf.attachment.data_id1Using where
  25. 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 ('11', '67', '68', '45', '64', '109', '110', '92', '35', '93', '111', '112', '113', '114', '115', '116', '117', '39', '94', '118', '119', '120', '74', '121', '122', '123', '124', '125', '128', '129', '130', '38', '50', '97', '131', '132', '133', '98', '43', '99', '42', '134', '135', '37', '136', '137', '138', '139', '140', '44', '41', '103', '143', '40', '104', '144', '145', '84', '105', '146', '147', '86', '148', '149', '108', '23', '60', '62', '65', '46', '21', '58', '172', '173', '174', '18', '19', '47', '89', '4', '5', '6', '48')) AND (thread.prefix_id IN ('149')) AND (thread.discussion_state IN ('visible')))
    ORDER BY thread.post_date DESC
     LIMIT 6
    Run Time: 0.000213
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 6Using where
    SIMPLEusereq_refPRIMARYPRIMARY4mersedesclub_xf.thread.user_id1 
  26. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_forum_view')
    Run Time: 0.000092
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  27. SELECT node.*
    	
    FROM xf_node AS node
    
    WHERE node.node_id = ?
    Params: 37
    Run Time: 0.000156
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  28. SELECT *
    FROM xf_node
    WHERE lft > ? AND rgt < ?
    	 AND display_in_list = 1
    ORDER BY lft ASC
    Params: 128, 141
    Run Time: 0.000154
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderefdisplay_in_list,lftdisplay_in_list1const57Using where
  29. 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 (102, 136, 137, 138, 139, 140)
    Run Time: 0.000235
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 6Using where; Using index
    SIMPLEforumeq_refPRIMARYPRIMARY4mersedesclub_xf.node.node_id1 
  30. SELECT
    	COUNT(*) AS discussion_count,
    	COUNT(*) + SUM(reply_count) AS message_count
    FROM xf_thread
    WHERE node_id = ?
    	AND discussion_state = 'visible'
    	AND discussion_type <> 'redirect'
    Params: 37
    Run Time: 0.000444
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const161Using where
  31. SELECT moderator_content.*, user.username
    	
    FROM xf_moderator_content AS moderator_content
    INNER JOIN xf_user AS user ON (user.user_id = moderator_content.user_id)
    
    WHERE (moderator_content.content_type = 'node') AND (moderator_content.content_id = 37)
    ORDER BY user.username
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEmoderator_contentrefcontent_user_id,user_idcontent_user_id31const,const1Using where; Using temporary; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4mersedesclub_xf.moderator_content.user_id1 
  32. 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.000133
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  33. 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.000132
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (178, XenForo Classes: 66)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Db.php
  19. library/Zend/Db/Adapter/Mysqli.php
  20. library/Zend/Db/Adapter/Abstract.php
  21. library/Zend/Db/Select.php
  22. library/Zend/Db/Expr.php
  23. library/Zend/Db/Profiler.php
  24. library/Zend/Db/Statement/Mysqli.php
  25. library/Zend/Db/Statement.php
  26. library/Zend/Db/Statement/Interface.php
  27. library/Zend/Db/Profiler/Query.php
  28. library/XenForo/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/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/ControllerResponse/Reroute.php
  80. library/XenForo/ControllerResponse/Abstract.php
  81. library/XenForo/ControllerHelper/ForumThreadPost.php
  82. library/XenForo/ControllerHelper/Abstract.php
  83. library/XenForo/Model/Forum.php
  84. library/XenForo/Model/Thread.php
  85. library/MKDGCustomFieldSearch/Listener/LoadClass.php
  86. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  87. library/MKDGCustomFieldSearch/Model/Thread.php
  88. library/WidgetFramework/XenForo/Model/Thread.php
  89. library/XenForo/Helper/String.php
  90. library/XenForo/Helper/Discussion.php
  91. library/XenForo/Model/Node.php
  92. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  93. library/XenForo/NodeHandler/Forum.php
  94. library/XenForo/NodeHandler/Abstract.php
  95. library/XenForo/Route/Prefix/Categories.php
  96. library/XenForo/ControllerResponse/View.php
  97. library/Waindigo/CustomFields/Model/ThreadField.php
  98. library/Hex/Thumbnails/Model/Thumbnails.php
  99. library/XenForo/Helper/Cookie.php
  100. library/XenForo/ViewRenderer/HtmlPublic.php
  101. library/XenForo/ViewRenderer/Abstract.php
  102. library/XenForo/Template/Public.php
  103. library/XenForo/Template/Abstract.php
  104. library/WidgetFramework/Core.php
  105. library/XenForo/Model/Moderator.php
  106. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  107. library/WidgetFramework/Model/Widget.php
  108. library/WidgetFramework/Helper/Sort.php
  109. library/WidgetFramework/WidgetRenderer.php
  110. library/XenForo/ViewPublic/Forum/View.php
  111. library/XenForo/ViewPublic/Base.php
  112. library/XenForo/View.php
  113. library/mkdgStyleEdit/ViewPublic/Forum/View.php
  114. library/Waindigo/CustomFields/Extend/XenForo/ViewPublic/Forum/View.php
  115. library/WidgetFramework/XenForo/View1.php
  116. library/XenForo/ViewPublic/Helper/Node.php
  117. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  118. library/Waindigo/Listener/TemplateCreate.php
  119. library/Waindigo/Listener/TemplateCreate/20130522.php
  120. library/Hex/Thumbnails/Listener/TemplateCreate.php
  121. library/Hex/Listener/TemplateCreate.php
  122. library/Hex/Listener/TemplateCreate/20150106.php
  123. library/WidgetFramework/WidgetRenderer/Empty.php
  124. library/WidgetFramework/WidgetRenderer/Threads.php
  125. library/Hex/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  126. library/WidgetFramework/Model/Cache.php
  127. library/WidgetFramework/WidgetRenderer/Template.php
  128. library/XenForo/Route/Prefix/Members.php
  129. library/MKDGCustomFieldSearch/Tabs/MainTab.php
  130. library/mkdgXenforoConversations/Tabs/MainTab.php
  131. library/mkdgPages/Tabs/MainTab.php
  132. library/mkdgCatalog/Tabs/MainTab.php
  133. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  134. library/WidgetFramework/WidgetRenderer/Html.php
  135. library/WidgetFramework/WidgetRenderer/TemplateWithoutWrapper.php
  136. library/WidgetFramework/Template/Extended.php
  137. library/mkdgPages/Listener/HelpTabs.php
  138. library/mkdgStyleEdit/Listener/TemplateHook.php
  139. library/Waindigo/CustomFields/Listener/TemplateHook.php
  140. library/Waindigo/Listener/TemplateHook.php
  141. library/Waindigo/Listener/TemplateHook/20150106.php
  142. library/Waindigo/Listener/Template.php
  143. library/Waindigo/Listener/Template/20150106.php
  144. library/Hex/Thumbnails/Listener/TemplateHook.php
  145. library/Hex/Listener/TemplateHook.php
  146. library/Hex/Listener/TemplateHook/20150106.php
  147. library/Hex/Listener/Template.php
  148. library/Hex/Listener/Template/20150106.php
  149. library/MKDGCustomFieldSearch/Listener/ThreadCreateHook.php
  150. library/MKDGCustomFieldSearch/Listener/MkdgHook.php
  151. library/XenForo/ControllerPublic/Post.php
  152. library/mkdgXenforoConversations/Listener/Template.php
  153. library/Waindigo/Friends/Listener/TemplateHook.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/XenForo/Route/Prefix/Posts.php
  162. library/XenForo/Model/Avatar.php
  163. library/XenForo/Route/Prefix/Threads.php
  164. library/WidgetFramework/Helper/String.php
  165. library/XenForo/Model/Attachment.php
  166. library/Hex/Thumbnails/Extend/XenForo/Model/Attachment.php
  167. library/XenForo/Model/Post.php
  168. library/XenForo/DataWriter.php
  169. library/XenForo/DataWriter/Forum.php
  170. library/XenForo/DataWriter/Node.php
  171. library/XenForo/DataWriter/DiscussionContainerInterface.php
  172. library/Waindigo/CustomFields/Extend/XenForo/DataWriter/Forum.php
  173. library/Hex/Thumbnails/Extend/XenForo/DataWriter/Forum.php
  174. library/mkdgWidgets/ControllerPublic/Controller.php
  175. library/WidgetFramework/XenForo/View2.php
  176. library/XenForo/Debug.php
  177. library/mkdgCatalog/Listener/Template.php
  178. library/XenForo/ViewRenderer/Json.php