Page Time: 0.1070s

Memory: 14.9236 MB (Peak: 16.5875 MB)

Queries (47, time: 0.0104s, 9.7%)

  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.001404
    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.000094
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT active FROM xf_addon WHERE addon_id = 'NodesAsTabs'
    Run Time: 0.000095
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_addonconstPRIMARYPRIMARY27const1 
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000115
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT *
    FROM xf_node
    WHERE display_in_list = 1
    ORDER BY lft ASC
    Run Time: 0.000226
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALLdisplay_in_list   30Using where; Using filesort
  6. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000133
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const30Using where
  7. SELECT forum.*
    	,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    WHERE forum.node_id IN (2, 4, 5, 13, 9, 40, 39, 41, 7, 12, 15, 16, 17, 18, 19)
    Run Time: 0.000226
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumALLPRIMARY   19Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4gamingau_main.forum.node_id1Using index
  8. 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 > 1711638461)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000405
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 3Using 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 
  9. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000062
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  10. SELECT image_url, link
    FROM xf_banner
    ORDER BY RAND()
    LIMIT 1
    Run Time: 0.000090
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_bannerALL    1Using temporary; Using filesort
  11. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: f627ce70759405c5062438ae14e405a7, , 1711642961
    Run Time: 0.000136
  12. 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_Forum, Index, valid, node_name=, 1711639361,
    Run Time: 0.000041
  13. SELECT *
    FROM xf_addon
    WHERE addon_id = ?
    Params: xfBirthdayGreetings
    Run Time: 0.000100
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_addonconstPRIMARYPRIMARY27const1 
  14. SELECT goal.*
    	
    FROM merc_goal AS goal
    
    WHERE (goal.feature = 1) AND (goal.archived = 0) AND (goal.start_date < 1711639361)
    GROUP BY (goal.goal_id)
    ORDER BY display_order ASC
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEgoalALLPRIMARY   1Using where; Using filesort
  15. SELECT goal.*
    	
    FROM merc_goal AS goal
    
    WHERE (goal.feature = 1) AND (goal.archived = 0) AND (goal.start_date < 1711639361)
    GROUP BY (goal.goal_id)
    ORDER BY display_order ASC
    Run Time: 0.000070
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEgoalALLPRIMARY   1Using where; Using filesort
  16. SELECT COUNT(*) AS total
    	FROM EWRrio_streams
    	LEFT JOIN EWRrio_games ON (EWRrio_games.game_id = EWRrio_streams.game_id)
    Run Time: 0.000065
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRrio_streamsALL    1 
    SIMPLEEWRrio_gameseq_refPRIMARYPRIMARY4gamingau_main.EWRrio_streams.game_id1Using index
  17. 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.000262
    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
  18. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bdmedal_message_medals', 'el_portal_navbar', 'node_forum_level_2', 'node_category_level_1', 'forum_list_who_visited_wrapper', '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_threads', 'gameservers_widget_servers', 'herodev_minecraftstatus_widget_status', 'teamspeak_widget_viewer', 'wf_widget_visitor_panel', 'dark_taigachat', 'merc_donation_sidebar', 'forum_list', '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', 'VietXfAdvStats_wrapper', 'tinhte_xentag_bb_code_tag_tag', '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.000445
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 45Using where
  19. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('streams')
    Params: 1
    Run Time: 0.000064
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  20. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_forum_list')
    Run Time: 0.000071
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  21. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_forum_list_lock')
    Run Time: 0.000047
    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__1_forum_list_lock, a:2:{s:18:"forum_list_lock_33";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1711639361;}s:18:"forum_list_lock_18";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711630367;}}
    Run Time: 0.000194
  23. SELECT user.*
    	,
    	user_profile.*,
    	subaccount_parent.subaccount_user_ids AS parent_subaccount_user_ids,
                        IF (user.email <> '', user.email, subaccount_parent.email) AS email
    FROM xf_user AS user
    
    	LEFT JOIN xf_user_profile AS user_profile ON
    		(user_profile.user_id = user.user_id)
    	LEFT JOIN xf_user AS subaccount_parent ON
    		(user.subaccount_parent_user_id = subaccount_parent.user_id AND user.subaccount_parent_state = 'enabled')
    WHERE ((1=1)) AND (user_profile.status_date > 0)
    ORDER BY user_profile.status_date DESC
     LIMIT 15
    Run Time: 0.001974
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_profileALLPRIMARY   1743Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4gamingau_main.user_profile.user_id1 
    SIMPLEsubaccount_parenteq_refPRIMARYPRIMARY4gamingau_main.user.subaccount_parent_user_id1Using where
  24. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_list, a:2:{s:13:"forum_list_33";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711639361;}s:13:"forum_list_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:1711630367;}}
    Run Time: 0.000135
  25. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_list_lock, a:2:{s:18:"forum_list_lock_33";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711639361;}s:18:"forum_list_lock_18";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711630367;}}
    Run Time: 0.000081
  26. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_list_lock, a:2:{s:18:"forum_list_lock_33";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711639361;}s:18:"forum_list_lock_18";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1711639361;}}
    Run Time: 0.000086
  27. 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.000213
    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 
  28. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000113
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const30Using where
  29. 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.000205
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumrangePRIMARYPRIMARY4 1Using where
    SIMPLEnodeeq_refPRIMARYPRIMARY4gamingau_main.forum.node_id1 
  30. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_list, a:2:{s:13:"forum_list_33";a:2:{s:4:"html";s:0:"";s:4:"time";i:1711639361;}s:13:"forum_list_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:1711639361;}}
    Run Time: 0.000141
  31. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_forum_list_lock, a:2:{s:18:"forum_list_lock_33";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711639361;}s:18:"forum_list_lock_18";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711639361;}}
    Run Time: 0.000091
  32. SELECT * from `gameservers_servers` WHERE `active` = 1 ORDER BY `order` ASC
    Run Time: 0.000167
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEgameservers_serversALL    1Using where; Using filesort
  33. SELECT *
    FROM xf_herodev_minecraft_server
    WHERE active = 1
    ORDER BY display_order
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_herodev_minecraft_serverALL    1Using where; Using filesort
  34. 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 = 03 AND dob_day = 29
    	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.000315
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob2const,const2Using 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
  35. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('advanced_rules')
    Params: 1
    Run Time: 0.000071
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  36. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000083
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  37. SELECT user.*
    	
    FROM xf_user AS user
    
    WHERE user.user_state = 'valid' AND user.is_banned = 0
    ORDER BY user.register_date DESC
     LIMIT 10
    Run Time: 0.000266
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserindexuser_stateregister_date4 10Using where; Backward index scan
  38. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000169
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    30Using filesort
  39. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000120
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const30Using where
  40. SELECT thread.*
    	,
    	NULL AS thread_read_date,
    article.node_id AS library_id,
    node.node_id AS forum_id, node.title AS forum_title,
    	user.*
    FROM xf_thread AS thread 
    
    LEFT JOIN xf_article AS article ON
    	(article.article_id = thread.article_id)
    INNER JOIN xf_node AS node ON
    	(node.node_id = thread.node_id)
    INNER JOIN xf_forum AS forum ON
    	(forum.node_id = thread.node_id)
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.last_post_user_id)
    WHERE ((1=1)) AND (thread.node_id IN ('1', '2', '4', '5', '6', '13', '9', '40', '39', '41', '7', '12', '14', '15', '16', '17', '18', '19')) AND ((thread.discussion_type != 'redirect' AND thread.discussion_state != 'deleted' AND thread.discussion_state != 'moderated'))
    ORDER BY thread.last_post_date DESC
     LIMIT 10
    Run Time: 0.001022
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadALLnode_id_last_post_date,node_id_sticky_state_last_post   82Using where; Using temporary; Using filesort
    SIMPLEarticleALLPRIMARY   1Using where; Using join buffer (hash join)
    SIMPLEforumeq_refPRIMARYPRIMARY4gamingau_main.thread.node_id1Using index
    SIMPLEnodeeq_refPRIMARYPRIMARY4gamingau_main.thread.node_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4gamingau_main.thread.last_post_user_id1 
  41. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 2
    Run Time: 0.000075
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  42. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 13
    Run Time: 0.000057
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  43. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 9
    Run Time: 0.000065
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  44. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 4
    Run Time: 0.000053
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  45. SELECT cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = ?
    	AND content_id = ?
    Params: 1, node, 16
    Run Time: 0.000048
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentconstPRIMARYPRIMARY35const,const,const1 
  46. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('VietXfAdvStats_section_users_new', 'VietXfAdvStats_section_users_top_posters', 'VietXfAdvStats_section_users_top_trophy_points', 'VietXfAdvStats_section_users_top_liked', 'VietXfAdvStats_section_threads_recent', 'VietXfAdvStats_section_threads_latest', 'VietXfAdvStats_section_threads_hot')
    Params: 1
    Run Time: 0.000107
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 7Using where
  47. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('VietxfAdvStats_users_new', 'VietXfAdvStats_users', 'VietxfAdvStats_threads_recent', 'VietXfAdvStats_threads')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000102
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 4Using where

Included Files (347, XenForo Classes: 67)

  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/Forums.php
  82. library/XenForo/RouteMatch.php
  83. library/XenForo/ControllerPublic/Forum.php
  84. library/XenForo/ControllerPublic/Abstract.php
  85. library/XenForo/Controller.php
  86. library/Waindigo/AvatarFlags/Listener/LoadClass.php
  87. library/Waindigo/Listener/LoadClass.php
  88. library/Waindigo/Listener/LoadClass/20140725.php
  89. library/Waindigo/CustomFields/Listener/LoadClass.php
  90. library/Waindigo/CustomPostFields/Listener/LoadClass.php
  91. library/Waindigo/Library/Listener/LoadClass.php
  92. library/Waindigo/ThreadBumpManage/Listener/LoadClass.php
  93. library/Brivium/AdvancedRules/Listener.php
  94. library/Tac/AnyApi/Listener.php
  95. library/Tac/AuthCaptcha/Listener.php
  96. library/Icewind/CloneNode/Listener/LoadClassController.php
  97. library/ResetPasswordFromACP/Listener.php
  98. library/Karll/Unwatch/Listener/LoadClassController.php
  99. library/Tac/StopCountrySpam/Listener.php
  100. library/Ragtek/MLNP/StaticMethods.php
  101. library/Nobita/PasswordRules/Listener.php
  102. library/Brivium/ViewMembersList/EventListeners/Listener.php
  103. library/XenFacil/AreYouAHuman/Register.php
  104. library/EWRutiles/Staff/Listener/Controller.php
  105. library/Andy/ForumModerators/Listener.php
  106. library/Andy/UserAgent/Listener.php
  107. library/Andy/SimilarThreads/Listener.php
  108. library/SimplePortal/Listener/Controller.php
  109. library/Andy/Banner/Listener.php
  110. library/ForumWarningMessage/ControllerPublic/Forum.php
  111. library/Waindigo/AvatarFlags/Extend/XenForo/ControllerPublic/Forum.php
  112. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Forum.php
  113. library/Waindigo/CustomPostFields/Extend/XenForo/ControllerPublic/Forum.php
  114. library/Waindigo/Library/Extend/XenForo/ControllerPublic/Forum.php
  115. library/Waindigo/ThreadBumpManage/Extend/XenForo/ControllerPublic/Forum.php
  116. library/ExtendedPoll/Extend/ControllerPublic/Forum.php
  117. library/Brivium/AdvancedRules/ControllerPublic/Forum.php
  118. library/NodesAsTabs/ControllerPublic/Forum.php
  119. library/WidgetFramework/XenForo/ControllerPublic/Forum.php
  120. library/UserEss/ControllerPublic/Forum.php
  121. library/Tinhte/XenTag/XenForo/ControllerPublic/Forum.php
  122. library/ModEss/ControllerPublic/Forum.php
  123. library/Andy/ForumModerators/ControllerPublic/Forum.php
  124. library/Andy/UserAgent/ControllerPublic/Forum.php
  125. library/Andy/SimilarThreads/ControllerPublic/Forum.php
  126. library/SimplePortal/Extend/ControllerPublic/Forum.php
  127. library/Andy/Banner/ControllerPublic/Forum.php
  128. library/XenForo/Input.php
  129. library/XenForo/Session.php
  130. library/XenForo/Helper/Ip.php
  131. library/XenForo/Visitor.php
  132. library/XenForo/Model/User.php
  133. library/Waindigo/UserEditFrontEnd/Listener/LoadClass.php
  134. library/Waindigo/UserUpgrades/Listener/LoadClass.php
  135. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  136. library/Waindigo/UndeleteUsers/Listener/LoadClass.php
  137. library/Waindigo/Friends/Listener/LoadClass.php
  138. library/Waindigo/UnreadCategories/Listener/LoadClass.php
  139. library/Waindigo/EmailIdleUsers/Listener/LoadClass.php
  140. library/Waindigo/Rewards/Listener/LoadClass.php
  141. library/Waindigo/SubAccounts/Listener/LoadClass.php
  142. library/TPUViewOwnWarnings/Listener.php
  143. library/Waindigo/UserEditFrontEnd/Extend/XenForo/Model/User.php
  144. library/Waindigo/UserUpgrades/Extend/XenForo/Model/User.php
  145. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  146. library/Waindigo/UndeleteUsers/Extend/XenForo/Model/User.php
  147. library/Waindigo/Friends/Extend/XenForo/Model/User.php
  148. library/Waindigo/UnreadCategories/Extend/XenForo/Model/User.php
  149. library/Waindigo/EmailIdleUsers/Extend/XenForo/Model/User.php
  150. library/Waindigo/Rewards/Extend/XenForo/Model/User.php
  151. library/Waindigo/SubAccounts/Extend/XenForo/Model/User.php
  152. library/WidgetFramework/XenForo/Model/User.php
  153. library/VietXfAdvStats/XenForo/Model/User.php
  154. library/Brivium/MembersPagination/Model/User.php
  155. library/TPUViewOwnWarnings/ModelUser.php
  156. library/XenForo/Permission.php
  157. library/XenForo/Phrase.php
  158. library/XenForo/Locale.php
  159. library/Waindigo/UserModFrontEnd/Listener/VisitorSetup.php
  160. library/Waindigo/AgreeTermsOfServ/Listener/ControllerPreDispatch.php
  161. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  162. library/Nobita/PasswordRules/Password.php
  163. library/WidgetFramework/Helper/Index.php
  164. library/XenForo/Model/Thread.php
  165. library/Waindigo/ConvOnModAct/Listener/LoadClass.php
  166. library/Waindigo/GuestsFirstPost/Listener/LoadClass.php
  167. library/SimplePortal/Listener/Model.php
  168. library/BannedAvatar/Helper.php
  169. library/Waindigo/ConvOnModAct/Extend/XenForo/Model/Thread.php
  170. library/Waindigo/AvatarFlags/Extend/XenForo/Model/Thread.php
  171. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  172. library/Waindigo/GuestsFirstPost/Extend/XenForo/Model/Thread.php
  173. library/Waindigo/Library/Extend/XenForo/Model/Thread.php
  174. library/Waindigo/ThreadBumpManage/Extend/XenForo/Model/Thread.php
  175. library/Waindigo/Rewards/Extend/XenForo/Model/Thread.php
  176. library/GlobalTopics/Model/Thread.php
  177. library/WidgetFramework/XenForo/Model/Thread.php
  178. library/ExtendedPoll/Extend/Model/Thread.php
  179. library/UserEss/Model/Thread.php
  180. library/VietXfAdvStats/XenForo/Model/Thread.php
  181. library/Tinhte/XenTag/XenForo/Model/Thread.php
  182. library/ModEss/Model/Thread.php
  183. library/XenViet/Cache/Model/Thread.php
  184. library/SimplePortal/Extend/Model/Thread.php
  185. library/XenForo/Model/Node.php
  186. library/DragDropNodes/Model/Node.php
  187. library/ModEss/Model/Node.php
  188. library/XenForo/NodeHandler/Category.php
  189. library/XenForo/NodeHandler/Abstract.php
  190. library/XenForo/NodeHandler/Forum.php
  191. library/XenForo/NodeHandler/LinkForum.php
  192. library/XenForo/NodeHandler/Page.php
  193. library/XenForo/Model/Category.php
  194. library/Waindigo/UnreadCategories/Extend/XenForo/Model/Category.php
  195. library/XenForo/Model/Forum.php
  196. library/UserEss/Model/Forum.php
  197. library/Tinhte/XenTag/XenForo/Model/Forum.php
  198. library/XenForo/Model/LinkForum.php
  199. library/XenForo/Model/Page.php
  200. library/Tinhte/XenTag/XenForo/Model/Page.php
  201. library/Tinhte/XenTag/Option.php
  202. library/XenForo/Helper/String.php
  203. library/XenForo/Model/Session.php
  204. library/XenViet/Cache/Model/Session.php
  205. library/XenForo/ControllerResponse/View.php
  206. library/XenForo/ControllerResponse/Abstract.php
  207. library/Andy/Banner/Model.php
  208. library/XenForo/Helper/Cookie.php
  209. library/NodesAsTabs/API.php
  210. library/NodesAsTabs/Model/Options.php
  211. library/XenForo/ViewRenderer/HtmlPublic.php
  212. library/XenForo/ViewRenderer/Abstract.php
  213. library/XenForo/Template/Public.php
  214. library/XenForo/Template/Abstract.php
  215. library/WidgetFramework/Core.php
  216. library/XenForo/Model/Moderator.php
  217. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  218. library/ModEss/Model/Moderator.php
  219. library/HeroDev/MinecraftStatus/Listener/WidgetFrameworkReady.php
  220. library/WhoHasVisited/Listener.php
  221. library/XenFacil/BirthdayGreetings/Listener/Listener.php
  222. library/XenForo/Model/AddOn.php
  223. library/Waindigo/InstallUpgrade/Listener/LoadClass.php
  224. library/Waindigo/InstallUpgrade/Extend/XenForo/Model/AddOn.php
  225. library/Waindigo/CustomFields/Extend/XenForo/Model/AddOn.php
  226. library/Waindigo/CustomPostFields/Extend/XenForo/Model/AddOn.php
  227. library/XenViet/Cache/Model/AddOn.php
  228. library/GameServers/Listener.php
  229. library/Dark/TaigaChat/EventListener/Listener.php
  230. library/WidgetFramework/Model/Widget.php
  231. library/XenFacil/Widgets/Model/Widget.php
  232. library/WidgetFramework/Helper/Sort.php
  233. library/WidgetFramework/WidgetRenderer.php
  234. library/Waindigo/TrophyProgress/Listener/FrontControllerPreView.php
  235. library/Waindigo/Listener/FrontControllerPreView.php
  236. library/Waindigo/Listener/FrontControllerPreView/20131024.php
  237. library/XenForo/ViewPublic/Forum/List.php
  238. library/XenForo/ViewPublic/Base.php
  239. library/XenForo/View.php
  240. library/WidgetFramework/XenForo/View1.php
  241. library/XenForo/ViewPublic/Helper/Node.php
  242. library/Waindigo/Rewards/Listener/TemplateCreate.php
  243. library/Waindigo/Listener/TemplateCreate.php
  244. library/Waindigo/Listener/TemplateCreate/20130522.php
  245. library/Waindigo/SubAccounts/Listener/TemplateCreate.php
  246. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  247. library/UserEss/Listener/Hook.php
  248. library/Skinod/sodXfLinkPreview/init.php
  249. library/Waindigo/UserUpgrades/Listener/TemplateCreate.php
  250. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  251. library/Waindigo/JoinUserGroup/Listener/TemplateCreate.php
  252. library/VietXfAdvStats/Model/GetUserGroup.php
  253. library/SimplePortal/Static.php
  254. library/Brivium/ZeroPosters/Listener.php
  255. library/Waindigo/UnreadCategories/Listener/TemplateCreate.php
  256. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  257. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  258. library/WhoHasVisited/WidgetRenderer/WhoHasVisited.php
  259. library/WidgetFramework/WidgetRenderer/RecentStatus.php
  260. library/WidgetFramework/Model/Cache.php
  261. library/WidgetFramework/WidgetRenderer/Empty.php
  262. library/WidgetFramework/WidgetRenderer/Stats.php
  263. library/Robbo/DonationManagerSidebar/WidgetFramework/Goal.php
  264. library/Robbo/DonationManagerSidebar/WidgetFramework/Widget.php
  265. library/Robbo/DonationManagerSidebar/Sidebar/Goal.php
  266. library/Robbo/DonationManagerSidebar/Sidebar/Base.php
  267. library/Merc/DonationManager/Model/Goal.php
  268. library/WidgetFramework/WidgetRenderer/Threads.php
  269. library/GameServers/WidgetRenderer.php
  270. library/HeroDev/MinecraftStatus/WidgetRenderer/Status.php
  271. library/Teamspeak/WidgetRenderer/Viewer.php
  272. library/WidgetFramework/WidgetRenderer/VisitorPanel.php
  273. library/Dark/TaigaChat/WidgetRenderer/Sidebar.php
  274. library/XenForo/Route/Prefix/Members.php
  275. library/DigitalPointUserMap/Listener/LoadClass/Route/Prefix/Members.php
  276. library/DigitalPointUserMap/Route/Prefix/Members.php
  277. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  278. library/bdMedal/Option.php
  279. library/SimplePortal/RoutePublic/Lpmanage.php
  280. library/EWRrio/Listener/NavTabs.php
  281. library/EWRrio/Model/Perms.php
  282. library/EWRrio/Model/Streams.php
  283. library/NodesAsTabs/NavTabs.php
  284. library/XenForo/Route/Prefix/LinkForums.php
  285. library/Waindigo/UserUpgrades/Listener/ContainerPublicParams.php
  286. library/WidgetFramework/Template/Extended.php
  287. library/Sedo/TinyQuattro/Listener/Templates/Preloader.php
  288. library/Sedo/TinyQuattro/Helper/Quattro.php
  289. library/XenForo/Route/Prefix/Categories.php
  290. library/Waindigo/SubAccounts/Listener/TemplateHook.php
  291. library/Waindigo/Listener/TemplateHook.php
  292. library/Waindigo/Listener/TemplateHook/20140711.php
  293. library/Waindigo/Listener/Template.php
  294. library/Waindigo/Listener/Template/20140722.php
  295. library/Waindigo/CustomFields/Listener/TemplateHook.php
  296. library/Waindigo/Library/Listener/TemplateHook.php
  297. library/Waindigo/CustomPostFields/Listener/TemplateHook.php
  298. library/Waindigo/Friends/Listener/TemplateHook.php
  299. library/EWRutiles/Staff/Listener/Template.php
  300. library/Nobita/xFAlertPlus/Listener.php
  301. library/Waindigo/Rewards/Listener/TemplateHook.php
  302. library/Waindigo/MemberLocalTime/Listener/TemplateHook.php
  303. library/Sedo/ToggleME/Listener.php
  304. library/XenForo/Route/Prefix/Posts.php
  305. library/Waindigo/UnlinkBanned/Template/Helper/Core.php
  306. library/Waindigo/Rewards/Listener/TemplatePostRender.php
  307. library/Waindigo/Listener/TemplatePostRender.php
  308. library/Waindigo/Listener/TemplatePostRender/20140711.php
  309. library/Waindigo/AvatarFlags/Listener/TemplatePostRender.php
  310. library/Waindigo/SubAccounts/Listener/TemplatePostRender.php
  311. library/Sedo/QuoteME/Listener/Templates.php
  312. library/Waindigo/UserUpgrades/Listener/TemplatePostRender.php
  313. library/Waindigo/SmilieImporter/Listener/TemplatePostRender.php
  314. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  315. library/Waindigo/Library/Listener/TemplatePostRender.php
  316. library/Waindigo/CustomPostFields/Listener/TemplatePostRender.php
  317. library/Waindigo/Friends/Listener/TemplatePostRender.php
  318. library/XenFacil/AreYouAHuman/Override.php
  319. library/Sedo/ToggleME/Helper/CustomLanguage.php
  320. library/VietXfAdvStats/Option.php
  321. library/WhoHasVisited/Model/WhoVisited.php
  322. library/XenForo/Model/UserProfile.php
  323. library/TAZ/ProfileControl/Listener.php
  324. library/TAZ/ProfileControl/Model/UserProfile.php
  325. library/WidgetFramework/Helper/String.php
  326. library/SimplePortal/Model/PortalItem.php
  327. library/SimplePortal/ItemHandler/Abstract.php
  328. library/SimplePortal/ItemHandler/Thread.php
  329. library/Waindigo/AvatarFlags/Template/Helper/Core.php
  330. library/XenForo/Model/Avatar.php
  331. library/XenForo/Route/Prefix/Threads.php
  332. library/GameServers/Model/Server.php
  333. library/HeroDev/MinecraftStatus/Model/MinecraftServer.php
  334. library/Teamspeak/Model/Viewer.php
  335. data/teamspeak/viewer.html
  336. library/Dark/TaigaChat/Helper/Global.php
  337. library/Dark/TaigaChat/Model/TaigaChat.php
  338. library/XenForo/Helper/Criteria.php
  339. library/XenForo/Debug.php
  340. library/XenFacil/BirthdayGreetings/Model/Usuario.php
  341. library/Tinhte/XenTag/Helper.php
  342. library/Tinhte/XenTag/Constants.php
  343. library/XenForo/ViewRenderer/Json.php
  344. library/VietXfAdvStats/Renderer.php
  345. library/Waindigo/Library/NodeHandler/Library.php
  346. library/Waindigo/Library/Model/Library.php
  347. library/XenForo/Model/PermissionCache.php