Page Time: 0.0870s

Memory: 3.8477 MB (Peak: 6.8764 MB)

Queries (25, time: 0.0052s, 6.0%)

  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.000370
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: moods
    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.000115
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 724161
    Run Time: 0.000416
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  5. SELECT profile_post.*
    	,
    	posting_user.*,
    	IF(posting_user.username IS NULL, profile_post.username, posting_user.username) AS username,
    	receiving_user.username
    		AS profile_username,
    	receiving_user.gender
    		AS profile_gender,
    	receiving_user.user_state
    		AS profile_user_state,
    	receiving_user.user_group_id
    		AS profile_user_group_id,
    	receiving_user.secondary_group_ids
    		AS profile_secondary_group_ids,
    	receiving_user.display_style_group_id
    		AS profile_display_style_group_id,
    	receiving_user.is_banned
    		AS profile_is_banned,
    	receiving_user.is_admin
    		AS profile_is_admin,
    	receiving_user.is_moderator
    		AS profile_is_moderator,
    	receiving_user.avatar_date
    		AS profile_avatar_date,
    	receiving_user.gravatar
    		AS profile_gravatar,
    	receiving_user.warning_points
    		AS profile_warning_points,
    	receiving_user.permission_combination_id
    		AS profile_permission_combination_id,
    	receiving_user_privacy.allow_view_profile
    		AS profile_allow_view_profile,
    	receiving_user_privacy.allow_post_profile
    		AS profile_allow_post_profile,
    	receiving_user_privacy.allow_send_personal_conversation
    		AS profile_allow_send_personal_conversation,
    	receiving_user_privacy.allow_view_identities
    		AS profile_allow_view_identities,
    	receiving_user_privacy.allow_receive_news_feed
    		AS profile_allow_allow_receive_news_feed,
    	IF (receiving_user_follow.follow_user_id, 1, 0)
    		AS following_0
    FROM xf_profile_post AS profile_post
    
    	LEFT JOIN xf_user AS posting_user ON
    		(posting_user.user_id = profile_post.user_id)
    	LEFT JOIN xf_user AS receiving_user ON
    		(receiving_user.user_id = profile_post.profile_user_id)
    	LEFT JOIN xf_user_privacy AS receiving_user_privacy ON
    		(receiving_user_privacy.user_id = profile_post.profile_user_id)
    	LEFT JOIN xf_user_follow AS receiving_user_follow ON
    		(receiving_user_follow.user_id = profile_post.profile_user_id AND follow_user_id = 0)
    WHERE (profile_post.message_state IN ('visible'))
    ORDER BY profile_post.post_date DESC
     LIMIT 200
    Run Time: 0.001071
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postALL    8465Using where; Using temporary; Using filesort
    SIMPLEposting_usereq_refPRIMARYPRIMARY4partisan_xfdata.profile_post.user_id1 
    SIMPLEreceiving_usereq_refPRIMARYPRIMARY4partisan_xfdata.profile_post.profile_user_id1 
    SIMPLEreceiving_user_privacyeq_refPRIMARYPRIMARY4partisan_xfdata.profile_post.profile_user_id1 
    SIMPLEreceiving_user_followrangePRIMARY,follow_user_idfollow_user_id4 1Using where; Using index; Using join buffer (flat, BNL join)
  6. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21311
    Run Time: 0.000163
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  7. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21311
    Run Time: 0.000143
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  8. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21310
    Run Time: 0.000150
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  9. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21310
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  10. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21309
    Run Time: 0.000146
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  11. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21309
    Run Time: 0.000127
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  12. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21308
    Run Time: 0.000140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  13. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21308
    Run Time: 0.000129
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  14. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21306
    Run Time: 0.000140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  15. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21306
    Run Time: 0.000131
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  16. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21305
    Run Time: 0.000140
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  17. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21305
    Run Time: 0.000145
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  18. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21304
    Run Time: 0.000139
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  19. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21304
    Run Time: 0.000127
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  20. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21302
    Run Time: 0.000128
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  21. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21302
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  22. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21300
    Run Time: 0.000123
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  23. SELECT user_ban.*,
    	user.username,
    	banning_user.username AS banning_username
    FROM xf_user_ban AS user_ban
    LEFT JOIN xf_user AS user ON (user.user_id = user_ban.user_id)
    LEFT JOIN xf_user AS banning_user ON (banning_user.user_id = user_ban.ban_user_id)
    WHERE user_ban.user_id = ?
    Params: 21300
    Run Time: 0.000125
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  24. INSERT INTO `xf_search` (`search_results`, `result_count`, `search_type`, `search_query`, `search_constraints`, `search_order`, `search_grouping`, `user_results`, `warnings`, `user_id`, `search_date`, `query_hash`) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
    Params: [["profilePost",9392],["profilePost",9390],["profilePost",9389],["profilePost",9388],["profilePost",9386],["profilePost",9385],["profilePost",9384],["profilePost",9383],["profilePost",9382],["profilePost",9376],["profilePost",9371],["profilePost",4640],["profilePost",9325],["profilePost",4597],["profilePost",9282],["profilePost",4596],["profilePost",9281],["profilePost",4595],["profilePost",9280],["profilePost",4583],["profilePost",9268],["profilePost",4582],["profilePost",9267],["profilePost",4581],["profilePost",9266],["profilePost",4580],["profilePost",9265],["profilePost",4579],["profilePost",9264],["profilePost",4578],["profilePost",9263],["profilePost",4577],["profilePost",9262],["profilePost",4576],["profilePost",9261],["profilePost",4575],["profilePost",9260],["profilePost",4574],["profilePost",9259],["profilePost",4573],["profilePost",9258],["profilePost",4572],["profilePost",9257],["profilePost",4571],["profilePost",9256],["profilePost",4570],["profilePost",9255],["profilePost",4569],["profilePost",9254],["profilePost",4568],["profilePost",9253],["profilePost",4567],["profilePost",9252],["profilePost",4566],["profilePost",9251],["profilePost",4565],["profilePost",9250],["profilePost",4564],["profilePost",9249],["profilePost",4563],["profilePost",9248],["profilePost",4562],["profilePost",9247],["profilePost",4561],["profilePost",9246],["profilePost",4560],["profilePost",9245],["profilePost",4559],["profilePost",9244],["profilePost",4558],["profilePost",9243],["profilePost",4557],["profilePost",9242],["profilePost",4555],["profilePost",9240],["profilePost",4554],["profilePost",9239],["profilePost",4553],["profilePost",9238],["profilePost",4552],["profilePost",9237],["profilePost",4551],["profilePost",9236],["profilePost",4550],["profilePost",9235],["profilePost",4549],["profilePost",9234],["profilePost",4548],["profilePost",9233],["profilePost",4547],["profilePost",9232],["profilePost",4546],["profilePost",9231],["profilePost",4545],["profilePost",9230],["profilePost",4544],["profilePost",9229],["profilePost",4543],["profilePost",9228],["profilePost",4542],["profilePost",9227],["profilePost",4541],["profilePost",9226],["profilePost",4540],["profilePost",9225],["profilePost",4539],["profilePost",9224],["profilePost",4538],["profilePost",9223],["profilePost",4537],["profilePost",9222],["profilePost",4536],["profilePost",9221],["profilePost",4535],["profilePost",9220],["profilePost",4534],["profilePost",9219],["profilePost",4533],["profilePost",9218],["profilePost",4532],["profilePost",9217],["profilePost",4531],["profilePost",9216],["profilePost",4530],["profilePost",9215],["profilePost",4529],["profilePost",9214],["profilePost",4528],["profilePost",9213],["profilePost",4527],["profilePost",9212],["profilePost",4526],["profilePost",9211],["profilePost",4525],["profilePost",9210],["profilePost",4524],["profilePost",9209],["profilePost",4523],["profilePost",9208],["profilePost",4522],["profilePost",9207],["profilePost",4521],["profilePost",9206],["profilePost",4520],["profilePost",9205],["profilePost",4519],["profilePost",9204],["profilePost",4518],["profilePost",9203],["profilePost",4517],["profilePost",9202],["profilePost",4516],["profilePost",9201],["profilePost",4515],["profilePost",9200],["profilePost",4513],["profilePost",9198],["profilePost",4512],["profilePost",9197],["profilePost",4511],["profilePost",9196],["profilePost",4510],["profilePost",9195],["profilePost",4509],["profilePost",9194],["profilePost",4508],["profilePost",9193],["profilePost",4507],["profilePost",9192],["profilePost",4505],["profilePost",9190],["profilePost",4504],["profilePost",9189],["profilePost",4503],["profilePost",9188],["profilePost",4502],["profilePost",9187]], 177, new-profile-posts, , [], date, 0, , [], 0, 1711630870, e5e90eac995176ca784929f242361827
    Run Time: 0.000453
  25. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: a4891e2e2bc4fbec72e3ac46e38bc3ea, , 1711634470
    Run Time: 0.000188

Included Files (78, XenForo Classes: 42)

  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/XenMoods/Listener/InitDependencies.php
  33. library/Tapatalk/Listener/LoadClassModel.php
  34. library/XenMoods/Listener/LoadClassModel.php
  35. library/WidgetFramework/Listener.php
  36. library/Nobita/IgnoreThread/Listener.php
  37. library/WidgetFramework/Option.php
  38. library/XenForo/Router.php
  39. library/XenForo/Route/Filter.php
  40. library/XenForo/Route/Interface.php
  41. library/XenForo/Route/ResponseSuffix.php
  42. library/XenForo/Route/Prefix.php
  43. library/WidgetFramework/Route/Filter/PageX.php
  44. library/XenForo/Route/Prefix/FindNew.php
  45. library/XenForo/RouteMatch.php
  46. library/XenForo/ControllerPublic/FindNew.php
  47. library/XenForo/ControllerPublic/Abstract.php
  48. library/XenForo/Controller.php
  49. library/Borbole/BirthdayGreeter/EventListener/Listener.php
  50. library/MailChimp/Listener.php
  51. library/XenForo/Input.php
  52. library/XenForo/Session.php
  53. library/XenForo/Helper/Ip.php
  54. library/XenForo/Visitor.php
  55. library/XenForo/Model/User.php
  56. library/XenMoods/XFCP/Model/User.php
  57. library/WidgetFramework/XenForo/Model/User.php
  58. library/XenForo/Permission.php
  59. library/XenForo/Phrase.php
  60. library/XenForo/Locale.php
  61. library/XenForo/Model/ProfilePost.php
  62. library/WidgetFramework/XenForo/Model/ProfilePost.php
  63. library/XenForo/Model/Search.php
  64. library/Tapatalk/Model/Search.php
  65. library/XenForo/Model/UserProfile.php
  66. library/XenForo/Model/Banning.php
  67. library/XenForo/ControllerResponse/Redirect.php
  68. library/XenForo/ControllerResponse/Abstract.php
  69. library/XenForo/Helper/Cookie.php
  70. library/XenForo/ViewRenderer/HtmlPublic.php
  71. library/XenForo/ViewRenderer/Abstract.php
  72. library/XenForo/Template/Public.php
  73. library/XenForo/Template/Abstract.php
  74. library/XenMoods/Listener/FrontControllerPreView.php
  75. library/WidgetFramework/Core.php
  76. library/XenForo/Model/Moderator.php
  77. library/WidgetFramework/Model/Widget.php
  78. library/XenForo/Debug.php