Page Time: 0.0254s

Memory: 8.2688 MB (Peak: 8.6677 MB)

Queries (15, time: 0.0067s, 26.2%)

  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.000722
    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.000120
    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.000082
    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.000088
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT resource_category.*
    	,
    	permission.cache_value AS category_permission_cache
    FROM xf_resource_category AS resource_category
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'resource_category'
    			AND permission.content_id = resource_category.resource_category_id)
    ORDER BY resource_category.lft
    Run Time: 0.000325
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresource_categoryALL    35Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,forum_onligamez_ru.resource_category.resource_category_id1Using where
  6. SELECT resource.*,
    	feature.feature_date
    	,
    	category.*, category.last_update AS category_last_update, resource.last_update,
    	version.version_string,
    	version.release_date,
    	version.download_url,
    	version.rating_count AS version_rating_count,
    	version.rating_sum AS version_rating_sum,
    	version.download_count AS version_download_count,
    	user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username
    FROM xf_resource_feature AS feature
    INNER JOIN xf_resource AS resource ON (resource.resource_id = feature.resource_id)
    
    	LEFT JOIN xf_resource_category AS category ON
    		(category.resource_category_id = resource.resource_category_id)
    	LEFT JOIN xf_resource_version AS version ON
    		(version.resource_version_id = resource.current_version_id)
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = resource.user_id)
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = resource.user_id)
    WHERE resource.resource_category_id IN (3, 5, 10, 11, 12, 4, 13, 14, 15, 16, 17, 29, 18, 19, 20, 21, 22, 28, 23, 1, 2, 24, 25, 27, 7, 8, 6, 9, 26, 30, 31, 32, 33, 34, 35)
    ORDER BY RAND() LIMIT 6
    Run Time: 0.001447
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEfeatureindexPRIMARYfeature_date4 6Using index; Using temporary; Using filesort
    SIMPLEresourceeq_refPRIMARY,category_last_update,category_rating_weightedPRIMARY4forum_onligamez_ru.feature.resource_id1Using where
    SIMPLEcategoryeq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.resource_category_id1Using where
    SIMPLEversioneq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.current_version_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.user_id1 
  7. SELECT resource.*
    	,
    	category.*, category.last_update AS category_last_update, resource.last_update,
    	version.version_string,
    	version.release_date,
    	version.download_url,
    	version.rating_count AS version_rating_count,
    	version.rating_sum AS version_rating_sum,
    	version.download_count AS version_download_count,
    	user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username,
    	feature.feature_date
    FROM xf_resource AS resource
    
    	LEFT JOIN xf_resource_category AS category ON
    		(category.resource_category_id = resource.resource_category_id)
    	LEFT JOIN xf_resource_version AS version ON
    		(version.resource_version_id = resource.current_version_id)
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = resource.user_id)
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = resource.user_id)
    	LEFT JOIN xf_resource_feature AS feature ON
    		(feature.resource_id = resource.resource_id)
    WHERE (resource.resource_category_id IN (3, 5, 10, 11, 12, 4, 13, 14, 15, 16, 17, 29, 18, 19, 20, 21, 22, 28, 23, 1, 2, 24, 25, 27, 7, 8, 6, 9, 26, 30, 31, 32, 33, 34, 35)) AND (resource.resource_state IN ('visible')) AND resource.guest_hidden != 1
    ORDER BY resource.last_update DESC
     LIMIT 20 OFFSET 40
    Run Time: 0.001439
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresourceALLcategory_last_update,category_rating_weighted   166Using where; Using filesort
    SIMPLEcategoryeq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.resource_category_id1Using where
    SIMPLEversioneq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.current_version_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.user_id1 
    SIMPLEfeatureeq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.resource_id1 
  8. SELECT resource.*
    	,
    	category.*, category.last_update AS category_last_update, resource.last_update,
    	version.version_string,
    	version.release_date,
    	version.download_url,
    	version.rating_count AS version_rating_count,
    	version.rating_sum AS version_rating_sum,
    	version.download_count AS version_download_count,
    	user.*, user_profile.*, IF(user.username IS NULL, resource.username, user.username) AS username,
    	feature.feature_date
    FROM xf_resource AS resource
    
    	LEFT JOIN xf_resource_category AS category ON
    		(category.resource_category_id = resource.resource_category_id)
    	LEFT JOIN xf_resource_version AS version ON
    		(version.resource_version_id = resource.current_version_id)
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = resource.user_id)
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = resource.user_id)
    	LEFT JOIN xf_resource_feature AS feature ON
    		(feature.resource_id = resource.resource_id)
    WHERE (resource.resource_category_id IN (3, 5, 10, 11, 12, 4, 13, 14, 15, 16, 17, 29, 18, 19, 20, 21, 22, 28, 23, 1, 2, 24, 25, 27, 7, 8, 6, 9, 26, 30, 31, 32, 33, 34, 35)) AND (resource.resource_state IN ('visible')) AND resource.guest_hidden != 1
    ORDER BY resource.rating_weighted DESC, resource.last_update DESC
     LIMIT 5
    Run Time: 0.000628
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresourceALLcategory_last_update,category_rating_weighted   166Using where; Using filesort
    SIMPLEcategoryeq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.resource_category_id1Using where
    SIMPLEversioneq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.current_version_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.user_id1 
    SIMPLEfeatureeq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.resource_id1 
  9. SELECT rating.*
    	,
    	resource.*, resource.title AS resource_title,
    	resource.user_id AS resource_user_id,
    	IF(resource_user.username IS NULL, resource.username, resource_user.username) AS resource_username,
    	resource_user.gender AS resource_gender,
    	resource_user.avatar_date AS resource_avatar_date,
    	resource_user.gravatar AS resource_gravatar,
    	rating.user_id,
    	category.*, category.last_update AS category_last_update, resource.last_update,
    		user.*, user_profile.*,
    permission.cache_value AS category_permission_cache
    FROM xf_resource_rating AS rating
    
    	INNER JOIN xf_resource AS resource ON
    		(resource.resource_id = rating.resource_id)
    	LEFT JOIN xf_user AS resource_user ON
    		(resource_user.user_id = resource.user_id)
    	INNER JOIN xf_resource_category AS category ON
    		(category.resource_category_id = resource.resource_category_id)
    		INNER JOIN xf_user AS user ON
    			(user.user_id = rating.user_id)
    		INNER JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = rating.user_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = 1
    		AND permission.content_type = 'resource_category'
    		AND permission.content_id = resource.resource_category_id)
    WHERE (resource.resource_category_id IN (3, 5, 10, 11, 12, 4, 13, 14, 15, 16, 17, 29, 18, 19, 20, 21, 22, 28, 23, 1, 2, 24, 25, 27, 7, 8, 6, 9, 26, 30, 31, 32, 33, 34, 35)) AND (rating.rating_state IN ('visible')) AND (rating.is_review = 1) AND (rating.rating_date > 1709043370)
    ORDER BY rating.rating_date DESC
     LIMIT 5
    Run Time: 0.000626
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEratingrangeuser_id,resource_id_rating_date,rating_daterating_date4 1Using index condition; Using where
    SIMPLEresourceeq_refPRIMARY,category_last_update,category_rating_weightedPRIMARY4forum_onligamez_ru.rating.resource_id1Using where
    SIMPLEcategoryeq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.resource_category_id1Using where
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,forum_onligamez_ru.resource.resource_category_id1Using where
    SIMPLEresource_usereq_refPRIMARYPRIMARY4forum_onligamez_ru.resource.user_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4forum_onligamez_ru.rating.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4forum_onligamez_ru.rating.user_id1 
  10. SELECT user.*, user_profile.*
    FROM xf_user AS user
    LEFT JOIN xf_user_profile AS user_profile ON
    	(user.user_id = user_profile.user_id)
    WHERE user.resource_count > 0
    	AND user.is_banned = 0
    ORDER BY user.resource_count DESC
     LIMIT 5
    Run Time: 0.000337
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserrangeresource_countresource_count4 38Using index condition; Using where
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4forum_onligamez_ru.user.user_id1 
  11. SELECT resource_field.*
    	
    FROM xf_resource_field AS resource_field
    
    WHERE 1=1
    ORDER BY resource_field.display_group, resource_field.display_order
    Run Time: 0.000198
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEresource_fieldALL    14Using filesort
  12. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: ba5d764a158f90894efb108d0f6c8474, , 1711638970
    Run Time: 0.000094
  13. 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, , , XenResource_ControllerPublic_Resource, Index, valid, , 1711635370,
    Run Time: 0.000043
  14. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000071
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  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_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.000449
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 137Using where

Included Files (269, 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/XenResource/Route/Prefix/Resources.php
  143. library/XenForo/RouteMatch.php
  144. library/XenResource/ControllerPublic/Resource.php
  145. library/XenForo/ControllerPublic/Abstract.php
  146. library/XenForo/Controller.php
  147. library/Waindigo/CustomFields/Listener/LoadClass.php
  148. library/Waindigo/Listener/LoadClass.php
  149. library/Waindigo/Listener/LoadClass/20150106.php
  150. library/XenRMEdit/Listener.php
  151. library/ShowSimilarThreads/Listener.php
  152. library/XI/Tag/CodeEvent/Listener.php
  153. library/HideIpSadmin/EventListener/Post.php
  154. library/TeslaCloud/HG/Listener.php
  155. library/Waindigo/CustomFields/Extend/XenResource/ControllerPublic/Resource.php
  156. library/XenRMEdit/ControllerPublic/Resource.php
  157. library/Brivium/AdvancedRules/ControllerPublic/Resource.php
  158. library/Brivium/MetadataEssential/ControllerPublic/Resource.php
  159. library/RmThreadReassign/ControllerPublic/Resource.php
  160. library/TeslaCloud/HG/XenResource/ControllerPublic/Resource.php
  161. library/XenForo/Input.php
  162. library/XenForo/Session.php
  163. library/XenForo/Helper/Ip.php
  164. library/XenForo/Visitor.php
  165. library/XenForo/Model/User.php
  166. library/EWRcarta/Listener/Model.php
  167. library/WMTech/StickyMultipleAccountInfo/Listener.php
  168. library/RastaLulz/LoggedInCookie/Listener/LoadClass.php
  169. library/ConvEss/Model/User.php
  170. library/Nobita/Teams/XenForo/Model/User.php
  171. library/Brivium/Credits/Model/User.php
  172. library/Brivium/SupportTicketSystem/Model/User.php
  173. library/VietXfAdvStats/XenForo/Model/User.php
  174. library/NFLJ/AMS/XenForo/Model/User.php
  175. library/EWRcarta/Model/User.php
  176. library/WMTech/StickyMultipleAccountInfo/Model/User.php
  177. library/RastaLulz/LoggedInCookie/Model/User.php
  178. library/XenResource/Listener/Proxy/ModelUser.php
  179. library/XenForo/Permission.php
  180. library/XenForo/Helper/Php.php
  181. library/XenForo/Locale.php
  182. library/RastaLulz/LoggedInCookie/Listener/VisitorSetup.php
  183. library/XenForo/Helper/Cookie.php
  184. library/Brivium/ExtraTrophiesAwarded/EventListener/Helpers.php
  185. library/XenResource/Model/Resource.php
  186. library/Waindigo/CustomFields/Extend/XenResource/Model/Resource.php
  187. library/RmThreadReassign/Model/Resource.php
  188. library/TeslaCloud/HG/XenResource/Model/Resource.php
  189. library/GritterNotifications/Listener.php
  190. library/NFLJ/AMS/Model/Article.php
  191. library/TeslaCloud/HG/NFLJ/AMS/Model/Article.php
  192. library/XenResource/Model/Category.php
  193. library/XenForo/Helper/String.php
  194. library/XenResource/Model/Update.php
  195. library/Exile/ResourceUpdater/Extend/XenResource/Model/Update.php
  196. library/XenResource/Model/Version.php
  197. library/Exile/ResourceUpdater/Extend/XenResource/Model/Version.php
  198. library/XenResource/Model/ResourceField.php
  199. library/Waindigo/CustomFields/Extend/XenResource/Model/ResourceField.php
  200. library/XenResource/Model/Rating.php
  201. library/XenForo/ControllerResponse/View.php
  202. library/XenForo/ControllerResponse/Abstract.php
  203. library/XenForo/ViewRenderer/HtmlPublic.php
  204. library/XenForo/ViewRenderer/Abstract.php
  205. library/XenForo/Template/Public.php
  206. library/XenForo/Template/Abstract.php
  207. library/XenForo/ViewPublic/Base.php
  208. library/XenForo/View.php
  209. library/NFLJ/AMS/Listener/Template.php
  210. library/Siropu/CustomTabs/Listener.php
  211. library/VietXfAdvStats/Model/GetUserGroup.php
  212. library/Brivium/ParseHTMLBBCode/EventListeners/Listener.php
  213. library/Brivium/MetadataEssential/EventListeners/Listener.php
  214. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  215. library/Waindigo/Listener/TemplateCreate.php
  216. library/Waindigo/Listener/TemplateCreate/20150106.php
  217. library/Brivium/Credits/Model/Credit.php
  218. library/TeslaCloud/CP/Brivium/Credits/Model/Credit.php
  219. library/Brivium/TableBBCode/EventListeners/Listener.php
  220. library/XenResource/Listener/Template.php
  221. library/XenForo/Route/Prefix/Members.php
  222. library/Siropu/CustomTabs/Model.php
  223. library/Siropu/CustomTabs/Helper.php
  224. library/XenForo/Helper/Criteria.php
  225. library/Audentio/DonationManager/Listener/CodeEvent.php
  226. library/EWRrio/Listener/NavTabs.php
  227. library/EWRrio/Model/Perms.php
  228. library/EWRcarta/Listener/NavTabs.php
  229. library/EWRcarta/Model/Perms.php
  230. library/EWRcarta/Model/Lists.php
  231. library/Nobita/Teams/Link.php
  232. library/LiamW/PostMacros/Listener.php
  233. library/NFLJ/AMS/Listener/Criteria.php
  234. library/XenForo/Template/FileHandler.php
  235. library/XenForo/Helper/File.php
  236. internal_data/templates/S.26,L.2,resource_index.php
  237. library/XenResource/ViewPublic/Helper/Resource.php
  238. library/XenForo/Model/Avatar.php
  239. internal_data/templates/S.26,L.2,page_nav.php
  240. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  241. library/Waindigo/Listener/TemplatePostRender.php
  242. library/Waindigo/Listener/TemplatePostRender/20150106.php
  243. library/Waindigo/Listener/Template.php
  244. library/Waindigo/Listener/Template/20150106.php
  245. library/XenForo/Debug.php
  246. internal_data/templates/S.26,L.2,PAGE_CONTAINER.php
  247. library/EWRcarta/Listener/Template.php
  248. library/SocialLikes/Listener.php
  249. internal_data/templates/S.26,L.2,social_likes_library.php
  250. internal_data/templates/S.26,L.2,BRME_page_container_head.php
  251. library/Brivium/AdvancedRules/Listener.php
  252. library/Waindigo/CustomFields/Listener/TemplateHook.php
  253. library/Waindigo/Listener/TemplateHook.php
  254. library/Waindigo/Listener/TemplateHook/20150106.php
  255. internal_data/templates/S.26,L.2,nflj_ams_tab_links.php
  256. internal_data/templates/S.26,L.2,addm_navigation.php
  257. internal_data/templates/S.26,L.2,resources_tab_links.php
  258. internal_data/templates/S.26,L.2,EWRrio_Navtabs.php
  259. internal_data/templates/S.26,L.2,EWRcarta_Navtabs.php
  260. internal_data/templates/S.26,L.2,Team_navigation_tab_links.php
  261. internal_data/templates/S.26,L.2,siropu_custom_tabs_child_list.php
  262. library/GritterNotifications/Template/Callback.php
  263. library/GritterNotifications/Model/Notification.php
  264. internal_data/templates/S.26,L.2,GritterNotifications.php
  265. library/VietXfAdvStats/Option.php
  266. library/Siropu/Chat/HelperDevice.php
  267. library/Siropu/Chat/ThirdParty/Mobile_Detect.php
  268. library/Siropu/Chat/Helper.php
  269. library/XenForo/ViewRenderer/Json.php