Page Time: 0.2297s

Memory: 3.3949 MB (Peak: 4.6102 MB)

Queries (37, time: 0.2017s, 87.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.000896
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: convoMonitoringCounts
    Run Time: 0.000178
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    	FROM EWRporta_categories
    WHERE category_slug = ?
    Params:
    Run Time: 0.000122
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  5. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 50266a68e90e7d8aee65d7fe1385292d, , 1711669347
    Run Time: 0.000178
  6. 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, , , EWRporta_ControllerPublic_Articles, Index, valid, , 1711665747,
    Run Time: 0.000083
  7. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: articles-
    Run Time: 0.000109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  8. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: articles
    Run Time: 0.000088
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  9. SELECT *
    	FROM EWRporta_layouts
    WHERE layout_id = ?
    Params: portal
    Run Time: 0.000097
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_layoutsconstPRIMARYPRIMARY77const1 
  10. SELECT *, 'disabled' AS position
    	FROM EWRporta_blocks
    WHERE active = 1
    ORDER BY block_id ASC
    Run Time: 0.000182
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_blocksindex PRIMARY77 9Using where
  11. SELECT * FROM EWRporta_caches
    Run Time: 0.000136
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_cachesALL    1 
  12. SELECT * FROM EWRporta_options
    Run Time: 0.000167
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_optionsALL    17 
  13. SELECT xf_thread.*, xf_user.*, xf_post.message, xf_post.attach_count, xf_node.title AS node_title, 
    	IF(xf_user.username IS NULL, xf_thread.username, xf_user.username) AS username,
    	IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) AS promote_date,
    	EWRporta_promotes.promote_icon, EWRporta_promotes.promote_data
    FROM xf_thread
    	LEFT JOIN xf_user ON (xf_user.user_id = xf_thread.user_id)
    	INNER JOIN xf_post ON (xf_post.post_id = xf_thread.first_post_id)
    	INNER JOIN xf_node ON (xf_node.node_id = xf_thread.node_id)
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE ( xf_thread.node_id IN ('78') OR EWRporta_promotes.promote_date < ? )
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    ORDER BY  promote_date DESC
    LIMIT ?, ?
    Params: 1711665747, 1711665747, 50, 10
    Run Time: 0.139831
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   22457Using where; Using temporary; Using filesort
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4xenforo.xf_thread.node_id1 
    SIMPLEEWRporta_promoteseq_refPRIMARYPRIMARY4xenforo.xf_thread.thread_id1Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4xenforo.xf_thread.user_id1 
    SIMPLExf_posteq_refPRIMARYPRIMARY4xenforo.xf_thread.first_post_id1 
  14. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35706
    Run Time: 0.000230
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  15. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35680
    Run Time: 0.000141
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  16. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35585
    Run Time: 0.000134
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  17. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35489
    Run Time: 0.000132
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  18. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35484
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  19. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35439
    Run Time: 0.000133
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  20. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35422
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  21. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35420
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  22. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35416
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  23. SELECT *
    FROM EWRporta_categories
    	INNER JOIN EWRporta_catlinks ON (EWRporta_catlinks.category_id = EWRporta_categories.category_id)
    WHERE thread_id = ?
    ORDER BY EWRporta_categories.category_type ASC, EWRporta_categories.category_name ASC
    Params: 35161
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRporta_categoriesALLPRIMARY   1Using filesort
    SIMPLEEWRporta_catlinkseq_refcategory_idcategory_id8xenforo.EWRporta_categories.category_id,const1Using index
  24. SELECT COUNT(*) AS total
    	FROM xf_thread
    	LEFT JOIN EWRporta_promotes ON (EWRporta_promotes.thread_id = xf_thread.thread_id)
    
    WHERE (xf_thread.node_id IN ('78') OR EWRporta_promotes.promote_date < ?)
    	AND xf_thread.discussion_state = 'visible'
    	AND IF(EWRporta_promotes.promote_date IS NULL, xf_thread.post_date, EWRporta_promotes.promote_date) < ?
    Params: 1711665747, 1711665747
    Run Time: 0.051712
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadALLnode_id_last_post_date,node_id_sticky_state_last_post   22457Using where
    SIMPLEEWRporta_promoteseq_refPRIMARYPRIMARY4xenforo.xf_thread.thread_id1Using where
  25. SELECT *
    FROM xf_herodev_minecraft_server
    WHERE active = 1
    ORDER BY display_order
    Run Time: 0.000177
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_herodev_minecraft_serverALL    1Using where; Using filesort
  26. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  27. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	node.title AS node_title, node.node_name,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    permission.cache_value AS node_permission_cache,
    	pr_cache.rating_cache
    FROM xf_thread AS thread
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    	LEFT JOIN xf_node AS node ON
    		(node.node_id = thread.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 = thread.node_id)
    	left join dark_postrating_post_cache pr_cache ON (thread.first_post_id = pr_cache.post_id)
    WHERE (thread.discussion_state IN ('visible')) AND (thread.last_post_date > 1711579347)
    ORDER BY thread.last_post_date DESC
     LIMIT 7
    Run Time: 0.000599
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangelast_post_datelast_post_date4 3Using index condition; Using where
    SIMPLEusereq_refPRIMARYPRIMARY4xenforo.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4xenforo.thread.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xenforo.thread.node_id1Using where
    SIMPLEpr_cacheeq_refPRIMARYPRIMARY4xenforo.thread.first_post_id1 
  28. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 87
    Run Time: 0.000121
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  29. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 30
    Run Time: 0.000112
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  30. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 31
    Run Time: 0.000109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  31. 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 > 1711664847)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001317
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 110Using where
    SIMPLEusereq_refPRIMARYPRIMARY4xenforo.session_activity.user_id1 
  32. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'EWRblock_RecentNews', 'EWRblock_HtmlBlock', 'EWRblock_MinecraftServerStatus', 'EWRblock_RecentThreads', 'EWRblock_OnlineUsers', 'EWRporta_Portal', 'nat_childlinks')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000302
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 14Using where
  33. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home')
    Params: 1
    Run Time: 0.000127
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  34. SELECT node.*,
    	permission.cache_value AS node_permission_cache
    FROM xf_node AS node
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = ?
    	AND permission.content_type = 'node'
    	AND permission.content_id = node.node_id)
    WHERE node.node_id IN (89, 68, 70, 99, 100, 101, 102, 103, 104, 95, 97, 93)
    ORDER BY node.lft
    ASC
    Params: 1
    Run Time: 0.000340
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 12Using where; Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,xenforo.node.node_id1Using where
  35. SELECT ban_appeal.*
    	,
    	appeal_review.user_id AS review_user_id, appeal_review.date AS review_date
    FROM xf_liam_cheracc_ban_appeal AS ban_appeal 
    	LEFT JOIN xf_liam_cheracc_ban_appeal_review AS appeal_review ON
    		(appeal_review.appeal_id = ban_appeal.appeal_id)
    
    WHERE (appeal_review.date IS NULL)
    Run Time: 0.002505
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEban_appealALL    635 
    SIMPLEappeal_revieweq_refPRIMARYPRIMARY4xenforo.ban_appeal.appeal_id1Using where; Not exists
  36. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('EWRporta_Navtabs', 'nat_linkstemplate', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'minecraft_EXTRA.css', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000366
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 17Using where
  37. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000138
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (114, XenForo Classes: 55)

  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/NodesAsTabs/Listen.php
  33. library/LiamW/ConversationMonitoring/Listener.php
  34. library/Nobita/MinecraftAvatar/Listener.php
  35. library/XenForo/Router.php
  36. library/XenForo/Route/Filter.php
  37. library/XenForo/Route/Interface.php
  38. library/XenForo/Route/ResponseSuffix.php
  39. library/XenForo/Route/Prefix.php
  40. library/EWRporta/Route/Articles.php
  41. library/EWRporta/Listener/Route.php
  42. library/XenForo/RouteMatch.php
  43. library/EWRporta/ControllerPublic/Articles.php
  44. library/XenForo/ControllerPublic/Abstract.php
  45. library/XenForo/Controller.php
  46. library/EWRporta/Listener/Controller.php
  47. library/Dark/PostRating/EventListener.php
  48. library/XenForo/Input.php
  49. library/XenForo/Session.php
  50. library/XenForo/Helper/Ip.php
  51. library/XenForo/Visitor.php
  52. library/XenForo/Model/User.php
  53. library/EWRporta/Listener/Model.php
  54. library/Dark/PostRating/Model/User.php
  55. library/XenForo/Permission.php
  56. library/XenForo/Helper/Php.php
  57. library/XenForo/Phrase.php
  58. library/XenForo/Locale.php
  59. library/EWRporta/Model/Categories.php
  60. library/XenForo/ControllerResponse/View.php
  61. library/XenForo/ControllerResponse/Abstract.php
  62. library/XenForo/Helper/Cookie.php
  63. library/XenForo/ViewRenderer/HtmlPublic.php
  64. library/XenForo/ViewRenderer/Abstract.php
  65. library/XenForo/Template/Public.php
  66. library/XenForo/Template/Abstract.php
  67. library/EWRporta/ViewPublic/Portal.php
  68. library/XenForo/ViewPublic/Base.php
  69. library/XenForo/View.php
  70. library/EWRporta/Listener/ViewPublic.php
  71. library/EWRporta/ViewPublic/Custom.php
  72. library/EWRporta/Model/Blocks.php
  73. library/EWRporta/Model/Layouts.php
  74. library/EWRporta/Model/Caches.php
  75. library/EWRporta/Model/Options.php
  76. library/EWRporta/Block/RecentNews.php
  77. library/XenForo/Helper/String.php
  78. library/XenForo/BbCode/Parser.php
  79. library/XenForo/BbCode/Formatter/Base.php
  80. library/EWRporta/Listener/BbCode.php
  81. library/EWRporta/BbCode/Formatter.php
  82. library/XenForo/ViewPublic/Helper/Message.php
  83. library/XenForo/BbCode/TextWrapper.php
  84. library/EWRporta/Block/MinecraftServerStatus.php
  85. library/HeroDev/MinecraftStatus/Model/MinecraftServer.php
  86. library/EWRporta/Block/RecentThreads.php
  87. library/XenForo/Model/Thread.php
  88. library/Dark/PostRating/Model/Thread.php
  89. library/Dark/PostRating/Model.php
  90. library/XenForo/Model/PermissionCache.php
  91. library/XenForo/Model/Forum.php
  92. library/EWRporta/Block/OnlineUsers.php
  93. library/XenForo/Model/Session.php
  94. library/Dark/PostRating/Model/Session.php
  95. library/XenForo/Route/Prefix/Members.php
  96. library/EWRporta/Listener/NavTabs.php
  97. library/EWRporta/Model/Perms.php
  98. library/LiamW/CheraccBanAppeal/Listener.php
  99. library/NodesAsTabs/NavTabs.php
  100. library/NodesAsTabs/Model/Options.php
  101. library/XenForo/Model/Node.php
  102. library/XenForo/Route/Prefix/Pages.php
  103. library/XenForo/Route/Prefix/LinkForums.php
  104. library/XenForo/Route/Prefix/Forums.php
  105. library/LiamW/CheraccBanAppeal/Model/BanAppeal.php
  106. library/XenForo/Route/Prefix/Threads.php
  107. library/EWRporta/Route/Thread.php
  108. library/Nobita/MinecraftAvatar/Template/Helper/Core.php
  109. library/Nobita/MinecraftAvatar/Guard.php
  110. library/Nobita/MinecraftAvatar/Avatar.php
  111. library/XenForo/Model/Avatar.php
  112. library/XenForo/Debug.php
  113. library/EWRporta/Listener/Template.php
  114. library/XenForo/ViewRenderer/Json.php