Page Time: 0.0380s

Memory: 6.6408 MB (Peak: 7.6217 MB)

Queries (15, time: 0.0074s, 19.4%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000075
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra,
    		IF(rate.count IS NULL, 0, rate.count) AS thread_rate_count, IF(rate.sum IS NULL, 0, rate.sum) AS thread_rate_sum, IF(rate.avg IS NULL, 0, rate.avg) AS thread_rate_avg
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN tr_thread_rate AS rate ON (rate.thread_id = thread.thread_id)
    WHERE thread.thread_id = ?
    Params: 67539
    Run Time: 0.000327
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLErateconstPRIMARYPRIMARY4const1 
  3. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.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 = forum.node_id)
    WHERE node.node_id = ?
    Params: 32
    Run Time: 0.000233
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  4.                 SELECT DISTINCT content_id
                    FROM xf_tag_content
                    WHERE tag_id IN (
                            SELECT tag_id
                            FROM xf_tag_content
                            WHERE content_id = 67539
                                AND content_type = "thread"
                        )
                        AND content_id <> 67539
                        AND content_type = "thread"
                    ORDER BY content_id DESC
                 LIMIT 90
    Run Time: 0.001029
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYxf_tag_contentrefcontent_type_id_tag,tag_id_content_datecontent_type_id_tag31const,const2Using where; Using index; Using temporary; Using filesort
    PRIMARYxf_tag_contentrefcontent_type_id_tag,tag_id_content_datetag_id_content_date4dembuon_vn_d58b.xf_tag_content.tag_id3Using where
  5. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		NULL AS thread_read_date,
    		0 AS thread_is_watched,
    		0 AS user_post_count
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 67539
    Run Time: 0.000276
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  6. SELECT node.*, forum.*
    	
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE node.node_id = ?
    Params: 32
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
  7. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		NULL AS thread_read_date,
    		0 AS thread_is_watched,
    		0 AS user_post_count
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id IN (135803, 133841, 132257, 131534, 131372, 131370, 129107, 128107, 127055, 125163, 124213, 124114, 122215, 120944, 120759, 120128, 120113, 119650, 118980, 117567, 116200, 114151, 113879, 112744, 112685, 112239, 111011, 110803, 110578, 109394, 109306, 108425, 107762, 107464, 107374, 107267, 107119, 106813, 106086, 105590, 104738, 104393, 104275, 103194, 102575, 102018, 101611, 100507, 99106, 99066, 97544, 97468, 97354, 95735, 94946, 94879, 94482, 94313, 93725, 92825, 92480, 91756, 91392, 91008, 90565, 90471, 89990, 89975, 88472, 88278, 88240, 88150, 87832, 86915, 86836, 86734, 86437, 85971, 85728, 85120, 85101, 84460, 83821, 83143, 82380, 80505, 79902, 79244, 79126, 79091)
    Run Time: 0.004157
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 90Using where
    SIMPLEusereq_refPRIMARYPRIMARY4dembuon_vn_d58b.thread.user_id1 
  8. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000161
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const448Using where
  9. SELECT node.*, forum.*
    	
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE node.node_id IN (31, 15, 32, 236, 125, 200, 35, 127, 254, 29, 141)
    Run Time: 0.000261
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 11Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4dembuon_vn_d58b.node.node_id1 
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 2ca06b4c679ed72e32932504b1398f28, , 1711649228
    Run Time: 0.000124
  11. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=67539, 1711645628,
    Run Time: 0.000068
  12. select value, hits 
    from dark_azucloud_terms_pages pages 
    left join dark_azucloud_terms terms on pages.term_id = terms.id 
    where route = ? and terms.block = 0 and terms.value is not null and last_clicked > ? 
    order by hits desc, last_clicked desc
    limit ?
    Params: threads/like-facebook-nhan-xu.67539/, 1680109628, 50
    Run Time: 0.000208
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpagesrefterm_id_route,route,route_hits_last_clickedroute_hits_last_clicked452const1Using where
    SIMPLEtermseq_refPRIMARY,value,blockPRIMARY4dembuon_vn_d58b.pages.term_id1Using where
  13. SELECT COUNT(ld_id)
                FROM phc_linkdirectory as ld
    WHERE (ld.status != 'visible' OR lastcheck = 0)
    AND user_id = 0
    Run Time: 0.000045
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEldALLstatus,status_2   20Using where
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRC_sidebar_visitor_panel_stats', 'BRC_navigation_visitor_tabs_end', 'tinhte_xentag_thread_related_threads', 'resources_tab_links', 'ld_sub_nav', 'dark_taigachat', 'dark_taigachat_list', 'wf_hook_moderator_bar', 'wf_revealer', 'threadrating_rate', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 8, 2
    Run Time: 0.000132
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 12Using where
  15. 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_updateHomepage', 'BRC_action_updateHomepage_description', 'BRC_action_updateAbout', 'BRC_action_updateAbout_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_AzuCloud', 'BRC_action_AzuCloud_explain', 'BRC_action_BRRS_referral', 'BRC_action_BRRS_referral_explain', 'BRC_action_BRRSBuyReferralTimes', 'BRC_action_BRCIPurchaseUserUpgrade', 'BRC_action_BRCIPurchaseUserUpgrade_explain', 'VNNET_action_NLATMPayment', 'VNNET_action_NLATMPayment_explain', 'BRC_action_getbbcodePay', 'BRC_action_getbbcodePay_explain', 'BRC_action_bbcodePay', 'BRC_action_bbcodePay_explain', 'ld_nav_title')
    Params: 2
    Run Time: 0.000067
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 150Using where

Included Files (251, XenForo Classes: 56)

  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/Redis.php
  20. library/Redis/lib/Credis/Client.php
  21. library/Redis/lib/Credis/Sentinel.php
  22. library/Redis/Cm/Cache/Backend/Redis.php
  23. library/Zend/Cache/Backend.php
  24. library/Zend/Cache/Backend/ExtendedInterface.php
  25. library/Zend/Cache/Backend/Interface.php
  26. library/Zend/Cache/Core.php
  27. library/XenForo/CodeEvent.php
  28. library/XenForo/Options.php
  29. library/XenForo/Link.php
  30. library/XenForo/Template/Helper/Core.php
  31. library/Cng/TopX/Listener.php
  32. library/Cng/ViRewrite/Listener.php
  33. library/MobileRead/ProfileBbCode/Listener/InitDependencies.php
  34. library/Mod/TitleControl/Listener.php
  35. library/Dark/AzuCloud/Listener.php
  36. library/phc/KeywordManagement/Listener/Listener.php
  37. library/XenForo/ControllerPublic/Abstract.php
  38. library/XenForo/Controller.php
  39. library/Brivium/ReferralCreditSystem/EventListeners/Listener.php
  40. library/Brivium/BriviumHelper/EventListeners.php
  41. library/Brivium/BriviumHelper/1020271/EventListeners.php
  42. library/Mod/CascadingThreadListings/Listener/Listener.php
  43. library/Brivium/Credits/Listener/Listener.php
  44. library/Mod/OpenGraph/Listener.php
  45. library/SV/RedisCache/Listener.php
  46. library/Mod/ForumViewing/Listener/Listener.php
  47. library/Dark/TaigaChat/EventListener/Listener.php
  48. library/Mod/BumpThread/Listener.php
  49. library/WidgetFramework/Listener.php
  50. library/VNNET/NganluongATM/Listeners.php
  51. library/Tinhte/XenTag/Listener.php
  52. library/SV/RedisCache/XenForo/Model/DataRegistry.php
  53. library/XenForo/Phrase.php
  54. library/Brivium/Credits/Currency.php
  55. library/Brivium/Credits/Action.php
  56. library/Dark/AzuCloud/EventListener/FrontControllerPreView.php
  57. library/Brivium/CreditsIntegration/UserUpgrades/EventListeners/Listener.php
  58. library/VNNET/BBcodeCredits/Listener.php
  59. library/Brivium/Credits/ActionHandler/Login/ActionHandler.php
  60. library/Brivium/Credits/ActionHandler/Abstract.php
  61. library/Brivium/Credits/ActionHandler/Exchange/ActionHandler.php
  62. library/Brivium/Credits/ActionHandler/Transfer/ActionHandler.php
  63. library/Brivium/Credits/ActionHandler/Withdraw/ActionHandler.php
  64. library/Brivium/Credits/ActionHandler/Steal/ActionHandler.php
  65. library/Brivium/Credits/ActionHandler/PaypalPayment/ActionHandler.php
  66. library/Brivium/Credits/ActionHandler/PaypalPaymentRe/ActionHandler.php
  67. library/Brivium/Credits/ActionHandler/Registration/ActionHandler.php
  68. library/Brivium/Credits/ActionHandler/FacebookAssociate/ActionHandler.php
  69. library/Brivium/Credits/ActionHandler/FacebookDisassociate/ActionHandler.php
  70. library/Brivium/Credits/ActionHandler/TwitterAssociate/ActionHandler.php
  71. library/Brivium/Credits/ActionHandler/TwitterDisassociate/ActionHandler.php
  72. library/Brivium/Credits/ActionHandler/GoogleAssociate/ActionHandler.php
  73. library/Brivium/Credits/ActionHandler/GoogleDisassociate/ActionHandler.php
  74. library/Brivium/Credits/ActionHandler/Birthday/ActionHandler.php
  75. library/Brivium/Credits/ActionHandler/ImportVbb/ActionHandler.php
  76. library/Brivium/Credits/ActionHandler/Interest/ActionHandler.php
  77. library/Brivium/Credits/ActionHandler/UpdateFullProfile/ActionHandler.php
  78. library/Brivium/Credits/ActionHandler/UpdateFullProfileRe/ActionHandler.php
  79. library/Brivium/Credits/ActionHandler/UploadAvatar/ActionHandler.php
  80. library/Brivium/Credits/ActionHandler/UploadAvatarRe/ActionHandler.php
  81. library/Brivium/Credits/ActionHandler/UpdateHomepage/ActionHandler.php
  82. library/Brivium/Credits/ActionHandler/UpdateAbout/ActionHandler.php
  83. library/Brivium/Credits/ActionHandler/UpdateStatus/ActionHandler.php
  84. library/Brivium/Credits/ActionHandler/Follow/ActionHandler.php
  85. library/Brivium/Credits/ActionHandler/FollowRe/ActionHandler.php
  86. library/Brivium/Credits/ActionHandler/GetFollower/ActionHandler.php
  87. library/Brivium/Credits/ActionHandler/GetFollowerRe/ActionHandler.php
  88. library/Brivium/Credits/ActionHandler/ProfilePost/ActionHandler.php
  89. library/Brivium/Credits/ActionHandler/GetProfilePost/ActionHandler.php
  90. library/Brivium/Credits/ActionHandler/LikeProfilePost/ActionHandler.php
  91. library/Brivium/Credits/ActionHandler/LikeProfilePostRe/ActionHandler.php
  92. library/Brivium/Credits/ActionHandler/ReceiveProfilePostLike/ActionHandler.php
  93. library/Brivium/Credits/ActionHandler/ReceiveProfilePostLikeRe/ActionHandler.php
  94. library/Brivium/Credits/ActionHandler/CreateConversation/ActionHandler.php
  95. library/Brivium/Credits/ActionHandler/CreateConversationRe/ActionHandler.php
  96. library/Brivium/Credits/ActionHandler/ReceiveConversation/ActionHandler.php
  97. library/Brivium/Credits/ActionHandler/ReplyConversation/ActionHandler.php
  98. library/Brivium/Credits/ActionHandler/ConversationGetReply/ActionHandler.php
  99. library/Brivium/Credits/ActionHandler/TrophyReward/ActionHandler.php
  100. library/Brivium/Credits/ActionHandler/DailyReward/ActionHandler.php
  101. library/Brivium/Credits/ActionHandler/Salary/ActionHandler.php
  102. library/Brivium/Credits/ActionHandler/CreateNewThread/ActionHandler.php
  103. library/Brivium/Credits/ActionHandler/ThreadDeleted/ActionHandler.php
  104. library/Brivium/Credits/ActionHandler/ThreadGetReply/ActionHandler.php
  105. library/Brivium/Credits/ActionHandler/ThreadViewed/ActionHandler.php
  106. library/Brivium/Credits/ActionHandler/ReadThread/ActionHandler.php
  107. library/Brivium/Credits/ActionHandler/WatchThread/ActionHandler.php
  108. library/Brivium/Credits/ActionHandler/WatchThreadRe/ActionHandler.php
  109. library/Brivium/Credits/ActionHandler/ThreadGetWatched/ActionHandler.php
  110. library/Brivium/Credits/ActionHandler/ThreadGetWatchedRe/ActionHandler.php
  111. library/Brivium/Credits/ActionHandler/CreateNewPoll/ActionHandler.php
  112. library/Brivium/Credits/ActionHandler/VotePoll/ActionHandler.php
  113. library/Brivium/Credits/ActionHandler/PollGetVote/ActionHandler.php
  114. library/Brivium/Credits/ActionHandler/ThreadSticky/ActionHandler.php
  115. library/Brivium/Credits/ActionHandler/ThreadStickyRe/ActionHandler.php
  116. library/Brivium/Credits/ActionHandler/NewPost/ActionHandler.php
  117. library/Brivium/Credits/ActionHandler/PostDeleted/ActionHandler.php
  118. library/Brivium/Credits/ActionHandler/UploadAttachment/ActionHandler.php
  119. library/Brivium/Credits/ActionHandler/UploadAttachmentRe/ActionHandler.php
  120. library/Brivium/Credits/ActionHandler/DownloadAttachment/ActionHandler.php
  121. library/Brivium/Credits/ActionHandler/AttachmentDownloaded/ActionHandler.php
  122. library/Brivium/Credits/ActionHandler/LikePost/ActionHandler.php
  123. library/Brivium/Credits/ActionHandler/LikePostRe/ActionHandler.php
  124. library/Brivium/Credits/ActionHandler/ReceivePostLike/ActionHandler.php
  125. library/Brivium/Credits/ActionHandler/ReceivePostLikeRe/ActionHandler.php
  126. library/Brivium/Credits/ActionHandler/ReportPost/ActionHandler.php
  127. library/Brivium/Credits/ActionHandler/PostReported/ActionHandler.php
  128. library/Dark/AzuCloud/ActionHandler/AzuCloud.php
  129. library/Brivium/ReferralCreditSystem/ActionHandler/Referral/ActionHandler.php
  130. library/Brivium/ReferralCreditSystem/ActionHandler/BuyReferralTimes/ActionHandler.php
  131. library/Brivium/CreditsIntegration/UserUpgrades/ActionHandler/PurchaseUserUpgrade/ActionHandler.php
  132. library/VNNET/NganluongATM/ActionHandler/ATM.php
  133. library/VNNET/BBcodeCredits/ActionHandler/BbcodeGetCredit.php
  134. library/VNNET/BBcodeCredits/ActionHandler/BbcodeCredit.php
  135. library/Brivium/Credits/Events.php
  136. library/phc/LinkDirectory/Listener/Listener.php
  137. library/WidgetFramework/Option.php
  138. library/XenResource/Listener/Proxy.php
  139. library/XenForo/Router.php
  140. library/XenForo/Route/Filter.php
  141. library/XenForo/Route/Interface.php
  142. library/XenForo/Route/ResponseSuffix.php
  143. library/XenForo/Route/Prefix.php
  144. library/WidgetFramework/Route/Filter/PageX.php
  145. library/XenForo/Route/Prefix/Threads.php
  146. library/XenForo/RouteMatch.php
  147. library/XenForo/ControllerPublic/Thread.php
  148. library/VfcodersHH/Listener/LoadClass.php
  149. library/ThreadRating/Listener/Class.php
  150. library/Mod/SimilarThreads/Listener.php
  151. library/Andy/StaffActivity/Listener.php
  152. library/Mod/OpenGraph/ControllerPublic/Thread.php
  153. library/VNNET/BBcodeCredits/ControllerPublic/Thread.php
  154. library/Brivium/Credits/ActionHandler/WatchThread/ControllerPublic/Thread.php
  155. library/Brivium/Credits/ActionHandler/WatchThreadRe/ControllerPublic/Thread.php
  156. library/Brivium/Credits/ActionHandler/ThreadGetWatched/ControllerPublic/Thread.php
  157. library/Brivium/Credits/ActionHandler/ThreadGetWatchedRe/ControllerPublic/Thread.php
  158. library/Mod/BumpThread/ControllerPublic/Thread.php
  159. library/phc/LinkDirectory/Extend/XenForo/ControllerPublic/Thread.php
  160. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  161. library/VfcodersHH/ControllerPublic/Thread.php
  162. library/ThreadRating/ControllerPublic/Thread.php
  163. library/Tinhte/XenTag/XenForo/ControllerPublic/Thread.php
  164. library/Mod/SimilarThreads/ControllerPublic/Thread.php
  165. library/Andy/StaffActivity/ControllerPublic/Thread.php
  166. library/XenForo/Input.php
  167. library/XenForo/Session.php
  168. library/Zend/Db.php
  169. library/Zend/Db/Adapter/Mysqli.php
  170. library/Zend/Db/Adapter/Abstract.php
  171. library/Zend/Db/Select.php
  172. library/Zend/Db/Expr.php
  173. library/Zend/Db/Profiler.php
  174. library/Zend/Db/Statement/Mysqli.php
  175. library/Zend/Db/Statement.php
  176. library/Zend/Db/Statement/Interface.php
  177. library/XenForo/Helper/Ip.php
  178. library/XenForo/Visitor.php
  179. library/XenForo/Model/User.php
  180. library/Brivium/Credits/Model/User.php
  181. library/Brivium/ReferralCreditSystem/Model/User.php
  182. library/WidgetFramework/XenForo/Model/User.php
  183. library/XenResource/Listener/Proxy/ModelUser.php
  184. library/Zend/Db/Profiler/Query.php
  185. library/XenForo/Permission.php
  186. library/XenForo/Helper/Php.php
  187. library/XenForo/Locale.php
  188. library/Mod/StyleOverride/Listen.php
  189. library/XenForo/ControllerHelper/ForumThreadPost.php
  190. library/XenForo/ControllerHelper/Abstract.php
  191. library/XenForo/Model/Thread.php
  192. library/Mod/CascadingThreadListings/Extend/Model/Thread.php
  193. library/SV/RedisCache/XenForo/Model/Thread.php
  194. library/Brivium/Credits/ActionHandler/ThreadViewed/Model/Thread.php
  195. library/Brivium/Credits/ActionHandler/ReadThread/Model/Thread.php
  196. library/Mod/BumpThread/Model/Thread.php
  197. library/WidgetFramework/XenForo/Model/Thread.php
  198. library/Tinhte/XenTag/XenForo/Model/Thread.php
  199. library/ThreadRating/Model/Thread.php
  200. library/XenForo/Model/Forum.php
  201. library/Tinhte/XenTag/XenForo/Model/Forum.php
  202. library/Tinhte/XenTag/Constants.php
  203. library/Tinhte/XenTag/Helper.php
  204. library/XenForo/ControllerResponse/Reroute.php
  205. library/XenForo/ControllerResponse/Abstract.php
  206. library/XenForo/ControllerResponse/Exception.php
  207. library/Tinhte/XenTag/Model/Search.php
  208. library/XenForo/Model/Node.php
  209. library/Mod/ForumViewing/Model/Node.php
  210. library/Tinhte/XenTag/Option.php
  211. library/XenForo/Helper/String.php
  212. library/Mod/BumpThread/Helper/Permissions.php
  213. library/XenForo/Helper/Discussion.php
  214. library/XenForo/Route/Prefix/Categories.php
  215. library/XenForo/Route/Prefix/Forums.php
  216. library/XenForo/ControllerResponse/View.php
  217. library/XenForo/Helper/Cookie.php
  218. library/XenResource/Listener/Template.php
  219. library/XenForo/ViewRenderer/HtmlPublic.php
  220. library/XenForo/ViewRenderer/Abstract.php
  221. library/XenForo/Template/Public.php
  222. library/XenForo/Template/Abstract.php
  223. library/Dark/AzuCloud/Model/Nakano.php
  224. library/WidgetFramework/Core.php
  225. library/XenForo/Model/Moderator.php
  226. library/Brivium/Credits/Model/Moderator.php
  227. library/XenResource/Listener/Proxy/ModelModerator.php
  228. library/WidgetFramework/Model/Widget.php
  229. library/WidgetFramework/Helper/Sort.php
  230. library/WidgetFramework/WidgetRenderer.php
  231. library/XenForo/ViewPublic/Base.php
  232. library/XenForo/View.php
  233. library/WidgetFramework/XenForo/View1.php
  234. library/Brivium/Credits/Model/Credit.php
  235. library/VNNET/NganluongATM/Model/Credit.php
  236. library/Mod/BumpThread/Template/Hook.php
  237. library/VfcodersHH/Listener/TemplateCreate.php
  238. library/XenForo/Route/Prefix/Members.php
  239. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  240. library/phc/LinkDirectory/Model/Links.php
  241. library/phc/LinkDirectory/Route/Prefix/LD.php
  242. library/WidgetFramework/Template/Extended.php
  243. library/ThreadRating/Listener/Template.php
  244. library/XenForo/Model/Avatar.php
  245. library/Brivium/ReferralCreditSystem/Model/UserReferral.php
  246. library/VfcodersHH/Listener/Hook.php
  247. library/WidgetFramework/WidgetRenderer/Empty.php
  248. library/XenForo/Helper/Criteria.php
  249. library/XenForo/Debug.php
  250. library/Mod/TitleControl/Helper.php
  251. library/XenForo/ViewRenderer/Json.php