Page Time: 0.1918s

Memory: 9.8963 MB (Peak: 11.6729 MB)

Queries (31, time: 0.0092s, 4.8%)

  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.000565
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000073
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: brmsModernStatisticCache
    Run Time: 0.000083
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.001121
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  5. SELECT user.*, permission_combination.cache_value AS global_permission_cache
    FROM xf_moderator AS moderator
    INNER JOIN xf_user AS user ON (user.user_id = moderator.user_id)
    LEFT JOIN xf_permission_combination AS permission_combination ON (permission_combination.permission_combination_id = user.permission_combination_id)
    Run Time: 0.000452
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEmoderatorindexPRIMARYPRIMARY4 8Using index
    SIMPLEusereq_refPRIMARYPRIMARY4prav110_pravorg.moderator.user_id1 
    SIMPLEpermission_combinationeq_refPRIMARYPRIMARY4prav110_pravorg.user.permission_combination_id1 
  6. DELETE FROM `xf_data_registry` WHERE (data_key = 'modLogCounts')
    Run Time: 0.000139
  7. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000074
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  8. SELECT DISTINCT
    node.*,
    (
    	SELECT
    		SUM(xf_thread.view_count)*1 as views
    	FROM 
    		xf_thread
    	WHERE 
    		xf_thread.node_id = node.node_id
    ) AS views,
                        (
                            SELECT
                                MAX(last_post_date)
                            FROM
                                xf_thread
                            WHERE
                                xf_thread.node_id = node.node_id                                                 
                        ) AS last_post,
                        (
                            SELECT                             
                                po.message as th_message
                            FROM 
                                xf_thread as th
                            LEFT JOIN 
                                xf_post as po
                            ON 
                                po.thread_id = th.thread_id
                            WHERE 
                                th.node_id = node.node_id 
                            ORDER BY po.post_date DESC
                            LIMIT 1
                        ) as th_message 
    FROM 
    xf_node as node		
    WHERE 1
    AND display_in_list = 1
    ORDER BY
    last_post DESC
    Run Time: 0.000363
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYnodeALLdisplay_in_list   105Using where; Using filesort
    DEPENDENT SUBQUERYthrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4prav110_pravorg.node.node_id51Using index; Using temporary; Using filesort
    DEPENDENT SUBQUERYporefthread_id_post_date,thread_id_positionthread_id_post_date4prav110_pravorg.th.thread_id7 
    DEPENDENT SUBQUERYxf_threadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4prav110_pravorg.node.node_id51Using index
    DEPENDENT SUBQUERYxf_threadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4prav110_pravorg.node.node_id51 
  9. 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,const105Using where
  10. 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 (29, 59, 26, 12, 18, 19, 136, 96, 77, 27, 94, 14, 78, 68, 79, 67, 62, 109, 66, 83, 111, 51, 44, 15, 108, 6, 142, 85, 114, 42, 106, 28, 33, 98, 20, 16, 133, 87, 48, 102, 72, 10, 8, 131, 107, 132, 36, 9, 13, 50, 43, 61, 46, 5, 145, 81, 60, 93, 92, 117, 74, 88, 90, 64, 45, 89, 138, 137, 84, 135, 116, 115, 63, 113, 120, 122, 127, 139, 99, 126, 129, 125, 118, 119, 121, 123, 124, 128)
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   90Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4prav110_pravorg.forum.node_id1Using index
  11. SELECT user.user_id, user.avatar_date, user.gravatar, user.gender
    FROM xf_user AS user
    WHERE user.user_id IN (45439, 1094, 362, 9366, 7771, 2367, 1046, 39135, 9568, 45437, 45242, 44985, 8332, 10099, 3956, 2208, 6895, 775, 8002, 8687, 9685, 9014, 21655, 5192, 288, 12393, 1448, 9921, 3479, 2066, 3, 1642, 3460)
    Run Time: 0.000050
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangePRIMARYPRIMARY4 33Using where
  12. SELECT DISTINCT
    node.*,
    (
    	SELECT
    		SUM(xf_thread.view_count)*1 as views
    	FROM 
    		xf_thread
    	WHERE 
    		xf_thread.node_id = node.node_id
    ) AS views,
                        (
                            SELECT
                                MAX(last_post_date)
                            FROM
                                xf_thread
                            WHERE
                                xf_thread.node_id = node.node_id                                                 
                        ) AS last_post,
                        (
                            SELECT                             
                                po.message as th_message
                            FROM 
                                xf_thread as th
                            LEFT JOIN 
                                xf_post as po
                            ON 
                                po.thread_id = th.thread_id
                            WHERE 
                                th.node_id = node.node_id 
                            ORDER BY po.post_date DESC
                            LIMIT 1
                        ) as th_message 
    FROM 
    xf_node as node		
    WHERE 1
    AND display_in_list = 1
    ORDER BY
    last_post DESC
    Run Time: 0.000252
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYnodeALLdisplay_in_list   105Using where; Using filesort
    DEPENDENT SUBQUERYthrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4prav110_pravorg.node.node_id51Using index; Using temporary; Using filesort
    DEPENDENT SUBQUERYporefthread_id_post_date,thread_id_positionthread_id_post_date4prav110_pravorg.th.thread_id7 
    DEPENDENT SUBQUERYxf_threadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4prav110_pravorg.node.node_id51Using index
    DEPENDENT SUBQUERYxf_threadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4prav110_pravorg.node.node_id51 
  13. 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 (29, 59, 26, 12, 18, 19, 136, 96, 77, 27, 94, 14, 78, 68, 79, 67, 62, 109, 66, 83, 111, 51, 44, 15, 108, 6, 142, 85, 114, 42, 106, 28, 33, 98, 20, 16, 133, 87, 48, 102, 72, 10, 8, 131, 107, 132, 36, 9, 13, 50, 43, 61, 46, 5, 145, 81, 60, 93, 92, 117, 74, 88, 90, 64, 45, 89, 138, 137, 84, 135, 116, 115, 63, 113, 120, 122, 127, 139, 99, 126, 129, 125, 118, 119, 121, 123, 124, 128)
    Run Time: 0.000149
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   90Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4prav110_pravorg.forum.node_id1Using index
  14. SELECT user.user_id, user.avatar_date, user.gravatar, user.gender
    FROM xf_user AS user
    WHERE user.user_id IN (45439, 1094, 362, 9366, 7771, 2367, 1046, 39135, 9568, 45437, 45242, 44985, 8332, 10099, 3956, 2208, 6895, 775, 8002, 8687, 9685, 9014, 21655, 5192, 288, 12393, 1448, 9921, 3479, 2066, 3, 1642, 3460)
    Run Time: 0.000083
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangePRIMARYPRIMARY4 33Using where
  15. SELECT
                        node_id,
                        title                    
                    FROM
                        xf_node
                    WHERE
                        node_type_id = 'Category'
    Run Time: 0.000054
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    105Using where
  16. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1711615494)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.004203
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 181Using where
    SIMPLEusereq_refPRIMARYPRIMARY4prav110_pravorg.session_activity.user_id1 
  17. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000154
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  18. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 3bf20cdbcd90a2e84aba3e168550523f, , 1711619994
    Run Time: 0.000119
  19. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Forum, Index, valid, node_name=, 1711616394,
    Run Time: 0.000116
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRMS_ModernStatistic', 'BRMS_modern_statistic_header', 'node_forum_level_2', 'node_category_level_1', 'node_forum_level_n', 'node_link_level_n', 'node_forum_level_1', 'node_link_level_1', 'forum_list_who_visited_wrapper', 'forum_list', 'xfa_blog_navigation_links', 'waindigo_navigation_visitor_tab_joinusergroup', 'xfa_blog_navigation_tab_link', 'modess_moderator_bar_mod_log_counts', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000119
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 16Using where
  21. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbms_twitter_css')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000064
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  22. SELECT *
    	FROM xf_brivium_modern_cache
    WHERE modern_statistic_id = ? AND user_id = ?
    ORDER BY last_update DESC
    Params: 1, 0
    Run Time: 0.000062
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  23. SELECT *
    	FROM xf_brivium_modern_cache
    WHERE modern_statistic_id = ? AND user_id = ?
    ORDER BY last_update DESC
    Params: 1, 0
    Run Time: 0.000054
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  24. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000094
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    105Using filesort
  25. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const105Using where
  26. SELECT thread.*
    	,
    	node.title AS node_title, node.node_name,
    	NULL AS thread_read_date,
    last_post_user.user_group_id , last_post_user.display_style_group_id ,  last_post_user.is_banned
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.node_id)
    LEFT JOIN xf_user AS last_post_user ON
    	(last_post_user.user_id = thread.last_post_user_id)
    WHERE ((thread.discussion_type <> 'redirect') AND (thread.discussion_state IN ('visible'))) AND (thread.node_id NOT IN (130))
    ORDER BY thread.last_post_date DESC
     LIMIT 15
    Run Time: 0.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postlast_post_date4 28Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4prav110_pravorg.thread.node_id1 
    SIMPLElast_post_usereq_refPRIMARYPRIMARY4prav110_pravorg.thread.last_post_user_id1 
  27. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRMS_thread_post_latest')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000051
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  28. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('kin_postthread_main')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000056
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  29. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('social_connect_status_editor')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000060
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  30. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('xxtW_js')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000050
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  31. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbms_twitter_XFormer')
    	AND style_id = ?
    	AND language_id = ?
    Params: 5, 1
    Run Time: 0.000046
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (169, 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/Brivium/BriviumHelper/EventListeners.php
  33. library/Brivium/BriviumHelper/1010071/EventListeners.php
  34. library/Asp/OnlineStatus/Plugin/Plugin.php
  35. library/UserEss/Listener/Proxy.php
  36. library/ExternalExtended/Listener.php
  37. library/BestAnswer/Listener.php
  38. library/AnonymousPosting/Listener.php
  39. library/XfAddOns/Blogs/Listener.php
  40. library/XfAddOns/Blogs/Install/Version.php
  41. library/DoublePost/Listener/LoadClassModel.php
  42. library/ModEss/Listener/Cog.php
  43. library/TiledForumsModule/Listener.php
  44. library/SocialConnect/Listener.php
  45. library/Brivium/ModernStatistic/EventListeners/Listener.php
  46. library/Brivium/ModernStatistic/ModernStatistic.php
  47. library/Iversia/Identicon/Listener.php
  48. library/ModEss/Model/ModEss.php
  49. library/XenForo/Permission.php
  50. library/XenForo/Helper/Php.php
  51. library/XenForo/Router.php
  52. library/XenForo/Route/Filter.php
  53. library/XenForo/Route/Interface.php
  54. library/XenForo/Route/ResponseSuffix.php
  55. library/XenForo/Route/Prefix.php
  56. library/XenForo/Route/Prefix/Index.php
  57. library/XI/HelpManager/CodeEvent/Listener.php
  58. library/XenForo/RouteMatch.php
  59. library/XenForo/ControllerPublic/Index.php
  60. library/XenForo/ControllerPublic/Abstract.php
  61. library/XenForo/Controller.php
  62. library/Sedo/MobileStyleSelector/Listener/ControllerPublic.php
  63. library/ShowSimilarThreads/Listener.php
  64. library/XfAddOns/PreviousNextThread/Listener.php
  65. library/DoublePost/Listener/LoadClassController.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/JoinUserGroup/Listener/LoadClass.php
  72. library/Waindigo/Listener/LoadClass.php
  73. library/Waindigo/Listener/LoadClass/20131003.php
  74. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  75. library/Brivium/ModernStatistic/Model/User.php
  76. library/BestAnswer/Model/User.php
  77. library/XfAddOns/Blogs/Override/Model/User.php
  78. library/XenForo/Phrase.php
  79. library/XenForo/Locale.php
  80. library/Sedo/MobileStyleSelector/Listener/Visitor.php
  81. library/Sedo/MobileStyleSelector/Listener/ControllerPreDispatch.php
  82. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  83. library/Waindigo/Listener/ControllerPreDispatch.php
  84. library/Waindigo/Listener/ControllerPreDispatch/20131003.php
  85. library/Waindigo/Listener/Template/20140101.php
  86. library/Waindigo/Listener/TemplateHook/20130522.php
  87. library/Waindigo/Listener/TemplatePostRender/20130522.php
  88. library/Waindigo/Listener/TemplateCreate/20130522.php
  89. library/Waindigo/Listener/InitDependencies.php
  90. library/Waindigo/Listener/InitDependencies/20140101.php
  91. library/XenForo/ControllerResponse/ReroutePath.php
  92. library/XenForo/ControllerResponse/Abstract.php
  93. library/XenForo/Route/Prefix/Forums.php
  94. library/XenForo/ControllerPublic/Forum.php
  95. library/BestAnswer/ControllerPublic/Forum.php
  96. library/ShowSimilarThreads/ControllerPublic/Forum.php
  97. library/AnonymousPosting/ControllerPublic/Forum.php
  98. library/ModEss/ControllerPublic/Forum.php
  99. library/TiledForumsModule/XenForo/ControllerPublic/Forum.php
  100. library/SocialConnect/ControllerPublic/Forum.php
  101. library/TiledForumsModule/Model/Node.php
  102. library/XenForo/Model/Node.php
  103. library/TiledForumsModule/Icon.php
  104. library/TiledForumsModule/Option.php
  105. library/XenForo/Helper/File.php
  106. library/XenForo/NodeHandler/Forum.php
  107. library/XenForo/NodeHandler/Abstract.php
  108. library/XenForo/NodeHandler/Category.php
  109. library/XenForo/NodeHandler/LinkForum.php
  110. library/XenForo/Model/Forum.php
  111. library/Brivium/ModernStatistic/Model/Forum.php
  112. library/UserEss/Model/Forum.php
  113. library/AnonymousPosting/Model/Forum.php
  114. library/XenForo/Model/Category.php
  115. library/XenForo/Model/LinkForum.php
  116. library/TiledForumsModule/XenForo/Model/LinkForum.php
  117. library/XenForo/Helper/String.php
  118. library/XenForo/Model/Session.php
  119. library/AnonymousPosting/Model/Session.php
  120. library/XenForo/ControllerResponse/View.php
  121. library/XenForo/Helper/Cookie.php
  122. library/XenForo/ViewRenderer/HtmlPublic.php
  123. library/XenForo/ViewRenderer/Abstract.php
  124. library/XenForo/Template/Public.php
  125. library/XenForo/Template/Abstract.php
  126. library/XenForo/ViewPublic/Forum/List.php
  127. library/XenForo/ViewPublic/Base.php
  128. library/XenForo/View.php
  129. library/QuickReplyInsertUsername/Listener/LoadClass.php
  130. library/TiledForumsModule/XenForo/ViewPublic/Forum/List.php
  131. library/XenForo/ViewPublic/Helper/Node.php
  132. library/Waindigo/JoinUserGroup/Listener/TemplateCreate.php
  133. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  134. library/UserEss/Listener/Hook.php
  135. library/XfAddOns/Blogs/Template/Hook.php
  136. library/WhoHasVisited/Listener.php
  137. library/DoublePost/Listener/Hook.php
  138. library/Sedo/GoToTop/Listener/Templates.php
  139. library/XenForo/Route/Prefix/Members.php
  140. library/OXY/News/Listener.php
  141. library/XfAddOns/Blogs/Template/Navigation.php
  142. library/XfAddOns/Blogs/Model/MultiBlog.php
  143. library/robokassa/Listener.php
  144. library/Waindigo/JoinUserGroup/Listener/TemplateHook.php
  145. library/Brivium/ModernStatistic/Model/ModernStatistic.php
  146. library/QuickReplyInsertUsername/Listener/Template.php
  147. library/XfAddOns/PreviousNextThread/Template/Hook.php
  148. library/CrazYimProfileLinks/Listener.php
  149. library/KineticMypostMythread/Listener.php
  150. library/MediaSites/listeners/twitter.php
  151. library/microstats/Listener.php
  152. library/XenForo/Route/Prefix/Posts.php
  153. library/XenForo/Model/Avatar.php
  154. library/Sedo/QuoteME/Listener/Templates.php
  155. library/robokassa/MoreCurrency/Listener.php
  156. library/XenForo/Route/Prefix/LinkForums.php
  157. library/WhoHasVisited/Model/WhoVisited.php
  158. library/XenForo/Helper/Criteria.php
  159. library/XenForo/Debug.php
  160. library/XenForo/Model/Thread.php
  161. library/Brivium/ModernStatistic/Model/Node.php
  162. library/ModEss/Model/Node.php
  163. library/Brivium/ModernStatistic/Model/Thread.php
  164. library/UserEss/Model/Thread.php
  165. library/BestAnswer/Model/Thread.php
  166. library/ModEss/Model/Thread.php
  167. library/BestAnswer/Model/BestAnswer.php
  168. library/XenForo/Route/Prefix/Threads.php
  169. library/XenForo/ViewRenderer/Json.php