Page Time: 0.1729s

Memory: 10.1794 MB (Peak: 10.7481 MB)

Queries (29, time: 0.0181s, 10.5%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('options', 'languages', 'contentTypes', 'codeEventListeners', 'deferredRun', 'simpleCache', 'addOns', 'defaultStyleProperties', 'routeFiltersIn', 'routeFiltersOut', 'routesPublic', 'nodeTypes', 'bannedIps', 'discouragedIps', 'styles', 'displayStyles', 'userBanners', 'smilies', 'bbCode', 'threadPrefixes', 'userTitleLadder', 'reportCounts', 'moderationCounts', 'userModerationCounts', 'notices', 'userFieldsInfo')
    Run Time: 0.001660
    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.000380
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000207
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: da_ssx
    Run Time: 0.000342
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  5. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: da_ssx
    Run Time: 0.000138
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  6. SELECT user.*
    	,
    		user_profile.*,
    		user_option.*,
    		user_privacy.*,
    		permission_combination.cache_value AS global_permission_cache,
    		IF (session_activity.view_date IS NULL, user.last_activity, session_activity.view_date) AS effective_last_activity,
    		session_activity.view_date, session_activity.controller_name, session_activity.controller_action, session_activity.params, session_activity.ip,
    		0 AS following_0
    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_option AS user_option ON
    			(user_option.user_id = user.user_id)
    		LEFT JOIN xf_user_privacy AS user_privacy ON
    			(user_privacy.user_id = user.user_id)
    		LEFT JOIN xf_permission_combination AS permission_combination ON
    			(permission_combination.permission_combination_id = user.permission_combination_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(session_activity.user_id = user.user_id AND session_activity.unique_key = user.user_id)
    WHERE user.user_id = ?
    Params: 47852
    Run Time: 0.001359
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEuser_profileconstPRIMARYPRIMARY4const1 
    SIMPLEuser_optionconstPRIMARYPRIMARY4const1 
    SIMPLEuser_privacyconstPRIMARYPRIMARY4const1 
    SIMPLEpermission_combinationconstPRIMARYPRIMARY4const1 
    SIMPLEsession_activityconstPRIMARY   1Impossible ON condition
  7. SELECT COUNT(*)
    FROM xf_profile_post AS profile_post
    
    WHERE (profile_post.profile_user_id = 47852) AND (profile_post.message_state IN ('visible'))
    Run Time: 0.000435
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const1Using where
  8. SELECT profile_post.*
    	,
    	posting_user.*,
    	IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username,
    	0 AS like_date
    FROM xf_profile_post AS profile_post
    
    	LEFT JOIN xf_user AS posting_user ON
    		(posting_user.user_id = profile_post.user_id)
    WHERE (profile_post.profile_user_id = 47852) AND (profile_post.message_state IN ('visible'))
    ORDER BY profile_post.post_date DESC
     LIMIT 20
    Run Time: 0.000605
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const1Using where
    SIMPLEposting_usereq_refPRIMARYPRIMARY4dsotpnet_cr.profile_post.user_id1 
  9. SELECT user_field.*
    	,
    	field_value.field_value
    FROM xf_user_field AS user_field
    
    	LEFT JOIN xf_user_field_value AS field_value ON
    		(field_value.field_id = user_field.field_id AND field_value.user_id = 47852)
    WHERE (user_field.display_group <> 'preferences' AND user_field.viewable_profile = 1)
    ORDER BY user_field.display_group, user_field.display_order
    Run Time: 0.000761
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_fieldALLdisplay_group_order   9Using where; Using filesort
    SIMPLEfield_valueeq_refPRIMARY,field_idPRIMARY31const,dsotpnet_cr.user_field.field_id1 
  10. SELECT COUNT(*)
    FROM xf_user_follow
    WHERE follow_user_id = ?
    Params: 47852
    Run Time: 0.000424
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_followreffollow_user_idfollow_user_id4const1Using index
  11. SELECT user.*,
    	user_profile.*,
    	user_option.*
    FROM xf_user_follow AS user_follow
    INNER JOIN xf_user AS user ON
    	(user.user_id = user_follow.user_id AND user.is_banned = 0)
    INNER JOIN xf_user_profile AS user_profile ON
    	(user_profile.user_id = user.user_id)
    INNER JOIN xf_user_option AS user_option ON
    	(user_option.user_id = user.user_id)
    WHERE user_follow.follow_user_id = ?
    ORDER BY RAND()
     LIMIT 6
    Params: 47852
    Run Time: 0.001400
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_followrefPRIMARY,follow_user_idfollow_user_id4const1Using index; Using temporary; Using filesort
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4dsotpnet_cr.user_follow.user_id1 
    SIMPLEusereq_refPRIMARYPRIMARY4dsotpnet_cr.user_follow.user_id1Using where
    SIMPLEuser_optioneq_refPRIMARYPRIMARY4dsotpnet_cr.user_follow.user_id1 
  12. SELECT sonnb_xengallery_profile_cover
    FROM sonnb_xengallery_profile_cover
    WHERE user_id = ?
    Params: 47852
    Run Time: 0.000293
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  13. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: d1eb53eeaa5fda20b03e47b71efb0c17, , 1711621403
    Run Time: 0.000369
  14. 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_Member, Member, valid, user_id=47852, 1711617803,
    Run Time: 0.000605
  15. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000133
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  16. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'bb_code_tag_code', 'bb_code_tag_php', 'bb_code_tag_html', 'bb_code_tag_quote', 'bb_code_tag_attach', 'bb_code_tag_spoiler', 'sonnb_xengallery_bbcode_photo', 'sonnb_xengallery_bbcode_video', 'sonnb_xengallery_bbcode_album', 'wf_widget_wrapper', 'wf_widget_online_users', 'wf_widget_stats', 'wf_widget_threads', 'member_view', 'EWRatendo2_Navtabs', 'EWRcarta_Navtabs', 'waindigo_you_are_using_as_user_loginasuser', 'waindigo_moderator_bar_loginasuser', 'modess_moderator_bar_mod_log_counts', 'rotating_ads_slider', 'wf_hook_moderator_bar', 'wf_revealer', 'dark_taigachat', 'dark_taigachat_list', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000969
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 26Using where
  17. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('user_field_real_name_desc', 'user_field_bikes_desc', 'user_field_aim_desc', 'user_field_icq_desc', 'user_field_yahoo_desc', 'user_field_skype_desc', 'user_field_gtalk_desc', 'user_field_facebook_desc', 'user_field_twitter_desc', 'atendo2_calendar', 'wiki')
    Params: 1
    Run Time: 0.000163
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 11Using where
  18. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1711616903)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000872
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 59Using where
    SIMPLEusereq_refPRIMARYPRIMARY4dsotpnet_cr.session_activity.user_id1 
  19. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000262
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  20. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_member_view')
    Run Time: 0.000261
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  21. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_member_view_lock')
    Run Time: 0.000198
    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_member_view_lock, a:1:{s:19:"member_view_lock_11";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1711617803;}}
    Run Time: 0.002225
  23. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000196
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    60Using filesort
  24. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000160
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const60Using where
  25. SELECT thread.*
    	,
    		1 AS fetched_last_post_user, user.gender, user.avatar_date, user.gravatar
    FROM xf_thread AS thread 
    
    		LEFT JOIN xf_user AS user ON
    		(user.user_id = thread.last_post_user_id)
    WHERE (thread.node_id IN (11, 63, 503, 133, 343, 727, 173, 733, 123, 653, 443, 303, 683, 713, 33, 153, 183, 533)) AND (thread.discussion_state IN ('visible'))
    ORDER BY thread.last_post_date DESC
     LIMIT 15
    Run Time: 0.000208
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadindexnode_id_last_post_date,node_id_sticky_state_last_postlast_post_date4 28Using where
    SIMPLEusereq_refPRIMARYPRIMARY4dsotpnet_cr.thread.last_post_user_id1 
  26. 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 (123, 153, 123, 153, 503, 503, 173, 343, 343, 503, 503, 343, 153, 153, 133)
    Run Time: 0.000199
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 6Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4dsotpnet_cr.node.node_id1 
  27. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_member_view, a:1:{s:14:"member_view_11";a:2:{s:4:"html";s:3031:"<div class="avatarList"> <ul> <li class="thread-143173 thread-node-123"> <a href="index.php?members/freddo.43623/" class="avatar Av43623s" data-avatarhtml="true"><img src="data/avatars/s/43/43623.jpg?1455833955" width="48" height="48" alt="Freddo" /></a> <a href="index.php?posts/2697779/"> Zombies </a> <div class="userTitle"> <a href="index.php?members/freddo.43623/" class="username">Freddo</a> replied <span class="DateTime" title="Oct 2, 2023 at 11:55 PM">Oct 2, 2023</span> </div> </li> <li class="thread-143172 thread-node-153"> <a href="index.php?members/paulway.14703/" class="avatar Av14703s" data-avatarhtml="true"><img src="data/avatars/s/14/14703.jpg?1391086823" width="48" height="48" alt="PaulWay" /></a> <a href="index.php?posts/2697776/"> Triumph Tiger Sport 1050 + panniers </a> <div class="userTitle"> <a href="index.php?members/paulway.14703/" class="username">PaulWay</a> replied <span class="DateTime" title="May 3, 2023 at 8:35 AM">May 3, 2023</span> </div> </li> <li class="thread-143155 thread-node-123"> <a href="index.php?members/gosling1.243/" class="avatar Av243s" data-avatarhtml="true"><img src="data/avatars/s/0/243.jpg?1421745029" width="48" height="48" alt="Gosling1" /></a> <a href="index.php?posts/2697769/"> who is over their job </a> <div class="userTitle"> <a href="index.php?members/gosling1.243/" class="username">Gosling1</a> replied <span class="DateTime" title="Jun 30, 2022 at 6:15 PM">Jun 30, 2022</span> </div> </li> <li class="thread-143003 thread-node-153"> <a href="index.php?members/grendel.16973/" class="avatar Av16973s" data-avatarhtml="true"><img src="styles/default/xenforo/avatars/avatar_s.png" width="48" height="48" alt="Grendel" /></a> <a href="index.php?posts/2697756/"> 2009 STR Indicator (1 only) </a> <div class="userTitle"> <a href="index.php?members/grendel.16973/" class="username">Grendel</a> replied <span class="DateTime" title="Apr 6, 2019 at 6:02 PM">Apr 6, 2019</span> </div> </li> <li class="thread-143169 thread-node-503"> <a href="index.php?members/freddo.43623/" class="avatar Av43623s" data-avatarhtml="true"><img src="data/avatars/s/43/43623.jpg?1455833955" width="48" height="48" alt="Freddo" /></a> <a title="Collecting Feedback on proposed MTB parking" class="Tooltip" href="index.php?posts/2697753/"> Collecting Feedback on proposed... </a> <div class="userTitle"> <a href="index.php?members/freddo.43623/" class="username">Freddo</a> replied <span class="DateTime" title="Jan 31, 2019 at 9:46 AM">Jan 31, 2019</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:1711617803;}}
    Run Time: 0.001736
  28. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_member_view_lock, a:1:{s:19:"member_view_lock_11";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1711617803;}}
    Run Time: 0.001398
  29. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('members_online_now', 'forum_statistics')
    Params: 1
    Run Time: 0.000135
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where

Included Files (185, XenForo Classes: 69)

  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/Waindigo/Listener/InitDependencies.php
  33. library/Waindigo/Listener/InitDependencies/20150212.php
  34. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  35. library/ModEss/Listener/Cog.php
  36. library/sonnb/XenGallery/Listener.php
  37. library/WidgetFramework/Listener.php
  38. library/Dark/TaigaChat/EventListener/Listener.php
  39. library/MassDeleteSpammers/Listener.php
  40. library/Asp/OnlineStatus/Plugin/Plugin.php
  41. library/Borbole/ThreadReaders/Listener/Listener.php
  42. library/EWRcarta/Listener/Model.php
  43. library/WidgetFramework/Option.php
  44. library/NFLJ/Showcase/Listener/Proxy.php
  45. library/EWRatendo2/Listener/Init.php
  46. library/EWRcarta/Listener/Init.php
  47. library/XenForo/DataWriter/User.php
  48. library/XenForo/DataWriter.php
  49. library/XenForo/Router.php
  50. library/XenForo/Route/Filter.php
  51. library/XenForo/Route/Interface.php
  52. library/XenForo/Route/ResponseSuffix.php
  53. library/XenForo/Route/Prefix.php
  54. library/WidgetFramework/Route/Filter/PageX.php
  55. library/XenForo/Route/Prefix/Members.php
  56. library/XenForo/RouteMatch.php
  57. library/XenForo/ControllerPublic/Member.php
  58. library/XenForo/ControllerPublic/Abstract.php
  59. library/XenForo/Controller.php
  60. library/DaTheme/SSX/EventListener.php
  61. library/EWRatendo2/Listener/Controller.php
  62. library/WMTech/UserSelfDeleteLite/Listener.php
  63. library/EWRcarta/Listener/Controller.php
  64. library/sonnbStopSpamHere/Listener.php
  65. library/sonnb/XenGallery/XenForo/ControllerPublic/Member.php
  66. library/XenForo/Input.php
  67. library/XenForo/Session.php
  68. library/XenForo/Helper/Ip.php
  69. library/XenForo/Visitor.php
  70. library/XenForo/Model/User.php
  71. library/Waindigo/LoginAsUser/Listener/LoadClass.php
  72. library/Waindigo/Listener/LoadClass.php
  73. library/Waindigo/Listener/LoadClass/20150518.php
  74. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  75. library/sonnb/XenGallery/XenForo/Model/User.php
  76. library/WidgetFramework/XenForo/Model/User.php
  77. library/MassDeleteSpammers/ModelUser.php
  78. library/EWRcarta/Model/User.php
  79. library/XenForo/Permission.php
  80. library/XenForo/Phrase.php
  81. library/XenForo/Locale.php
  82. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  83. library/Waindigo/Listener/VisitorSetup.php
  84. library/Waindigo/Listener/VisitorSetup/20150106.php
  85. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  86. library/DaTheme/SSX/ControllerHelper/StyleChange.php
  87. library/XenForo/ControllerHelper/Abstract.php
  88. library/DaTheme/SSX/Model/SetStyleForX.php
  89. library/XenForo/ControllerResponse/Reroute.php
  90. library/XenForo/ControllerResponse/Abstract.php
  91. library/XenForo/ControllerHelper/UserProfile.php
  92. library/XenForo/Model/UserProfile.php
  93. library/XenForo/Model/ProfilePost.php
  94. library/sonnb/XenGallery/XenForo/Model/ProfilePost.php
  95. library/WidgetFramework/XenForo/Model/ProfilePost.php
  96. library/XenForo/Model/UserField.php
  97. library/sonnb/XenGallery/Model/Gallery.php
  98. library/sonnb/XenGallery/Model/Abstract.php
  99. library/XenForo/Model/UserIgnore.php
  100. library/XenForo/Model/Conversation.php
  101. library/XenForo/ControllerResponse/View.php
  102. library/XenForo/Helper/Cookie.php
  103. library/XenForo/ViewRenderer/HtmlPublic.php
  104. library/XenForo/ViewRenderer/Abstract.php
  105. library/XenForo/Template/Public.php
  106. library/XenForo/Template/Abstract.php
  107. library/WidgetFramework/Core.php
  108. library/XenForo/Model/Moderator.php
  109. library/ModEss/Model/Moderator.php
  110. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  111. library/NFLJ/Showcase/Listener/Proxy/ModelModerator.php
  112. library/RotatingAds/Listener.php
  113. library/NFLJ/Showcase/Listener/WidgetFramework.php
  114. library/WFUpcomingEvents/Listener.php
  115. library/WidgetFramework/Model/Widget.php
  116. library/WidgetFramework/Helper/Sort.php
  117. library/WidgetFramework/WidgetRenderer.php
  118. library/XenForo/ViewPublic/Member/View.php
  119. library/XenForo/ViewPublic/Base.php
  120. library/XenForo/View.php
  121. library/WidgetFramework/XenForo/View1.php
  122. library/XenForo/BbCode/Parser.php
  123. library/XenForo/BbCode/Formatter/Base.php
  124. library/EWRatendo2/Listener/BbCode.php
  125. library/EWRcarta/Listener/BbCode.php
  126. library/sonnb/XenGallery/XenForo/BbCode/Formatter/Base.php
  127. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  128. library/EWRatendo2/BbCode/Formatter.php
  129. library/EWRcarta/BbCode/Formatter.php
  130. library/XenForo/BbCode/TextWrapper.php
  131. library/Waindigo/LoginAsUser/Listener/TemplateCreate.php
  132. library/Waindigo/Listener/TemplateCreate.php
  133. library/Waindigo/Listener/TemplateCreate/20150106.php
  134. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  135. library/WidgetFramework/WidgetRenderer/Html.php
  136. library/WidgetFramework/WidgetRenderer/Stats.php
  137. library/WidgetFramework/WidgetRenderer/Threads.php
  138. library/WidgetFramework/Model/Cache.php
  139. library/NFLJ/Showcase/Listener/Template.php
  140. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  141. library/EWRatendo2/Listener/NavTabs.php
  142. library/EWRatendo2/Model/Perms.php
  143. library/EWRcarta/Listener/NavTabs.php
  144. library/EWRcarta/Model/Perms.php
  145. library/EWRcarta/Model/Lists.php
  146. library/WidgetFramework/Template/Extended.php
  147. library/Waindigo/LoginAsUser/Listener/TemplateHook.php
  148. library/Waindigo/Listener/TemplateHook.php
  149. library/Waindigo/Listener/TemplateHook/20150106.php
  150. library/Waindigo/Listener/Template.php
  151. library/Waindigo/Listener/Template/20150106.php
  152. library/RotatingAds/Engine.php
  153. library/RotatingAds/Model.php
  154. library/Tinhte/Html5Uploader/Listener.php
  155. library/CemZoo/EasyBan/Template/Hook.php
  156. library/EWRcarta/Listener/Template.php
  157. library/phc/whoVoted/Listener/Listener.php
  158. library/Zend/Exception.php
  159. library/XenForo/Model/Session.php
  160. library/Dark/TaigaChat/Model/SessionOverride.php
  161. library/WidgetFramework/Helper/String.php
  162. library/XenForo/Model/Thread.php
  163. library/ModEss/Model/Thread.php
  164. library/WidgetFramework/XenForo/Model/Thread.php
  165. library/Borbole/ThreadReaders/Model/Thread.php
  166. library/XenForo/Model/Node.php
  167. library/ModEss/Model/Node.php
  168. library/XenForo/NodeHandler/Forum.php
  169. library/XenForo/NodeHandler/Abstract.php
  170. library/XenForo/NodeHandler/Category.php
  171. library/XenForo/NodeHandler/LinkForum.php
  172. library/XenForo/Model/Forum.php
  173. library/XenForo/Model/Category.php
  174. library/XenForo/Model/LinkForum.php
  175. library/XenForo/Helper/String.php
  176. library/XenForo/Helper/Discussion.php
  177. library/XenForo/Route/Prefix/Posts.php
  178. library/XenForo/Model/Avatar.php
  179. library/WidgetFramework/WidgetRenderer/Empty.php
  180. library/XenForo/Debug.php
  181. library/RotatingAds/DataWriter.php
  182. library/Dark/TaigaChat/Model/TaigaChat.php
  183. library/Dark/TaigaChat/Helper/Global.php
  184. library/Tinhte/Html5Uploader/Template.php
  185. library/XenForo/ViewRenderer/Json.php