Page Time: 0.4686s

Memory: 8.4223 MB (Peak: 9.8410 MB)

Queries (26, time: 0.1349s, 28.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.000921
    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.000275
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('ads', 'adPositions', 'adTypes')
    Run Time: 0.000189
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 3Using where
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000242
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT EWRporta2_features.*, xf_thread.*, xf_forum.*, xf_post.message,
    	IF(NOT ISNULL(xf_user.user_id), xf_user.username, xf_thread.username) AS username
    FROM EWRporta2_features
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_features.thread_id)
    	INNER JOIN xf_forum ON (xf_forum.node_id = xf_thread.node_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	
    WHERE EWRporta2_features.feature_date < ?
    	 AND (EWRporta2_features.feature_exclude = '0' OR EWRporta2_features.feature_exclude IS NULL)
    GROUP BY xf_thread.thread_id
    ORDER BY EWRporta2_features.feature_date DESC
    LIMIT ?
    Params: 1710817735, 10
    Run Time: 0.008159
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_featuresrangePRIMARY,feature_datefeature_date4 16Using index condition; Using where; Using temporary; Using filesort
    SIMPLExf_threadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4m11459_uabets.EWRporta2_features.thread_id1 
    SIMPLExf_forumeq_refPRIMARYPRIMARY4m11459_uabets.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4m11459_uabets.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4m11459_uabets.xf_thread.first_post_id1 
  6. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 26
    Run Time: 0.001034
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  7. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 38
    Run Time: 0.000442
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  8. SELECT COUNT(*) AS total FROM (
    SELECT xf_thread.thread_id
    FROM EWRporta2_articles
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	
    	
    WHERE EWRporta2_articles.article_date < ?
    	AND xf_thread.discussion_state = 'visible'
    	 AND (EWRporta2_articles.article_exclude = '0' OR EWRporta2_articles.article_exclude IS NULL)
    	
    GROUP BY xf_thread.thread_id
    ) q
    Params: 1710817735
    Run Time: 0.006006
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY<derived2>ALL    387 
    DERIVEDEWRporta2_articlesALLPRIMARY,article_date   387Using where; Using temporary; Using filesort
    DERIVEDxf_threadeq_refPRIMARYPRIMARY4m11459_uabets.EWRporta2_articles.thread_id1Using where
  9. SELECT EWRporta2_articles.*, EWRporta2_authors.*, xf_forum.*, xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count,
    	IF(NOT ISNULL(xf_user.user_id), xf_user.username, xf_thread.username) AS username
    FROM EWRporta2_articles
    	INNER JOIN xf_thread ON (xf_thread.thread_id = EWRporta2_articles.thread_id)
    	INNER JOIN xf_forum ON (xf_forum.node_id = xf_thread.node_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	LEFT JOIN EWRporta2_authors ON (EWRporta2_authors.user_id = xf_thread.user_id)
    	
    	
    WHERE EWRporta2_articles.article_date < ?
    	AND xf_thread.discussion_state = 'visible'
    	 AND (EWRporta2_articles.article_exclude = '0' OR EWRporta2_articles.article_exclude IS NULL)
    	
    GROUP BY xf_thread.thread_id
    ORDER BY EWRporta2_articles.article_sticky DESC, EWRporta2_articles.article_date DESC
    LIMIT ?, ?
    Params: 1710817735, 0, 10
    Run Time: 0.099482
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_articlesALLPRIMARY,article_date   387Using where; Using temporary; Using filesort
    SIMPLExf_threadeq_refPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postPRIMARY4m11459_uabets.EWRporta2_articles.thread_id1Using where
    SIMPLExf_forumeq_refPRIMARYPRIMARY4m11459_uabets.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4m11459_uabets.xf_thread.user_id1 
    SIMPLEEWRporta2_authorseq_refPRIMARYPRIMARY4m11459_uabets.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4m11459_uabets.xf_thread.first_post_id1 
  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.content_type = ?
    	AND attachment.content_id IN (119731)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000684
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  11. 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 (110628)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000872
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const7Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  12. 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 (109270)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000548
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  13. 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 (107529)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000459
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const6Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  14. 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 (99488)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000620
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const4Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  15. 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 (95472)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000495
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  16. 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 (95185)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000347
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  17. 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 (88902)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000734
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const12Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  18. 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 (85337)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000595
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const20Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  19. 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 (84644)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: post
    Run Time: 0.000320
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const2Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4m11459_uabets.attachment.data_id1 
  20. SELECT EWRporta2_catlinks.*, EWRporta2_categories.*, xf_user.*
    FROM EWRporta2_catlinks
    	INNER JOIN EWRporta2_categories ON (EWRporta2_categories.category_id = EWRporta2_catlinks.category_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRporta2_catlinks.user_id)
    WHERE EWRporta2_catlinks.thread_id IN (2271, 1574, 1532, 1502, 1448, 1423, 1421, 1360, 1334, 1327)
    ORDER BY EWRporta2_categories.category_name
    Run Time: 0.004578
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta2_catlinksALLthread_id   77Using where; Using temporary; Using filesort
    SIMPLEEWRporta2_categorieseq_refPRIMARYPRIMARY4m11459_uabets.EWRporta2_catlinks.category_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4m11459_uabets.EWRporta2_catlinks.user_id1 
  21. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 4ac86d92009efabf5fd988e73de1bb46, , 1710821335
    Run Time: 0.000161
  22. 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, , , EWRporta2_ControllerPublic_Articles, Index, valid, , 1710817735,
    Run Time: 0.000170
  23. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'dark_kotomi', 'EWRporta2_Navtabs', 'nflj_sportsbook_tab_links', 'siropu_custom_tabs_child_list', 'xfa_blog_navigation_links', 'siropu_chat', 'siropu_chat_disabled', 'xfa_blog_navigation_tab_link', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.006420
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 10Using where
  24. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('BRME_page_container_head')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000550
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  25. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('social_likes_library')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000445
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  26. SELECT *
    FROM merc_ad_last_view
    ORDER BY view_date ASC
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEmerc_ad_last_viewsystem    0const row not found

Included Files (128, XenForo Classes: 49)

  1. pinnacle.php
  2. library/Dark/Kotomi/KotomiHeader.php
  3. library/XenForo/Autoloader.php
  4. library/XenForo/Application.php
  5. library/Zend/Registry.php
  6. library/Lgpl/utf8.php
  7. library/Zend/Config.php
  8. library/config.php
  9. library/Dark/Kotomi/FrontController.php
  10. library/XenForo/FrontController.php
  11. library/XenForo/Dependencies/Public.php
  12. library/XenForo/Dependencies/Abstract.php
  13. connect.php
  14. Client4.php
  15. library/Dark/Kotomi/KotomiFooter.php
  16. library/Zend/Controller/Request/Http.php
  17. library/Zend/Controller/Request/Abstract.php
  18. library/Zend/Uri.php
  19. library/Zend/Controller/Response/Http.php
  20. library/Zend/Controller/Response/Abstract.php
  21. library/XenForo/Link.php
  22. library/XenForo/Model/DataRegistry.php
  23. library/XenForo/Model.php
  24. library/Zend/Db.php
  25. library/Zend/Db/Adapter/Mysqli.php
  26. library/Zend/Db/Adapter/Abstract.php
  27. library/Zend/Db/Select.php
  28. library/Zend/Db/Expr.php
  29. library/Zend/Db/Profiler.php
  30. library/Zend/Db/Statement/Mysqli.php
  31. library/Zend/Db/Statement.php
  32. library/Zend/Db/Statement/Interface.php
  33. library/Zend/Db/Profiler/Query.php
  34. library/XenForo/CodeEvent.php
  35. library/XenForo/Options.php
  36. library/XenForo/Template/Helper/Core.php
  37. library/EWRporta2/Listener/Init.php
  38. library/NFLJ/Sportsbook/Listener/Proxy.php
  39. library/Brivium/BriviumHelper/EventListeners.php
  40. library/Brivium/BriviumHelper/1010071/EventListeners.php
  41. library/EWRporta2/Listener/Model.php
  42. library/Siropu/Chat/Listener.php
  43. library/Merc/AdManager/Listener/LoadClass.php
  44. library/XenPlus/Listener/LoadClass.php
  45. library/XenPlus/Listener/Abstract.php
  46. library/ExternalExtended/Listener.php
  47. library/XfAddOns/Blogs/Listener.php
  48. library/XfAddOns/Blogs/Install/Version.php
  49. library/bdMedal/Listener.php
  50. library/DevKit/Listener/Listener.php
  51. library/Esthetic/EBBC/Listener/Model.php
  52. library/Brivium/CustomNodeStyle/EventListener/Listener.php
  53. library/Merc/AdManager/Listener/InitDependencies.php
  54. library/XenPlus/Listener/InitDependencies.php
  55. library/Esthetic/EBBC/Listener/Dependencies.php
  56. library/Esthetic/EBBC/Service/Config.php
  57. library/XenForo/Router.php
  58. library/XenForo/Route/Filter.php
  59. library/XenForo/Route/Interface.php
  60. library/XenForo/Route/ResponseSuffix.php
  61. library/XenForo/Route/Prefix.php
  62. library/XenForo/Route/Prefix/Index.php
  63. library/XenForo/RouteMatch.php
  64. library/XenForo/ControllerPublic/Index.php
  65. library/XenForo/ControllerPublic/Abstract.php
  66. library/XenForo/Controller.php
  67. library/EWRporta2/Listener/Controller.php
  68. library/XI/Tag/CodeEvent/Listener.php
  69. library/Esthetic/EBBC/Listener/Controller.php
  70. library/XenForo/Input.php
  71. library/XenForo/Session.php
  72. library/XenForo/Helper/Ip.php
  73. library/XenForo/Visitor.php
  74. library/XenForo/Model/User.php
  75. library/EWRporta2/Model/User.php
  76. library/XfAddOns/Blogs/Override/Model/User.php
  77. library/XenForo/Permission.php
  78. library/XenForo/Helper/Php.php
  79. library/XenForo/Phrase.php
  80. library/XenForo/Locale.php
  81. library/XenForo/ControllerResponse/ReroutePath.php
  82. library/XenForo/ControllerResponse/Abstract.php
  83. library/EWRporta2/Route/Articles.php
  84. library/EWRporta2/ControllerPublic/Articles.php
  85. library/EWRporta2/Model/Perms.php
  86. library/EWRporta2/Model/Features.php
  87. library/XenForo/Model/Thread.php
  88. library/XenForo/Model/PermissionCache.php
  89. library/XenForo/Model/Forum.php
  90. library/EWRporta2/Model/Articles.php
  91. library/XenForo/Model/Attachment.php
  92. library/Merc/AdManager/Model/Attachment.php
  93. library/XenForo/Route/Prefix/Attachments.php
  94. library/EWRporta2/Model/Catlinks.php
  95. library/XenForo/ControllerResponse/View.php
  96. library/XenForo/Helper/Cookie.php
  97. library/XenForo/ViewRenderer/HtmlPublic.php
  98. library/XenForo/ViewRenderer/Abstract.php
  99. library/XenForo/Template/Public.php
  100. library/XenForo/Template/Abstract.php
  101. library/EWRporta2/Listener/ViewPublic.php
  102. library/Esthetic/EBBC/Listener/View.php
  103. library/XenForo/ViewPublic/Base.php
  104. library/XenForo/View.php
  105. library/NFLJ/Sportsbook/Listener/Template.php
  106. library/Brivium/MetadataEssential/EventListeners/Listener.php
  107. library/Siropu/CustomTabs/Listener.php
  108. library/XfAddOns/Blogs/Template/Hook.php
  109. library/XenForo/Route/Prefix/Members.php
  110. library/EWRporta2/Listener/NavTabs.php
  111. library/Siropu/CustomTabs/Model.php
  112. library/Siropu/CustomTabs/Helper.php
  113. library/XenForo/Helper/Criteria.php
  114. library/bdMedal/Option.php
  115. library/Siropu/Chat/Helper.php
  116. library/XfAddOns/Blogs/Template/Navigation.php
  117. library/XfAddOns/Blogs/Model/MultiBlog.php
  118. library/Merc/AdManager/Listener/TemplatePostRender.php
  119. library/XenPlus/Listener/TemplatePostRender.php
  120. library/Merc/AdManager/Listener/TemplateHook.php
  121. library/XenPlus/Listener/TemplateHook.php
  122. library/XenForo/Debug.php
  123. library/xenCODE/Anonymizer/Listener.php
  124. library/EWRporta2/Listener/Template.php
  125. library/SocialLikes/Listener.php
  126. library/XenPlus/Helper/Listener.php
  127. library/Merc/AdManager/Model/Ad.php
  128. library/XenForo/ViewRenderer/Json.php