Page Time: 0.1378s

Memory: 8.7486 MB (Peak: 9.3259 MB)

Queries (38, time: 0.0288s, 20.9%)

  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.001678
    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.000629
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: da_ssx
    Run Time: 0.000260
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  5. SELECT EWRcarta_pages.*, xf_liked_content.like_date, EWRcarta_watch.page_id AS page_is_watched
    	FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_watch ON (EWRcarta_pages.page_id = EWRcarta_watch.page_id AND EWRcarta_watch.user_id = ?)
    	LEFT JOIN xf_liked_content
    		ON (xf_liked_content.content_type = 'wiki'
    			AND xf_liked_content.content_id = EWRcarta_pages.page_id
    			AND xf_liked_content.like_user_id = 0)
    WHERE page_slug = ?
    Params: 0, using-bus-transit-lanes-canberra-act
    Run Time: 0.000712
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
    SIMPLEEWRcarta_watchconstPRIMARY,page_id_email_subscribePRIMARY8const,const0Unique row not found
    SIMPLExf_liked_contentconstcontent_type_id_like_user_id,like_user_content_type_idcontent_type_id_like_user_id35const,const,const0Unique row not found
  6. SELECT page_slug, page_name, page_parent
    	FROM EWRcarta_pages
    WHERE page_id = ?
    Params: 8
    Run Time: 0.000278
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstPRIMARYPRIMARY4const1 
  7. SELECT page_slug, page_name, page_parent
    	FROM EWRcarta_pages
    WHERE page_id = ?
    Params: 1
    Run Time: 0.000151
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstPRIMARYPRIMARY4const1 
  8. SELECT 
    	EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect, 
    	page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
    FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
    	
    
    
    ORDER BY page_name ASC, page_name ASC
    LIMIT 0, 99999
    Run Time: 0.000191
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    52Using filesort
    SIMPLEEWRcarta_cacheeq_refPRIMARYPRIMARY4dsotpnet_cr.EWRcarta_pages.page_id1 
  9. SELECT attachment.*,
    	data.filename, data.file_size, data.file_hash, data.file_path, data.width, data.height, data.thumbnail_width, data.thumbnail_height
    FROM xf_attachment AS attachment
    INNER JOIN xf_attachment_data AS data ON
    	(data.data_id = attachment.data_id)
    WHERE attachment.content_type = ?
    	AND attachment.content_id IN (14)
    ORDER BY attachment.content_id, attachment.attach_date
    Params: wiki
    Run Time: 0.000236
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEattachmentrefcontent_type_id_datecontent_type_id_date31const,const1Using index condition; Using where
    SIMPLEdataeq_refPRIMARYPRIMARY4dsotpnet_cr.attachment.data_id1 
  10. UPDATE EWRcarta_pages
    SET page_views = page_views+1
    WHERE page_id = ?
    Params: 14
    Run Time: 0.007049
  11. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000367
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  12. SELECT page_id, page_slug, page_name
    	FROM EWRcarta_pages
    WHERE page_index != '0'
    ORDER BY page_index ASC, page_name ASC
    Run Time: 0.000615
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesrangepage_indexpage_index4 2Using index condition; Using filesort
  13. SELECT COUNT(*) AS total
    	FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
    Run Time: 0.000420
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesindex page_parent4 52Using index
  14. SELECT COUNT(*) AS total
    	FROM EWRcarta_history
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_historyindex page_id4 61Using index
  15. SELECT SUM(page_likes) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000398
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    52 
  16. SELECT SUM(page_views) AS total
    	FROM EWRcarta_pages
    Run Time: 0.000279
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    52 
  17. SELECT COUNT(*) AS count, SUM(file_size) AS size
    	FROM xf_attachment
    	INNER JOIN xf_attachment_data ON (xf_attachment_data.data_id = xf_attachment.data_id)
    WHERE content_type = 'wiki'
    	AND unassociated = '0'
    Run Time: 0.000147
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_attachmentrefcontent_type_id_date,unassociated_attach_datecontent_type_id_date27const11Using index condition; Using where
    SIMPLExf_attachment_dataeq_refPRIMARYPRIMARY4dsotpnet_cr.xf_attachment.data_id1 
  18. SELECT xf_user.*, COUNT(EWRcarta_history.user_id) as count, MAX(EWRcarta_history.history_date) as date,
    	IF(NOT ISNULL(xf_user.user_id), xf_user.username, EWRcarta_history.username) AS username
    	FROM EWRcarta_history
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRcarta_history.user_id)
    
    GROUP BY EWRcarta_history.user_id
    ORDER BY count DESC, date DESC
    LIMIT 0, 10
    Run Time: 0.000261
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_historyALL    61Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4dsotpnet_cr.EWRcarta_history.user_id1 
  19. SELECT page_id, page_slug, page_name, page_parent
    	FROM EWRcarta_pages
    WHERE page_id = ?
    Params: 8
    Run Time: 0.000281
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstPRIMARYPRIMARY4const1 
  20. SELECT 
    	EWRcarta_pages.page_id, page_slug, page_name, page_date, page_parent, page_redirect, 
    	page_protect, page_likes, page_views, LENGTH(page_content) AS length, cache_date
    FROM EWRcarta_pages
    	LEFT JOIN EWRcarta_cache ON (EWRcarta_pages.page_id = EWRcarta_cache.page_id)
    	
    
    
    ORDER BY page_name ASC, page_name ASC
    LIMIT 0, 99999
    Run Time: 0.001817
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesALL    52Using filesort
    SIMPLEEWRcarta_cacheeq_refPRIMARYPRIMARY4dsotpnet_cr.EWRcarta_pages.page_id1 
  21. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 1ac4a6b4b5d1e72a4e175103eecec2be, , 1713255202
    Run Time: 0.000329
  22. 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, , , EWRcarta_ControllerPublic_Wiki, Index, valid, string_id=using-bus-transit-lanes-canberra-act, 1713251602,
    Run Time: 0.000206
  23. SELECT *
    	FROM EWRcarta_cache
    WHERE page_id = ?
    Params: 14
    Run Time: 0.000181
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_cacheconstPRIMARYPRIMARY4const1 
  24. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000116
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  25. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'wf_widget_wrapper', 'wf_widget_online_users', 'wf_widget_stats', 'wf_widget_threads', 'EWRcarta_PageView', '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.000674
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 17Using where
  26. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('atendo2_calendar', 'wiki')
    Params: 1
    Run Time: 0.000145
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  27. 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 > 1713250702)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.000874
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 88Using where
    SIMPLEusereq_refPRIMARYPRIMARY4dsotpnet_cr.session_activity.user_id1 
  28. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000258
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  29. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_EWRcarta_PageView')
    Run Time: 0.000300
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  30. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc_5916cfd9dd88663c47347')
    Run Time: 0.000289
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  31. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_5916cfd9dd88663c47347, a:1:{s:25:"EWRcarta_PageView_lock_11";a:2:{s:4:"html";s:1:"1";s:4:"time";i:1713251602;}}
    Run Time: 0.002384
  32. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    60Using filesort
  33. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000235
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const60Using where
  34. 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.000204
    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 
  35. 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.000213
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnoderangePRIMARYPRIMARY4 6Using where
    SIMPLEforumeq_refPRIMARYPRIMARY4dsotpnet_cr.node.node_id1 
  36. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc__1_EWRcarta_PageView, a:1:{s:20:"EWRcarta_PageView_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:1713251602;}}
    Run Time: 0.001556
  37. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: wfc_5916cfd9dd88663c47347, a:1:{s:25:"EWRcarta_PageView_lock_11";a:2:{s:4:"html";s:1:"0";s:4:"time";i:1713251602;}}
    Run Time: 0.004445
  38. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('members_online_now', 'forum_statistics')
    Params: 1
    Run Time: 0.000136
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where

Included Files (170, XenForo Classes: 58)

  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/EWRcarta/Route/Wiki.php
  56. library/XenForo/RouteMatch.php
  57. library/EWRcarta/ControllerPublic/Wiki.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/XenForo/Input.php
  66. library/XenForo/Session.php
  67. library/XenForo/Helper/Ip.php
  68. library/XenForo/Visitor.php
  69. library/XenForo/Model/User.php
  70. library/Waindigo/LoginAsUser/Listener/LoadClass.php
  71. library/Waindigo/Listener/LoadClass.php
  72. library/Waindigo/Listener/LoadClass/20150518.php
  73. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  74. library/sonnb/XenGallery/XenForo/Model/User.php
  75. library/WidgetFramework/XenForo/Model/User.php
  76. library/MassDeleteSpammers/ModelUser.php
  77. library/EWRcarta/Model/User.php
  78. library/XenForo/Permission.php
  79. library/XenForo/Phrase.php
  80. library/XenForo/Locale.php
  81. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  82. library/Waindigo/Listener/VisitorSetup.php
  83. library/Waindigo/Listener/VisitorSetup/20150106.php
  84. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  85. library/EWRcarta/Model/Perms.php
  86. library/DaTheme/SSX/ControllerHelper/StyleChange.php
  87. library/XenForo/ControllerHelper/Abstract.php
  88. library/DaTheme/SSX/Model/SetStyleForX.php
  89. library/EWRcarta/Model/Pages.php
  90. library/EWRcarta/Model/Lists.php
  91. library/XenForo/Model/Attachment.php
  92. library/XenForo/Helper/Cookie.php
  93. library/EWRcarta/Model/Parser.php
  94. library/EWRcarta/Model/History.php
  95. library/XenForo/ControllerResponse/View.php
  96. library/XenForo/ControllerResponse/Abstract.php
  97. library/XenForo/ViewRenderer/HtmlPublic.php
  98. library/XenForo/ViewRenderer/Abstract.php
  99. library/XenForo/Template/Public.php
  100. library/XenForo/Template/Abstract.php
  101. library/WidgetFramework/Core.php
  102. library/XenForo/Model/Moderator.php
  103. library/ModEss/Model/Moderator.php
  104. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  105. library/NFLJ/Showcase/Listener/Proxy/ModelModerator.php
  106. library/RotatingAds/Listener.php
  107. library/NFLJ/Showcase/Listener/WidgetFramework.php
  108. library/WFUpcomingEvents/Listener.php
  109. library/WidgetFramework/Model/Widget.php
  110. library/WidgetFramework/Helper/Sort.php
  111. library/WidgetFramework/WidgetRenderer.php
  112. library/EWRcarta/ViewPublic/PageView.php
  113. library/XenForo/ViewPublic/Base.php
  114. library/XenForo/View.php
  115. library/WidgetFramework/XenForo/View1.php
  116. library/EWRcarta/Model/Cache.php
  117. library/Waindigo/LoginAsUser/Listener/TemplateCreate.php
  118. library/Waindigo/Listener/TemplateCreate.php
  119. library/Waindigo/Listener/TemplateCreate/20150106.php
  120. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  121. library/WidgetFramework/WidgetRenderer/Html.php
  122. library/WidgetFramework/WidgetRenderer/Stats.php
  123. library/WidgetFramework/WidgetRenderer/Threads.php
  124. library/WidgetFramework/Model/Cache.php
  125. library/NFLJ/Showcase/Listener/Template.php
  126. library/XenForo/Route/Prefix/Members.php
  127. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  128. library/EWRatendo2/Listener/NavTabs.php
  129. library/EWRatendo2/Model/Perms.php
  130. library/EWRcarta/Listener/NavTabs.php
  131. library/WidgetFramework/Template/Extended.php
  132. library/Waindigo/LoginAsUser/Listener/TemplateHook.php
  133. library/Waindigo/Listener/TemplateHook.php
  134. library/Waindigo/Listener/TemplateHook/20150106.php
  135. library/Waindigo/Listener/Template.php
  136. library/Waindigo/Listener/Template/20150106.php
  137. library/RotatingAds/Engine.php
  138. library/RotatingAds/Model.php
  139. library/Tinhte/Html5Uploader/Listener.php
  140. library/CemZoo/EasyBan/Template/Hook.php
  141. library/EWRcarta/Listener/Template.php
  142. library/phc/whoVoted/Listener/Listener.php
  143. library/Zend/Exception.php
  144. library/XenForo/Model/Session.php
  145. library/Dark/TaigaChat/Model/SessionOverride.php
  146. library/WidgetFramework/Helper/String.php
  147. library/XenForo/Model/Thread.php
  148. library/ModEss/Model/Thread.php
  149. library/WidgetFramework/XenForo/Model/Thread.php
  150. library/Borbole/ThreadReaders/Model/Thread.php
  151. library/XenForo/Model/Node.php
  152. library/ModEss/Model/Node.php
  153. library/XenForo/NodeHandler/Forum.php
  154. library/XenForo/NodeHandler/Abstract.php
  155. library/XenForo/NodeHandler/Category.php
  156. library/XenForo/NodeHandler/LinkForum.php
  157. library/XenForo/Model/Forum.php
  158. library/XenForo/Model/Category.php
  159. library/XenForo/Model/LinkForum.php
  160. library/XenForo/Helper/String.php
  161. library/XenForo/Helper/Discussion.php
  162. library/XenForo/Route/Prefix/Posts.php
  163. library/XenForo/Model/Avatar.php
  164. library/WidgetFramework/WidgetRenderer/Empty.php
  165. library/XenForo/Debug.php
  166. library/RotatingAds/DataWriter.php
  167. library/Dark/TaigaChat/Model/TaigaChat.php
  168. library/Dark/TaigaChat/Helper/Global.php
  169. library/Tinhte/Html5Uploader/Template.php
  170. library/XenForo/ViewRenderer/Json.php