Page Time: 0.1749s

Memory: 6.4311 MB (Peak: 8.0170 MB)

Queries (21, time: 0.0092s, 5.3%)

  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.000810
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('brListenerClasses', 'brBriviumAddOns')
    Run Time: 0.000104
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 2Using where
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000116
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: dark_postrating_ratings
    Run Time: 0.000101
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  5. 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
    	,(select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (1,14,2,3,4,5)) as positive_rating_count
    
    		, (user.like_count + coalesce((select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (1,14,2,3,4,5)), 0)) as positive_rating_count_incl_likes
    
    	,(select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (7,8,9,10,11,12)) as negative_rating_count
    
    	,(select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (13)) as neutral_rating_count
    
    ,(select sum(count_received) from dark_postrating_count where user_id = user.user_id) as total_rating_count
    
    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 = CAST(user.user_id AS BINARY))
    WHERE user.user_id = ?
    Params: 61
    Run Time: 0.001323
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYuserconstPRIMARYPRIMARY4const1 
    PRIMARYuser_profileconstPRIMARYPRIMARY4const1 
    PRIMARYuser_optionconstPRIMARYPRIMARY4const1 
    PRIMARYuser_privacyconstPRIMARYPRIMARY4const1 
    PRIMARYpermission_combinationconstPRIMARYPRIMARY4const1 
    PRIMARYsession_activityconstPRIMARYPRIMARY22const,const0unique row not found
    SUBQUERYdark_postrating_countrefuser_id_ratinguser_id_rating4const11 
    SUBQUERYdark_postrating_countconstuser_id_ratinguser_id_rating8const,const1 
    SUBQUERYdark_postrating_countrangeuser_id_ratinguser_id_rating8 6Using index condition
    SUBQUERYdark_postrating_countrangeuser_id_ratinguser_id_rating8 6Using index condition
    SUBQUERYdark_postrating_countrangeuser_id_ratinguser_id_rating8 6Using index condition
  6. SELECT COUNT(*)
    FROM xf_profile_post AS profile_post
    
    WHERE (profile_post.profile_user_id = 61) AND (profile_post.message_state IN ('visible'))
    Run Time: 0.000206
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const4Using where
  7. 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 = 61) AND (profile_post.message_state IN ('visible'))
    ORDER BY profile_post.post_date DESC
     LIMIT 25
    Run Time: 0.000633
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postrefprofile_user_id_post_dateprofile_user_id_post_date4const4Using where
    SIMPLEposting_usereq_refPRIMARYPRIMARY4sculptan_base.profile_post.user_id1 
  8. 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 = 61)
    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.000405
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_fieldALLdisplay_group_order   10Using where; Using filesort
    SIMPLEfield_valueeq_refPRIMARY,field_idPRIMARY31const,sculptan_base.user_field.field_id1 
  9. SELECT COUNT(*)
    FROM xf_user_follow
    WHERE follow_user_id = ?
    Params: 61
    Run Time: 0.000192
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_followreffollow_user_idfollow_user_id4const2Using index
  10. SELECT user.*,
    	user_profile.*,
    	user_option.*
    	
    	,(select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (1,14,2,3,4,5)) as positive_rating_count
    
    		, (user.like_count + coalesce((select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (1,14,2,3,4,5)), 0)) as positive_rating_count_incl_likes
    
    	,(select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (7,8,9,10,11,12)) as negative_rating_count
    
    	,(select sum(count_received) from dark_postrating_count where user_id = user.user_id and rating in (13)) as neutral_rating_count
    
    ,(select sum(count_received) from dark_postrating_count where user_id = user.user_id) as total_rating_count
    
    FROM xf_user_follow AS user_follow
    INNER JOIN xf_user AS user ON
    	(user.user_id = user_follow.user_id)
    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: 61
    Run Time: 0.001939
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYuser_followrefPRIMARY,follow_user_idfollow_user_id4const2Using index; Using temporary; Using filesort
    PRIMARYuser_profileeq_refPRIMARYPRIMARY4sculptan_base.user_follow.user_id1 
    PRIMARYuser_optioneq_refPRIMARYPRIMARY4sculptan_base.user_follow.user_id1 
    PRIMARYusereq_refPRIMARYPRIMARY4sculptan_base.user_follow.user_id1 
    DEPENDENT SUBQUERYdark_postrating_countrefuser_id_ratinguser_id_rating4sculptan_base.user.user_id1 
    DEPENDENT SUBQUERYdark_postrating_counteq_refuser_id_ratinguser_id_rating8sculptan_base.user.user_id,const1 
    DEPENDENT SUBQUERYdark_postrating_countrefuser_id_ratinguser_id_rating4sculptan_base.user.user_id1Using index condition
    DEPENDENT SUBQUERYdark_postrating_countrefuser_id_ratinguser_id_rating4sculptan_base.user.user_id1Using index condition
    DEPENDENT SUBQUERYdark_postrating_countrefuser_id_ratinguser_id_rating4sculptan_base.user.user_id1Using index condition
  11. SELECT 
                    (SELECT COUNT(p1.organizer_vote) 
                        FROM `estcs_participant` AS p1
                        LEFT JOIN `estcs_shopping` AS s1 ON (p1.shopping_id = s1.shopping_id)
                            WHERE s1.organizer_id = ? AND s1.stage = 'closed' AND p1.organizer_vote > 0) AS organizer_vote_sum,
                    (SELECT COUNT(p2.organizer_vote) 
                        FROM `estcs_participant` AS p2
                        LEFT JOIN `estcs_shopping` AS s2 ON (p2.shopping_id = s2.shopping_id)
                            WHERE s2.organizer_id = ? AND s2.stage = 'closed') AS organizer_vote_total,
                    (SELECT COUNT(s3.shopping_id) 
                        FROM `estcs_shopping` AS s3
                            WHERE s3.organizer_id = ? AND s3.stage = 'closed') AS organizer_shoppings_total,
                    (SELECT COUNT(p4.vote) 
                        FROM `estcs_participant` AS p4
                        LEFT JOIN `estcs_shopping` AS s4 ON (p4.shopping_id = s4.shopping_id)
                            WHERE p4.user_id = ? AND s4.stage = 'closed' AND p4.vote > 0 AND p4.is_additional = 0) AS participant_vote_sum,
                    (SELECT COUNT(p5.vote) 
                        FROM `estcs_participant` AS p5
                        LEFT JOIN `estcs_shopping` AS s5 ON (p5.shopping_id = s5.shopping_id)
                            WHERE p5.user_id = ? AND s5.stage = 'closed' AND p5.is_additional = 0) AS participant_vote_total,
                    (SELECT COUNT(s6.shopping_id) 
                        FROM `estcs_shopping` AS s6
                            LEFT JOIN `estcs_participant` AS p6 ON (p6.shopping_id = s6.shopping_id)
                            WHERE p6.user_id = ? AND s6.stage = 'closed' AND p6.is_additional = 0) AS participant_shoppings_total
    Params: 61, 61, 61, 61, 61, 61
    Run Time: 0.000488
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARY       No tables used
    SUBQUERYs6ALLPRIMARY   5Using where
    SUBQUERYp6eq_refPRIMARYPRIMARY8sculptan_base.s6.shopping_id,const1Using where
    SUBQUERYs5ALLPRIMARY   5Using where
    SUBQUERYp5eq_refPRIMARYPRIMARY8sculptan_base.s5.shopping_id,const1Using where
    SUBQUERYs4ALLPRIMARY   5Using where
    SUBQUERYp4eq_refPRIMARYPRIMARY8sculptan_base.s4.shopping_id,const1Using where
    SUBQUERYs3ALL    5Using where
    SUBQUERYs2ALLPRIMARY   5Using where
    SUBQUERYp2refPRIMARYPRIMARY4sculptan_base.s2.shopping_id3 
    SUBQUERYs1ALLPRIMARY   5Using where
    SUBQUERYp1refPRIMARYPRIMARY4sculptan_base.s1.shopping_id3Using where
  12. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 149ee717c7be8a25e59e54e8b0c6f032, , 1710851391
    Run Time: 0.000194
  13. 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=61, 1710847791,
    Run Time: 0.000416
  14. 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', 'xengallery_bb_code_tag_gallery', 'member_view', 'notice_cookies', 'oxy_news_nav_tab', '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', 'xengallery_comments_block', 'xengallery_media_block_items', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 14, 2
    Run Time: 0.000427
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 27Using where
  15. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('user_field_user_fio_desc', 'user_field_Work_to_order_desc', 'user_field_Work_to_paint_desc', 'user_field_3D_Work_to_order_desc', 'user_field_Vk_desc', 'user_field_Ok_desc', 'user_field_icq_desc', 'user_field_skype_desc', 'user_field_facebook_desc', 'user_field_twitter_desc', 'MMOCS_my_buys')
    Params: 2
    Run Time: 0.000103
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 11Using where
  16. SELECT count_given as rating_count, rating, 1 as given
    FROM dark_postrating_count
    WHERE user_id = ?
    
    UNION                
    
    SELECT count_received as rating_count, rating, 0 as given
    FROM dark_postrating_count
    WHERE user_id = ?
    
    ORDER BY rating_count desc, rating asc
    Params: 61, 61
    Run Time: 0.000578
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYdark_postrating_countrefuser_id_ratinguser_id_rating4const11 
    UNIONdark_postrating_countrefuser_id_ratinguser_id_rating4const11 
    UNION RESULT<union1,2>ALL     Using filesort
  17. SELECT COUNT(*)
    FROM xf_liked_content
    WHERE like_user_id = ?
    Params: 61
    Run Time: 0.000804
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_liked_contentreflike_user_content_type_idlike_user_content_type_id4const1890Using index
  18. SELECT count_given as rating_count, rating, 1 as given
    FROM dark_postrating_count
    WHERE user_id = ?
    
    UNION                
    
    SELECT count_received as rating_count, rating, 0 as given
    FROM dark_postrating_count
    WHERE user_id = ?
    
    ORDER BY rating_count desc, rating asc
    Params: 61, 61
    Run Time: 0.000092
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    PRIMARYdark_postrating_countrefuser_id_ratinguser_id_rating4const11 
    UNIONdark_postrating_countrefuser_id_ratinguser_id_rating4const11 
    UNION RESULT<union1,2>ALL     Using filesort
  19. SELECT COUNT(*)
    FROM xf_liked_content
    WHERE like_user_id = ?
    Params: 61
    Run Time: 0.000067
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_liked_contentreflike_user_content_type_idlike_user_content_type_id4const1890Using index
  20. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('notices')
    	AND style_id = ?
    	AND language_id = ?
    Params: 14, 2
    Run Time: 0.000142
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  21. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('wf_widget_wrapper')
    	AND style_id = ?
    	AND language_id = ?
    Params: 14, 2
    Run Time: 0.000093
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (143, XenForo Classes: 60)

  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/ThemeHouse/Listener/InitDependencies.php
  33. library/ThemeHouse/Listener/InitDependencies/20151202.php
  34. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  35. library/XenGallery/Listener.php
  36. library/Snog/CountryFlags/Listener/Dependencies.php
  37. library/Brivium/BriviumHelper/EventListeners.php
  38. library/Brivium/BriviumHelper/1010071/EventListeners.php
  39. library/Dark/PostRating/EventListener.php
  40. library/HDJuegos/WaterMarkAdd/Listener.php
  41. library/bdMedal/Listener.php
  42. library/Esthetic/CS/Listener/Model.php
  43. library/WidgetFramework/Listener.php
  44. library/WidgetFramework/Option.php
  45. library/Nobita/AvatarAlive/Listener.php
  46. library/XenForo/Router.php
  47. library/XenForo/Route/Filter.php
  48. library/XenForo/Route/Interface.php
  49. library/XenForo/Route/ResponseSuffix.php
  50. library/XenForo/Route/Prefix.php
  51. library/XenForo/Route/Prefix/Members.php
  52. library/XenForo/RouteMatch.php
  53. library/XenForo/ControllerPublic/Member.php
  54. library/XenForo/ControllerPublic/Abstract.php
  55. library/XenForo/Controller.php
  56. library/Esthetic/CS/Listener/Controller.php
  57. library/Dark/PostRating/ControllerPublic/Member.php
  58. library/bdMedal/Extend/ControllerPublic/Member.php
  59. library/Esthetic/CS/ControllerPublic/Member.php
  60. library/XenGallery/ControllerPublic/Member.php
  61. library/XenForo/Input.php
  62. library/XenForo/Session.php
  63. library/XenForo/Helper/Ip.php
  64. library/XenForo/Visitor.php
  65. library/XenForo/Model/User.php
  66. library/Dark/PostRating/Model/User.php
  67. library/Esthetic/CS/Model/User.php
  68. library/XenGallery/Model/User.php
  69. library/XenForo/Permission.php
  70. library/XenForo/Helper/Php.php
  71. library/XenForo/Phrase.php
  72. library/XenForo/Locale.php
  73. library/Snog/CountryFlags/Listener/Visitor.php
  74. library/Snog/CountryFlags/Listener/Includes/Reader.php
  75. library/Snog/CountryFlags/Listener/Includes/Reader/Decoder.php
  76. library/Snog/CountryFlags/Listener/Includes/Reader/InvalidDatabaseException.php
  77. library/Snog/CountryFlags/Listener/Includes/Reader/Metadata.php
  78. library/Snog/CountryFlags/Listener/Includes/Reader/Util.php
  79. library/XenForo/ControllerResponse/Reroute.php
  80. library/XenForo/ControllerResponse/Abstract.php
  81. library/XenForo/ControllerHelper/UserProfile.php
  82. library/XenForo/ControllerHelper/Abstract.php
  83. library/Dark/PostRating/Model.php
  84. library/XenForo/Model/UserProfile.php
  85. library/XenForo/Model/ProfilePost.php
  86. library/XenForo/Model/UserField.php
  87. library/XenForo/Model/UserIgnore.php
  88. library/XenForo/Model/Conversation.php
  89. library/Dark/PostRating/Model/Conversation.php
  90. library/Esthetic/CS/Model/Conversation.php
  91. library/XenForo/ControllerResponse/View.php
  92. library/bdMedal/Model/Awarded.php
  93. library/Esthetic/CS/Model/Shopping.php
  94. library/XenForo/Helper/Cookie.php
  95. library/XenForo/ViewRenderer/HtmlPublic.php
  96. library/XenForo/ViewRenderer/Abstract.php
  97. library/XenForo/Template/Public.php
  98. library/XenForo/Template/Abstract.php
  99. library/WidgetFramework/Core.php
  100. library/XenForo/Model/Moderator.php
  101. library/WhoHasVisited/Listener.php
  102. library/WidgetFramework/Model/Widget.php
  103. library/WidgetFramework/Helper/Sort.php
  104. library/XenForo/ViewPublic/Member/View.php
  105. library/XenForo/ViewPublic/Base.php
  106. library/XenForo/View.php
  107. library/Esthetic/CS/Listener/View.php
  108. library/XenForo/BbCode/Parser.php
  109. library/XenForo/BbCode/Formatter/Base.php
  110. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  111. library/XenForo/BbCode/TextWrapper.php
  112. library/XenForo/ViewPublic/Helper/User.php
  113. library/XenForo/Helper/String.php
  114. library/ThemeHouse/Thumbnails/Listener/TemplateCreate.php
  115. library/ThemeHouse/Listener/TemplateCreate.php
  116. library/ThemeHouse/Listener/TemplateCreate/20150106.php
  117. library/SvgRadioRecord/RadioRecordNavigation.php
  118. library/Esthetic/CS/Listener/Navigation.php
  119. library/OXY/News/Listener.php
  120. library/bdMedal/Option.php
  121. library/WidgetFramework/Template/Extended.php
  122. library/Nobita/AvatarAlive/Avatar.php
  123. library/YoutubeVideo/Listener/Listener.php
  124. library/ThemeHouse/Thumbnails/Listener/TemplateHook.php
  125. library/ThemeHouse/Listener/TemplateHook.php
  126. library/ThemeHouse/Listener/TemplateHook/20150106.php
  127. library/ThemeHouse/Listener/Template.php
  128. library/ThemeHouse/Listener/Template/20150106.php
  129. library/Esthetic/CS/Listener/Hook.php
  130. library/XenForo/Model/Like.php
  131. library/Dark/PostRating/Model/Like.php
  132. library/ThemesCorp/Slider/Listener.php
  133. library/ThemeHouse/Thumbnails/Listener/TemplatePostRender.php
  134. library/ThemeHouse/Listener/TemplatePostRender.php
  135. library/ThemeHouse/Listener/TemplatePostRender/20150106.php
  136. library/Esthetic/CS/Listener/PostRender.php
  137. library/XenForo/Route/Prefix/ProfilePosts.php
  138. library/XenForo/Model/Avatar.php
  139. library/XenForo/Helper/File.php
  140. library/Nobita/AvatarAlive/Option.php
  141. library/XenGallery/Route/Prefix/Media.php
  142. library/XenForo/Debug.php
  143. library/XenForo/ViewRenderer/Json.php