Page Time: 0.0830s

Memory: 9.2751 MB (Peak: 13.1604 MB)

Queries (21, time: 0.0087s, 10.5%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000220
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_id = ?
    Params: 3574
    Run Time: 0.000298
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  3. SELECT EWRtorneo_leagues.*, EWRtorneo_events.event_date AS league_start
    FROM EWRtorneo_leagues
    	LEFT JOIN EWRtorneo_events ON (EWRtorneo_events.league_id = EWRtorneo_leagues.league_id)
    WHERE EWRtorneo_leagues.league_id = ?
    ORDER BY EWRtorneo_events.event_date
    Params: 8
    Run Time: 0.000275
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_leaguesconstPRIMARYPRIMARY4const1Using temporary; Using filesort
    SIMPLEEWRtorneo_eventsALL    67Using where
  4. SELECT EWRtorneo_ranks.*, xf_user.*, EWRtorneo_leagues.*
    FROM EWRtorneo_ranks
    	RIGHT JOIN xf_user ON (xf_user.user_id = EWRtorneo_ranks.user_id)
    	LEFT JOIN EWRtorneo_leagues ON (EWRtorneo_leagues.league_id = EWRtorneo_ranks.league_id)
    WHERE xf_user.user_id = 3574
    ORDER BY EWRtorneo_ranks.rank_rank ASC
    LIMIT ?, ?
    Params: 0, 99999
    Run Time: 0.000417
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_userconstPRIMARYPRIMARY4const1Using temporary; Using filesort
    SIMPLEEWRtorneo_ranksrefuserGameuserGame4const5 
    SIMPLEEWRtorneo_leagueseq_refPRIMARYPRIMARY4fifavnor_xf.EWRtorneo_ranks.league_id1 
  5. SELECT COUNT(*) AS total
    FROM EWRtorneo_ranks
    WHERE league_id =8
    Run Time: 0.000250
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_ranksindexuserGameuserGame8 466Using where; Using index
  6. SELECT COUNT(*) AS total
    	FROM EWRtorneo_events
    WHERE event_state = 'visible'
    	AND league_id = 8
    Run Time: 0.000179
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_eventsALL    67Using where
  7. SELECT COUNT(*) AS total
    FROM EWRtorneo_matches
    	LEFT JOIN EWRtorneo_events ON (EWRtorneo_events.event_id = EWRtorneo_matches.event_id)
    WHERE EWRtorneo_events.event_state = 'visible'
    	 AND EWRtorneo_events.league_id = 8
    Run Time: 0.000297
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_eventsALLPRIMARY   67Using where
    SIMPLEEWRtorneo_matchesALL    345Using where; Using join buffer (hash join)
  8. SELECT COUNT(*) AS total
    	FROM EWRtorneo_teams
    WHERE league_id = ?
    Params: 8
    Run Time: 0.000147
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_teamsrefleague_idleague_id4const9Using index
  9. SELECT EWRtorneo_ranks.*, xf_user.*, EWRtorneo_leagues.*
    FROM EWRtorneo_ranks
    	RIGHT JOIN xf_user ON (xf_user.user_id = EWRtorneo_ranks.user_id)
    	LEFT JOIN EWRtorneo_leagues ON (EWRtorneo_leagues.league_id = EWRtorneo_ranks.league_id)
    WHERE EWRtorneo_ranks.league_id =8
    ORDER BY EWRtorneo_ranks.rank_rank ASC
    LIMIT ?, ?
    Params: 0, 10
    Run Time: 0.000621
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_ranksALLuserGame   466Using where; Using filesort
    SIMPLEEWRtorneo_leaguesconstPRIMARYPRIMARY4const1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4fifavnor_xf.EWRtorneo_ranks.user_id1 
  10. SELECT EWRtorneo_events.*, EWRtorneo_leagues.*, EWRtorneo_categories.*, xf_user.*,
    	IF(xf_user.username IS NULL, EWRtorneo_events.username, xf_user.username) AS username,
    	CAST(EWRtorneo_events.event_players AS SIGNED) - CAST(EWRtorneo_events.event_claimed AS SIGNED) AS event_unclaimed
    FROM EWRtorneo_events
    	LEFT JOIN EWRtorneo_leagues ON (EWRtorneo_leagues.league_id = EWRtorneo_events.league_id)
    	LEFT JOIN EWRtorneo_categories ON (EWRtorneo_categories.category_id = EWRtorneo_events.category_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRtorneo_events.user_id)
    WHERE EWRtorneo_events.event_state = 'visible'
    	 AND EWRtorneo_leagues.league_id = 8
    ORDER BY EWRtorneo_events.event_date DESC, EWRtorneo_events.event_date DESC, EWRtorneo_events.event_name DESC
    LIMIT ?, ?
    Params: 0, 5
    Run Time: 0.000676
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_leaguesconstPRIMARYPRIMARY4const1Using filesort
    SIMPLEEWRtorneo_eventsALL    67Using where
    SIMPLEEWRtorneo_categorieseq_refPRIMARYPRIMARY4fifavnor_xf.EWRtorneo_events.category_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4fifavnor_xf.EWRtorneo_events.user_id1 
  11. SELECT EWRtorneo_results.*, EWRtorneo_events.*, EWRtorneo_leagues.*, EWRtorneo_categories.*
    FROM EWRtorneo_results
    	LEFT JOIN EWRtorneo_events ON (EWRtorneo_events.event_id = EWRtorneo_results.event_id)
    	LEFT JOIN EWRtorneo_leagues ON (EWRtorneo_leagues.league_id = EWRtorneo_events.league_id)
    	LEFT JOIN EWRtorneo_categories ON (EWRtorneo_categories.category_id = EWRtorneo_events.category_id)
    WHERE EWRtorneo_events.event_state = 'visible'
    	AND EWRtorneo_results.user_id = 3574 AND (EWRtorneo_events.event_date > 1449887658
    	AND EWRtorneo_events.event_date < 1481510058) AND EWRtorneo_events.league_id = 8
    ORDER BY EWRtorneo_results.result_value DESC, EWRtorneo_events.event_date DESC
    LIMIT ?, ?
    Params: 0, 5
    Run Time: 0.001659
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_eventsALLPRIMARY   67Using where; Using temporary; Using filesort
    SIMPLEEWRtorneo_leaguesconstPRIMARYPRIMARY4const1 
    SIMPLEEWRtorneo_categorieseq_refPRIMARYPRIMARY4fifavnor_xf.EWRtorneo_events.category_id1 
    SIMPLEEWRtorneo_resultsALL    1292Using where; Using join buffer (hash join)
  12. SELECT EWRtorneo_teams.*, EWRtorneo_leagues.*
    FROM EWRtorneo_teams
    	LEFT JOIN EWRtorneo_leagues ON (EWRtorneo_leagues.league_id = EWRtorneo_teams.league_id)
    ORDER BY team_name ASC
    Run Time: 0.000228
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_teamsALL    29Using filesort
    SIMPLEEWRtorneo_leagueseq_refPRIMARYPRIMARY4fifavnor_xf.EWRtorneo_teams.league_id1 
  13. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: bb1ecb5bae1c9e155bffec5818e2278d, , 1711692281
    Run Time: 0.000154
  14. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , EWRtorneo_ControllerPublic_Rankings_User, User, valid, action_id=3574, 1711688681,
    Run Time: 0.000083
  15. SELECT *
    FROM xf_siropu_custom_tabs
    WHERE enabled = 1
    ORDER BY tab_order ASC
    Run Time: 0.000215
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_siropu_custom_tabsALL    15Using where; Using filesort
  16. SELECT COUNT(*) AS total
    	FROM EWRtorneo_events
    WHERE event_state = 'moderated'
    	OR EWRtorneo_events.event_players = 0
    Run Time: 0.000151
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_eventsALL    67Using where
  17. SELECT COUNT(*) AS total
    	FROM EWRtorneo_events
    WHERE event_state = 'visible' AND event_import != 'matches'
    	AND (event_service = 'challonge' OR event_service = 'smashgg')
    Run Time: 0.000158
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_eventsALL    67Using where
  18. SELECT COUNT(*) AS total
    FROM EWRtorneo_claims
    Run Time: 0.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_claimsindex result_id8 1Using index
  19. SELECT *
    	FROM EWRtorneo_leagues
    WHERE league_active = '1'
    	AND league_primary = '1'
    ORDER BY league_order ASC, league_name ASC
    Run Time: 0.000130
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRtorneo_leaguesALL    8Using where; Using filesort
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRC_sidebar_visitor_panel_stats', 'BRC_navigation_visitor_tabs_end', 'EWRtorneo_UserView', 'EWRporta2_Navtabs', 'resources_tab_links', 'EWRtorneo_Navtabs', 'siropu_chat', 'siropu_chat_disabled', 'siropu_custom_tabs_child_list', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 29, 2
    Run Time: 0.001679
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 11Using where
  21. 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_baokimPayment', 'BRC_action_baokimPayment_explain', 'BRC_action_ResourceGetPurchased', 'BRC_action_ResourceGetPurchased_explain', 'BRC_action_ResourcePurchased', 'BRC_action_ResourcePurchased_explain', 'rankings', '1v1_tournaments', 'proclubs_tournaments')
    Params: 2
    Run Time: 0.000793
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 141Using where

Included Files (207, XenForo Classes: 47)

  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/Cache.php
  19. library/Zend/Cache/Backend/File.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/bdApi/Listener.php
  29. library/XenForo/CacheRebuilder/Abstract.php
  30. library/EWRtorneo/Listener/Init.php
  31. library/XenForo/DataWriter/User.php
  32. library/XenForo/DataWriter.php
  33. library/bdMedal/Listener.php
  34. library/Brivium/Credits/Listener/Listener.php
  35. library/Brivium/BriviumHelper/EventListeners.php
  36. library/Brivium/BriviumHelper/1020131/EventListeners.php
  37. library/VietXfAdvStats/Listener.php
  38. library/Siropu/Chat/Listener.php
  39. library/XenForo/Phrase.php
  40. library/Brivium/Credits/Currency.php
  41. library/Brivium/Credits/Action.php
  42. library/Brivium/Credits/Payment/BaoKim/EventListeners/Listener.php
  43. library/Brivium/CreResIntegration/EventListeners/Listener.php
  44. library/Brivium/Credits/ActionHandler/Login/ActionHandler.php
  45. library/Brivium/Credits/ActionHandler/Abstract.php
  46. library/Brivium/Credits/ActionHandler/Exchange/ActionHandler.php
  47. library/Brivium/Credits/ActionHandler/Transfer/ActionHandler.php
  48. library/Brivium/Credits/ActionHandler/Withdraw/ActionHandler.php
  49. library/Brivium/Credits/ActionHandler/Steal/ActionHandler.php
  50. library/Brivium/Credits/ActionHandler/PaypalPayment/ActionHandler.php
  51. library/Brivium/Credits/ActionHandler/PaypalPaymentRe/ActionHandler.php
  52. library/Brivium/Credits/ActionHandler/Registration/ActionHandler.php
  53. library/Brivium/Credits/ActionHandler/FacebookAssociate/ActionHandler.php
  54. library/Brivium/Credits/ActionHandler/FacebookDisassociate/ActionHandler.php
  55. library/Brivium/Credits/ActionHandler/TwitterAssociate/ActionHandler.php
  56. library/Brivium/Credits/ActionHandler/TwitterDisassociate/ActionHandler.php
  57. library/Brivium/Credits/ActionHandler/GoogleAssociate/ActionHandler.php
  58. library/Brivium/Credits/ActionHandler/GoogleDisassociate/ActionHandler.php
  59. library/Brivium/Credits/ActionHandler/Birthday/ActionHandler.php
  60. library/Brivium/Credits/ActionHandler/ImportVbb/ActionHandler.php
  61. library/Brivium/Credits/ActionHandler/Interest/ActionHandler.php
  62. library/Brivium/Credits/ActionHandler/UpdateFullProfile/ActionHandler.php
  63. library/Brivium/Credits/ActionHandler/UpdateFullProfileRe/ActionHandler.php
  64. library/Brivium/Credits/ActionHandler/UploadAvatar/ActionHandler.php
  65. library/Brivium/Credits/ActionHandler/UploadAvatarRe/ActionHandler.php
  66. library/Brivium/Credits/ActionHandler/UpdateStatus/ActionHandler.php
  67. library/Brivium/Credits/ActionHandler/Follow/ActionHandler.php
  68. library/Brivium/Credits/ActionHandler/FollowRe/ActionHandler.php
  69. library/Brivium/Credits/ActionHandler/GetFollower/ActionHandler.php
  70. library/Brivium/Credits/ActionHandler/GetFollowerRe/ActionHandler.php
  71. library/Brivium/Credits/ActionHandler/ProfilePost/ActionHandler.php
  72. library/Brivium/Credits/ActionHandler/GetProfilePost/ActionHandler.php
  73. library/Brivium/Credits/ActionHandler/LikeProfilePost/ActionHandler.php
  74. library/Brivium/Credits/ActionHandler/LikeProfilePostRe/ActionHandler.php
  75. library/Brivium/Credits/ActionHandler/ReceiveProfilePostLike/ActionHandler.php
  76. library/Brivium/Credits/ActionHandler/ReceiveProfilePostLikeRe/ActionHandler.php
  77. library/Brivium/Credits/ActionHandler/CreateConversation/ActionHandler.php
  78. library/Brivium/Credits/ActionHandler/CreateConversationRe/ActionHandler.php
  79. library/Brivium/Credits/ActionHandler/ReceiveConversation/ActionHandler.php
  80. library/Brivium/Credits/ActionHandler/ReplyConversation/ActionHandler.php
  81. library/Brivium/Credits/ActionHandler/ConversationGetReply/ActionHandler.php
  82. library/Brivium/Credits/ActionHandler/TrophyReward/ActionHandler.php
  83. library/Brivium/Credits/ActionHandler/DailyReward/ActionHandler.php
  84. library/Brivium/Credits/ActionHandler/Salary/ActionHandler.php
  85. library/Brivium/Credits/ActionHandler/CreateNewThread/ActionHandler.php
  86. library/Brivium/Credits/ActionHandler/ThreadDeleted/ActionHandler.php
  87. library/Brivium/Credits/ActionHandler/ThreadGetReply/ActionHandler.php
  88. library/Brivium/Credits/ActionHandler/ThreadViewed/ActionHandler.php
  89. library/Brivium/Credits/ActionHandler/ReadThread/ActionHandler.php
  90. library/Brivium/Credits/ActionHandler/WatchThread/ActionHandler.php
  91. library/Brivium/Credits/ActionHandler/WatchThreadRe/ActionHandler.php
  92. library/Brivium/Credits/ActionHandler/ThreadGetWatched/ActionHandler.php
  93. library/Brivium/Credits/ActionHandler/ThreadGetWatchedRe/ActionHandler.php
  94. library/Brivium/Credits/ActionHandler/CreateNewPoll/ActionHandler.php
  95. library/Brivium/Credits/ActionHandler/VotePoll/ActionHandler.php
  96. library/Brivium/Credits/ActionHandler/PollGetVote/ActionHandler.php
  97. library/Brivium/Credits/ActionHandler/ThreadSticky/ActionHandler.php
  98. library/Brivium/Credits/ActionHandler/ThreadStickyRe/ActionHandler.php
  99. library/Brivium/Credits/ActionHandler/NewPost/ActionHandler.php
  100. library/Brivium/Credits/ActionHandler/PostDeleted/ActionHandler.php
  101. library/Brivium/Credits/ActionHandler/UploadAttachment/ActionHandler.php
  102. library/Brivium/Credits/ActionHandler/UploadAttachmentRe/ActionHandler.php
  103. library/Brivium/Credits/ActionHandler/DownloadAttachment/ActionHandler.php
  104. library/Brivium/Credits/ActionHandler/AttachmentDownloaded/ActionHandler.php
  105. library/Brivium/Credits/ActionHandler/LikePost/ActionHandler.php
  106. library/Brivium/Credits/ActionHandler/LikePostRe/ActionHandler.php
  107. library/Brivium/Credits/ActionHandler/ReceivePostLike/ActionHandler.php
  108. library/Brivium/Credits/ActionHandler/ReceivePostLikeRe/ActionHandler.php
  109. library/Brivium/Credits/ActionHandler/ReportPost/ActionHandler.php
  110. library/Brivium/Credits/ActionHandler/PostReported/ActionHandler.php
  111. library/Brivium/Credits/Payment/BaoKim/ActionHandler/BaoKim/ActionHandler.php
  112. library/Brivium/CreResIntegration/ActionHandler/ResourceGetPurchased/ActionHandler.php
  113. library/Brivium/CreResIntegration/ActionHandler/ResourcePurchased/ActionHandler.php
  114. library/Brivium/Credits/Events.php
  115. library/ThemeHouse/Listener/InitDependencies.php
  116. library/ThemeHouse/Listener/InitDependencies/20151202.php
  117. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  118. library/EWRporta2/Listener/Init.php
  119. library/XenResource/Listener/Proxy.php
  120. library/Brivium/ThreadProfileCover/EventListeners/Listener.php
  121. library/XenForo/Router.php
  122. library/XenForo/Route/Filter.php
  123. library/XenForo/Route/Interface.php
  124. library/XenForo/Route/ResponseSuffix.php
  125. library/XenForo/Route/Prefix.php
  126. library/EWRtorneo/Route/Rankings.php
  127. library/XenForo/RouteMatch.php
  128. library/EWRtorneo/ControllerPublic/Rankings/User.php
  129. library/XenForo/ControllerPublic/Abstract.php
  130. library/XenForo/Controller.php
  131. library/ChipXF/MoreThread/Listener.php
  132. library/XenForo/Input.php
  133. library/XenForo/Session.php
  134. library/Zend/Db.php
  135. library/Zend/Db/Adapter/Mysqli.php
  136. library/Zend/Db/Adapter/Abstract.php
  137. library/Zend/Db/Select.php
  138. library/Zend/Db/Expr.php
  139. library/Zend/Db/Profiler.php
  140. library/Zend/Db/Statement/Mysqli.php
  141. library/Zend/Db/Statement.php
  142. library/Zend/Db/Statement/Interface.php
  143. library/XenForo/Helper/Ip.php
  144. library/XenForo/Visitor.php
  145. library/XenForo/Model/User.php
  146. library/EWRporta2/Listener/Model.php
  147. library/EWRtorneo/Listener/Model.php
  148. library/VietXfAdvStats/XenForo/Model/User.php
  149. library/Brivium/Credits/Model/User.php
  150. library/EWRporta2/Model/User.php
  151. library/EWRtorneo/Model/User.php
  152. library/XenResource/Listener/Proxy/ModelUser.php
  153. library/Zend/Db/Profiler/Query.php
  154. library/XenForo/Permission.php
  155. library/XenForo/Helper/Php.php
  156. library/XenForo/Locale.php
  157. library/EWRtorneo/Model/Perms.php
  158. library/EWRtorneo/Model/Leagues.php
  159. library/EWRtorneo/Model/Ranks.php
  160. library/EWRtorneo/Model/Results.php
  161. library/EWRtorneo/Model/Events.php
  162. library/EWRtorneo/Model/Matches.php
  163. library/EWRtorneo/Model/Teams.php
  164. library/XenForo/ControllerResponse/View.php
  165. library/XenForo/ControllerResponse/Abstract.php
  166. library/XenForo/Helper/Cookie.php
  167. library/XenForo/ViewRenderer/HtmlPublic.php
  168. library/XenForo/ViewRenderer/Abstract.php
  169. library/XenForo/Template/Public.php
  170. library/XenForo/Template/Abstract.php
  171. library/EWRporta2/Listener/ViewPublic.php
  172. library/XenForo/ViewPublic/Base.php
  173. library/XenForo/View.php
  174. library/bdApi/Template/Helper/Core.php
  175. library/VietXfAdvStats/Model/GetUserGroup.php
  176. library/Brivium/ParseHTMLBBCode/EventListeners/Listener.php
  177. library/Brivium/TableBBCode/EventListeners/Listener.php
  178. library/XenResource/Listener/Template.php
  179. library/Siropu/CustomTabs/Listener.php
  180. library/XFA/ThreadTabs/Template.php
  181. library/XenForo/Route/Prefix/Members.php
  182. library/Siropu/CustomTabs/Model.php
  183. library/Siropu/CustomTabs/Helper.php
  184. library/XenForo/Helper/Criteria.php
  185. library/EWRporta2/Listener/NavTabs.php
  186. library/EWRporta2/Model/Perms.php
  187. library/bdMedal/Option.php
  188. library/EWRtorneo/Listener/NavTabs.php
  189. library/XenForo/Model/Avatar.php
  190. library/EWRporta2/Listener/Template.php
  191. library/ChipXF/RemoteImageUploader/Listeners.php
  192. library/ChipXF/RemoteImageUploader/Helper.php
  193. library/Brivium/ScheduleThread/EventListeners/Listener.php
  194. library/SolidMean/ForumBackup/Listener/Template.php
  195. library/XenForo/Debug.php
  196. library/XenForo/Helper/String.php
  197. library/VietXfAdvStats/Option.php
  198. library/Siropu/Chat/Helper.php
  199. library/XenForo/Model/Thread.php
  200. library/XFA/ThreadTabs/Proxy.php
  201. library/VietXfAdvStats/XenForo/Model/Thread.php
  202. library/Brivium/Credits/ActionHandler/ThreadViewed/Model/Thread.php
  203. library/Brivium/Credits/ActionHandler/ReadThread/Model/Thread.php
  204. library/Brivium/ScheduleThread/Model/Thread.php
  205. library/Brivium/ThreadProfileCover/Model/Thread.php
  206. library/XFA/ThreadTabs/Extends/XenForo/Model/Thread.php
  207. library/XenForo/ViewRenderer/Json.php