Page Time: 0.0851s

Memory: 7.5496 MB (Peak: 8.4380 MB)

Queries (40, time: 0.0144s, 17.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.000485
    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.000222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT user.*
    	,
    	user_profile.*,
    	user_option.*,
    	user_privacy.*
    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.message_count > 0) AND (user.is_banned = 0)
    ORDER BY user.message_count DESC
     LIMIT 20
    Run Time: 0.000638
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangemessage_countmessage_count4 3468Using where
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4mersedesclub_xf.user.user_id1 
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4mersedesclub_xf.user.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4mersedesclub_xf.user.user_id1 
  4. SELECT user.*
    	,
    	user_profile.*,
    	user_option.*
    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)
    WHERE user_profile.dob_month = ?
    	AND user_profile.dob_day = ?
    	 AND user_option.show_dob_date = 1
    	AND ((user.last_activity > 1696157878) AND (user.user_state = 'valid') AND (user.is_banned = 0))
    ORDER BY user.username
     LIMIT 12
    Params: 3, 29
    Run Time: 0.002908
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_profilerefPRIMARY,dobdob2const,const6Using where; Using temporary; Using filesort
    SIMPLEusereq_refPRIMARY,user_state,last_activityPRIMARY4mersedesclub_xf.user_profile.user_id1Using where
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4mersedesclub_xf.user.user_id1Using where
  5. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE (user.last_activity > 1696157878) AND (user.user_state = 'valid') AND (user.is_banned = 0)
    ORDER BY user.register_date DESC
     LIMIT 12
    Run Time: 0.001011
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangeuser_state,last_activitylast_activity4 20Using where; Using filesort
  6. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 3004522dbeac588ed76fbfb39b9921ab, a:6:{s:12:"sessionStart";i:1711709878;s:2:"ip";b:0;s:11:"sessionCsrf";s:16:"vXo67lf5mxUBKDch";s:9:"userAgent";s:9:"claudebot";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;}, 1711713478
    Run Time: 0.000132
  7. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Member, Index, valid, , 1711709878,
    Run Time: 0.000217
  8. SELECT node.*
    	
    FROM xf_node AS node
    
    WHERE node.node_id = ?
    Params: 17
    Run Time: 0.000310
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
  9. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'wf_widget_users_find', 'wf_widget_wrapper', 'wf_widget_birthday', 'wf_widget_users', 'wf_widget_threads', 'member_notable', '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.000251
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 13Using where
  10. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('catalog')
    Params: 2
    Run Time: 0.000203
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  11. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000218
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  12. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000120
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  13. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000126
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  14. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000117
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  15. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000117
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  16. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000119
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  17. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  18. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  19. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000126
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  20. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 16
    Run Time: 0.000124
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  21. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  22. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 2
    Run Time: 0.000106
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  23. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 20
    Run Time: 0.000099
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  24. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000096
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  25. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000099
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  26. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 9
    Run Time: 0.000099
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  27. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000096
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  28. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  29. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000097
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  30. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 7
    Run Time: 0.000098
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  31. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_508cd80fe63361209d657', 'wfc__1_member_notable')
    Run Time: 0.000220
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  32. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_bf1ad5a2b9f0111ac0147')
    Run Time: 0.000292
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  33. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_bf1ad5a2b9f0111ac0147, a:1:{s:28:"member_notable_lock_10800_30";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1711709878;}}
    Run Time: 0.001183
  34. SELECT user.*
    	,
    	user_profile.*,
    	user_option.*
    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)
    WHERE ((user.user_state = 'valid') AND (user.is_banned = 0)) AND (((user_profile.dob_day = '29' AND user_profile.dob_month = '03'))) AND (user_option.show_dob_date = 1)
    ORDER BY user.username ASC
    Run Time: 0.001011
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_profilerefPRIMARY,dobdob2const,const6Using where; Using temporary; Using filesort
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4mersedesclub_xf.user_profile.user_id1Using where
    SIMPLEusereq_refPRIMARY,user_statePRIMARY4mersedesclub_xf.user_option.user_id1Using where
  35. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_508cd80fe63361209d657, a:1:{s:23:"member_notable_10800_30";a:2:{s:4:"html";s:573:"<h4 class="minorHeading"></h4> <ul class="followedOnline"> <li title="190e82, 42" class="Tooltip user-3473"> <a href="index.php?members/190e82.3473/" class="username" dir="auto" itemprop="name">190e82</a> </li> <li title="beard" class="Tooltip user-272"> <a href="index.php?members/beard.272/" class="username" dir="auto" itemprop="name">beard</a> </li> <li title="burlik, 47" class="Tooltip user-1199"> <a href="index.php?members/burlik.1199/" class="username" dir="auto" itemprop="name">burlik</a> </li> </ul>";s:4:"time";i:1711709878;}}
    Run Time: 0.000976
  36. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_bf1ad5a2b9f0111ac0147, a:1:{s:28:"member_notable_lock_10800_30";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711709878;}}
    Run Time: 0.000889
  37. 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.000441
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postpost_date4 6Using where
    SIMPLEusereq_refPRIMARYPRIMARY4mersedesclub_xf.thread.user_id1 
  38. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('birthday', 'staff_members')
    Params: 2
    Run Time: 0.000256
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  39. 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.000239
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  40. 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.000268
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (156, XenForo Classes: 50)

  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/Members.php
  50. library/XenForo/RouteMatch.php
  51. library/XenForo/ControllerPublic/Member.php
  52. library/XenForo/ControllerPublic/Abstract.php
  53. library/XenForo/Controller.php
  54. library/Waindigo/Friends/Listener/LoadClass.php
  55. library/Waindigo/Listener/LoadClass.php
  56. library/Waindigo/Listener/LoadClass/20150106.php
  57. library/Waindigo/Friends/Extend/XenForo/ControllerPublic/Member.php
  58. library/sonnb/XenGallery/XenForo/ControllerPublic/Member.php
  59. library/XenForo/Input.php
  60. library/XenForo/Session.php
  61. library/XenForo/Helper/Ip.php
  62. library/XenForo/Visitor.php
  63. library/XenForo/Model/User.php
  64. library/Waindigo/Friends/Extend/XenForo/Model/User.php
  65. library/WidgetFramework/XenForo/Model/User.php
  66. library/sonnb/XenGallery/XenForo/Model/User.php
  67. library/XenForo/Permission.php
  68. library/XenForo/Helper/Php.php
  69. library/XenForo/Phrase.php
  70. library/XenForo/Locale.php
  71. library/XenForo/ControllerResponse/View.php
  72. library/XenForo/ControllerResponse/Abstract.php
  73. library/XenForo/Helper/Cookie.php
  74. library/XenForo/ViewRenderer/HtmlPublic.php
  75. library/XenForo/ViewRenderer/Abstract.php
  76. library/XenForo/Template/Public.php
  77. library/XenForo/Template/Abstract.php
  78. library/WidgetFramework/Core.php
  79. library/XenForo/Model/Moderator.php
  80. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  81. library/WidgetFramework/Model/Widget.php
  82. library/WidgetFramework/Helper/Sort.php
  83. library/WidgetFramework/WidgetRenderer.php
  84. library/XenForo/ViewPublic/Base.php
  85. library/XenForo/View.php
  86. library/WidgetFramework/XenForo/View1.php
  87. library/WidgetFramework/WidgetRenderer/Empty.php
  88. library/WidgetFramework/WidgetRenderer/UsersFind.php
  89. library/WidgetFramework/WidgetRenderer/Birthday.php
  90. library/WidgetFramework/Model/Cache.php
  91. library/WidgetFramework/WidgetRenderer/UsersStaff.php
  92. library/WidgetFramework/WidgetRenderer/Threads.php
  93. library/Hex/Thumbnails/Listener/LoadClass.php
  94. library/Hex/Listener/LoadClass.php
  95. library/Hex/Listener/LoadClass/20150518.php
  96. library/Hex/Thumbnails/Extend/WidgetFramework/WidgetRenderer/Threads.php
  97. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  98. library/Waindigo/Listener/TemplateCreate.php
  99. library/Waindigo/Listener/TemplateCreate/20130522.php
  100. library/Hex/Thumbnails/Listener/TemplateCreate.php
  101. library/Hex/Listener/TemplateCreate.php
  102. library/Hex/Listener/TemplateCreate/20150106.php
  103. library/MKDGCustomFieldSearch/Tabs/MainTab.php
  104. library/XenForo/Model/Node.php
  105. library/Hex/Thumbnails/Extend/XenForo/Model/Node.php
  106. library/XenForo/Route/Prefix/Forums.php
  107. library/mkdgXenforoConversations/Tabs/MainTab.php
  108. library/mkdgPages/Tabs/MainTab.php
  109. library/mkdgCatalog/Tabs/MainTab.php
  110. library/WidgetFramework/WidgetRenderer/HtmlWithoutWrapper.php
  111. library/WidgetFramework/WidgetRenderer/Html.php
  112. library/WidgetFramework/WidgetRenderer/TemplateWithoutWrapper.php
  113. library/WidgetFramework/WidgetRenderer/Template.php
  114. library/WidgetFramework/Template/Extended.php
  115. library/XenForo/Helper/String.php
  116. library/HtmlCustomTitles/Template/Helper/Core.php
  117. library/HtmlCustomTitles/Model/Permission.php
  118. library/XenForo/Model/UserProfile.php
  119. library/WidgetFramework/Helper/String.php
  120. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  121. library/Waindigo/Listener/TemplatePostRender.php
  122. library/Waindigo/Listener/TemplatePostRender/20150106.php
  123. library/Waindigo/Listener/Template.php
  124. library/Waindigo/Listener/Template/20150106.php
  125. library/Hex/Thumbnails/Listener/TemplatePostRender.php
  126. library/Hex/Listener/TemplatePostRender.php
  127. library/Hex/Listener/TemplatePostRender/20150106.php
  128. library/Hex/Listener/Template.php
  129. library/Hex/Listener/Template/20150106.php
  130. library/Waindigo/Friends/Listener/TemplatePostRender.php
  131. library/XenForo/Model/Thread.php
  132. library/Waindigo/CustomFields/Listener/LoadClass.php
  133. library/MKDGCustomFieldSearch/Listener/LoadClass.php
  134. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  135. library/MKDGCustomFieldSearch/Model/Thread.php
  136. library/WidgetFramework/XenForo/Model/Thread.php
  137. library/Hex/Thumbnails/Model/Thumbnails.php
  138. library/XenForo/Model/Attachment.php
  139. library/Hex/Thumbnails/Extend/XenForo/Model/Attachment.php
  140. library/XenForo/Model/Post.php
  141. library/XenForo/Debug.php
  142. library/mkdgPages/Listener/HelpTabs.php
  143. library/mkdgStyleEdit/Listener/TemplateHook.php
  144. library/Waindigo/CustomFields/Listener/TemplateHook.php
  145. library/Waindigo/Listener/TemplateHook.php
  146. library/Waindigo/Listener/TemplateHook/20150106.php
  147. library/Hex/Thumbnails/Listener/TemplateHook.php
  148. library/Hex/Listener/TemplateHook.php
  149. library/Hex/Listener/TemplateHook/20150106.php
  150. library/MKDGCustomFieldSearch/Listener/ThreadCreateHook.php
  151. library/MKDGCustomFieldSearch/Listener/MkdgHook.php
  152. library/XenForo/ControllerPublic/Post.php
  153. library/mkdgXenforoConversations/Listener/Template.php
  154. library/Waindigo/Friends/Listener/TemplateHook.php
  155. library/mkdgCatalog/Listener/Template.php
  156. library/XenForo/ViewRenderer/Json.php