Page Time: 0.0831s

Memory: 16.7134 MB (Peak: 18.6375 MB)

Queries (38, time: 0.0070s, 8.4%)

  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.000866
    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.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT active FROM xf_addon WHERE addon_id = 'NodesAsTabs'
    Run Time: 0.000076
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_addonconstPRIMARYPRIMARY27const1 
  4. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000114
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  5. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 3995
    Run Time: 0.000197
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  6. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 13
    Run Time: 0.000242
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  7. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 3995
    Run Time: 0.000145
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  8. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 13
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  9. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		0 AS like_date,
    	waindigo_avatarflags_ip.ip, session.view_date
    FROM xf_post AS post
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = post.user_id)
    		LEFT JOIN xf_user_profile AS user_profile ON
    			(user_profile.user_id = post.user_id)
    	LEFT JOIN xf_ip AS waindigo_avatarflags_ip ON
    		(waindigo_avatarflags_ip.ip_id = post.ip_id)LEFT OUTER JOIN xf_session_activity AS session ON post.user_id = session.user_id
    WHERE post.thread_id = ?
    	 AND (post.position >= 0 AND post.position < 1) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 3995
    Run Time: 0.000639
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 1Using index condition; Using where; Using temporary; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4gamingau_main.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4gamingau_main.post.user_id1 
    SIMPLEwaindigo_avatarflags_ipeq_refPRIMARYPRIMARY4gamingau_main.post.ip_id1 
    SIMPLEsessionALLPRIMARY   46Using where; Using join buffer (hash join)
  10. SELECT post_id
    FROM xf_change_limit
    WHERE post_id = 4188
    AND user_id = 0
    AND end_date > 1411997848
    Run Time: 0.000095
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_change_limitrefpost_id,post_id_2post_id4const1Using where
  11. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 3995
    Run Time: 0.000037
  12.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(13))
                ORDER BY field.materialized_order
    Run Time: 0.000180
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEfieldALLPRIMARY   1Using filesort
    SIMPLEffeq_refPRIMARY,field_idPRIMARY198const,gamingau_main.field.field_id1Using index
  13.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_thread_field AS field
                
                        INNER JOIN xf_forum_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(13))
                ORDER BY field.materialized_order
    Run Time: 0.000139
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEfieldALLPRIMARY   1Using filesort
    SIMPLEffeq_refPRIMARY,field_idPRIMARY198const,gamingau_main.field.field_id1Using index
  14.             SELECT field.*
                ,
                        ff.field_id, ff.node_id
                FROM xf_post_field AS field
                
                        INNER JOIN xf_forum_post_field AS ff ON
                        (ff.field_id = field.field_id)
                WHERE (ff.node_id IN(13))
                ORDER BY field.materialized_order
    Run Time: 0.000134
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffALL    1Using where; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY194gamingau_main.ff.field_id1 
  15. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_is_watched,
    		'' AS draft_message, NULL AS draft_extra
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 3995
    Run Time: 0.000162
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  16. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date
    FROM xf_forum AS forum
    INNER JOIN xf_node AS node ON (node.node_id = forum.node_id)
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'node'
    			AND permission.content_id = forum.node_id)
    WHERE node.node_id = ?
    Params: 13
    Run Time: 0.000219
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  17. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000167
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    30Using filesort
  18. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const30Using where
  19. SELECT params
    FROM xf_session_activity
    WHERE user_id = '0'
    AND controller_action = 'CreateThread'
    Run Time: 0.000069
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_session_activityALLPRIMARY   46Using where
  20. SELECT xf_thread.thread_id, xf_thread.title, xf_thread.node_id, xf_node.title AS nodetitle, xf_thread.post_date
    FROM xf_thread
    INNER JOIN xf_node ON xf_node.node_id = xf_thread.node_id
    WHERE xf_thread.title LIKE '%Going%'
    AND xf_thread.title LIKE '%Holidays%'
    AND xf_thread.discussion_state = 'visible'
    AND xf_thread.discussion_type <> 'redirect'
    AND (xf_thread.node_id = 1 OR xf_thread.node_id = 2 OR xf_thread.node_id = 4 OR xf_thread.node_id = 5 OR xf_thread.node_id = 6 OR xf_thread.node_id = 13 OR xf_thread.node_id = 9 OR xf_thread.node_id = 40 OR xf_thread.node_id = 39 OR xf_thread.node_id = 41 OR xf_thread.node_id = 7 OR xf_thread.node_id = 12 OR xf_thread.node_id = 14 OR xf_thread.node_id = 15 OR xf_thread.node_id = 16 OR xf_thread.node_id = 17 OR xf_thread.node_id = 18 OR xf_thread.node_id = 19)
    AND xf_thread.thread_id <> '3995'
    AND xf_thread.node_id = '13'
    
    ORDER BY xf_thread.thread_id DESC
    LIMIT 5
    Run Time: 0.000182
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeconstPRIMARYPRIMARY4const1Using filesort
    SIMPLExf_threadrefPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const6Using index condition; Using where
  21. SELECT xf_thread.thread_id, xf_thread.title, xf_thread.node_id, xf_node.title AS nodetitle, xf_thread.post_date
    FROM xf_thread
    INNER JOIN xf_node ON xf_node.node_id = xf_thread.node_id
    WHERE xf_thread.title LIKE '%Going%'
    AND xf_thread.discussion_state = 'visible'
    AND xf_thread.discussion_type <> 'redirect'
    AND (xf_thread.node_id = 1 OR xf_thread.node_id = 2 OR xf_thread.node_id = 4 OR xf_thread.node_id = 5 OR xf_thread.node_id = 6 OR xf_thread.node_id = 13 OR xf_thread.node_id = 9 OR xf_thread.node_id = 40 OR xf_thread.node_id = 39 OR xf_thread.node_id = 41 OR xf_thread.node_id = 7 OR xf_thread.node_id = 12 OR xf_thread.node_id = 14 OR xf_thread.node_id = 15 OR xf_thread.node_id = 16 OR xf_thread.node_id = 17 OR xf_thread.node_id = 18 OR xf_thread.node_id = 19)
    AND xf_thread.thread_id <> '3995'
    AND xf_thread.node_id = '13'
    
    
    ORDER BY xf_thread.thread_id DESC
    LIMIT 5
    Run Time: 0.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeconstPRIMARYPRIMARY4const1Using filesort
    SIMPLExf_threadrefPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const6Using index condition; Using where
  22. SELECT xf_thread.thread_id, xf_thread.title, xf_thread.node_id, xf_node.title AS nodetitle, xf_thread.post_date
    FROM xf_thread
    INNER JOIN xf_node ON xf_node.node_id = xf_thread.node_id
    WHERE xf_thread.title LIKE '%Holidays%'
    AND xf_thread.discussion_state = 'visible'
    AND xf_thread.discussion_type <> 'redirect'
    AND (xf_thread.node_id = 1 OR xf_thread.node_id = 2 OR xf_thread.node_id = 4 OR xf_thread.node_id = 5 OR xf_thread.node_id = 6 OR xf_thread.node_id = 13 OR xf_thread.node_id = 9 OR xf_thread.node_id = 40 OR xf_thread.node_id = 39 OR xf_thread.node_id = 41 OR xf_thread.node_id = 7 OR xf_thread.node_id = 12 OR xf_thread.node_id = 14 OR xf_thread.node_id = 15 OR xf_thread.node_id = 16 OR xf_thread.node_id = 17 OR xf_thread.node_id = 18 OR xf_thread.node_id = 19)
    AND xf_thread.thread_id <> '3995'
    AND xf_thread.node_id = '13'
    
    
    AND xf_thread.thread_id <> 4076
    ORDER BY xf_thread.thread_id DESC
    LIMIT 4
    Run Time: 0.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeconstPRIMARYPRIMARY4const1Using filesort
    SIMPLExf_threadrefPRIMARY,node_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const6Using index condition; Using where
  23. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: a6d9a36d95a8e2b1d066db034d3ba9b2, , 1711715853
    Run Time: 0.000147
  24. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Thread, Index, valid, thread_id=3995, 1711712253,
    Run Time: 0.000043
  25. SELECT *
    FROM xf_addon
    WHERE addon_id = ?
    Params: xfBirthdayGreetings
    Run Time: 0.000108
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_addonconstPRIMARYPRIMARY27const1 
  26. SELECT COUNT(*) AS total
    	FROM EWRrio_streams
    	LEFT JOIN EWRrio_games ON (EWRrio_games.game_id = EWRrio_streams.game_id)
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRrio_streamsALL    1 
    SIMPLEEWRrio_gameseq_refPRIMARYPRIMARY4gamingau_main.EWRrio_streams.game_id1Using index
  27. 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.000345
    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
  28. 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', 'wf_widget_wrapper', 'wf_widget_stats', 'wf_widget_threads', 'extendedpoll_message_content', 'extendedpoll_thread_poll_results', 'bdmedal_message_medals', '_header_node.13', '_footer_node.13', '_header_post_node.13', '_footer_post_node.13', 'waindigo_quick_reply_prepend_customfields', 'waindigo_header_node_customfields', 'el_portal_navbar', 'tinhte_xentag_thread_view', 'tinhte_xentag_hook_thread_view_pagenav_before', 'tinhte_xentag_hook_thread_view_form_before', 'tinhte_xentag_hook_thread_view_qr_before', 'tinhte_xentag_hook_thread_view_qr_after', 'modess_thread_log', 'thread_view', 'EWRrio_Navtabs', 'steam_helper_criteria_privs', 'steam_navtabs', 'steam_public_index', 'dark_taigachat', '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.000568
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 53Using where
  29. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('streams')
    Params: 1
    Run Time: 0.000098
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  30. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('waindigo_thread_view_tabs_library')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000086
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  31. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('waindigo_thread_view_tools_links_customfields')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000089
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  32. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('RT_UserOnlineRibbon')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000087
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  33. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('offline')
    Params: 1
    Run Time: 0.000069
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  34. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('waindigo_local_time_post_memberlocaltime')
    	AND style_id = ?
    	AND language_id = ?
    Params: 34, 1
    Run Time: 0.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  35. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_thread_view')
    Run Time: 0.000109
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  36. 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.000449
    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
  37. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('advanced_rules')
    Params: 1
    Run Time: 0.000098
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  38. 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.000096
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (370, XenForo Classes: 74)

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