Page Time: 0.0896s

Memory: 5.7098 MB (Peak: 12.7895 MB)

Queries (13, time: 0.0260s, 29.0%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000079
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT *
    FROM xf_tag
    WHERE tag_url = ?
    Params: kiem-tien-online
    Run Time: 0.000191
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tagconsttag_urltag_url302const1 
  3. INSERT  INTO xf_tinhte_xentag_tag_view
    	(tag_id)
    VALUES
    	(?)
    Params: 27
    Run Time: 0.002612
  4. SELECT *
    FROM xf_tag_result_cache
    WHERE tag_id = ?
    	AND user_id = ?
    	AND expiry_date > ?
    Params: 27, 0, 1710822494
    Run Time: 0.000202
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_result_cacheconsttag_id_user_id,expiration_datetag_id_user_id8const,const1 
  5. SELECT tag_content_id, content_type, content_id
    FROM xf_tag_content
    WHERE tag_id = ?
    	AND visible = 1
    ORDER BY RAND()
     LIMIT 300
    Params: 27
    Run Time: 0.000863
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentreftag_id_content_datetag_id_content_date4const198Using where; Using temporary; Using filesort
  6.             SELECT tag_content_id, content_type, content_id
                FROM xf_tag_content
                WHERE tag_id = ?
                    AND visible = 1
                    AND content_type IN ('tinhte_xentag_forum', 'page', 'resource')
                ORDER BY content_date DESC
    Params: 27
    Run Time: 0.000429
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_tag_contentrangecontent_type_id_tag,tag_id_content_datecontent_type_id_tag27 168Using index condition; Using where; Using filesort
  7. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		node.title AS node_title, node.node_name,
    		post.message, post.attach_count,
    		NULL AS thread_read_date,
    		0 AS user_post_count,
    	permission.cache_value AS node_permission_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_post AS post ON
    			(post.post_id = thread.first_post_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)
    WHERE thread.thread_id IN (87141, 90662, 1557, 59850, 2039, 2598, 46527, 388, 53424, 2844, 27892, 124681, 60946, 35641, 119812, 59290, 54515, 85533, 64941, 2213, 80296, 63154, 2231, 33448, 21041, 105521, 31244, 6259, 2239, 98625, 2571, 6150, 671, 127273, 12412, 10000, 12207, 2366, 67153, 72226, 75109, 123551, 1093, 26197, 47309, 112962, 66456, 1470, 134670, 2262, 119180, 26872, 2244, 130025, 15991, 2492, 7571, 94691, 62312, 22298, 94983, 126764, 29245, 111947, 134358, 34722, 2572, 61944, 60473, 45309, 2360, 63290, 49419, 2288, 2241, 430, 57958, 617, 74982, 2609, 66713, 10979, 2554, 32878, 27539, 41871, 2264, 130026, 9591, 105479, 2031, 72876, 126398, 1333, 2553, 16255, 3153, 62745, 8467, 14907, 62620, 69253, 33054, 479, 2354, 59655, 85882, 2209, 23852, 108400, 2563, 58835, 60048, 470, 50392, 2226, 44228, 124598, 71227, 53379, 73723, 23733, 3113, 6007, 61617, 10753, 119792, 5628, 2212, 69113, 2211, 95334, 2557, 3505, 87684, 37333, 21796, 112775, 17915, 8430, 27155, 2624, 12886, 2568, 522, 13553, 4408, 9706, 25, 17286, 83896, 1381, 59965, 38694, 120930, 883, 12345, 43122, 39813, 61812, 63347, 39384, 2219, 120718, 1220, 512, 23746, 10396, 2566, 32717, 124359, 2570, 2214, 67828, 16211, 2562, 5662, 598, 31435, 53952, 63355, 8175, 62990, 32193, 32597, 54740, 75120, 65685, 2040, 16085, 25778, 63289, 125797, 111347, 127692, 2468, 75425, 104001)
    Run Time: 0.014398
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 198Using where
    SIMPLEusereq_refPRIMARYPRIMARY4dembuon_vn_d58b.thread.user_id1 
    SIMPLEnodeeq_refPRIMARYPRIMARY4dembuon_vn_d58b.thread.node_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4dembuon_vn_d58b.thread.first_post_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,dembuon_vn_d58b.thread.node_id1Using where
  8. INSERT INTO xf_tag_result_cache
    	(tag_id, user_id, cache_date, expiry_date, results)
    VALUES
    	(?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	cache_date = VALUES(cache_date),
    	expiry_date = VALUES(expiry_date),
    	results = VALUES(results)
    Params: 27, 0, 1710822494, 1710826094, {"0":["thread",87141],"1":["thread",90662],"2":["thread",1557],"3":["thread",59850],"4":["thread",2039],"5":["thread",2598],"6":["thread",46527],"7":["thread",388],"8":["thread",53424],"9":["thread",2844],"10":["thread",27892],"11":["thread",124681],"12":["thread",60946],"13":["thread",35641],"14":["thread",119812],"15":["thread",59290],"16":["thread",54515],"17":["thread",85533],"18":["thread",64941],"19":["thread",2213],"20":["thread",80296],"21":["thread",63154],"22":["thread",2231],"23":["thread",33448],"24":["thread",21041],"26":["thread",31244],"27":["thread",6259],"28":["thread",2239],"29":["thread",98625],"31":["thread",6150],"32":["thread",671],"33":["thread",127273],"34":["thread",12412],"35":["thread",10000],"36":["thread",12207],"37":["thread",2366],"39":["thread",72226],"40":["thread",75109],"41":["thread",123551],"42":["thread",1093],"43":["thread",26197],"44":["thread",47309],"45":["thread",112962],"46":["thread",66456],"47":["thread",1470],"48":["thread",134670],"49":["thread",2262],"50":["thread",119180],"51":["thread",26872],"52":["thread",2244],"53":["thread",130025],"54":["thread",15991],"55":["thread",2492],"56":["thread",7571],"57":["thread",94691],"58":["thread",62312],"59":["thread",22298],"60":["thread",94983],"61":["thread",126764],"62":["thread",29245],"63":["thread",111947],"64":["thread",134358],"65":["thread",34722],"66":["thread",2572],"67":["thread",61944],"68":["thread",60473],"69":["thread",45309],"70":["thread",2360],"71":["thread",63290],"72":["thread",49419],"73":["thread",2288],"74":["thread",2241],"75":["thread",430],"76":["thread",57958],"77":["thread",617],"78":["thread",74982],"79":["thread",2609],"80":["thread",66713],"81":["thread",10979],"82":["thread",2554],"83":["thread",32878],"84":["thread",27539],"85":["thread",41871],"86":["thread",2264],"87":["thread",130026],"88":["thread",9591],"89":["thread",105479],"90":["thread",2031],"91":["thread",72876],"92":["thread",126398],"93":["thread",1333],"94":["thread",2553],"95":["thread",16255],"96":["thread",3153],"97":["thread",62745],"98":["thread",8467],"99":["thread",14907],"100":["thread",62620],"101":["thread",69253],"102":["thread",33054],"103":["thread",479],"104":["thread",2354],"105":["thread",59655],"106":["thread",85882],"107":["thread",2209],"108":["thread",23852],"109":["thread",108400],"110":["thread",2563],"111":["thread",58835],"112":["thread",60048],"113":["thread",470],"114":["thread",50392],"115":["thread",2226],"116":["thread",44228],"117":["thread",124598],"118":["thread",71227],"119":["thread",53379],"120":["thread",73723],"121":["thread",23733],"122":["thread",3113],"123":["thread",6007],"124":["thread",61617],"125":["thread",10753],"126":["thread",119792],"127":["thread",5628],"128":["thread",2212],"129":["thread",69113],"130":["thread",2211],"131":["thread",95334],"132":["thread",2557],"133":["thread",3505],"134":["thread",87684],"135":["thread",37333],"136":["thread",21796],"137":["thread",112775],"138":["thread",17915],"139":["thread",8430],"140":["thread",27155],"141":["thread",2624],"142":["thread",12886],"143":["thread",2568],"144":["thread",522],"145":["thread",13553],"146":["thread",4408],"147":["thread",9706],"148":["thread",25],"149":["thread",17286],"150":["thread",83896],"151":["thread",1381],"153":["thread",38694],"154":["thread",120930],"155":["thread",883],"156":["thread",12345],"157":["thread",43122],"158":["thread",39813],"159":["thread",61812],"160":["thread",63347],"161":["thread",39384],"162":["thread",2219],"163":["thread",120718],"164":["thread",1220],"165":["thread",512],"166":["thread",23746],"167":["thread",10396],"168":["thread",2566],"169":["thread",32717],"170":["thread",124359],"172":["thread",2214],"173":["thread",67828],"174":["thread",16211],"175":["thread",2562],"176":["thread",5662],"177":["thread",598],"178":["thread",31435],"179":["thread",53952],"180":["thread",63355],"181":["thread",8175],"182":["thread",62990],"183":["thread",32193],"184":["thread",32597],"185":["thread",54740],"186":["thread",75120],"187":["thread",65685],"188":["thread",2040],"189":["thread",16085],"190":["thread",25778],"191":["thread",63289],"192":["thread",125797],"193":["thread",111347],"194":["thread",127692],"195":["thread",2468],"196":["thread",75425],"197":["thread",104001]}
    Run Time: 0.006661
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: eb1f7b121fff01568aa287b9ca317706, , 1710826094
    Run Time: 0.000152
  10. 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_Tag, Tag, valid, tag_url=kiem-tien-online, 1710822494,
    Run Time: 0.000111
  11. SELECT COUNT(ld_id)
                FROM phc_linkdirectory as ld
    WHERE (ld.status != 'visible' OR lastcheck = 0)
    AND user_id = 0
    Run Time: 0.000057
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEldALLstatus,status_2   15Using where
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'BRC_sidebar_visitor_panel_stats', 'BRC_navigation_visitor_tabs_end', 'search_result_thread', 'tag_view', '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: 13, 2
    Run Time: 0.000128
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 13Using where
  13. 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.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 150Using where

Included Files (237, 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/Tags.php
  146. library/XenForo/RouteMatch.php
  147. library/XenForo/ControllerPublic/Tag.php
  148. library/VfcodersHH/Listener/LoadClass.php
  149. library/ThreadRating/Listener/Class.php
  150. library/Tinhte/XenTag/XenForo/ControllerPublic/Tag.php
  151. library/XenForo/Input.php
  152. library/XenForo/Session.php
  153. library/Zend/Db.php
  154. library/Zend/Db/Adapter/Mysqli.php
  155. library/Zend/Db/Adapter/Abstract.php
  156. library/Zend/Db/Select.php
  157. library/Zend/Db/Expr.php
  158. library/Zend/Db/Profiler.php
  159. library/Zend/Db/Statement/Mysqli.php
  160. library/Zend/Db/Statement.php
  161. library/Zend/Db/Statement/Interface.php
  162. library/XenForo/Helper/Ip.php
  163. library/XenForo/Visitor.php
  164. library/XenForo/Model/User.php
  165. library/Brivium/Credits/Model/User.php
  166. library/Brivium/ReferralCreditSystem/Model/User.php
  167. library/WidgetFramework/XenForo/Model/User.php
  168. library/XenResource/Listener/Proxy/ModelUser.php
  169. library/Zend/Db/Profiler/Query.php
  170. library/XenForo/Permission.php
  171. library/XenForo/Helper/Php.php
  172. library/XenForo/Locale.php
  173. library/Mod/StyleOverride/Listen.php
  174. library/XenForo/ControllerResponse/Reroute.php
  175. library/XenForo/ControllerResponse/Abstract.php
  176. library/Tinhte/XenTag/Constants.php
  177. library/XenForo/Model/Tag.php
  178. library/Tinhte/XenTag/XenForo/Model/Tag.php
  179. library/Tinhte/XenTag/Option.php
  180. library/Tinhte/XenTag/Model/TagView.php
  181. library/Tinhte/XenTag/Model/Search.php
  182. library/XenForo/TagHandler/Thread.php
  183. library/XenForo/TagHandler/Abstract.php
  184. library/XenForo/Model/Thread.php
  185. library/Mod/CascadingThreadListings/Extend/Model/Thread.php
  186. library/SV/RedisCache/XenForo/Model/Thread.php
  187. library/Brivium/Credits/ActionHandler/ThreadViewed/Model/Thread.php
  188. library/Brivium/Credits/ActionHandler/ReadThread/Model/Thread.php
  189. library/Mod/BumpThread/Model/Thread.php
  190. library/WidgetFramework/XenForo/Model/Thread.php
  191. library/Tinhte/XenTag/XenForo/Model/Thread.php
  192. library/ThreadRating/Model/Thread.php
  193. library/XenForo/Model/Forum.php
  194. library/Tinhte/XenTag/XenForo/Model/Forum.php
  195. library/XenForo/Helper/String.php
  196. library/Mod/BumpThread/Helper/Permissions.php
  197. library/XenForo/Helper/Discussion.php
  198. library/XenForo/ControllerResponse/View.php
  199. library/XenForo/Helper/Cookie.php
  200. library/XenForo/ViewRenderer/HtmlPublic.php
  201. library/XenForo/ViewRenderer/Abstract.php
  202. library/XenForo/Template/Public.php
  203. library/XenForo/Template/Abstract.php
  204. library/Dark/AzuCloud/Model/Nakano.php
  205. library/WidgetFramework/Core.php
  206. library/XenForo/Model/Moderator.php
  207. library/Brivium/Credits/Model/Moderator.php
  208. library/XenResource/Listener/Proxy/ModelModerator.php
  209. library/WidgetFramework/Model/Widget.php
  210. library/WidgetFramework/Helper/Sort.php
  211. library/WidgetFramework/WidgetRenderer.php
  212. library/XenForo/ViewPublic/Tag/View.php
  213. library/XenForo/ViewPublic/Base.php
  214. library/XenForo/View.php
  215. library/WidgetFramework/XenForo/View1.php
  216. library/Tinhte/XenTag/XenForo/ViewPublic/Tag/View.php
  217. library/Brivium/Credits/Model/Credit.php
  218. library/VNNET/NganluongATM/Model/Credit.php
  219. library/Mod/BumpThread/Template/Hook.php
  220. library/VfcodersHH/Listener/TemplateCreate.php
  221. library/XenResource/Listener/Template.php
  222. library/XenForo/Route/Prefix/Members.php
  223. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  224. library/phc/LinkDirectory/Model/Links.php
  225. library/phc/LinkDirectory/Route/Prefix/LD.php
  226. library/WidgetFramework/Template/Extended.php
  227. library/ThreadRating/Listener/Template.php
  228. library/XenForo/Model/Avatar.php
  229. library/XenForo/Route/Prefix/Threads.php
  230. library/XenForo/Route/Prefix/Forums.php
  231. library/WidgetFramework/WidgetRenderer/Empty.php
  232. library/XenForo/Helper/Criteria.php
  233. library/XenForo/Debug.php
  234. library/Mod/TitleControl/Helper.php
  235. library/Brivium/ReferralCreditSystem/Model/UserReferral.php
  236. library/VfcodersHH/Listener/Hook.php
  237. library/XenForo/ViewRenderer/Json.php