Page Time: 0.0711s

Memory: 13.7680 MB (Peak: 15.7337 MB)

Queries (32, time: 0.0057s, 8.0%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routesPublic', 'routeFiltersIn', 'routeFiltersOut', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'trophyUserTitles', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.000755
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000084
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4.             SELECT *
                FROM xf_portalcategory
                WHERE category_id = ?
    Params: 0
    Run Time: 0.000101
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  5.         SELECT category.*
            FROM xf_portalcategory as category
            WHERE 1=1
            ORDER BY display_order
    Run Time: 0.000080
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcategoryALL    1Using filesort
  6.         SELECT portalItem.*
            	,
    category.title as categorytitle
            FROM xf_portalitem as portalItem
            
    LEFT JOIN xf_portalcategory AS category ON
    	(category.category_id = portalItem.category_id)
            WHERE 1=1
           ORDER BY portalItem.portalItem_id DESC LIMIT 5
    Run Time: 0.000254
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEportalItemALL    14Using temporary; Using filesort
    SIMPLEcategoryALLPRIMARY   1Using where; Using join buffer (hash join)
  7. SELECT thread.*
    	,
    		user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    		post.message, post.attach_count
    FROM xf_thread AS thread
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    		LEFT JOIN xf_post AS post ON
    			(post.post_id = thread.first_post_id)
    WHERE thread.thread_id IN (4078, 4071, 4051, 3426, 3416)
    Run Time: 0.000461
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrangePRIMARYPRIMARY4 5Using where
    SIMPLEusereq_refPRIMARYPRIMARY4gamingau_main.thread.user_id1 
    SIMPLEposteq_refPRIMARYPRIMARY4gamingau_main.thread.first_post_id1 
  8. SELECT COUNT(*)
    FROM xf_portalitem as portalItem
    WHERE 1=1
    Run Time: 0.000074
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEportalItemindex uniquecontent81 14Using index
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: ce5d0482bbbecf0e2ca24bba0992697f, , 1728200939
    Run Time: 0.000140
  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, , , SimplePortal_ControllerPublic_LandingPage, Index, valid, , 1728197339,
    Run Time: 0.000058
  11. SELECT *
    FROM xf_addon
    WHERE addon_id = ?
    Params: xfBirthdayGreetings
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_addonconstPRIMARYPRIMARY27const1 
  12. SELECT goal.*
    	
    FROM merc_goal AS goal
    
    WHERE (goal.feature = 1) AND (goal.archived = 0) AND (goal.start_date < 1728197339)
    GROUP BY (goal.goal_id)
    ORDER BY display_order ASC
    Run Time: 0.000153
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEgoalALLPRIMARY   1Using where; Using filesort
  13. SELECT goal.*
    	
    FROM merc_goal AS goal
    
    WHERE (goal.feature = 1) AND (goal.archived = 0) AND (goal.start_date < 1728197339)
    GROUP BY (goal.goal_id)
    ORDER BY display_order ASC
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEgoalALLPRIMARY   1Using where; Using filesort
  14. SELECT COUNT(*) AS total
    	FROM EWRrio_streams
    	LEFT JOIN EWRrio_games ON (EWRrio_games.game_id = EWRrio_streams.game_id)
    Run Time: 0.000094
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRrio_streamsALL    1 
    SIMPLEEWRrio_gameseq_refPRIMARYPRIMARY4gamingau_main.EWRrio_streams.game_id1Using index
  15. SELECT options.*, node.*,
    	permission.cache_value AS node_permission_cache
    FROM nat_options AS options
    INNER JOIN xf_node AS node
    	ON (node.node_id = options.node_id)
    LEFT JOIN xf_permission_cache_content AS permission
    	ON (permission.permission_combination_id = ?
    	AND permission.content_type = 'node'
    	AND permission.content_id = options.node_id)
    WHERE nat_display_tab = 1
    ORDER BY options.nat_display_order
    ASC
    Params: 1
    Run Time: 0.000250
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEoptionsALLnode_id   29Using where; Using filesort
    SIMPLEnodeeq_refPRIMARYPRIMARY4gamingau_main.options.node_id1 
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,gamingau_main.options.node_id1Using where
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'quattro_bbcode_xtable', 'tinhte_xentag_bb_code_tag_tag', 'tinhte_xentag_bb_code_tag_hashtag', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'bdmedal_message_medals', 'el_portal_navbar', 'el_portal_item_bit', 'wf_widget_wrapper', 'wf_widget_online_users', 'wf_widget_online_staff', 'who_visited_block', 'wf_widget_recent_status', 'wf_widget_stats', 'robbo_donationsidebar_goal', 'wf_widget_visitor_panel', 'wf_widget_threads', 'gameservers_widget_servers', 'herodev_minecraftstatus_widget_status', 'teamspeak_widget_viewer', 'dark_taigachat', 'xf_widgets_FaceBookWidget', 'xf_widgets_TwitterWidget', 'el_portal_index', 'EWRrio_Navtabs', 'steam_helper_criteria_privs', 'steam_navtabs', 'steam_public_index', 'dark_taigachat_list', 'wf_hook_moderator_bar', 'wf_revealer', 'waindigo_navigation_visitor_tab_subaccounts', 'skinod_linkPreview', 'bdmedal_navigation_tabs_help', 'waindigo_navigation_visitor_tab_joinusergroup', 'teamspeak_account_wrapper_sidebar_settings', 'teamspeak_navigation_visitor_tab_link', 'tinhte_xentag_hook_message_below', 'tinhte_xentag_hook_message_content', 'tinhte_xentag_hook_message_notices', 'tinhte_xentag_hook_navigation_tabs_forums', 'tinhte_xentag_hook_post_private_controls', 'tinhte_xentag_hook_post_public_controls', 'modess_moderator_bar_mod_log_counts', 'banlist_position', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000448
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 51Using where
  17. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('streams')
    Params: 1
    Run Time: 0.000074
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  18. SELECT session_activity.*
    	,
    	user.*,
    	user_profile.*,
    	user_option.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = user.user_id)
    	LEFT JOIN xf_user_option AS user_option ON
    		(user_option.user_id = user.user_id)
    WHERE (session_activity.view_date > 1728196439)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000405
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 4Using where; Backward index scan
    SIMPLEusereq_refPRIMARYPRIMARY4gamingau_main.session_activity.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4gamingau_main.user.user_id1 
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4gamingau_main.user.user_id1 
  19. SELECT session_activity.*
    	,
    	user.*,
    	user_profile.*,
    	user_option.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = user.user_id)
    	LEFT JOIN xf_user_option AS user_option ON
    		(user_option.user_id = user.user_id)
    WHERE (session_activity.view_date > 1728196439)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000287
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 4Using where; Backward index scan
    SIMPLEusereq_refPRIMARYPRIMARY4gamingau_main.session_activity.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4gamingau_main.user.user_id1 
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4gamingau_main.user.user_id1 
  20. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_el_portal_index')
    Run Time: 0.000091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  21. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_85ebc1634961a5b827c12')
    Run Time: 0.000073
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  22. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_85ebc1634961a5b827c12, a:2:{s:23:"el_portal_index_lock_33";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1728195954;}s:23:"el_portal_index_lock_18";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1728197339;}}
    Run Time: 0.000137
  23. SELECT thread.*
    	,
    	user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    WHERE ((thread.node_id IN ('2')) AND (thread.discussion_state IN ('visible')))
    ORDER BY thread.post_date DESC
     LIMIT 30
    Run Time: 0.000178
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const9Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4gamingau_main.thread.user_id1 
  24. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const30Using where
  25. 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 (2, 2, 2)
    Run Time: 0.000236
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4gamingau_main.forum.node_id1 
  26. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_el_portal_index, a:2:{s:18:"el_portal_index_33";a:2:{s:4:"html";s:0:"";s:4:"time";i:1728195954;}s:18:"el_portal_index_18";a:2:{s:4:"html";s:1965:"<div class="avatarList"> <ul> <li class="thread-4078 thread-node-2"> <a href="members/drewbzz.1519/" class="avatar Av1519s" data-avatarhtml="true"><img src="styles/fusion/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Drewbzz" /></a> <a title="Palworld Server =Palworld.gamingaus.net:8211" class="Tooltip" href="threads/palworld-server-palworld-gamingaus-net-8211.4078/"> Palworld Server... </a> <div class="userTitle"> <a href="members/drewbzz.1519/">Drewbzz</a> posted <span class="DateTime" title="Jan 22, 2024 at 11:14 PM">Jan 22, 2024</span> </div> </li> <li class="thread-4071 thread-node-2"> <a href="members/drewbzz.1519/" class="avatar Av1519s" data-avatarhtml="true"><img src="styles/fusion/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Drewbzz" /></a> <a href="threads/rust-server.4071/"> Rust server ! </a> <div class="userTitle"> <a href="members/drewbzz.1519/">Drewbzz</a> posted <span class="DateTime" title="May 6, 2016 at 5:46 PM">May 6, 2016</span> </div> </li> <li class="thread-4051 thread-node-2"> <a href="members/drewbzz.1519/" class="avatar Av1519s" data-avatarhtml="true"><img src="styles/fusion/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Drewbzz" /></a> <a title="Forum Change Minecraft name / Forum name" class="Tooltip" href="threads/forum-change-minecraft-name-forum-name.4051/"> Forum Change Minecraft name /... </a> <div class="userTitle"> <a href="members/drewbzz.1519/">Drewbzz</a> posted <span class="DateTime" title="Feb 27, 2015 at 9:57 PM">Feb 27, 2015</span> </div> </li> </ul> </div> <div id="PreviewTooltip"> <span class="arrow"><span></span></span> <div class="section"> <div class="primaryContent previewContent"> <span class="PreviewContents">Loading...</span> </div> </div> </div>";s:4:"time";i:1728197339;}}
    Run Time: 0.000130
  27. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_85ebc1634961a5b827c12, a:2:{s:23:"el_portal_index_lock_33";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1728195954;}s:23:"el_portal_index_lock_18";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1728197339;}}
    Run Time: 0.000092
  28. SELECT * from `gameservers_servers` WHERE `active` = 1 ORDER BY `order` ASC
    Run Time: 0.000095
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEgameservers_serversALL    1Using where; Using filesort
  29. SELECT *
    FROM xf_herodev_minecraft_server
    WHERE active = 1
    ORDER BY display_order
    Run Time: 0.000091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_herodev_minecraft_serverALL    1Using where; Using filesort
  30. SELECT xf_user_profile.user_id, dob_year, dob_month, dob_day,
    	xf_user.username AS username, xf_user.user_id AS userId, xf_user.*,
    	xf_user.avatar_date, xf_user.gravatar AS gravatar, xf_user.email,
    	xf_user_option.receive_admin_email AS recibirEmail 
    FROM xf_user_profile
    LEFT JOIN xf_user ON
    	(xf_user.user_id = xf_user_profile.user_id)
    LEFT JOIN xf_user_option ON
    	(xf_user_option.user_id = xf_user_profile.user_id)
    WHERE dob_month = 10 AND dob_day = 06
    	AND xf_user.last_activity > DATE_SUB( CURDATE( ) , INTERVAL 60 DAY )
    	AND xf_user_option.receive_admin_email = 1
    	AND xf_user.user_state = 'valid'
    ORDER BY dob_year, dob_month, dob_day ASC
    Run Time: 0.000250
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob2const,const1Using index
    SIMPLExf_usereq_refPRIMARY,user_state,last_activityPRIMARY4gamingau_main.xf_user_profile.user_id1Using where
    SIMPLExf_user_optioneq_refPRIMARYPRIMARY4gamingau_main.xf_user_profile.user_id1Using where
  31. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('advanced_rules')
    Params: 1
    Run Time: 0.000072
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  32. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('xf_widgets_wrapper', 'nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000095
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 2Using where

Included Files (332, XenForo Classes: 60)

  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/CodeEvent.php
  29. library/XenForo/Options.php
  30. library/XenForo/Link.php
  31. library/XenForo/Template/Helper/Core.php
  32. library/Robbo/DonationManagerSidebar/Listener.php
  33. library/Waindigo/Listener/InitDependencies.php
  34. library/Waindigo/Listener/InitDependencies/20140722.php
  35. library/Waindigo/Listener/ControllerPreDispatch/20140711.php
  36. library/Steam/Listener.php
  37. library/NodesAsTabs/Listen.php
  38. library/WidgetFramework/Listener.php
  39. library/WidgetFramework/Option.php
  40. library/Waindigo/AvatarFlags/Listener/InitDependencies.php
  41. library/Tac/CustomImgCaptcha/Listener.php
  42. library/Waindigo/UserUpgrades/Listener/InitDependencies.php
  43. library/bdMedal/Listener.php
  44. library/Waindigo/Library/Listener/InitDependencies.php
  45. library/XenForo/CacheRebuilder/Abstract.php
  46. library/Tinhte/XenTag/Listener.php
  47. library/Waindigo/UnlinkBanned/Listener/InitDependencies.php
  48. library/Merc/DonationManager/Listener.php
  49. library/Merc/DonationManager/Common/Listener.php
  50. library/Merc/DonationManager/Common/Base.php
  51. library/ModEss/Listener/Cog.php
  52. library/ForumWarningMessage/Listeners/Extend.php
  53. library/XenViet/Alert/Listener.php
  54. library/GlobalTopics/Listener.php
  55. library/Brivium/LikedCounter/EventListeners/Listener.php
  56. library/Brivium/BriviumLibrary/EventListeners.php
  57. library/XenFacil/Widgets/Listener/WFRenderer.php
  58. library/FreddysHouse/Logger/Event/CodeEventListeners.php
  59. library/UserSelfDelete/Listener.php
  60. library/Asp/OnlineStatus/Plugin/Plugin.php
  61. library/ExtendedPoll/Listener.php
  62. library/TMS/Listener.php
  63. library/RegFormTimer/Listener.php
  64. library/ForumWatch/Listener.php
  65. library/UserEss/Listener/Proxy.php
  66. library/Karll/Unwatch/Listener/LoadClassModel.php
  67. library/DragDropNodes/Listener.php
  68. library/Teamspeak/Listener.php
  69. library/VietXfAdvStats/Listener.php
  70. library/Brivium/MembersPagination/EventListeners/Listener.php
  71. library/Nobita/Banlist/Listener.php
  72. library/XenViet/Cache/Listener.php
  73. library/Sedo/TinyQuattro/Listener/AllInOne.php
  74. library/BannedAvatar/Listener.php
  75. library/XenForo/Router.php
  76. library/XenForo/Route/Filter.php
  77. library/XenForo/Route/Interface.php
  78. library/XenForo/Route/ResponseSuffix.php
  79. library/XenForo/Route/Prefix.php
  80. library/WidgetFramework/Route/Filter/PageX.php
  81. library/XenForo/Route/Prefix/Index.php
  82. library/WidgetFramework/XenForo/Route/Prefix/Index.php
  83. library/XenForo/RouteMatch.php
  84. library/XenForo/ControllerPublic/Index.php
  85. library/XenForo/ControllerPublic/Abstract.php
  86. library/XenForo/Controller.php
  87. library/Brivium/AdvancedRules/Listener.php
  88. library/Tac/AnyApi/Listener.php
  89. library/Tac/AuthCaptcha/Listener.php
  90. library/Icewind/CloneNode/Listener/LoadClassController.php
  91. library/ResetPasswordFromACP/Listener.php
  92. library/Karll/Unwatch/Listener/LoadClassController.php
  93. library/Tac/StopCountrySpam/Listener.php
  94. library/Ragtek/MLNP/StaticMethods.php
  95. library/Nobita/PasswordRules/Listener.php
  96. library/Brivium/ViewMembersList/EventListeners/Listener.php
  97. library/XenFacil/AreYouAHuman/Register.php
  98. library/EWRutiles/Staff/Listener/Controller.php
  99. library/WidgetFramework/XenForo/ControllerPublic/Index.php
  100. library/XenForo/Input.php
  101. library/XenForo/Session.php
  102. library/XenForo/Helper/Ip.php
  103. library/XenForo/Visitor.php
  104. library/XenForo/Model/User.php
  105. library/Waindigo/UserEditFrontEnd/Listener/LoadClass.php
  106. library/Waindigo/Listener/LoadClass.php
  107. library/Waindigo/Listener/LoadClass/20140725.php
  108. library/Waindigo/UserUpgrades/Listener/LoadClass.php
  109. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  110. library/Waindigo/UndeleteUsers/Listener/LoadClass.php
  111. library/Waindigo/Friends/Listener/LoadClass.php
  112. library/Waindigo/UnreadCategories/Listener/LoadClass.php
  113. library/Waindigo/EmailIdleUsers/Listener/LoadClass.php
  114. library/Waindigo/Rewards/Listener/LoadClass.php
  115. library/Waindigo/SubAccounts/Listener/LoadClass.php
  116. library/TPUViewOwnWarnings/Listener.php
  117. library/Waindigo/UserEditFrontEnd/Extend/XenForo/Model/User.php
  118. library/Waindigo/UserUpgrades/Extend/XenForo/Model/User.php
  119. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  120. library/Waindigo/UndeleteUsers/Extend/XenForo/Model/User.php
  121. library/Waindigo/Friends/Extend/XenForo/Model/User.php
  122. library/Waindigo/UnreadCategories/Extend/XenForo/Model/User.php
  123. library/Waindigo/EmailIdleUsers/Extend/XenForo/Model/User.php
  124. library/Waindigo/Rewards/Extend/XenForo/Model/User.php
  125. library/Waindigo/SubAccounts/Extend/XenForo/Model/User.php
  126. library/WidgetFramework/XenForo/Model/User.php
  127. library/VietXfAdvStats/XenForo/Model/User.php
  128. library/Brivium/MembersPagination/Model/User.php
  129. library/TPUViewOwnWarnings/ModelUser.php
  130. library/XenForo/Permission.php
  131. library/XenForo/Phrase.php
  132. library/XenForo/Locale.php
  133. library/Waindigo/UserModFrontEnd/Listener/VisitorSetup.php
  134. library/Waindigo/AgreeTermsOfServ/Listener/ControllerPreDispatch.php
  135. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  136. library/Nobita/PasswordRules/Password.php
  137. library/WidgetFramework/Helper/Index.php
  138. library/XenForo/ControllerResponse/ReroutePath.php
  139. library/XenForo/ControllerResponse/Abstract.php
  140. library/SimplePortal/RoutePublic/Lpmanage.php
  141. library/SimplePortal/ControllerPublic/LandingPage.php
  142. library/SimplePortal/ControllerPublic/Abstract.php
  143. library/SimplePortal/ControllerHelper/Category.php
  144. library/XenForo/ControllerHelper/Abstract.php
  145. library/SimplePortal/Model/Category.php
  146. library/SimplePortal/Static.php
  147. library/SimplePortal/Model/PortalItem.php
  148. library/SimplePortal/ItemHandler/Abstract.php
  149. library/SimplePortal/ItemHandler/Thread.php
  150. library/XenForo/Model/Thread.php
  151. library/Waindigo/ConvOnModAct/Listener/LoadClass.php
  152. library/Waindigo/AvatarFlags/Listener/LoadClass.php
  153. library/Waindigo/CustomFields/Listener/LoadClass.php
  154. library/Waindigo/GuestsFirstPost/Listener/LoadClass.php
  155. library/Waindigo/Library/Listener/LoadClass.php
  156. library/Waindigo/ThreadBumpManage/Listener/LoadClass.php
  157. library/SimplePortal/Listener/Model.php
  158. library/BannedAvatar/Helper.php
  159. library/Waindigo/ConvOnModAct/Extend/XenForo/Model/Thread.php
  160. library/Waindigo/AvatarFlags/Extend/XenForo/Model/Thread.php
  161. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  162. library/Waindigo/GuestsFirstPost/Extend/XenForo/Model/Thread.php
  163. library/Waindigo/Library/Extend/XenForo/Model/Thread.php
  164. library/Waindigo/ThreadBumpManage/Extend/XenForo/Model/Thread.php
  165. library/Waindigo/Rewards/Extend/XenForo/Model/Thread.php
  166. library/GlobalTopics/Model/Thread.php
  167. library/WidgetFramework/XenForo/Model/Thread.php
  168. library/ExtendedPoll/Extend/Model/Thread.php
  169. library/UserEss/Model/Thread.php
  170. library/VietXfAdvStats/XenForo/Model/Thread.php
  171. library/Tinhte/XenTag/XenForo/Model/Thread.php
  172. library/ModEss/Model/Thread.php
  173. library/XenViet/Cache/Model/Thread.php
  174. library/SimplePortal/Extend/Model/Thread.php
  175. library/XenForo/Route/Prefix/Threads.php
  176. library/XenForo/ControllerResponse/View.php
  177. library/XenForo/Helper/Cookie.php
  178. library/XenForo/ViewRenderer/HtmlPublic.php
  179. library/XenForo/ViewRenderer/Abstract.php
  180. library/XenForo/Template/Public.php
  181. library/XenForo/Template/Abstract.php
  182. library/WidgetFramework/Core.php
  183. library/XenForo/Model/Moderator.php
  184. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  185. library/ModEss/Model/Moderator.php
  186. library/HeroDev/MinecraftStatus/Listener/WidgetFrameworkReady.php
  187. library/WhoHasVisited/Listener.php
  188. library/XenFacil/BirthdayGreetings/Listener/Listener.php
  189. library/XenForo/Model/AddOn.php
  190. library/Waindigo/InstallUpgrade/Listener/LoadClass.php
  191. library/Waindigo/CustomPostFields/Listener/LoadClass.php
  192. library/Waindigo/InstallUpgrade/Extend/XenForo/Model/AddOn.php
  193. library/Waindigo/CustomFields/Extend/XenForo/Model/AddOn.php
  194. library/Waindigo/CustomPostFields/Extend/XenForo/Model/AddOn.php
  195. library/XenViet/Cache/Model/AddOn.php
  196. library/GameServers/Listener.php
  197. library/Dark/TaigaChat/EventListener/Listener.php
  198. library/WidgetFramework/Model/Widget.php
  199. library/XenFacil/Widgets/Model/Widget.php
  200. library/WidgetFramework/Helper/Sort.php
  201. library/WidgetFramework/WidgetRenderer.php
  202. library/Waindigo/TrophyProgress/Listener/FrontControllerPreView.php
  203. library/Waindigo/Listener/FrontControllerPreView.php
  204. library/Waindigo/Listener/FrontControllerPreView/20131024.php
  205. library/SimplePortal/ViewPublic/Index.php
  206. library/XenForo/ViewPublic/Base.php
  207. library/XenForo/View.php
  208. library/WidgetFramework/XenForo/View1.php
  209. library/XenForo/BbCode/Parser.php
  210. library/XenForo/BbCode/Formatter/Base.php
  211. library/Waindigo/DataTables/Listener/LoadClass.php
  212. library/Waindigo/KeywordReplace/Listener/LoadClass.php
  213. library/EWRutiles/Staff/Listener/BbCode.php
  214. library/EWRrio/Listener/BbCode.php
  215. library/SimplePortal/Listener/Bb.php
  216. library/Waindigo/DataTables/Extend/XenForo/BbCode/Formatter/Base.php
  217. library/Waindigo/KeywordReplace/Extend/XenForo/BbCode/Formatter/Base.php
  218. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  219. library/EWRutiles/Staff/BbCode/Formatter.php
  220. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  221. library/EWRrio/BbCode/Formatter.php
  222. library/Sedo/TinyQuattro/BbCode/Formatter/Base.php
  223. library/SimplePortal/Extend/BbCode/Formatter/Base.php
  224. library/Sedo/TinyQuattro/Helper/Quattro.php
  225. library/Sedo/TinyQuattro/Helper/BbCodes.php
  226. library/SimplePortal/Helper/Item.php
  227. library/XenForo/BbCode/Formatter/ImageCount.php
  228. library/XenForo/Helper/String.php
  229. library/XenForo/ViewPublic/Helper/Message.php
  230. library/XenForo/BbCode/TextWrapper.php
  231. library/Waindigo/KeywordReplace/Helper/String.php
  232. library/Waindigo/Rewards/Listener/TemplateCreate.php
  233. library/Waindigo/Listener/TemplateCreate.php
  234. library/Waindigo/Listener/TemplateCreate/20130522.php
  235. library/Waindigo/SubAccounts/Listener/TemplateCreate.php
  236. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  237. library/UserEss/Listener/Hook.php
  238. library/Skinod/sodXfLinkPreview/init.php
  239. library/Waindigo/UserUpgrades/Listener/TemplateCreate.php
  240. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  241. library/Waindigo/JoinUserGroup/Listener/TemplateCreate.php
  242. library/VietXfAdvStats/Model/GetUserGroup.php
  243. library/Brivium/ZeroPosters/Listener.php
  244. library/Waindigo/UnreadCategories/Listener/TemplateCreate.php
  245. library/WidgetFramework/WidgetRenderer/Empty.php
  246. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  247. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  248. library/WhoHasVisited/WidgetRenderer/WhoHasVisited.php
  249. library/WidgetFramework/WidgetRenderer/RecentStatus.php
  250. library/WidgetFramework/Model/Cache.php
  251. library/WidgetFramework/WidgetRenderer/Stats.php
  252. library/Robbo/DonationManagerSidebar/WidgetFramework/Goal.php
  253. library/Robbo/DonationManagerSidebar/WidgetFramework/Widget.php
  254. library/Robbo/DonationManagerSidebar/Sidebar/Goal.php
  255. library/Robbo/DonationManagerSidebar/Sidebar/Base.php
  256. library/Merc/DonationManager/Model/Goal.php
  257. library/WidgetFramework/WidgetRenderer/VisitorPanel.php
  258. library/WidgetFramework/WidgetRenderer/Threads.php
  259. library/GameServers/WidgetRenderer.php
  260. library/HeroDev/MinecraftStatus/WidgetRenderer/Status.php
  261. library/Teamspeak/WidgetRenderer/Viewer.php
  262. library/Dark/TaigaChat/WidgetRenderer/Sidebar.php
  263. library/XenFacil/Widgets/FaceBookWidget.php
  264. library/XenFacil/Widgets/TwitterWidget.php
  265. library/XenForo/Route/Prefix/Members.php
  266. library/DigitalPointUserMap/Listener/LoadClass/Route/Prefix/Members.php
  267. library/DigitalPointUserMap/Route/Prefix/Members.php
  268. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  269. library/bdMedal/Option.php
  270. library/EWRrio/Listener/NavTabs.php
  271. library/EWRrio/Model/Perms.php
  272. library/EWRrio/Model/Streams.php
  273. library/NodesAsTabs/NavTabs.php
  274. library/NodesAsTabs/Model/Options.php
  275. library/XenForo/Model/Node.php
  276. library/DragDropNodes/Model/Node.php
  277. library/ModEss/Model/Node.php
  278. library/XenForo/Route/Prefix/LinkForums.php
  279. library/Waindigo/UserUpgrades/Listener/ContainerPublicParams.php
  280. library/WidgetFramework/Template/Extended.php
  281. library/Sedo/TinyQuattro/Listener/Templates/Preloader.php
  282. library/Waindigo/SubAccounts/Listener/TemplateHook.php
  283. library/Waindigo/Listener/TemplateHook.php
  284. library/Waindigo/Listener/TemplateHook/20140711.php
  285. library/Waindigo/Listener/Template.php
  286. library/Waindigo/Listener/Template/20140722.php
  287. library/Waindigo/CustomFields/Listener/TemplateHook.php
  288. library/Waindigo/Library/Listener/TemplateHook.php
  289. library/Waindigo/CustomPostFields/Listener/TemplateHook.php
  290. library/Waindigo/Friends/Listener/TemplateHook.php
  291. library/EWRutiles/Staff/Listener/Template.php
  292. library/Nobita/xFAlertPlus/Listener.php
  293. library/Waindigo/Rewards/Listener/TemplateHook.php
  294. library/Waindigo/MemberLocalTime/Listener/TemplateHook.php
  295. library/Sedo/ToggleME/Listener.php
  296. library/Waindigo/UnlinkBanned/Template/Helper/Core.php
  297. library/Waindigo/AvatarFlags/Template/Helper/Core.php
  298. library/XenForo/Model/Avatar.php
  299. library/Waindigo/Rewards/Listener/TemplatePostRender.php
  300. library/Waindigo/Listener/TemplatePostRender.php
  301. library/Waindigo/Listener/TemplatePostRender/20140711.php
  302. library/Waindigo/AvatarFlags/Listener/TemplatePostRender.php
  303. library/Waindigo/SubAccounts/Listener/TemplatePostRender.php
  304. library/Sedo/QuoteME/Listener/Templates.php
  305. library/Waindigo/UserUpgrades/Listener/TemplatePostRender.php
  306. library/Waindigo/SmilieImporter/Listener/TemplatePostRender.php
  307. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  308. library/Waindigo/Library/Listener/TemplatePostRender.php
  309. library/Waindigo/CustomPostFields/Listener/TemplatePostRender.php
  310. library/Waindigo/Friends/Listener/TemplatePostRender.php
  311. library/XenFacil/AreYouAHuman/Override.php
  312. library/WidgetFramework/Helper/String.php
  313. library/Zend/Exception.php
  314. library/XenForo/Model/Session.php
  315. library/XenViet/Cache/Model/Session.php
  316. library/WhoHasVisited/Model/WhoVisited.php
  317. library/XenForo/Model/Forum.php
  318. library/UserEss/Model/Forum.php
  319. library/Tinhte/XenTag/XenForo/Model/Forum.php
  320. library/GameServers/Model/Server.php
  321. library/HeroDev/MinecraftStatus/Model/MinecraftServer.php
  322. library/Teamspeak/Model/Viewer.php
  323. data/teamspeak/viewer.html
  324. library/Dark/TaigaChat/Helper/Global.php
  325. library/Dark/TaigaChat/Model/TaigaChat.php
  326. library/XenForo/Helper/Criteria.php
  327. library/XenForo/Debug.php
  328. library/VietXfAdvStats/Option.php
  329. library/XenFacil/BirthdayGreetings/Model/Usuario.php
  330. library/Tinhte/XenTag/Helper.php
  331. library/Tinhte/XenTag/Constants.php
  332. library/XenForo/ViewRenderer/Json.php