Page Time: 0.0666s

Memory: 11.1762 MB (Peak: 16.5574 MB)

Queries (12, time: 0.0115s, 17.3%)

  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.002989
    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.000296
    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: 6
    Run Time: 0.000412
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 6) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.000337
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const7Using 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
                ,thread_thumbnail.attachment_id as altt_attachment_id      
                ,thread_thumbnail.image_url as altt_image_url        
                ,thread_thumbnail.is_auto_thumbnail as altt_is_auto_thumbnail       
                
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
                LEFT JOIN algp_guest_content AS guest_content ON
                (guest_content.content_id = thread.thread_id AND guest_content.content_type='thread')            
                
                LEFT JOIN altt_thread_thumbnail AS thread_thumbnail ON
                (thread_thumbnail.thread_id = thread.thread_id)            
                
    WHERE (thread.node_id = 6) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 100
    Run Time: 0.000538
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const7Using where; Backward index scan
    SIMPLEusereq_refPRIMARYPRIMARY4addonslab_xf1.thread.user_id1 
    SIMPLEguest_contenteq_refcontent_id_typecontent_id_type31addonslab_xf1.thread.thread_id,const1Using where; Using index
    SIMPLEthread_thumbnaileq_refPRIMARYPRIMARY4addonslab_xf1.thread.thread_id1Using where
  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
                ,thread_thumbnail.attachment_id as altt_attachment_id      
                ,thread_thumbnail.image_url as altt_image_url        
                ,thread_thumbnail.is_auto_thumbnail as altt_is_auto_thumbnail       
                
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
                LEFT JOIN algp_guest_content AS guest_content ON
                (guest_content.content_id = thread.thread_id AND guest_content.content_type='thread')            
                
                LEFT JOIN altt_thread_thumbnail AS thread_thumbnail ON
                (thread_thumbnail.thread_id = thread.thread_id)            
                
    WHERE (thread.node_id = 6) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
    Run Time: 0.000329
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const1Backward index scan
    SIMPLEusereq_refPRIMARYPRIMARY4addonslab_xf1.thread.user_id1 
    SIMPLEguest_contenteq_refcontent_id_typecontent_id_type31addonslab_xf1.thread.thread_id,const1Using where; Using index
    SIMPLEthread_thumbnaileq_refPRIMARYPRIMARY4addonslab_xf1.thread.thread_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.attachment_id IN('', '', '', '', '', '', '')
    Run Time: 0.000488
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangePRIMARYPRIMARY4 1Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4addonslab_xf1.attachment.data_id1 
  8. SELECT route_prefix.*
    , addon.active
    FROM xf_route_prefix AS route_prefix
    LEFT JOIN xf_addon AS addon ON (addon.addon_id = route_prefix.addon_id)
    WHERE route_prefix.route_type = ?
    AND (addon.active IS NULL OR addon.active = 1)
    ORDER BY route_prefix.original_prefix
    Params: admin
    Run Time: 0.000424
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEroute_prefixrefPRIMARYPRIMARY1const77 
    SIMPLEaddoneq_refPRIMARYPRIMARY27addonslab_xf1.route_prefix.addon_id1Using where
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: fdab9adfb7dd37b55f0d6662dedeb9d3, , 1711641004
    Run Time: 0.002727
  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, Forum, valid, node_id=6, 1711637404,
    Run Time: 0.002210
  11. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'forum_view', 'notice_cookies', 'alwn_tab_links', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000463
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 5Using where
  12. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('alqt_thread_prompt_title_1', 'alqt_thread_prompt_title_2', 'alqt_thread_prompt_title_3', 'alqt_thread_prompt_title_4', 'alqt_thread_prompt_title_5', 'alwn_overview', 'alwn_whats_new')
    Params: 1
    Run Time: 0.000319
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 7Using where

Included Files (228, XenForo Classes: 59)

  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/AddonsLab/CopyThread/Listener/InitDependencies.php
  33. library/AddonsLab/CopyThread/Abstract/Listener/InitDependencies.php
  34. library/AddonsLab/LinkChecker/Listener/InitDependencies.php
  35. library/AddonsLab/LinkChecker/Abstract/Listener/InitDependencies.php
  36. library/AddonsLab/GuestPosting/Listener/InitDependencies.php
  37. library/AddonsLab/GuestPosting/Abstract/Listener/InitDependencies.php
  38. library/AddonsLab/GuestPosting/App.php
  39. library/AddonsLab/GuestPosting/Library/GuestPostingLibrary.php
  40. library/AddonsLab/Core/App.php
  41. library/AddonsLab/Core/Xf1/AppTrait.php
  42. library/AddonsLab/Core/Container.php
  43. library/AddonsLab/Core/Xf1/RegistryProvider.php
  44. library/AddonsLab/Core/RegistryProviderInterface.php
  45. library/AddonsLab/GuestPosting/Library/Flags.php
  46. library/XenForo/Router.php
  47. library/XenForo/Route/Filter.php
  48. library/XenForo/Route/Interface.php
  49. library/XenForo/Route/ResponseSuffix.php
  50. library/XenForo/Route/Prefix.php
  51. library/XenForo/Route/Prefix/Forums.php
  52. library/XenForo/RouteMatch.php
  53. library/AddonsLab/Tools/Listener/FrontControllerPreDispatch.php
  54. library/AddonsLab/Tools/Abstract/Listener/FrontControllerPreDispatch.php
  55. library/XenForo/ControllerPublic/Forum.php
  56. library/XenForo/ControllerPublic/Abstract.php
  57. library/XenForo/Controller.php
  58. library/Andy/SimilarThreads/Listener.php
  59. library/AddonsLab/PostLimitPerNode/Listener/LoadClassController.php
  60. library/AddonsLab/PostLimitPerNode/Abstract/Listener/LoadClassController.php
  61. library/AddonsLab/GuestPosting/Listener/LoadClassController.php
  62. library/AddonsLab/GuestPosting/Abstract/Listener/LoadClassController.php
  63. library/AddonsLab/ThreadThumbnail/Listener/LoadClassController.php
  64. library/AddonsLab/ThreadThumbnail/Abstract/Listener/LoadClassController.php
  65. library/AddonsLab/QuickThread/Listener/LoadClassController.php
  66. library/AddonsLab/QuickThread/Abstract/Listener/LoadClassController.php
  67. library/Andy/SimilarThreads/ControllerPublic/Forum.php
  68. library/AddonsLab/PostLimitPerNode/Extend/XenForo/ControllerPublic/Forum.php
  69. library/AddonsLab/PostLimitPerNode/Abstract/Extend/XenForo/ControllerPublic/Forum.php
  70. library/AddonsLab/GuestPosting/Extend/XenForo/ControllerPublic/Forum.php
  71. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/ControllerPublic/Forum.php
  72. library/AddonsLab/ThreadThumbnail/Extend/XenForo/ControllerPublic/Forum.php
  73. library/AddonsLab/ThreadThumbnail/Abstract/Extend/XenForo/ControllerPublic/Forum.php
  74. library/AddonsLab/QuickThread/Extend/XenForo/ControllerPublic/Forum.php
  75. library/AddonsLab/QuickThread/Abstract/Extend/XenForo/ControllerPublic/Forum.php
  76. library/XenForo/Input.php
  77. library/XenForo/Session.php
  78. library/XenForo/Helper/Ip.php
  79. library/XenForo/Visitor.php
  80. library/XenForo/Model/User.php
  81. library/AddonsLab/PerspectiveApi/Listener/LoadClassModel.php
  82. library/AddonsLab/PerspectiveApi/Abstract/Listener/LoadClassModel.php
  83. library/AddonsLab/GuestPosting/Listener/LoadClassModel.php
  84. library/AddonsLab/GuestPosting/Abstract/Listener/LoadClassModel.php
  85. library/AddonsLab/PerspectiveApi/Extend/XenForo/Model/User.php
  86. library/AddonsLab/PerspectiveApi/Abstract/Extend/XenForo/Model/User.php
  87. library/AddonsLab/GuestPosting/Extend/XenForo/Model/User.php
  88. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/Model/User.php
  89. library/XenForo/Permission.php
  90. library/XenForo/Helper/Php.php
  91. library/XenForo/Phrase.php
  92. library/XenForo/Locale.php
  93. library/AddonsLab/GuestPosting/Listener/VisitorSetup.php
  94. library/AddonsLab/GuestPosting/Abstract/Listener/VisitorSetup.php
  95. library/AddonsLab/GuestPosting/Library/GuestSession.php
  96. library/AddonsLab/Core/Xf1/SessionProvider.php
  97. library/AddonsLab/Core/SessionProviderInterface.php
  98. library/AddonsLab/Core/Xf1/CookieProvider.php
  99. library/AddonsLab/Core/CookieProviderInterface.php
  100. library/XenForo/Helper/Cookie.php
  101. library/AddonsLab/Tools/Listener/ControllerPreDispatch.php
  102. library/AddonsLab/Tools/Abstract/Listener/ControllerPreDispatch.php
  103. library/XenForo/ControllerResponse/Reroute.php
  104. library/XenForo/ControllerResponse/Abstract.php
  105. library/AddonsLab/Website/Listener/ControllerPostDispatch.php
  106. library/AddonsLab/Website/Abstract/Listener/ControllerPostDispatch.php
  107. library/XenForo/ControllerHelper/ForumThreadPost.php
  108. library/XenForo/ControllerHelper/Abstract.php
  109. library/AddonsLab/GuestPosting/Listener/LoadClass.php
  110. library/AddonsLab/GuestPosting/Abstract/Listener/LoadClass.php
  111. library/AddonsLab/GuestPosting/Extend/XenForo/ControllerHelper/ForumThreadPost.php
  112. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/ControllerHelper/ForumThreadPost.php
  113. library/XenForo/Model/Forum.php
  114. library/AddonsLab/PostLimitPerNode/Listener/LoadClassModel.php
  115. library/AddonsLab/PostLimitPerNode/Abstract/Listener/LoadClassModel.php
  116. library/AddonsLab/PostLimitPerNode/Extend/XenForo/Model/Forum.php
  117. library/AddonsLab/PostLimitPerNode/Abstract/Extend/XenForo/Model/Forum.php
  118. library/AddonsLab/GuestPosting/Extend/XenForo/Model/Forum.php
  119. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/Model/Forum.php
  120. library/AddonsLab/GuestPosting/Library/Service/ProductOptionProvider.php
  121. library/AddonsLab/Core/Service/OptionBuilder.php
  122. library/AddonsLab/Core/Xf1/OptionProvider.php
  123. library/AddonsLab/Core/OptionProviderInterface.php
  124. library/XenForo/Model/Thread.php
  125. library/AddonsLab/AddPollOption/Listener/LoadClassModel.php
  126. library/AddonsLab/AddPollOption/Abstract/Listener/LoadClassModel.php
  127. library/AddonsLab/CopyThread/Listener/LoadClassModel.php
  128. library/AddonsLab/CopyThread/Abstract/Listener/LoadClassModel.php
  129. library/AddonsLab/ThreadThumbnail/Listener/LoadClassModel.php
  130. library/AddonsLab/ThreadThumbnail/Abstract/Listener/LoadClassModel.php
  131. library/AddonsLab/AddPollOption/Extend/XenForo/Model/Thread.php
  132. library/AddonsLab/AddPollOption/Abstract/Extend/XenForo/Model/Thread.php
  133. library/AddonsLab/CopyThread/Extend/XenForo/Model/Thread.php
  134. library/AddonsLab/CopyThread/Abstract/Extend/XenForo/Model/Thread.php
  135. library/AddonsLab/PostLimitPerNode/Extend/XenForo/Model/Thread.php
  136. library/AddonsLab/PostLimitPerNode/Abstract/Extend/XenForo/Model/Thread.php
  137. library/AddonsLab/GuestPosting/Extend/XenForo/Model/Thread.php
  138. library/AddonsLab/GuestPosting/Abstract/Extend/XenForo/Model/Thread.php
  139. library/AddonsLab/ThreadThumbnail/Extend/XenForo/Model/Thread.php
  140. library/AddonsLab/ThreadThumbnail/Abstract/Extend/XenForo/Model/Thread.php
  141. library/XenForo/Helper/String.php
  142. library/XenForo/Model/Node.php
  143. library/XenForo/Route/Prefix/Categories.php
  144. library/XenForo/ControllerResponse/View.php
  145. library/AddonsLab/ThreadThumbnail/App.php
  146. library/AddonsLab/ThreadThumbnail/Service/ThreadPreparer.php
  147. library/AddonsLab/ThreadThumbnail/Service/AttachmentCacheProvider.php
  148. library/XenForo/Model/Attachment.php
  149. library/AddonsLab/ThreadThumbnail/Service/PermissionProvider.php
  150. library/AddonsLab/QuickThread/Model/ThreadPrompt.php
  151. library/AddonsLab/QuickThread/Abstract/Model/ThreadPrompt.php
  152. library/XenForo/Model/RoutePrefix.php
  153. library/AddonsLab/QuickThread/Route/PrefixAdmin/ThreadPrompts.php
  154. library/AddonsLab/QuickThread/Abstract/Route/PrefixAdmin/ThreadPrompts.php
  155. library/XenForo/Helper/Criteria.php
  156. library/XenForo/ViewRenderer/HtmlPublic.php
  157. library/XenForo/ViewRenderer/Abstract.php
  158. library/XenForo/Template/Public.php
  159. library/XenForo/Template/Abstract.php
  160. library/AddonsLab/Tools/Listener/FrontControllerPreView.php
  161. library/AddonsLab/Tools/Abstract/Listener/FrontControllerPreView.php
  162. library/AddonsLab/LinkChecker/Listener/FrontControllerPreView.php
  163. library/AddonsLab/LinkChecker/Abstract/Listener/FrontControllerPreView.php
  164. library/AddonsLab/GuestPosting/Listener/FrontControllerPreView.php
  165. library/AddonsLab/GuestPosting/Abstract/Listener/FrontControllerPreView.php
  166. library/XenForo/ViewPublic/Forum/View.php
  167. library/XenForo/ViewPublic/Base.php
  168. library/XenForo/View.php
  169. library/XenForo/ViewPublic/Helper/Node.php
  170. library/AddonsLab/QuickThread/Listener/TemplateCreate.php
  171. library/AddonsLab/QuickThread/Abstract/Listener/TemplateCreate.php
  172. library/AddonsLab/QuickThread/ThreadPromptProvider.php
  173. library/AddonsLab/OriginalPosterHighlight/Listener/TemplateCreate.php
  174. library/AddonsLab/OriginalPosterHighlight/Abstract/Listener/TemplateCreate.php
  175. library/XenForo/Route/Prefix/Members.php
  176. library/AddonsLab/WhatIsNew/Listener/NavigationTabs.php
  177. library/AddonsLab/WhatIsNew/Abstract/Listener/NavigationTabs.php
  178. library/AddonsLab/WhatIsNew/App.php
  179. library/XenForo/ControllerPublic/FindNew.php
  180. library/AddonsLab/WhatIsNew/Listener/LoadClassController.php
  181. library/AddonsLab/WhatIsNew/Abstract/Listener/LoadClassController.php
  182. library/AddonsLab/WhatIsNew/Extend/XenForo/ControllerPublic/FindNew.php
  183. library/AddonsLab/WhatIsNew/Abstract/Extend/XenForo/ControllerPublic/FindNew.php
  184. library/AddonsLab/Core/Xf1/PhraseProvider.php
  185. library/AddonsLab/Core/PhraseProviderInterface.php
  186. library/AddonsLab/Website/Listener/TemplateCreate.php
  187. library/AddonsLab/Website/Abstract/Listener/TemplateCreate.php
  188. library/XenForo/Model/Avatar.php
  189. library/XenForo/Route/Prefix/Threads.php
  190. library/XenForo/Debug.php
  191. library/AddonsLab/Website/Route/PrefixPublic/Home.php
  192. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Home.php
  193. library/AddonsLab/Website/Route/PrefixPublic/Services.php
  194. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Services.php
  195. library/AddonsLab/Website/Route/PrefixPublic/Portfolio.php
  196. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Portfolio.php
  197. library/AddonsLab/Website/Route/PrefixPublic/Pricing.php
  198. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Pricing.php
  199. library/AddonsLab/PerspectiveApi/Listener/TemplateHook.php
  200. library/AddonsLab/PerspectiveApi/Abstract/Listener/TemplateHook.php
  201. library/AddonsLab/PerspectiveApi/Licensing/Engine/Xf1.php
  202. library/AddonsLab/Licensing/Engine/Xf1.php
  203. library/AddonsLab/Licensing/Engine/AbstractEngine.php
  204. library/AddonsLab/Licensing/Engine/AbstractEngineInterface.php
  205. library/AddonsLab/Licensing/Checker.php
  206. library/AddonsLab/Licensing/StorageDriver/File.php
  207. library/AddonsLab/Licensing/StorageDriver/AbstractStorageDriver.php
  208. library/XenForo/Helper/File.php
  209. library/AddonsLab/Licensing/StorageDriver/Database.php
  210. library/AddonsLab/Licensing/LicenseData.php
  211. library/AddonsLab/Licensing/Encoder.php
  212. library/AddonsLab/WhatIsNew/Listener/TemplateHook.php
  213. library/AddonsLab/WhatIsNew/Abstract/Listener/TemplateHook.php
  214. library/AddonsLab/Licensing/LicenseValidationService.php
  215. library/AddonsLab/WhatIsNew/Licensing/Engine/Xf1.php
  216. library/AddonsLab/LinkChecker/Listener/TemplateHook.php
  217. library/AddonsLab/LinkChecker/Abstract/Listener/TemplateHook.php
  218. library/AddonsLab/LinkChecker/Licensing/Engine/Xf1.php
  219. library/AddonsLab/GuestPosting/Listener/TemplateHook.php
  220. library/AddonsLab/GuestPosting/Abstract/Listener/TemplateHook.php
  221. library/AddonsLab/GuestPosting/Licensing/Engine/Xf1.php
  222. library/AddonsLab/ThreadThumbnail/Listener/TemplateHook.php
  223. library/AddonsLab/ThreadThumbnail/Abstract/Listener/TemplateHook.php
  224. library/AddonsLab/ThreadThumbnail/Licensing/Engine/Xf1.php
  225. library/AddonsLab/QuickThread/Listener/TemplateHook.php
  226. library/AddonsLab/QuickThread/Abstract/Listener/TemplateHook.php
  227. library/AddonsLab/QuickThread/Licensing/Engine/Xf1.php
  228. library/XenForo/ViewRenderer/Json.php