Page Time: 0.0278s

Memory: 7.2189 MB (Peak: 7.4803 MB)

Queries (23, time: 0.0132s, 47.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.000653
    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.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brcCurrencies', 'brcEvents')
    Run Time: 0.000068
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT EWRcarta_pages.*, xf_liked_content.like_date, EWRcarta_watch.page_id AS page_is_watched
    	FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_watch ON (EWRcarta_pages.page_id = EWRcarta_watch.page_id AND EWRcarta_watch.user_id = ?)
    	LEFT JOIN xf_liked_content
    		ON (xf_liked_content.content_type = 'wiki'
    			AND xf_liked_content.content_id = EWRcarta_pages.page_id
    			AND xf_liked_content.like_user_id = 0)
    WHERE page_slug = ?
    Params: 0, index
    Run Time: 0.000254
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
    SIMPLEEWRcarta_watchconstPRIMARY,page_id_email_subscribePRIMARY8const,const1Using index
    SIMPLExf_liked_contentconstcontent_type_id_like_user_id,like_user_content_type_idcontent_type_id_like_user_id35const,const,const1Using where
  6. SELECT EWRcarta_pages.*, xf_liked_content.like_date, EWRcarta_watch.page_id AS page_is_watched
    	FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_watch ON (EWRcarta_pages.page_id = EWRcarta_watch.page_id AND EWRcarta_watch.user_id = ?)
    	LEFT JOIN xf_liked_content
    		ON (xf_liked_content.content_type = 'wiki'
    			AND xf_liked_content.content_id = EWRcarta_pages.page_id
    			AND xf_liked_content.like_user_id = 0)
    WHERE page_slug = ?
    Params: 0, naglyj-prem
    Run Time: 0.000144
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  7. SELECT 
    	EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect, 
    	page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
    FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
    	
    
    
    ORDER BY page_name ASC, page_name ASC
    LIMIT 0, 99999
    Run Time: 0.000312
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    25Using filesort
    SIMPLEEWRcarta_cacheeq_refPRIMARYPRIMARY4forum_onligamez_ru.EWRcarta_pages.page_id1 
  8. 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 (1)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: wiki
    Run Time: 0.000149
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition
    SIMPLEdataeq_refPRIMARYPRIMARY4forum_onligamez_ru.attachment.data_id1 
  9. UPDATE EWRcarta_pages
    SET page_views = page_views+1
    WHERE page_id = ?
    Params: 1
    Run Time: 0.007097
  10. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000078
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  11. SELECT page_id, page_slug, page_name
    	FROM EWRcarta_pages
    WHERE page_index != '0'
    ORDER BY page_index ASC, page_name ASC
    Run Time: 0.000110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesrangepage_indexpage_index4 2Using index condition; Using filesort
  12. SELECT COUNT(*) AS total
    	FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
    Run Time: 0.000117
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesindex page_parent4 25Using index
    SIMPLEEWRcarta_cacheeq_refPRIMARYPRIMARY4forum_onligamez_ru.EWRcarta_pages.page_id1Using index
  13. SELECT COUNT(*) AS total
    	FROM EWRcarta_history
    Run Time: 0.000096
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_historyindex page_id4 120Using index
  14. SELECT SUM(page_likes) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000070
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    25 
  15. SELECT SUM(page_views) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000064
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    25 
  16. SELECT COUNT(*) AS count, SUM(file_size) AS size
    	FROM xf_attachment
    	INNER JOIN xf_attachment_data ON (xf_attachment_data.data_id = xf_attachment.data_id)
    WHERE content_type = 'wiki'
    	AND unassociated = '0'
    Run Time: 0.000336
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_attachmentrefcontent_type_id_date,unassociated_attach_datecontent_type_id_date27const9Using index condition; Using where
    SIMPLExf_attachment_dataeq_refPRIMARYPRIMARY4forum_onligamez_ru.xf_attachment.data_id1 
  17. SELECT xf_user.*, COUNT(EWRcarta_history.user_id) as count, MAX(EWRcarta_history.history_date) as date,
    	IF(NOT ISNULL(xf_user.user_id), xf_user.username, EWRcarta_history.username) AS username
    	FROM EWRcarta_history
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRcarta_history.user_id)
    
    GROUP BY EWRcarta_history.user_id
    ORDER BY count DESC, date DESC
    LIMIT 0, 10
    Run Time: 0.002414
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_historyALLuser_id   120Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4forum_onligamez_ru.EWRcarta_history.user_id1 
  18. SELECT 
    	EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect, 
    	page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
    FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
    	
    
    
    ORDER BY page_name ASC, page_name ASC
    LIMIT 0, 99999
    Run Time: 0.000183
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    25Using filesort
    SIMPLEEWRcarta_cacheeq_refPRIMARYPRIMARY4forum_onligamez_ru.EWRcarta_pages.page_id1 
  19. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: b1fdf4f81db8673544cbde9667e874ab, , 1713592540
    Run Time: 0.000091
  20. 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, , , EWRcarta_ControllerPublic_Wiki, Index, valid, string_id=index, 1713588940,
    Run Time: 0.000049
  21. SELECT *
    	FROM EWRcarta_cache
    WHERE page_id = ?
    Params: 1
    Run Time: 0.000076
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_cacheconstPRIMARYPRIMARY4const1 
  22. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000070
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  23. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('BRC_action_login', 'BRC_action_login_description', 'BRC_action_exchange', 'BRC_action_exchange_description', 'BRC_action_transfer', 'BRC_action_transfer_description', 'BRC_action_withdraw', 'BRC_action_withdraw_description', 'BRC_action_steal', 'BRC_action_steal_description', 'BRC_action_paypalPayment', 'BRC_action_paypalPayment_description', 'BRC_action_paypalPaymentRe', 'BRC_action_paypalPaymentRe_description', 'BRC_action_registration', 'BRC_action_registration_description', 'BRC_action_facebookAssociate', 'BRC_action_facebookAssociate_description', 'BRC_action_facebookDisassociate', 'BRC_action_facebookDisassociate_description', 'BRC_action_twitterAssociate', 'BRC_action_twitterAssociate_description', 'BRC_action_twitterDisassociate', 'BRC_action_twitterDisassociate_description', 'BRC_action_googleAssociate', 'BRC_action_googleAssociate_description', 'BRC_action_googleDisassociate', 'BRC_action_googleDisassociate_description', 'BRC_action_birthday', 'BRC_action_birthday_description', 'BRC_action_importVbb', 'BRC_action_importVbb_description', 'BRC_action_interest', 'BRC_action_interest_description', 'BRC_action_updateFullProfile', 'BRC_action_updateFullProfile_description', 'BRC_action_updateFullProfileRe', 'BRC_action_updateFullProfileRe_description', 'BRC_action_uploadAvatar', 'BRC_action_uploadAvatar_description', 'BRC_action_uploadAvatarRe', 'BRC_action_uploadAvatarRe_description', 'BRC_action_updateStatus', 'BRC_action_updateStatus_description', 'BRC_action_follow', 'BRC_action_follow_description', 'BRC_action_followRe', 'BRC_action_followRe_description', 'BRC_action_getFollower', 'BRC_action_getFollower_description', 'BRC_action_getFollowerRe', 'BRC_action_getFollowerRe_description', 'BRC_action_profilePost', 'BRC_action_profilePost_description', 'BRC_action_getProfilePost', 'BRC_action_getProfilePost_description', 'BRC_action_likeProfilePost', 'BRC_action_likeProfilePost_description', 'BRC_action_likeProfilePostRe', 'BRC_action_likeProfilePostRe_description', 'BRC_action_receiveProfilePostLike', 'BRC_action_receiveProfilePostLike_description', 'BRC_action_receiveProfilePostLikeRe', 'BRC_action_receiveProfilePostLikeRe_description', 'BRC_action_createConversation', 'BRC_action_createConversation_description', 'BRC_action_createConversationRe', 'BRC_action_createConversationRe_description', 'BRC_action_receiveConversation', 'BRC_action_receiveConversation_description', 'BRC_action_replyConversation', 'BRC_action_replyConversation_description', 'BRC_action_conversationGetReply', 'BRC_action_conversationGetReply_description', 'BRC_action_trophyReward', 'BRC_action_trophyReward_description', 'BRC_action_dailyReward', 'BRC_action_dailyReward_description', 'BRC_action_salary', 'BRC_action_salary_description', 'BRC_action_createNewThread', 'BRC_action_createNewThread_description', 'BRC_action_threadDeleted', 'BRC_action_threadDeleted_description', 'BRC_action_threadGetReply', 'BRC_action_threadGetReply_description', 'BRC_action_threadViewed', 'BRC_action_threadViewed_description', 'BRC_action_readThread', 'BRC_action_readThread_description', 'BRC_action_watchThread', 'BRC_action_watchThread_description', 'BRC_action_watchThreadRe', 'BRC_action_watchThreadRe_description', 'BRC_action_threadGetWatched', 'BRC_action_threadGetWatched_description', 'BRC_action_threadGetWatchedRe', 'BRC_action_threadGetWatchedRe_description', 'BRC_action_createNewPoll', 'BRC_action_createNewPoll_description', 'BRC_action_votePoll', 'BRC_action_votePoll_description', 'BRC_action_pollGetVote', 'BRC_action_pollGetVote_description', 'BRC_action_threadSticky', 'BRC_action_threadSticky_description', 'BRC_action_threadStickyRe', 'BRC_action_threadStickyRe_description', 'BRC_action_newPost', 'BRC_action_newPost_description', 'BRC_action_postDeleted', 'BRC_action_postDeleted_description', 'BRC_action_uploadAttachment', 'BRC_action_uploadAttachment_description', 'BRC_action_uploadAttachmentRe', 'BRC_action_uploadAttachmentRe_description', 'BRC_action_downloadAttachment', 'BRC_action_downloadAttachment_description', 'BRC_action_attachmentDownloaded', 'BRC_action_attachmentDownloaded_description', 'BRC_action_likePost', 'BRC_action_likePost_description', 'BRC_action_likePostRe', 'BRC_action_likePostRe_description', 'BRC_action_receivePostLike', 'BRC_action_receivePostLike_description', 'BRC_action_receivePostLikeRe', 'BRC_action_receivePostLikeRe_description', 'BRC_action_reportPost', 'BRC_action_reportPost_description', 'BRC_action_postReported', 'BRC_action_postReported_description', 'BRC_action_BRCIPurchaseUserUpgrade', 'BRC_action_BRCIPurchaseUserUpgrade_explain', 'BRC_action_paygatePayment', 'BRC_action_paygatePayment_description', 'addm_donations')
    Params: 2
    Run Time: 0.000434
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 137Using where

Included Files (253, XenForo Classes: 48)

  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/Phrase.php
  29. library/XenForo/CodeEvent.php
  30. library/XenForo/Options.php
  31. library/XenForo/Link.php
  32. library/XenForo/Template/Helper/Core.php
  33. library/Brivium/ThreadProfileCover/EventListeners/Listener.php
  34. library/Brivium/BriviumHelper/EventListeners.php
  35. library/Brivium/BriviumHelper/1020271/EventListeners.php
  36. library/EWRcarta/Listener/Init.php
  37. library/XenForo/DataWriter/User.php
  38. library/XenForo/DataWriter.php
  39. library/Nobita/Teams/Listener.php
  40. library/Nobita/Teams/Option.php
  41. library/Nobita/Teams/helpers.php
  42. library/Exile/ResourceUpdater/Listener.php
  43. library/Brivium/Credits/Listener/Listener.php
  44. library/TeslaCloud/CP/Listener.php
  45. library/ConvEss/Listener/Cog.php
  46. library/NFLJ/AMS/Listener/Proxy.php
  47. library/XenForo/Model/Import.php
  48. library/Siropu/Chat/Listener.php
  49. library/VietXfAdvStats/Listener.php
  50. library/RmThreadReassign/Listener.php
  51. library/bdPaygateFreeKassa/Listener.php
  52. library/bdPaygate/Listener.php
  53. library/Brivium/CreditsIntegration/UserUpgrades/EventListeners/Listener.php
  54. library/EWRrio/Listener/Init.php
  55. library/Waindigo/Listener/InitDependencies.php
  56. library/Waindigo/Listener/InitDependencies/20150212.php
  57. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  58. library/GFNKraken/Application.php
  59. library/Siropu/EasyUserBan/Listener.php
  60. library/Brivium/SupportTicketSystem/EventListeners/Listener.php
  61. library/Brivium/Credits/Currency.php
  62. library/Brivium/Credits/Action.php
  63. library/Brivium/Credits/ActionHandler/Login/ActionHandler.php
  64. library/Brivium/Credits/ActionHandler/Abstract.php
  65. library/Brivium/Credits/ActionHandler/Exchange/ActionHandler.php
  66. library/Brivium/Credits/ActionHandler/Transfer/ActionHandler.php
  67. library/Brivium/Credits/ActionHandler/Withdraw/ActionHandler.php
  68. library/Brivium/Credits/ActionHandler/Steal/ActionHandler.php
  69. library/Brivium/Credits/ActionHandler/PaypalPayment/ActionHandler.php
  70. library/Brivium/Credits/ActionHandler/PaypalPaymentRe/ActionHandler.php
  71. library/Brivium/Credits/ActionHandler/Registration/ActionHandler.php
  72. library/Brivium/Credits/ActionHandler/FacebookAssociate/ActionHandler.php
  73. library/Brivium/Credits/ActionHandler/FacebookDisassociate/ActionHandler.php
  74. library/Brivium/Credits/ActionHandler/TwitterAssociate/ActionHandler.php
  75. library/Brivium/Credits/ActionHandler/TwitterDisassociate/ActionHandler.php
  76. library/Brivium/Credits/ActionHandler/GoogleAssociate/ActionHandler.php
  77. library/Brivium/Credits/ActionHandler/GoogleDisassociate/ActionHandler.php
  78. library/Brivium/Credits/ActionHandler/Birthday/ActionHandler.php
  79. library/Brivium/Credits/ActionHandler/ImportVbb/ActionHandler.php
  80. library/Brivium/Credits/ActionHandler/Interest/ActionHandler.php
  81. library/Brivium/Credits/ActionHandler/UpdateFullProfile/ActionHandler.php
  82. library/Brivium/Credits/ActionHandler/UpdateFullProfileRe/ActionHandler.php
  83. library/Brivium/Credits/ActionHandler/UploadAvatar/ActionHandler.php
  84. library/Brivium/Credits/ActionHandler/UploadAvatarRe/ActionHandler.php
  85. library/Brivium/Credits/ActionHandler/UpdateStatus/ActionHandler.php
  86. library/Brivium/Credits/ActionHandler/Follow/ActionHandler.php
  87. library/Brivium/Credits/ActionHandler/FollowRe/ActionHandler.php
  88. library/Brivium/Credits/ActionHandler/GetFollower/ActionHandler.php
  89. library/Brivium/Credits/ActionHandler/GetFollowerRe/ActionHandler.php
  90. library/Brivium/Credits/ActionHandler/ProfilePost/ActionHandler.php
  91. library/Brivium/Credits/ActionHandler/GetProfilePost/ActionHandler.php
  92. library/Brivium/Credits/ActionHandler/LikeProfilePost/ActionHandler.php
  93. library/Brivium/Credits/ActionHandler/LikeProfilePostRe/ActionHandler.php
  94. library/Brivium/Credits/ActionHandler/ReceiveProfilePostLike/ActionHandler.php
  95. library/Brivium/Credits/ActionHandler/ReceiveProfilePostLikeRe/ActionHandler.php
  96. library/Brivium/Credits/ActionHandler/CreateConversation/ActionHandler.php
  97. library/Brivium/Credits/ActionHandler/CreateConversationRe/ActionHandler.php
  98. library/Brivium/Credits/ActionHandler/ReceiveConversation/ActionHandler.php
  99. library/Brivium/Credits/ActionHandler/ReplyConversation/ActionHandler.php
  100. library/Brivium/Credits/ActionHandler/ConversationGetReply/ActionHandler.php
  101. library/Brivium/Credits/ActionHandler/TrophyReward/ActionHandler.php
  102. library/Brivium/Credits/ActionHandler/DailyReward/ActionHandler.php
  103. library/Brivium/Credits/ActionHandler/Salary/ActionHandler.php
  104. library/Brivium/Credits/ActionHandler/CreateNewThread/ActionHandler.php
  105. library/Brivium/Credits/ActionHandler/ThreadDeleted/ActionHandler.php
  106. library/Brivium/Credits/ActionHandler/ThreadGetReply/ActionHandler.php
  107. library/Brivium/Credits/ActionHandler/ThreadViewed/ActionHandler.php
  108. library/Brivium/Credits/ActionHandler/ReadThread/ActionHandler.php
  109. library/Brivium/Credits/ActionHandler/WatchThread/ActionHandler.php
  110. library/Brivium/Credits/ActionHandler/WatchThreadRe/ActionHandler.php
  111. library/Brivium/Credits/ActionHandler/ThreadGetWatched/ActionHandler.php
  112. library/Brivium/Credits/ActionHandler/ThreadGetWatchedRe/ActionHandler.php
  113. library/Brivium/Credits/ActionHandler/CreateNewPoll/ActionHandler.php
  114. library/Brivium/Credits/ActionHandler/VotePoll/ActionHandler.php
  115. library/Brivium/Credits/ActionHandler/PollGetVote/ActionHandler.php
  116. library/Brivium/Credits/ActionHandler/ThreadSticky/ActionHandler.php
  117. library/Brivium/Credits/ActionHandler/ThreadStickyRe/ActionHandler.php
  118. library/Brivium/Credits/ActionHandler/NewPost/ActionHandler.php
  119. library/Brivium/Credits/ActionHandler/PostDeleted/ActionHandler.php
  120. library/Brivium/Credits/ActionHandler/UploadAttachment/ActionHandler.php
  121. library/Brivium/Credits/ActionHandler/UploadAttachmentRe/ActionHandler.php
  122. library/Brivium/Credits/ActionHandler/DownloadAttachment/ActionHandler.php
  123. library/Brivium/Credits/ActionHandler/AttachmentDownloaded/ActionHandler.php
  124. library/Brivium/Credits/ActionHandler/LikePost/ActionHandler.php
  125. library/Brivium/Credits/ActionHandler/LikePostRe/ActionHandler.php
  126. library/Brivium/Credits/ActionHandler/ReceivePostLike/ActionHandler.php
  127. library/Brivium/Credits/ActionHandler/ReceivePostLikeRe/ActionHandler.php
  128. library/Brivium/Credits/ActionHandler/ReportPost/ActionHandler.php
  129. library/Brivium/Credits/ActionHandler/PostReported/ActionHandler.php
  130. library/Brivium/CreditsIntegration/UserUpgrades/ActionHandler/PurchaseUserUpgrade/ActionHandler.php
  131. library/TeslaCloud/CP/Brivium/Credits/ActionHandler/PaygatesPayment/ActionHandler.php
  132. library/Brivium/Credits/Events.php
  133. library/Brivium/ExtraTrophiesAwarded/EventListener/Listener.php
  134. library/XenResource/Listener/Proxy.php
  135. library/bdPaygate/ShippableHelper/Updater.php
  136. library/bdPaygate/Option.php
  137. library/XenForo/Router.php
  138. library/XenForo/Route/Filter.php
  139. library/XenForo/Route/Interface.php
  140. library/XenForo/Route/ResponseSuffix.php
  141. library/XenForo/Route/Prefix.php
  142. library/EWRcarta/Route/Wiki.php
  143. library/XenForo/RouteMatch.php
  144. library/EWRcarta/ControllerPublic/Wiki.php
  145. library/XenForo/ControllerPublic/Abstract.php
  146. library/XenForo/Controller.php
  147. library/ShowSimilarThreads/Listener.php
  148. library/XI/Tag/CodeEvent/Listener.php
  149. library/HideIpSadmin/EventListener/Post.php
  150. library/XenForo/Input.php
  151. library/XenForo/Session.php
  152. library/XenForo/Helper/Ip.php
  153. library/XenForo/Visitor.php
  154. library/XenForo/Model/User.php
  155. library/EWRcarta/Listener/Model.php
  156. library/WMTech/StickyMultipleAccountInfo/Listener.php
  157. library/RastaLulz/LoggedInCookie/Listener/LoadClass.php
  158. library/ConvEss/Model/User.php
  159. library/Nobita/Teams/XenForo/Model/User.php
  160. library/Brivium/Credits/Model/User.php
  161. library/Brivium/SupportTicketSystem/Model/User.php
  162. library/VietXfAdvStats/XenForo/Model/User.php
  163. library/NFLJ/AMS/XenForo/Model/User.php
  164. library/EWRcarta/Model/User.php
  165. library/WMTech/StickyMultipleAccountInfo/Model/User.php
  166. library/RastaLulz/LoggedInCookie/Model/User.php
  167. library/XenResource/Listener/Proxy/ModelUser.php
  168. library/XenForo/Permission.php
  169. library/XenForo/Helper/Php.php
  170. library/XenForo/Locale.php
  171. library/RastaLulz/LoggedInCookie/Listener/VisitorSetup.php
  172. library/XenForo/Helper/Cookie.php
  173. library/Brivium/ExtraTrophiesAwarded/EventListener/Helpers.php
  174. library/EWRcarta/Model/Perms.php
  175. library/GritterNotifications/Listener.php
  176. library/NFLJ/AMS/Model/Article.php
  177. library/TeslaCloud/HG/Listener.php
  178. library/TeslaCloud/HG/NFLJ/AMS/Model/Article.php
  179. library/EWRcarta/Model/Pages.php
  180. library/EWRcarta/Model/Lists.php
  181. library/XenForo/Model/Attachment.php
  182. library/GFNKraken/Listener/LoadClass.php
  183. library/Brivium/Credits/Model/Attachment.php
  184. library/GFNKraken/Extend/XenForo/Model/Attachment.php
  185. library/EWRcarta/Model/Parser.php
  186. library/EWRcarta/Model/History.php
  187. library/XenForo/ControllerResponse/View.php
  188. library/XenForo/ControllerResponse/Abstract.php
  189. library/XenForo/ViewRenderer/HtmlPublic.php
  190. library/XenForo/ViewRenderer/Abstract.php
  191. library/XenForo/Template/Public.php
  192. library/XenForo/Template/Abstract.php
  193. library/EWRcarta/ViewPublic/PageView.php
  194. library/XenForo/ViewPublic/Base.php
  195. library/XenForo/View.php
  196. library/EWRcarta/Model/Cache.php
  197. library/NFLJ/AMS/Listener/Template.php
  198. library/Siropu/CustomTabs/Listener.php
  199. library/VietXfAdvStats/Model/GetUserGroup.php
  200. library/Brivium/ParseHTMLBBCode/EventListeners/Listener.php
  201. library/Brivium/MetadataEssential/EventListeners/Listener.php
  202. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  203. library/Waindigo/Listener/TemplateCreate.php
  204. library/Waindigo/Listener/TemplateCreate/20150106.php
  205. library/Brivium/Credits/Model/Credit.php
  206. library/TeslaCloud/CP/Brivium/Credits/Model/Credit.php
  207. library/Brivium/TableBBCode/EventListeners/Listener.php
  208. library/XenResource/Listener/Template.php
  209. library/XenForo/Route/Prefix/Members.php
  210. library/Siropu/CustomTabs/Model.php
  211. library/Siropu/CustomTabs/Helper.php
  212. library/XenForo/Helper/Criteria.php
  213. library/Audentio/DonationManager/Listener/CodeEvent.php
  214. library/EWRrio/Listener/NavTabs.php
  215. library/EWRrio/Model/Perms.php
  216. library/EWRcarta/Listener/NavTabs.php
  217. library/Nobita/Teams/Link.php
  218. library/LiamW/PostMacros/Listener.php
  219. library/NFLJ/AMS/Listener/Criteria.php
  220. library/XenForo/Template/FileHandler.php
  221. library/XenForo/Helper/File.php
  222. internal_data/templates/S.26,L.2,EWRcarta_PageView.php
  223. library/XenForo/Helper/String.php
  224. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  225. library/Waindigo/Listener/TemplatePostRender.php
  226. library/Waindigo/Listener/TemplatePostRender/20150106.php
  227. library/Waindigo/Listener/Template.php
  228. library/Waindigo/Listener/Template/20150106.php
  229. library/XenForo/Debug.php
  230. internal_data/templates/S.26,L.2,PAGE_CONTAINER.php
  231. library/EWRcarta/Listener/Template.php
  232. library/SocialLikes/Listener.php
  233. internal_data/templates/S.26,L.2,social_likes_library.php
  234. internal_data/templates/S.26,L.2,BRME_page_container_head.php
  235. library/Brivium/AdvancedRules/Listener.php
  236. library/Waindigo/CustomFields/Listener/TemplateHook.php
  237. library/Waindigo/Listener/TemplateHook.php
  238. library/Waindigo/Listener/TemplateHook/20150106.php
  239. internal_data/templates/S.26,L.2,nflj_ams_tab_links.php
  240. internal_data/templates/S.26,L.2,addm_navigation.php
  241. internal_data/templates/S.26,L.2,resources_tab_links.php
  242. internal_data/templates/S.26,L.2,EWRrio_Navtabs.php
  243. internal_data/templates/S.26,L.2,EWRcarta_Navtabs.php
  244. internal_data/templates/S.26,L.2,Team_navigation_tab_links.php
  245. internal_data/templates/S.26,L.2,siropu_custom_tabs_child_list.php
  246. library/GritterNotifications/Template/Callback.php
  247. library/GritterNotifications/Model/Notification.php
  248. internal_data/templates/S.26,L.2,GritterNotifications.php
  249. library/VietXfAdvStats/Option.php
  250. library/Siropu/Chat/HelperDevice.php
  251. library/Siropu/Chat/ThirdParty/Mobile_Detect.php
  252. library/Siropu/Chat/Helper.php
  253. library/XenForo/ViewRenderer/Json.php