Page Time: 0.0735s

Memory: 11.6795 MB (Peak: 16.5582 MB)

Queries (16, time: 0.0125s, 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.002660
    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.000295
    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: 3
    Run Time: 0.000453
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE (thread.node_id = 3) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    Run Time: 0.000362
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const29Using 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 = 3) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 100
    Run Time: 0.000923
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const29Backward 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 = 3) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
    Run Time: 0.000343
    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 *
    FROM xf_node
    WHERE lft > ? AND rgt < ?
    	 AND display_in_list = 1
    ORDER BY lft ASC
    Params: 8, 17
    Run Time: 0.000331
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_noderangedisplay_in_list,lftdisplay_in_list5 8Using index condition; Using 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.000204
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const13Using 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 (5, 6, 8, 9)
    Run Time: 0.000264
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 4Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4addonslab_xf1.forum.node_id1Using index
  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.attachment_id IN('', '', '', '', '', 4, 1, 2, 6, '', 8, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '')
    Run Time: 0.000355
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrangePRIMARYPRIMARY4 6Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4addonslab_xf1.attachment.data_id1 
  11. 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.000412
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEroute_prefixrefPRIMARYPRIMARY1const77 
    SIMPLEaddoneq_refPRIMARYPRIMARY27addonslab_xf1.route_prefix.addon_id1Using where
  12. SELECT prefix.*
    	,
    		fp.*
    FROM xf_thread_prefix AS prefix
    	
    		INNER JOIN xf_forum_prefix AS fp ON
    			(fp.prefix_id = prefix.prefix_id)
    WHERE (fp.node_id = 3)
    ORDER BY prefix.materialized_order
    Run Time: 0.000282
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEfprefPRIMARY,prefix_idPRIMARY4const2Using index; Using temporary; Using filesort
    SIMPLEprefixeq_refPRIMARYPRIMARY4addonslab_xf1.fp.prefix_id1 
  13. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: d088420ee34f1e9f2c45bba2cc72453b, , 1711726731
    Run Time: 0.002510
  14. 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=3, 1711723131,
    Run Time: 0.002356
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'node_forum_level_2', 'node_forum_level_n', 'forum_view', 'notice_cookies', 'alwn_tab_links', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000459
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 7Using where
  16. 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.000248
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 7Using where

Included Files (233, XenForo Classes: 64)

  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/NodeHandler/Forum.php
  144. library/XenForo/NodeHandler/Abstract.php
  145. library/XenForo/Route/Prefix/Categories.php
  146. library/XenForo/ControllerResponse/View.php
  147. library/AddonsLab/ThreadThumbnail/App.php
  148. library/AddonsLab/ThreadThumbnail/Service/ThreadPreparer.php
  149. library/AddonsLab/ThreadThumbnail/Service/AttachmentCacheProvider.php
  150. library/XenForo/Model/Attachment.php
  151. library/XenForo/Route/Prefix/Attachments.php
  152. library/AddonsLab/ThreadThumbnail/Service/PermissionProvider.php
  153. library/AddonsLab/QuickThread/Model/ThreadPrompt.php
  154. library/AddonsLab/QuickThread/Abstract/Model/ThreadPrompt.php
  155. library/XenForo/Model/RoutePrefix.php
  156. library/AddonsLab/QuickThread/Route/PrefixAdmin/ThreadPrompts.php
  157. library/AddonsLab/QuickThread/Abstract/Route/PrefixAdmin/ThreadPrompts.php
  158. library/XenForo/Helper/Criteria.php
  159. library/XenForo/Model/ThreadPrefix.php
  160. library/XenForo/ViewRenderer/HtmlPublic.php
  161. library/XenForo/ViewRenderer/Abstract.php
  162. library/XenForo/Template/Public.php
  163. library/XenForo/Template/Abstract.php
  164. library/AddonsLab/Tools/Listener/FrontControllerPreView.php
  165. library/AddonsLab/Tools/Abstract/Listener/FrontControllerPreView.php
  166. library/AddonsLab/LinkChecker/Listener/FrontControllerPreView.php
  167. library/AddonsLab/LinkChecker/Abstract/Listener/FrontControllerPreView.php
  168. library/AddonsLab/GuestPosting/Listener/FrontControllerPreView.php
  169. library/AddonsLab/GuestPosting/Abstract/Listener/FrontControllerPreView.php
  170. library/XenForo/ViewPublic/Forum/View.php
  171. library/XenForo/ViewPublic/Base.php
  172. library/XenForo/View.php
  173. library/XenForo/ViewPublic/Helper/Node.php
  174. library/AddonsLab/QuickThread/Listener/TemplateCreate.php
  175. library/AddonsLab/QuickThread/Abstract/Listener/TemplateCreate.php
  176. library/AddonsLab/QuickThread/ThreadPromptProvider.php
  177. library/AddonsLab/OriginalPosterHighlight/Listener/TemplateCreate.php
  178. library/AddonsLab/OriginalPosterHighlight/Abstract/Listener/TemplateCreate.php
  179. library/XenForo/Route/Prefix/Members.php
  180. library/AddonsLab/WhatIsNew/Listener/NavigationTabs.php
  181. library/AddonsLab/WhatIsNew/Abstract/Listener/NavigationTabs.php
  182. library/AddonsLab/WhatIsNew/App.php
  183. library/XenForo/ControllerPublic/FindNew.php
  184. library/AddonsLab/WhatIsNew/Listener/LoadClassController.php
  185. library/AddonsLab/WhatIsNew/Abstract/Listener/LoadClassController.php
  186. library/AddonsLab/WhatIsNew/Extend/XenForo/ControllerPublic/FindNew.php
  187. library/AddonsLab/WhatIsNew/Abstract/Extend/XenForo/ControllerPublic/FindNew.php
  188. library/AddonsLab/Core/Xf1/PhraseProvider.php
  189. library/AddonsLab/Core/PhraseProviderInterface.php
  190. library/AddonsLab/Website/Listener/TemplateCreate.php
  191. library/AddonsLab/Website/Abstract/Listener/TemplateCreate.php
  192. library/XenForo/Route/Prefix/Posts.php
  193. library/XenForo/Model/Avatar.php
  194. library/XenForo/Route/Prefix/Threads.php
  195. library/XenForo/Debug.php
  196. library/AddonsLab/Website/Route/PrefixPublic/Home.php
  197. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Home.php
  198. library/AddonsLab/Website/Route/PrefixPublic/Services.php
  199. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Services.php
  200. library/AddonsLab/Website/Route/PrefixPublic/Portfolio.php
  201. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Portfolio.php
  202. library/AddonsLab/Website/Route/PrefixPublic/Pricing.php
  203. library/AddonsLab/Website/Abstract/Route/PrefixPublic/Pricing.php
  204. library/AddonsLab/PerspectiveApi/Listener/TemplateHook.php
  205. library/AddonsLab/PerspectiveApi/Abstract/Listener/TemplateHook.php
  206. library/AddonsLab/PerspectiveApi/Licensing/Engine/Xf1.php
  207. library/AddonsLab/Licensing/Engine/Xf1.php
  208. library/AddonsLab/Licensing/Engine/AbstractEngine.php
  209. library/AddonsLab/Licensing/Engine/AbstractEngineInterface.php
  210. library/AddonsLab/Licensing/Checker.php
  211. library/AddonsLab/Licensing/StorageDriver/File.php
  212. library/AddonsLab/Licensing/StorageDriver/AbstractStorageDriver.php
  213. library/XenForo/Helper/File.php
  214. library/AddonsLab/Licensing/StorageDriver/Database.php
  215. library/AddonsLab/Licensing/LicenseData.php
  216. library/AddonsLab/Licensing/Encoder.php
  217. library/AddonsLab/WhatIsNew/Listener/TemplateHook.php
  218. library/AddonsLab/WhatIsNew/Abstract/Listener/TemplateHook.php
  219. library/AddonsLab/Licensing/LicenseValidationService.php
  220. library/AddonsLab/WhatIsNew/Licensing/Engine/Xf1.php
  221. library/AddonsLab/LinkChecker/Listener/TemplateHook.php
  222. library/AddonsLab/LinkChecker/Abstract/Listener/TemplateHook.php
  223. library/AddonsLab/LinkChecker/Licensing/Engine/Xf1.php
  224. library/AddonsLab/GuestPosting/Listener/TemplateHook.php
  225. library/AddonsLab/GuestPosting/Abstract/Listener/TemplateHook.php
  226. library/AddonsLab/GuestPosting/Licensing/Engine/Xf1.php
  227. library/AddonsLab/ThreadThumbnail/Listener/TemplateHook.php
  228. library/AddonsLab/ThreadThumbnail/Abstract/Listener/TemplateHook.php
  229. library/AddonsLab/ThreadThumbnail/Licensing/Engine/Xf1.php
  230. library/AddonsLab/QuickThread/Listener/TemplateHook.php
  231. library/AddonsLab/QuickThread/Abstract/Listener/TemplateHook.php
  232. library/AddonsLab/QuickThread/Licensing/Engine/Xf1.php
  233. library/XenForo/ViewRenderer/Json.php