Page Time: 0.0421s

Memory: 4.0661 MB (Peak: 5.2985 MB)

Queries (17, time: 0.0058s, 13.7%)

  1. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000120
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  2. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache,
    		NULL AS forum_read_date,
    		0 AS forum_is_watched
    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: 54
    Run Time: 0.000219
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  3. SELECT COUNT(*)
    FROM xf_thread AS thread
    
    WHERE ((thread.node_id = 54) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')))
    Run Time: 0.000070
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const92344Using where
  4. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    last_post_user.avatar_date AS last_post_user_avatar_date, last_post_user.gravatar AS last_post_user_gravatar, last_post_user.gender AS last_post_user_gender, (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 1) as dark_postrating_1_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 14) as dark_postrating_14_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 2) as dark_postrating_2_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 3) as dark_postrating_3_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 4) as dark_postrating_4_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 5) as dark_postrating_5_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 6) as dark_postrating_6_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 7) as dark_postrating_7_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 8) as dark_postrating_8_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 9) as dark_postrating_9_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 10) as dark_postrating_10_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 11) as dark_postrating_11_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 12) as dark_postrating_12_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 13) as dark_postrating_13_count, 1 as dark_postrating_has_fetched_max
    
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    LEFT JOIN xf_user AS last_post_user ON
    	(last_post_user.user_id = thread.last_post_user_id)
    WHERE ((thread.node_id = 54) AND (thread.sticky = 0) AND (thread.discussion_state IN ('visible')))
    ORDER BY thread.last_post_date DESC
     LIMIT 20
    Run Time: 0.002930
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_last_post_date4const92344Using where
    PRIMARYusereq_refPRIMARYPRIMARY4foromtb_www.thread.user_id1 
    PRIMARYlast_post_usereq_refPRIMARYPRIMARY4foromtb_www.thread.last_post_user_id1 
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
  5. SELECT thread.*
    	,
    	user.*, IF(user.username IS NULL, thread.username, user.username) AS username,
    	NULL AS thread_read_date,
    	0 AS thread_is_watched,
    	0 AS user_post_count,
    last_post_user.avatar_date AS last_post_user_avatar_date, last_post_user.gravatar AS last_post_user_gravatar, last_post_user.gender AS last_post_user_gender, (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 1) as dark_postrating_1_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 14) as dark_postrating_14_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 2) as dark_postrating_2_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 3) as dark_postrating_3_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 4) as dark_postrating_4_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 5) as dark_postrating_5_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 6) as dark_postrating_6_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 7) as dark_postrating_7_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 8) as dark_postrating_8_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 9) as dark_postrating_9_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 10) as dark_postrating_10_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 11) as dark_postrating_11_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 12) as dark_postrating_12_count, 1 as dark_postrating_has_fetched_max
    , (select count(*) from dark_postrating pr USE INDEX (`post_id_rating`) where pr.post_id = thread.first_post_id and pr.rating = 13) as dark_postrating_13_count, 1 as dark_postrating_has_fetched_max
    
    FROM xf_thread AS thread 
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.user_id)
    LEFT JOIN xf_user AS last_post_user ON
    	(last_post_user.user_id = thread.last_post_user_id)
    WHERE ((thread.node_id = 54) AND (thread.sticky = 1) AND (thread.discussion_state IN ('visible')))
    ORDER BY thread.last_post_date DESC
    Run Time: 0.001173
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYthreadrefnode_id_last_post_date,node_id_sticky_state_last_postnode_id_sticky_state_last_post6const,const,const4Using where
    PRIMARYusereq_refPRIMARYPRIMARY4foromtb_www.thread.user_id1 
    PRIMARYlast_post_usereq_refPRIMARYPRIMARY4foromtb_www.thread.last_post_user_id1 
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
    DEPENDENT SUBQUERYprrefpost_id_ratingpost_id_rating8foromtb_www.thread.first_post_id,const1Using index
  6.             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(54))
                ORDER BY field.materialized_order
    Run Time: 0.000091
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const1Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY194foromtb_www.ff.field_id1 
  7.             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(54))
                ORDER BY field.materialized_order
    Run Time: 0.000083
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEffrefPRIMARY,field_idPRIMARY4const1Using index; Using temporary; Using filesort
    SIMPLEfieldeq_refPRIMARYPRIMARY194foromtb_www.ff.field_id1 
  8. SELECT category.*
    	,
    	permission.cache_value AS category_permission_cache
    FROM xf_nflj_showcase_category AS category
    
    	LEFT JOIN xf_permission_cache_content AS permission
    		ON (permission.permission_combination_id = 1
    			AND permission.content_type = 'showcase_category'
    			AND permission.content_id = category.category_id)
    ORDER BY category.lft
    Run Time: 0.000228
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEcategoryALL    85Using filesort
    SIMPLEpermissioneq_refPRIMARYPRIMARY35const,const,foromtb_www.category.category_id1Using where
  9. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: af875fd27f52d82d5c865bcb634c2632, , 1710824132
    Run Time: 0.000137
  10. INSERT INTO xf_session_activity
    	(user_id, unique_key, ip, controller_name, controller_action, view_state, params, view_date, robot_key)
    VALUES
    	(?, ?, ?, ?, ?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE
    	ip = VALUES(ip),
    	controller_name = VALUES(controller_name),
    	controller_action = VALUES(controller_action),
    	view_state = VALUES(view_state),
    	params = VALUES(params),
    	view_date = VALUES(view_date),
    	robot_key = VALUES(robot_key)
    Params: 0, , , XenForo_ControllerPublic_Forum, Forum, valid, node_id=54, 1710820532,
    Run Time: 0.000070
  11. SELECT activity.*, user.username 
    FROM xc_trade_activity AS activity
    LEFT JOIN xf_user AS user ON user.user_id=activity.user_id
    WHERE activity.user_id=?
    ORDER BY activity.dateline DESC
    LIMIT 0, ?
    Params: 0, 10
    Run Time: 0.000065
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEactivityrefuser_id_datelineuser_id_dateline4const1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4foromtb_www.activity.user_id1 
  12. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'waindigo_thread_list_item_socialgroups', 'forum_view', 'nflj_showcase_tab_links', 'xcxt_navtabs', 'waindigo_you_are_using_as_user_loginasuser', 'waindigo_moderator_bar_loginasuser', 'dark_postrating', 'dark_postrating_member', 'dark_postrating_member_totals', 'message_user_info_extra', 'user_criteria_content', 'thread_list_item_icon_key', 'dark_postrating_member_notable_tabs', 'dark_postrating_account_wrapper', 'dark_postrating_navigation_visitor_tab', 'dark_postrating_visitor_panel', 'dark_postrating_member_card', 'dark_postrating_member_info', 'dark_postrating_message_user_info', 'xcfw_copyright', 'xcxt_headinclude', 'xcxt_trading_preferences_link_list', 'xcxt_visitor_panel_addon', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000263
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 25Using where
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('xcxt_trade')
    Params: 2
    Run Time: 0.000055
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  14. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('dark_postrating_thread_icon')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000062
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('waindigo_thread_list_item_customfields')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000062
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  16. SELECT *
    FROM xf_notification
    ORDER BY notification_id
    Run Time: 0.000083
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_notificationindex PRIMARY4 1 
  17. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('GritterNotifications')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 2
    Run Time: 0.000049
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (155, XenForo Classes: 56)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/Cache.php
  19. library/Zend/Cache/Backend/File.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/XenForo/CodeEvent.php
  25. library/XenForo/Options.php
  26. library/XenForo/Link.php
  27. library/XenForo/Template/Helper/Core.php
  28. library/NFLJ/Showcase/Listener/Proxy.php
  29. library/Waindigo/Listener/InitDependencies.php
  30. library/Waindigo/Listener/InitDependencies/20141020.php
  31. library/Waindigo/Listener/ControllerPreDispatch/20141011.php
  32. library/BannedAvatar/Listener.php
  33. library/XenCentral/Trade/Hooks.php
  34. library/XenCentral/Trade/Model/Options.php
  35. library/XenCentral/Trade/Model/Abstract.php
  36. library/XenCentral/Framework/Hooks.php
  37. library/Tapatalk/Listener/LoadClassModel.php
  38. library/UserEss/Listener/Proxy.php
  39. library/Dark/PostRating/EventListener.php
  40. library/Bookmarks/Listener/Proxy.php
  41. library/XenForo/Router.php
  42. library/XenForo/Route/Filter.php
  43. library/XenForo/Route/Interface.php
  44. library/XenForo/Route/ResponseSuffix.php
  45. library/XenForo/Route/Prefix.php
  46. library/XenForo/Route/Prefix/Forums.php
  47. library/XenForo/RouteMatch.php
  48. library/XenForo/ControllerPublic/Forum.php
  49. library/XenForo/ControllerPublic/Abstract.php
  50. library/XenForo/Controller.php
  51. library/Waindigo/LastPostAvatar/Listener/LoadClass.php
  52. library/Waindigo/Listener/LoadClass.php
  53. library/Waindigo/Listener/LoadClass/20141202.php
  54. library/Waindigo/CustomFields/Listener/LoadClass.php
  55. library/Vinavb/CustomNodeIcon/Listener.php
  56. library/GritterNotifications/Listener.php
  57. library/Waindigo/LastPostAvatar/Extend/XenForo/ControllerPublic/Forum.php
  58. library/Waindigo/CustomFields/Extend/XenForo/ControllerPublic/Forum.php
  59. library/NFLJ/Showcase/ControllerPublic/Forum.php
  60. library/XenForo/Input.php
  61. library/XenForo/Session.php
  62. library/Zend/Db.php
  63. library/Zend/Db/Adapter/Mysqli.php
  64. library/Zend/Db/Adapter/Abstract.php
  65. library/Zend/Db/Select.php
  66. library/Zend/Db/Expr.php
  67. library/Zend/Db/Profiler.php
  68. library/Zend/Db/Statement/Mysqli.php
  69. library/Zend/Db/Statement.php
  70. library/Zend/Db/Statement/Interface.php
  71. library/XenForo/Helper/Ip.php
  72. library/XenForo/Visitor.php
  73. library/XenForo/Model/User.php
  74. library/Waindigo/LoginAsUser/Listener/LoadClass.php
  75. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  76. library/Dark/PostRating/Model/User.php
  77. library/XenCentral/Trade/Model/XfUser.php
  78. library/Zend/Db/Profiler/Query.php
  79. library/XenForo/Permission.php
  80. library/XenForo/Helper/Php.php
  81. library/XenForo/Phrase.php
  82. library/XenForo/Locale.php
  83. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  84. library/Waindigo/Listener/VisitorSetup.php
  85. library/Waindigo/Listener/VisitorSetup/20130615.php
  86. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  87. library/Waindigo/InstallUpgrade/Listener/ControllerPreDispatch.php
  88. library/DigitalPointAdPositioning/Listener/ControllerPreDispatch.php
  89. library/XenForo/ControllerResponse/Reroute.php
  90. library/XenForo/ControllerResponse/Abstract.php
  91. library/DigitalPointAdPositioning/Listener/ControllerPostDispatch.php
  92. library/Tapatalk/Listener/ControllerPostDispatch.php
  93. library/XenForo/ControllerHelper/ForumThreadPost.php
  94. library/XenForo/ControllerHelper/Abstract.php
  95. library/XenForo/Model/Forum.php
  96. library/UserEss/Model/Forum.php
  97. library/XenForo/Model/Thread.php
  98. library/Waindigo/LastPostAvatar/Extend/XenForo/Model/Thread.php
  99. library/Waindigo/CustomFields/Extend/XenForo/Model/Thread.php
  100. library/UserEss/Model/Thread.php
  101. library/Dark/PostRating/Model/Thread.php
  102. library/Bookmarks/Model/Thread.php
  103. library/Dark/PostRating/Model.php
  104. library/XenForo/Helper/String.php
  105. library/XenForo/Helper/Discussion.php
  106. library/XenForo/Model/Node.php
  107. library/Waindigo/LastPostAvatar/Extend/XenForo/Model/Node.php
  108. library/Tapatalk/Model/Node.php
  109. library/XenForo/Route/Prefix/Categories.php
  110. library/XenForo/ControllerResponse/View.php
  111. library/Waindigo/CustomFields/Model/ThreadField.php
  112. library/NFLJ/Showcase/Model/Category.php
  113. library/XenForo/Helper/Cookie.php
  114. library/XenForo/ViewRenderer/HtmlPublic.php
  115. library/XenForo/ViewRenderer/Abstract.php
  116. library/XenForo/Template/Public.php
  117. library/XenForo/Template/Abstract.php
  118. library/XenCentral/Framework/Navigation/Admin.php
  119. library/XenForo/ViewPublic/Forum/View.php
  120. library/XenForo/ViewPublic/Base.php
  121. library/XenForo/View.php
  122. library/Waindigo/CustomFields/Extend/XenForo/ViewPublic/Forum/View.php
  123. library/XenForo/ViewPublic/Helper/Node.php
  124. library/UserEss/Listener/Hook.php
  125. library/NFLJ/Showcase/Listener/Template.php
  126. library/Waindigo/LoginAsUser/Listener/TemplateCreate.php
  127. library/Waindigo/Listener/TemplateCreate.php
  128. library/Waindigo/Listener/TemplateCreate/20130522.php
  129. library/Waindigo/CustomFields/Listener/TemplateCreate.php
  130. library/Bookmarks/Listener/Hook.php
  131. library/XenForo/Route/Prefix/Members.php
  132. library/NFLJ/Showcase/Model/Item.php
  133. library/XenCentral/Trade/Model/Activity.php
  134. library/XenCentral/Trade/Route/PrefixPublic/Main.php
  135. library/Bookmarks/Listener/NavigationTabs.php
  136. library/Tapatalk/EventListener/Hook.php
  137. library/Waindigo/LoginAsUser/Listener/TemplateHook.php
  138. library/Waindigo/Listener/TemplateHook.php
  139. library/Waindigo/Listener/TemplateHook/20141020.php
  140. library/Waindigo/Listener/Template.php
  141. library/Waindigo/Listener/Template/20141020.php
  142. library/Waindigo/CustomFields/Listener/TemplateHook.php
  143. library/Waindigo/CustomFields/Listener/TemplatePostRender.php
  144. library/Waindigo/Listener/TemplatePostRender.php
  145. library/Waindigo/Listener/TemplatePostRender/20140711.php
  146. library/Tapatalk/Listener/TemplatePostRender.php
  147. library/XenForo/Model/Avatar.php
  148. library/XenForo/Route/Prefix/Threads.php
  149. library/XenForo/Helper/Criteria.php
  150. library/XenForo/Debug.php
  151. mobiquo/smartbanner/head.inc.php
  152. library/GritterNotifications/Model/Notification.php
  153. library/XenCentral/Framework/Model/Cache.php
  154. library/XenForo/ViewRenderer/Json.php
  155. library/Vinavb/CustomNodeIcon/Icon.php