Page Time: 0.1450s

Memory: 8.7728 MB (Peak: 10.3357 MB)

Queries (25, time: 0.0419s, 28.9%)

  1. SELECT *
    FROM xf_brivium_addon
    ORDER BY addon_id
    Run Time: 0.000358
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_addonindex PRIMARY77 1 
  2. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: brBriviumAddOns, a:0:{}
    Run Time: 0.000216
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000343
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT thread.*
    	,
    		user.gender, user.avatar_date, user.gravatar,
    		NULL AS thread_read_date,
    		0 AS thread_reply_banned,
    		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: 7633
    Run Time: 0.000517
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  5. 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: 56
    Run Time: 0.000569
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  6. SELECT post.*
    	,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date
    FROM xf_post AS post
    	
    		LEFT JOIN xf_thread AS thread ON
    			(thread.thread_id = post.thread_id AND thread.post_sticky = 1)
    		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_user_privacy AS user_privacy ON
    			(user_privacy.user_id = post.user_id)
    		LEFT JOIN xf_session_activity AS session_activity ON
    			(post.user_id > 0 AND session_activity.user_id = post.user_id)
    WHERE post.thread_id = ?
    	AND (((post.message_state IN ('visible'))
    	 AND (post.position >= 20 AND post.position < 40) ) OR (post.post_id = thread.first_post_id AND thread.post_sticky))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 7633
    Run Time: 0.001231
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefPRIMARY,thread_id_post_date,thread_id_positionthread_id_post_date4const24Using where; Using filesort
    SIMPLEthreadeq_refPRIMARYPRIMARY4fishingk_xen.post.thread_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4fishingk_xen.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4fishingk_xen.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4fishingk_xen.post.user_id1 
    SIMPLEsession_activityrefPRIMARYPRIMARY4fishingk_xen.post.user_id1Using where
  7. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 7633
    Run Time: 0.000165
  8. SELECT *
    FROM xf_brivium_metadata
    WHERE  content_type = ? AND content_id = ?
    Params: thread, 7633
    Run Time: 0.001518
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_metadataALL    4033Using where
  9. SELECT *
    FROM xf_brivium_metadata
    WHERE  content_type = ? AND content_id = ?
    Params: forum, 56
    Run Time: 0.001170
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_brivium_metadataALL    4033Using where
  10. SELECT thread.*
    	,
    		0 AS thread_reply_banned
    FROM xf_thread AS thread
    
    WHERE thread.thread_id = ?
    Params: 7633
    Run Time: 0.000361
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
  11. SELECT node.*, forum.*
    	,
    	permission.cache_value AS node_permission_cache
    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: 56
    Run Time: 0.000519
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  12. SELECT *
    FROM xf_node
    
    ORDER BY lft ASC
    Run Time: 0.000594
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_nodeALL    91Using filesort
  13. SELECT content_id, cache_value
    FROM xf_permission_cache_content
    WHERE permission_combination_id = ?
    	AND content_type = 'node'
    Params: 1
    Run Time: 0.000597
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_cache_contentrefPRIMARYPRIMARY31const,const88Using index condition
  14. SELECT params
    FROM xf_session_activity
    WHERE user_id = '0'
    AND controller_action = 'CreateThread'
    Run Time: 0.000253
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_session_activityrefPRIMARYPRIMARY4const1Using where
  15. SELECT xf_thread.thread_id, 
    xf_thread.node_id,
    xf_thread.title, 
    xf_thread.reply_count,
    xf_thread.view_count, 
    xf_thread.username, 
    xf_thread.post_date,
    xf_thread.last_post_date, 
    xf_thread.last_post_user_id, 
    xf_thread.last_post_username, 			 
    xf_node.title AS nodeTitle, 
    xf_user.user_id, 
    xf_user.gender, 
    xf_user.avatar_date	
    FROM xf_thread
    INNER JOIN xf_node ON xf_node.node_id = xf_thread.node_id
    INNER JOIN xf_user ON xf_user.user_id = xf_thread.user_id
    WHERE xf_thread.title LIKE '%рождением%'
    AND xf_thread.title LIKE '%дочурки%'
    AND xf_thread.discussion_state = 'visible'
    AND xf_thread.discussion_type <> 'redirect'
    AND (xf_thread.node_id = 12 OR xf_thread.node_id = 26 OR xf_thread.node_id = 42 OR xf_thread.node_id = 57 OR xf_thread.node_id = 59 OR xf_thread.node_id = 101 OR xf_thread.node_id = 100 OR xf_thread.node_id = 105 OR xf_thread.node_id = 43 OR xf_thread.node_id = 44 OR xf_thread.node_id = 73 OR xf_thread.node_id = 74 OR xf_thread.node_id = 75 OR xf_thread.node_id = 76 OR xf_thread.node_id = 45 OR xf_thread.node_id = 28 OR xf_thread.node_id = 27 OR xf_thread.node_id = 113 OR xf_thread.node_id = 54 OR xf_thread.node_id = 63 OR xf_thread.node_id = 64 OR xf_thread.node_id = 65 OR xf_thread.node_id = 66 OR xf_thread.node_id = 67 OR xf_thread.node_id = 112 OR xf_thread.node_id = 68 OR xf_thread.node_id = 69 OR xf_thread.node_id = 95 OR xf_thread.node_id = 98 OR xf_thread.node_id = 16 OR xf_thread.node_id = 25 OR xf_thread.node_id = 30 OR xf_thread.node_id = 29 OR xf_thread.node_id = 31 OR xf_thread.node_id = 50 OR xf_thread.node_id = 18 OR xf_thread.node_id = 1 OR xf_thread.node_id = 19 OR xf_thread.node_id = 36 OR xf_thread.node_id = 33 OR xf_thread.node_id = 2 OR xf_thread.node_id = 37 OR xf_thread.node_id = 107 OR xf_thread.node_id = 108 OR xf_thread.node_id = 109 OR xf_thread.node_id = 110 OR xf_thread.node_id = 111 OR xf_thread.node_id = 23 OR xf_thread.node_id = 102 OR xf_thread.node_id = 84 OR xf_thread.node_id = 83 OR xf_thread.node_id = 85 OR xf_thread.node_id = 86 OR xf_thread.node_id = 81 OR xf_thread.node_id = 87 OR xf_thread.node_id = 80 OR xf_thread.node_id = 88 OR xf_thread.node_id = 89 OR xf_thread.node_id = 90 OR xf_thread.node_id = 91 OR xf_thread.node_id = 92 OR xf_thread.node_id = 79 OR xf_thread.node_id = 82 OR xf_thread.node_id = 103 OR xf_thread.node_id = 22 OR xf_thread.node_id = 39 OR xf_thread.node_id = 41 OR xf_thread.node_id = 56 OR xf_thread.node_id = 53 OR xf_thread.node_id = 96 OR xf_thread.node_id = 52 OR xf_thread.node_id = 55 OR xf_thread.node_id = 60 OR xf_thread.node_id = 61 OR xf_thread.node_id = 62 OR xf_thread.node_id = 10 OR xf_thread.node_id = 77 OR xf_thread.node_id = 72 OR xf_thread.node_id = 6 OR xf_thread.node_id = 11 OR xf_thread.node_id = 13 OR xf_thread.node_id = 70 OR xf_thread.node_id = 99)
    AND xf_thread.thread_id <> '7633'
    
    
    ORDER BY xf_thread.thread_id DESC
    LIMIT 5
    Run Time: 0.022639
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadindexPRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,user_idPRIMARY4 6Using where
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4fishingk_xen.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4fishingk_xen.xf_thread.user_id1 
  16. SELECT xf_thread.thread_id, 
    xf_thread.node_id,
    xf_thread.title, 
    xf_thread.reply_count,
    xf_thread.view_count, 
    xf_thread.username, 
    xf_thread.post_date,
    xf_thread.last_post_date, 
    xf_thread.last_post_user_id, 
    xf_thread.last_post_username, 			 
    xf_node.title AS nodeTitle, 
    xf_user.user_id, 
    xf_user.gender, 
    xf_user.avatar_date		
    FROM xf_thread
    INNER JOIN xf_node ON xf_node.node_id = xf_thread.node_id
    INNER JOIN xf_user ON xf_user.user_id = xf_thread.user_id
    WHERE xf_thread.title LIKE '%рождением%'
    AND xf_thread.discussion_state = 'visible'
    AND xf_thread.discussion_type <> 'redirect'
    AND (xf_thread.node_id = 12 OR xf_thread.node_id = 26 OR xf_thread.node_id = 42 OR xf_thread.node_id = 57 OR xf_thread.node_id = 59 OR xf_thread.node_id = 101 OR xf_thread.node_id = 100 OR xf_thread.node_id = 105 OR xf_thread.node_id = 43 OR xf_thread.node_id = 44 OR xf_thread.node_id = 73 OR xf_thread.node_id = 74 OR xf_thread.node_id = 75 OR xf_thread.node_id = 76 OR xf_thread.node_id = 45 OR xf_thread.node_id = 28 OR xf_thread.node_id = 27 OR xf_thread.node_id = 113 OR xf_thread.node_id = 54 OR xf_thread.node_id = 63 OR xf_thread.node_id = 64 OR xf_thread.node_id = 65 OR xf_thread.node_id = 66 OR xf_thread.node_id = 67 OR xf_thread.node_id = 112 OR xf_thread.node_id = 68 OR xf_thread.node_id = 69 OR xf_thread.node_id = 95 OR xf_thread.node_id = 98 OR xf_thread.node_id = 16 OR xf_thread.node_id = 25 OR xf_thread.node_id = 30 OR xf_thread.node_id = 29 OR xf_thread.node_id = 31 OR xf_thread.node_id = 50 OR xf_thread.node_id = 18 OR xf_thread.node_id = 1 OR xf_thread.node_id = 19 OR xf_thread.node_id = 36 OR xf_thread.node_id = 33 OR xf_thread.node_id = 2 OR xf_thread.node_id = 37 OR xf_thread.node_id = 107 OR xf_thread.node_id = 108 OR xf_thread.node_id = 109 OR xf_thread.node_id = 110 OR xf_thread.node_id = 111 OR xf_thread.node_id = 23 OR xf_thread.node_id = 102 OR xf_thread.node_id = 84 OR xf_thread.node_id = 83 OR xf_thread.node_id = 85 OR xf_thread.node_id = 86 OR xf_thread.node_id = 81 OR xf_thread.node_id = 87 OR xf_thread.node_id = 80 OR xf_thread.node_id = 88 OR xf_thread.node_id = 89 OR xf_thread.node_id = 90 OR xf_thread.node_id = 91 OR xf_thread.node_id = 92 OR xf_thread.node_id = 79 OR xf_thread.node_id = 82 OR xf_thread.node_id = 103 OR xf_thread.node_id = 22 OR xf_thread.node_id = 39 OR xf_thread.node_id = 41 OR xf_thread.node_id = 56 OR xf_thread.node_id = 53 OR xf_thread.node_id = 96 OR xf_thread.node_id = 52 OR xf_thread.node_id = 55 OR xf_thread.node_id = 60 OR xf_thread.node_id = 61 OR xf_thread.node_id = 62 OR xf_thread.node_id = 10 OR xf_thread.node_id = 77 OR xf_thread.node_id = 72 OR xf_thread.node_id = 6 OR xf_thread.node_id = 11 OR xf_thread.node_id = 13 OR xf_thread.node_id = 70 OR xf_thread.node_id = 99)
    AND xf_thread.thread_id <> '7633'
    
    
    
    ORDER BY xf_thread.thread_id DESC
    LIMIT 5
    Run Time: 0.007403
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_threadindexPRIMARY,node_id_last_post_date,node_id_sticky_state_last_post,user_idPRIMARY4 6Using where
    SIMPLExf_nodeeq_refPRIMARYPRIMARY4fishingk_xen.xf_thread.node_id1 
    SIMPLExf_usereq_refPRIMARYPRIMARY4fishingk_xen.xf_thread.user_id1 
  17. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 0ad4c56254e7afcadbd47361791adf43, , 1710843188
    Run Time: 0.000281
  18. 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=7633&page=2, 1710839588,
    Run Time: 0.000253
  19. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', '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', 'sonnb_xengallery_bbcode_photo', 'sonnb_xengallery_bbcode_video', 'sonnb_xengallery_bbcode_album', 'bdmedal_message_medals', 'SFP_thread_view', 'SFP_message_classes', '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', 'rotating_ads_second_post', 'BRME_page_container_head', 'xengallery_bb_code_tag_gallery', 'thread_view', 'EWRporta_Navtabs', 'iversia_faq_navtabs', 'xenzine_nav', 'sonnb_xengallery_option_copyright', 'sonnbXG_copyright', 'sonnb_xengallery_navbar_template', 'xenCODE_Meta_Keywords', 'bdmedal_navigation_tabs_help', 'wf_hook_moderator_bar', 'wf_revealer', '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', 'rotating_ads_slider', 'sonnb_xengallery_nav_visitor', 'xengallery_media_block_items', 'xengallery_comments_block', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000927
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 45Using index condition
  20. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('home', 'iversia_faq', 'xz_articles_nav')
    Params: 1
    Run Time: 0.000342
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 3Using index condition
  21. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('SFP_message_classes')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000371
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  22. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbms_twitter_css')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000368
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  23. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('xxbb_css')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000314
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  24. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('SFP_js_first_post')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000312
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  25. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('bbms_twitter_XFormer')
    	AND style_id = ?
    	AND language_id = ?
    Params: 2, 1
    Run Time: 0.000327
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (217, XenForo Classes: 67)

  1. index.php
  2. library/XenForo/Autoloader.php
  3. library/XenForo/Application.php
  4. library/Zend/Registry.php
  5. library/Lgpl/utf8.php
  6. library/Zend/Config.php
  7. library/config.php
  8. library/XenForo/FrontController.php
  9. library/XenForo/Dependencies/Public.php
  10. library/XenForo/Dependencies/Abstract.php
  11. library/Zend/Controller/Request/Http.php
  12. library/Zend/Controller/Request/Abstract.php
  13. library/Zend/Uri.php
  14. library/Zend/Controller/Response/Http.php
  15. library/Zend/Controller/Response/Abstract.php
  16. library/XenForo/Model/DataRegistry.php
  17. library/XenForo/Model.php
  18. library/Zend/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/bdMedal/Listener.php
  29. library/XenGallery/Listener.php
  30. library/Brivium/BriviumHelper/EventListeners.php
  31. library/Brivium/BriviumHelper/1000271/EventListeners.php
  32. library/StickyFirstPost/Listener.php
  33. library/WidgetFramework/Listener.php
  34. library/Tinhte/XenTag/Listener.php
  35. library/sonnb/XenGallery/Listener.php
  36. library/EWRporta/Listener/Model.php
  37. library/Brivium/BriviumHelper/Model/ListenerClass.php
  38. library/Brivium/BriviumHelper/1000271/Model/ListenerClass.php
  39. library/Zend/Db.php
  40. library/Zend/Db/Adapter/Mysqli.php
  41. library/Zend/Db/Adapter/Abstract.php
  42. library/Zend/Db/Select.php
  43. library/Zend/Db/Expr.php
  44. library/Zend/Db/Profiler.php
  45. library/Zend/Db/Statement/Mysqli.php
  46. library/Zend/Db/Statement.php
  47. library/Zend/Db/Statement/Interface.php
  48. library/Zend/Db/Profiler/Query.php
  49. library/XenZine/Listener.php
  50. library/WidgetFramework/Core.php
  51. library/XenForo/Model/Moderator.php
  52. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  53. library/XenGallery/Model/Moderator.php
  54. library/Iversia/FAQ/Listener/Widgets.php
  55. library/RotatingAds/Listener.php
  56. library/WidgetFramework/Model/Widget.php
  57. library/WidgetFramework/WidgetRenderer.php
  58. library/sonnb/XenGallery/WidgetRenderer/Photo.php
  59. library/sonnb/XenGallery/WidgetRenderer/Content.php
  60. library/XenForo/Input.php
  61. library/WidgetFramework/WidgetRenderer/Empty.php
  62. library/WidgetFramework/WidgetRenderer/OnlineStaff.php
  63. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  64. library/WidgetFramework/WidgetRenderer/Stats.php
  65. library/WidgetFramework/WidgetRenderer/ShareThisPage.php
  66. library/WidgetFramework/WidgetRenderer/UsersFind.php
  67. library/WidgetFramework/WidgetRenderer/Users.php
  68. library/WidgetFramework/WidgetRenderer/Poll.php
  69. library/WidgetFramework/WidgetRenderer/Birthday.php
  70. library/Tinhte/XenTag/WidgetRenderer/RelatedThreads.php
  71. library/Tinhte/XenTag/WidgetRenderer/Cloud.php
  72. library/WidgetFramework/WidgetRenderer/Threads.php
  73. library/XenForo/CacheRebuilder/Abstract.php
  74. library/Waindigo/Listener/InitDependencies.php
  75. library/Waindigo/Listener/InitDependencies/20140101.php
  76. library/Waindigo/Listener/ControllerPreDispatch/20131003.php
  77. library/Brivium/ProfileCover/EventListeners/Listener.php
  78. library/Brivium/BriviumLibrary/EventListeners.php
  79. library/XenForo/Router.php
  80. library/XenForo/Route/Filter.php
  81. library/XenForo/Route/Interface.php
  82. library/XenForo/Route/ResponseSuffix.php
  83. library/XenForo/Route/Prefix.php
  84. library/XenForo/Route/Prefix/Threads.php
  85. library/EWRporta/Listener/Route.php
  86. library/EWRporta/Route/Thread.php
  87. library/XenForo/RouteMatch.php
  88. library/XenForo/ControllerPublic/Thread.php
  89. library/XenForo/ControllerPublic/Abstract.php
  90. library/XenForo/Controller.php
  91. library/InfisJSC/WhoViewThread/Listener.php
  92. library/EWRporta/Listener/Controller.php
  93. library/Andy/SimilarThreads/Listener.php
  94. library/bdMedal/Extend/ControllerPublic/Thread.php
  95. library/StickyFirstPost/ControllerPublic/Thread.php
  96. library/InfisJSC/WhoViewThread/ControllerPublic/Thread.php
  97. library/Brivium/MetadataEssential/ControllerPublic/Thread.php
  98. library/XenZine/ControllerPublic/Thread.php
  99. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  100. library/Tinhte/XenTag/XenForo/ControllerPublic/Thread.php
  101. library/sonnb/XenGallery/XenForo/ControllerPublic/Thread.php
  102. library/EWRporta/ControllerPublic/Thread.php
  103. library/Andy/SimilarThreads/ControllerPublic/Thread.php
  104. library/XenForo/Session.php
  105. library/XenForo/Helper/Ip.php
  106. library/XenForo/Visitor.php
  107. library/XenForo/Model/User.php
  108. library/Waindigo/Hotspots/Listener/LoadClass.php
  109. library/Waindigo/Listener/LoadClass.php
  110. library/Waindigo/Listener/LoadClass/20131003.php
  111. library/Waindigo/Hotspots/Extend/XenForo/Model/User.php
  112. library/WidgetFramework/XenForo/Model/User.php
  113. library/sonnb/XenGallery/XenForo/Model/User.php
  114. library/XenGallery/Model/User.php
  115. library/XenForo/Permission.php
  116. library/XenForo/Phrase.php
  117. library/XenForo/Locale.php
  118. library/EWRporta/Model/Perms.php
  119. library/Waindigo/Listener/Template/20140101.php
  120. library/Waindigo/Listener/TemplateHook/20130522.php
  121. library/Waindigo/Listener/TemplatePostRender/20130522.php
  122. library/Waindigo/Listener/TemplateCreate/20130522.php
  123. library/XenForo/ControllerHelper/ForumThreadPost.php
  124. library/XenForo/ControllerHelper/Abstract.php
  125. library/XenForo/Model/Thread.php
  126. library/StickyFirstPost/Model/Thread.php
  127. library/WidgetFramework/XenForo/Model/Thread.php
  128. library/Tinhte/XenTag/XenForo/Model/Thread.php
  129. library/XenForo/Model/Forum.php
  130. library/StickyFirstPost/Model/Forum.php
  131. library/Tinhte/XenTag/XenForo/Model/Forum.php
  132. library/Tinhte/XenTag/Option.php
  133. library/XenForo/Helper/String.php
  134. library/XenForo/Helper/Discussion.php
  135. library/XenForo/Model/Post.php
  136. library/StickyFirstPost/Model/Post.php
  137. library/Tinhte/XenTag/XenForo/Model/Post.php
  138. library/EWRporta/Model/Post.php
  139. library/XenForo/Model/Attachment.php
  140. library/EWRporta/Model/Attachment.php
  141. library/XenForo/Model/Node.php
  142. library/XenForo/Route/Prefix/Categories.php
  143. library/XenForo/Route/Prefix/Forums.php
  144. library/Tinhte/XenTag/Model/Tag.php
  145. library/Tinhte/XenTag/Constants.php
  146. library/bdMedal/Model/Awarded.php
  147. library/bdMedal/Option.php
  148. library/Brivium/MetadataEssential/Model/Metadata.php
  149. library/Tinhte/XenTag/Helper.php
  150. library/XenForo/ControllerResponse/View.php
  151. library/XenForo/ControllerResponse/Abstract.php
  152. library/Andy/SimilarThreads/Model.php
  153. library/XenForo/NodeHandler/Category.php
  154. library/XenForo/NodeHandler/Abstract.php
  155. library/XenForo/NodeHandler/Forum.php
  156. library/Waindigo/Hotspots/NodeHandler/Map.php
  157. library/XenForo/Model/Category.php
  158. library/Waindigo/Hotspots/Model/Map.php
  159. library/XenForo/Db.php
  160. library/XenForo/Helper/Cookie.php
  161. library/XenForo/ViewRenderer/HtmlPublic.php
  162. library/XenForo/ViewRenderer/Abstract.php
  163. library/XenForo/Template/Public.php
  164. library/XenForo/Template/Abstract.php
  165. library/XenForo/ViewPublic/Thread/View.php
  166. library/XenForo/ViewPublic/Base.php
  167. library/XenForo/View.php
  168. library/ControlNoFollow/Listener.php
  169. library/EWRporta/Listener/ViewPublic.php
  170. library/WidgetFramework/XenForo/View1.php
  171. library/Tinhte/XenTag/XenForo/ViewPublic/Thread/View.php
  172. library/ControlNoFollow/ViewPublic/Thread/View.php
  173. library/EWRporta/ViewPublic/Custom.php
  174. library/XenForo/BbCode/Parser.php
  175. library/XenForo/BbCode/Formatter/Base.php
  176. library/spoiler/class.php
  177. library/EWRporta/Listener/BbCode.php
  178. library/spoiler/spoiler.php
  179. library/XenZine/BbCode/Formatter/Base.php
  180. library/Tinhte/XenTag/XenForo/BbCode/Formatter/Base.php
  181. library/sonnb/XenGallery/XenForo/BbCode/Formatter/Base.php
  182. library/EWRporta/BbCode/Formatter.php
  183. library/XenForo/ViewPublic/Helper/Message.php
  184. library/XenForo/BbCode/TextWrapper.php
  185. library/Tinhte/XenTag/ContentWrapper/Post.php
  186. library/Tinhte/XenTag/ContentWrapper/Abstract.php
  187. library/xenCODE/MetaKeywords/Listener.php
  188. library/Sedo/QuoteME/Listener/PreloadTemplates.php
  189. library/Brivium/MetadataEssential/EventListeners/Listener.php
  190. library/XenForo/Route/Prefix/Members.php
  191. library/EWRporta/Listener/NavTabs.php
  192. library/Iversia/FAQ/Listener/TemplateHook.php
  193. library/Iversia/FAQ/Model/Category.php
  194. library/Iversia/FAQ/Route/Prefix/FAQ.php
  195. library/Waindigo/Hotspots/Listener/NavigationTabs.php
  196. library/Waindigo/Listener/NavigationTabs.php
  197. library/Waindigo/Listener/NavigationTabs/20130522.php
  198. library/Waindigo/Hotspots/Route/Prefix/Hotspots.php
  199. library/XenZine/Model/Perms.php
  200. library/XfRu/Birthdays/EventListener/Template.php
  201. library/WidgetFramework/Option.php
  202. library/RotatingAds/Engine.php
  203. library/RotatingAds/Model.php
  204. library/EWRporta/Listener/Template.php
  205. library/EWRporta/Model/Promotes.php
  206. library/MediaSites/listeners/twitter.php
  207. library/MediaSites/xxBBxtender/Listener.php
  208. library/XenZine/TemplateHooks.php
  209. library/Sedo/QuoteME/Listener/Templates.php
  210. library/XenForo/Route/Prefix/Posts.php
  211. library/XenForo/Model/Avatar.php
  212. library/XenGallery/Route/Prefix/Media.php
  213. library/bdMedal/Model/Medal.php
  214. library/bdMedal/DataWriter/Medal.php
  215. library/XenForo/DataWriter.php
  216. library/XenForo/Debug.php
  217. library/XenForo/ViewRenderer/Json.php