Page Time: 0.0613s

Memory: 8.0975 MB (Peak: 8.9978 MB)

Queries (25, time: 0.0107s, 17.4%)

  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.001028
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using index condition
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000139
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000130
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT EWRatendo_events.*, xf_user.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
    	FROM EWRatendo_events
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
    WHERE ((EWRatendo_events.event_strtime >= ? AND EWRatendo_events.event_strtime <= ?)
    	OR (EWRatendo_events.event_endtime >= ? AND EWRatendo_events.event_endtime <= ?)
    	OR (EWRatendo_events.event_strtime <= ? AND EWRatendo_events.event_endtime >= ?))
    	AND EWRatendo_events.event_state = 'visible'
    ORDER BY EWRatendo_events.event_strtime
    Params: 1600639200, 1601330399, 1600639200, 1601330399, 1600639200, 1601330399
    Run Time: 0.000691
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_eventsALL    393Using where; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4rassvet.EWRatendo_events.user_id1Using where
  5. SELECT EWRatendo_events.*, xf_user.*, EWRatendo_recurs.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
    FROM EWRatendo_recurs
    	INNER JOIN EWRatendo_events ON (EWRatendo_events.event_id = EWRatendo_recurs.event_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
    WHERE ((EWRatendo_recurs.event_strtime >= ? AND EWRatendo_recurs.event_strtime <= ?)
    	OR (EWRatendo_recurs.event_endtime >= ? AND EWRatendo_recurs.event_endtime <= ?)
    	OR (EWRatendo_recurs.event_strtime <= ? AND EWRatendo_recurs.event_endtime >= ?))
    	AND EWRatendo_events.event_state = 'visible'
    ORDER BY EWRatendo_recurs.event_strtime
    Params: 1600639200, 1601330399, 1600639200, 1601330399, 1600639200, 1601330399
    Run Time: 0.000260
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_recursALLevent_id   1Using where; Using filesort
    SIMPLEEWRatendo_eventseq_refPRIMARYPRIMARY4rassvet.EWRatendo_recurs.event_id1Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4rassvet.EWRatendo_events.user_id1Using where
  6. SELECT COUNT(*) AS count, xf_user_profile.dob_day
    	FROM xf_user
    	LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
    	LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
    WHERE xf_user_profile.dob_month = ?
    	AND xf_user_option.show_dob_date != '0'
    	AND xf_user.is_banned = '0'
    	AND xf_user.last_activity > ?
    GROUP BY xf_user_profile.dob_day
    Params: 9, 1681918705
    Run Time: 0.002037
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob1const534Using where
    SIMPLExf_usereq_refPRIMARY,last_activityPRIMARY4rassvet.xf_user_profile.user_id1Using where
    SIMPLExf_user_optioneq_refPRIMARYPRIMARY4rassvet.xf_user_profile.user_id1Using where
  7. SELECT * 
    	FROM xf_user
    	LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
    	LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
    WHERE xf_user_profile.dob_month = ?
    	AND xf_user_profile.dob_day = ?
    	AND xf_user_option.show_dob_date != '0'
    	AND xf_user.is_banned = '0'
    	AND xf_user.last_activity > ?
    ORDER BY xf_user.username
    Params: 9, 21, 1681918705
    Run Time: 0.000609
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob2const,const11Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARY,last_activityPRIMARY4rassvet.xf_user_profile.user_id1Using where
    SIMPLExf_user_optioneq_refPRIMARYPRIMARY4rassvet.xf_user_profile.user_id1Using where
  8. SELECT * 
    	FROM xf_user
    	LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
    	LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
    WHERE xf_user_profile.dob_month = ?
    	AND xf_user_profile.dob_day = ?
    	AND xf_user_option.show_dob_date != '0'
    	AND xf_user.is_banned = '0'
    	AND xf_user.last_activity > ?
    ORDER BY xf_user.username
    Params: 9, 22, 1681918705
    Run Time: 0.000523
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob2const,const18Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARY,last_activityPRIMARY4rassvet.xf_user_profile.user_id1Using where
    SIMPLExf_user_optioneq_refPRIMARYPRIMARY4rassvet.xf_user_profile.user_id1Using where
  9. SELECT * 
    	FROM xf_user
    	LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
    	LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
    WHERE xf_user_profile.dob_month = ?
    	AND xf_user_profile.dob_day = ?
    	AND xf_user_option.show_dob_date != '0'
    	AND xf_user.is_banned = '0'
    	AND xf_user.last_activity > ?
    ORDER BY xf_user.username
    Params: 9, 23, 1681918705
    Run Time: 0.000565
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob2const,const22Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARY,last_activityPRIMARY4rassvet.xf_user_profile.user_id1Using where
    SIMPLExf_user_optioneq_refPRIMARYPRIMARY4rassvet.xf_user_profile.user_id1Using where
  10. SELECT * 
    	FROM xf_user
    	LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
    	LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
    WHERE xf_user_profile.dob_month = ?
    	AND xf_user_profile.dob_day = ?
    	AND xf_user_option.show_dob_date != '0'
    	AND xf_user.is_banned = '0'
    	AND xf_user.last_activity > ?
    ORDER BY xf_user.username
    Params: 9, 24, 1681918705
    Run Time: 0.000522
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob2const,const9Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARY,last_activityPRIMARY4rassvet.xf_user_profile.user_id1Using where
    SIMPLExf_user_optioneq_refPRIMARYPRIMARY4rassvet.xf_user_profile.user_id1Using where
  11. SELECT * 
    	FROM xf_user
    	LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
    	LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
    WHERE xf_user_profile.dob_month = ?
    	AND xf_user_profile.dob_day = ?
    	AND xf_user_option.show_dob_date != '0'
    	AND xf_user.is_banned = '0'
    	AND xf_user.last_activity > ?
    ORDER BY xf_user.username
    Params: 9, 25, 1681918705
    Run Time: 0.000582
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob2const,const21Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARY,last_activityPRIMARY4rassvet.xf_user_profile.user_id1Using where
    SIMPLExf_user_optioneq_refPRIMARYPRIMARY4rassvet.xf_user_profile.user_id1Using where
  12. SELECT * 
    	FROM xf_user
    	LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
    	LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
    WHERE xf_user_profile.dob_month = ?
    	AND xf_user_profile.dob_day = ?
    	AND xf_user_option.show_dob_date != '0'
    	AND xf_user.is_banned = '0'
    	AND xf_user.last_activity > ?
    ORDER BY xf_user.username
    Params: 9, 26, 1681918705
    Run Time: 0.000545
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob2const,const16Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARY,last_activityPRIMARY4rassvet.xf_user_profile.user_id1Using where
    SIMPLExf_user_optioneq_refPRIMARYPRIMARY4rassvet.xf_user_profile.user_id1Using where
  13. SELECT * 
    	FROM xf_user
    	LEFT JOIN xf_user_profile ON (xf_user_profile.user_id = xf_user.user_id)
    	LEFT JOIN xf_user_option ON (xf_user_option.user_id = xf_user.user_id)
    WHERE xf_user_profile.dob_month = ?
    	AND xf_user_profile.dob_day = ?
    	AND xf_user_option.show_dob_date != '0'
    	AND xf_user.is_banned = '0'
    	AND xf_user.last_activity > ?
    ORDER BY xf_user.username
    Params: 9, 27, 1681918705
    Run Time: 0.000500
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_user_profilerefPRIMARY,dobdob2const,const12Using temporary; Using filesort
    SIMPLExf_usereq_refPRIMARY,last_activityPRIMARY4rassvet.xf_user_profile.user_id1Using where
    SIMPLExf_user_optioneq_refPRIMARYPRIMARY4rassvet.xf_user_profile.user_id1Using where
  14. SELECT EWRatendo_events.*, xf_user.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
    	FROM EWRatendo_events
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
    WHERE ((EWRatendo_events.event_strtime >= ? AND EWRatendo_events.event_strtime <= ?)
    	OR (EWRatendo_events.event_endtime >= ? AND EWRatendo_events.event_endtime <= ?)
    	OR (EWRatendo_events.event_strtime <= ? AND EWRatendo_events.event_endtime >= ?))
    	AND EWRatendo_events.event_state = 'visible'
    ORDER BY EWRatendo_events.event_strtime
    Params: 1596232800, 1598997599, 1596232800, 1598997599, 1596232800, 1598997599
    Run Time: 0.000359
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_eventsALL    393Using where; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4rassvet.EWRatendo_events.user_id1Using where
  15. SELECT EWRatendo_events.*, xf_user.*, EWRatendo_recurs.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
    FROM EWRatendo_recurs
    	INNER JOIN EWRatendo_events ON (EWRatendo_events.event_id = EWRatendo_recurs.event_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
    WHERE ((EWRatendo_recurs.event_strtime >= ? AND EWRatendo_recurs.event_strtime <= ?)
    	OR (EWRatendo_recurs.event_endtime >= ? AND EWRatendo_recurs.event_endtime <= ?)
    	OR (EWRatendo_recurs.event_strtime <= ? AND EWRatendo_recurs.event_endtime >= ?))
    	AND EWRatendo_events.event_state = 'visible'
    ORDER BY EWRatendo_recurs.event_strtime
    Params: 1596232800, 1598997599, 1596232800, 1598997599, 1596232800, 1598997599
    Run Time: 0.000229
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_recursALLevent_id   1Using where; Using filesort
    SIMPLEEWRatendo_eventseq_refPRIMARYPRIMARY4rassvet.EWRatendo_recurs.event_id1Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4rassvet.EWRatendo_events.user_id1Using where
  16. SELECT EWRatendo_events.*, xf_user.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
    	FROM EWRatendo_events
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
    WHERE ((EWRatendo_events.event_strtime >= ? AND EWRatendo_events.event_strtime <= ?)
    	OR (EWRatendo_events.event_endtime >= ? AND EWRatendo_events.event_endtime <= ?)
    	OR (EWRatendo_events.event_strtime <= ? AND EWRatendo_events.event_endtime >= ?))
    	AND EWRatendo_events.event_state = 'visible'
    ORDER BY EWRatendo_events.event_strtime
    Params: 1598911200, 1601589599, 1598911200, 1601589599, 1598911200, 1601589599
    Run Time: 0.000334
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_eventsALL    393Using where; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4rassvet.EWRatendo_events.user_id1Using where
  17. SELECT EWRatendo_events.*, xf_user.*, EWRatendo_recurs.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
    FROM EWRatendo_recurs
    	INNER JOIN EWRatendo_events ON (EWRatendo_events.event_id = EWRatendo_recurs.event_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
    WHERE ((EWRatendo_recurs.event_strtime >= ? AND EWRatendo_recurs.event_strtime <= ?)
    	OR (EWRatendo_recurs.event_endtime >= ? AND EWRatendo_recurs.event_endtime <= ?)
    	OR (EWRatendo_recurs.event_strtime <= ? AND EWRatendo_recurs.event_endtime >= ?))
    	AND EWRatendo_events.event_state = 'visible'
    ORDER BY EWRatendo_recurs.event_strtime
    Params: 1598911200, 1601589599, 1598911200, 1601589599, 1598911200, 1601589599
    Run Time: 0.000222
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_recursALLevent_id   1Using where; Using filesort
    SIMPLEEWRatendo_eventseq_refPRIMARYPRIMARY4rassvet.EWRatendo_recurs.event_id1Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4rassvet.EWRatendo_events.user_id1Using where
  18. SELECT EWRatendo_events.*, xf_user.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
    	FROM EWRatendo_events
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
    WHERE ((EWRatendo_events.event_strtime >= ? AND EWRatendo_events.event_strtime <= ?)
    	OR (EWRatendo_events.event_endtime >= ? AND EWRatendo_events.event_endtime <= ?)
    	OR (EWRatendo_events.event_strtime <= ? AND EWRatendo_events.event_endtime >= ?))
    	AND EWRatendo_events.event_state = 'visible'
    ORDER BY EWRatendo_events.event_strtime
    Params: 1601503200, 1604271599, 1601503200, 1604271599, 1601503200, 1604271599
    Run Time: 0.000333
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_eventsALL    393Using where; Using filesort
    SIMPLExf_usereq_refPRIMARYPRIMARY4rassvet.EWRatendo_events.user_id1Using where
  19. SELECT EWRatendo_events.*, xf_user.*, EWRatendo_recurs.*, IF(xf_user.username IS NULL, EWRatendo_events.username, xf_user.username) AS username
    FROM EWRatendo_recurs
    	INNER JOIN EWRatendo_events ON (EWRatendo_events.event_id = EWRatendo_recurs.event_id)
    	LEFT JOIN xf_user ON (xf_user.user_id = EWRatendo_events.user_id)
    WHERE ((EWRatendo_recurs.event_strtime >= ? AND EWRatendo_recurs.event_strtime <= ?)
    	OR (EWRatendo_recurs.event_endtime >= ? AND EWRatendo_recurs.event_endtime <= ?)
    	OR (EWRatendo_recurs.event_strtime <= ? AND EWRatendo_recurs.event_endtime >= ?))
    	AND EWRatendo_events.event_state = 'visible'
    ORDER BY EWRatendo_recurs.event_strtime
    Params: 1601503200, 1604271599, 1601503200, 1604271599, 1601503200, 1604271599
    Run Time: 0.000249
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRatendo_recursALLevent_id   1Using where; Using filesort
    SIMPLEEWRatendo_eventseq_refPRIMARYPRIMARY4rassvet.EWRatendo_recurs.event_id1Using where
    SIMPLExf_usereq_refPRIMARYPRIMARY4rassvet.EWRatendo_events.user_id1Using where
  20. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('week')
    Params: 2
    Run Time: 0.000081
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  21. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: caf456686433383c5e9e88165c512231, a:7:{s:12:"sessionStart";i:1713541105;s:2:"ip";s:4:"8-";s:11:"sessionCsrf";s:16:"yuGDbRu_aBoDlJ7_";s:9:"userAgent";s:103:"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)";s:7:"robotId";s:0:"";s:16:"previousActivity";i:0;s:10:"isIpBanned";a:2:{s:6:"result";b:0;s:7:"version";i:1556176024;}}, 1713544705
    Run Time: 0.000080
  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, 8-, 8-, EWRatendo_ControllerPublic_Events_Weekly, Index, valid, date_select=39.2020, 1713541105,
    Run Time: 0.000047
  23. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('page_nav', 'EWRatendo_Weekly', 'notice_cookies', 'EWRatendo_Navtabs', 'modess_moderator_bar_mod_log_counts', 'wf_hook_moderator_bar', 'wf_revealer', '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', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000400
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 21Using index condition
  24. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('events')
    Params: 2
    Run Time: 0.000088
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  25. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('nat_bodyjs')
    	AND style_id = ?
    	AND language_id = ?
    Params: 12, 2
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 

Included Files (128, XenForo Classes: 47)

  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/ModEss/Listener/Cog.php
  33. library/Tapatalk/Listener/LoadClassModel.php
  34. library/bdTagMe/Listener.php
  35. library/WidgetFramework/Listener.php
  36. library/TMS/Listener.php
  37. library/Tinhte/XenTag/Listener.php
  38. library/DoublePost/Listener/Cog.php
  39. library/Dark/PostRating/EventListener.php
  40. library/RelatedContents/Listener.php
  41. library/WidgetFramework/Option.php
  42. library/EWRatendo/Listener/Init.php
  43. library/XenForo/DataWriter/User.php
  44. library/XenForo/DataWriter.php
  45. library/bdTagMe/Helper/Template.php
  46. library/bdTagMe/ShippableHelper/Updater.php
  47. library/bdTagMe/Option.php
  48. library/NodesAsTabs/Listen.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/EWRatendo/Route/Events.php
  56. library/EWRutiles/Sitemap/Listener/Route.php
  57. library/XenForo/RouteMatch.php
  58. library/EWRatendo/ControllerPublic/Events/Weekly.php
  59. library/XenForo/ControllerPublic/Abstract.php
  60. library/XenForo/Controller.php
  61. library/EWRutiles/Sitemap/Listener/Controller.php
  62. library/EWRatendo/Listener/Controller.php
  63. library/ConversationPost/Listener.php
  64. library/XenForo/Input.php
  65. library/XenForo/Session.php
  66. library/XenForo/Helper/Ip.php
  67. library/XenForo/Visitor.php
  68. library/XenForo/Model/User.php
  69. library/Waindigo/JoinUserGroup/Listener/LoadClass.php
  70. library/Waindigo/Listener/LoadClass.php
  71. library/Waindigo/Listener/LoadClass/20150318.php
  72. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/User.php
  73. library/bdTagMe/XenForo/Model/User.php
  74. library/WidgetFramework/XenForo/Model/User.php
  75. library/Dark/PostRating/Model/User.php
  76. library/XenForo/Permission.php
  77. library/XenForo/Helper/Php.php
  78. library/XenForo/Phrase.php
  79. library/XenForo/Locale.php
  80. library/EWRatendo/Model/Perms.php
  81. library/Waindigo/JoinUserGroup/Listener/ControllerPreDispatch.php
  82. library/Waindigo/Listener/ControllerPreDispatch.php
  83. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  84. library/EWRatendo/Model/Weekly.php
  85. library/EWRatendo/Model/Events.php
  86. library/EWRatendo/Model/Birthdays.php
  87. library/XenForo/Model/UserProfile.php
  88. library/EWRatendo/Model/Monthly.php
  89. library/XenForo/ControllerResponse/View.php
  90. library/XenForo/ControllerResponse/Abstract.php
  91. library/XenForo/Helper/Cookie.php
  92. library/Tapatalk/Listener/ControllerPostDispatch.php
  93. library/XenForo/ViewRenderer/HtmlPublic.php
  94. library/XenForo/ViewRenderer/Abstract.php
  95. library/XenForo/Template/Public.php
  96. library/XenForo/Template/Abstract.php
  97. library/WidgetFramework/Core.php
  98. library/XenForo/Model/Moderator.php
  99. library/Waindigo/JoinUserGroup/Extend/XenForo/Model/Moderator.php
  100. library/ModEss/Model/Moderator.php
  101. library/WidgetFramework/Model/Widget.php
  102. library/WidgetFramework/Helper/Sort.php
  103. library/WidgetFramework/WidgetRenderer.php
  104. library/XenForo/ViewPublic/Base.php
  105. library/XenForo/View.php
  106. library/WidgetFramework/XenForo/View1.php
  107. library/XenForo/Route/Prefix/Members.php
  108. library/bdTagMe/XenForo/Route/Prefix/Members.php
  109. library/memberMap/Listener/Navigation.php
  110. library/memberMap/Model/ViewMap.php
  111. library/EWRatendo/Listener/NavTabs.php
  112. library/NodesAsTabs/NavTabs.php
  113. library/NodesAsTabs/Model/Options.php
  114. library/XenForo/Model/Node.php
  115. library/Tapatalk/Model/Node.php
  116. library/ModEss/Model/Node.php
  117. library/EWRutiles/Sitemap/Listener/Params.php
  118. library/WidgetFramework/Template/Extended.php
  119. library/XenForo/Model/Avatar.php
  120. library/Tapatalk/Listener/TemplatePostRender.php
  121. library/EWRatendo/Listener/Template.php
  122. library/WidgetFramework/WidgetRenderer/Empty.php
  123. library/XenForo/Helper/Criteria.php
  124. library/XenForo/Debug.php
  125. library/Tapatalk/EventListener/Hook.php
  126. mobiquo/mbqFrame/3rdLib/classTTConnection.php
  127. mobiquo/smartbanner/head.inc.php
  128. library/XenForo/ViewRenderer/Json.php