Page Time: 0.0433s

Memory: 3.1555 MB (Peak: 5.1607 MB)

Queries (25, time: 0.0177s, 40.8%)

  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.000943
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000293
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. SELECT *
    FROM xf_search
    WHERE search_id = ?
    Params: 1792527
    Run Time: 0.000306
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       Impossible WHERE noticed after reading const tables
  4. 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.009903
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEprofile_postALL    1219Using where; Using filesort
    SIMPLEposting_usereq_refPRIMARYPRIMARY4degreeinfo_xenforo.profile_post.user_id1 
    SIMPLEreceiving_usereq_refPRIMARYPRIMARY4degreeinfo_xenforo.profile_post.profile_user_id1 
    SIMPLEreceiving_user_privacyeq_refPRIMARYPRIMARY4degreeinfo_xenforo.profile_post.profile_user_id1 
    SIMPLEreceiving_user_followeq_refPRIMARY,follow_user_idPRIMARY8degreeinfo_xenforo.profile_post.profile_user_id,const1Using index
  5. 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: 48374
    Run Time: 0.000389
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuser_banconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEbanning_userconstPRIMARYPRIMARY4const1 
  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: 67278
    Run Time: 0.000302
    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: 67278
    Run Time: 0.000226
    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: 61117
    Run Time: 0.000279
    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: 48788
    Run Time: 0.000270
    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: 48655
    Run Time: 0.000212
    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: 48655
    Run Time: 0.000268
    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: 48655
    Run Time: 0.000218
    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: 48655
    Run Time: 0.000217
    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: 48655
    Run Time: 0.000223
    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: 48788
    Run Time: 0.000274
    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: 67278
    Run Time: 0.000313
    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: 63846
    Run Time: 0.000332
    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: 58543
    Run Time: 0.000314
    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: 61117
    Run Time: 0.000308
    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: 61117
    Run Time: 0.000260
    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: 48788
    Run Time: 0.000307
    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: 59390
    Run Time: 0.000309
    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: 59862
    Run Time: 0.000310
    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",1682],["profilePost",1681],["profilePost",1678],["profilePost",1677],["profilePost",1671],["profilePost",1670],["profilePost",1655],["profilePost",1653],["profilePost",1647],["profilePost",1646],["profilePost",1645],["profilePost",1637],["profilePost",1635],["profilePost",1634],["profilePost",1633],["profilePost",1628],["profilePost",1627],["profilePost",1626],["profilePost",1623],["profilePost",1621],["profilePost",1620],["profilePost",1619],["profilePost",1618],["profilePost",1617],["profilePost",1615],["profilePost",1614],["profilePost",1613],["profilePost",1612],["profilePost",1611],["profilePost",1609],["profilePost",1607],["profilePost",1606],["profilePost",1602],["profilePost",1601],["profilePost",1600],["profilePost",1599],["profilePost",1598],["profilePost",1597],["profilePost",1596],["profilePost",1595],["profilePost",1589],["profilePost",1588],["profilePost",1584],["profilePost",1581],["profilePost",1576],["profilePost",1575],["profilePost",1574],["profilePost",1573],["profilePost",1570],["profilePost",1569],["profilePost",1567],["profilePost",1566],["profilePost",1564],["profilePost",1562],["profilePost",1561],["profilePost",1560],["profilePost",1559],["profilePost",1558],["profilePost",1557],["profilePost",1556],["profilePost",1555],["profilePost",1550],["profilePost",1549],["profilePost",1548],["profilePost",1547],["profilePost",1545],["profilePost",1542],["profilePost",1536],["profilePost",1534],["profilePost",1533],["profilePost",1532],["profilePost",1531],["profilePost",1530],["profilePost",1529],["profilePost",1527],["profilePost",1526],["profilePost",1525],["profilePost",1523],["profilePost",1520],["profilePost",1519],["profilePost",1518],["profilePost",1515],["profilePost",1514],["profilePost",1513],["profilePost",1512],["profilePost",1510],["profilePost",1508],["profilePost",1506],["profilePost",1504],["profilePost",1503],["profilePost",1501],["profilePost",1500],["profilePost",1499],["profilePost",1498],["profilePost",1497],["profilePost",1496],["profilePost",1495],["profilePost",1494],["profilePost",1493],["profilePost",1492],["profilePost",1491],["profilePost",1489],["profilePost",1488],["profilePost",1487],["profilePost",1486],["profilePost",1485],["profilePost",1484],["profilePost",1483],["profilePost",1482],["profilePost",1481],["profilePost",1480],["profilePost",1479],["profilePost",1478],["profilePost",1477],["profilePost",1476],["profilePost",1475],["profilePost",1474],["profilePost",1473],["profilePost",1472],["profilePost",1471],["profilePost",1470],["profilePost",1467],["profilePost",1466],["profilePost",1461],["profilePost",1460],["profilePost",1459],["profilePost",1458],["profilePost",1457],["profilePost",1456],["profilePost",1455],["profilePost",1454],["profilePost",1453],["profilePost",1452],["profilePost",1450],["profilePost",1449],["profilePost",1448],["profilePost",1446],["profilePost",1444],["profilePost",1443],["profilePost",1442],["profilePost",1441],["profilePost",1440],["profilePost",1439],["profilePost",1438],["profilePost",1437],["profilePost",1434],["profilePost",1432],["profilePost",1431],["profilePost",1428],["profilePost",1427],["profilePost",1426],["profilePost",1423],["profilePost",1422],["profilePost",1421],["profilePost",1420],["profilePost",1419],["profilePost",1417],["profilePost",1416],["profilePost",1415],["profilePost",1414],["profilePost",1413],["profilePost",1412],["profilePost",1394],["profilePost",1391],["profilePost",1390],["profilePost",1384],["profilePost",1383],["profilePost",1375],["profilePost",1374],["profilePost",1373],["profilePost",1372],["profilePost",1371],["profilePost",1369],["profilePost",1367],["profilePost",1365],["profilePost",1364],["profilePost",1363],["profilePost",1362],["profilePost",1361]], 179, new-profile-posts, , [], date, 0, , [], 0, 1711723883, e5e90eac995176ca784929f242361827
    Run Time: 0.000665
  25. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 50fd1fcadecf22d742906a10170d771e, , 1711727483
    Run Time: 0.000220

Included Files (71, 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/Audentio/AdManager/Listener/CodeEvent.php
  33. library/Audentio/UIX/Listener/CodeEvent.php
  34. library/Audentio/UIX/vendor/autoload.php
  35. library/Audentio/UIX/vendor/composer/autoload_real.php
  36. library/Audentio/UIX/vendor/composer/ClassLoader.php
  37. library/Audentio/UIX/vendor/composer/autoload_namespaces.php
  38. library/Audentio/UIX/vendor/composer/autoload_psr4.php
  39. library/Audentio/UIX/vendor/composer/autoload_classmap.php
  40. library/XenForo/Router.php
  41. library/XenForo/Route/Filter.php
  42. library/XenForo/Route/Interface.php
  43. library/XenForo/Route/ResponseSuffix.php
  44. library/XenForo/Route/Prefix.php
  45. library/XenForo/Route/Prefix/FindNew.php
  46. library/XenForo/RouteMatch.php
  47. library/XenForo/ControllerPublic/FindNew.php
  48. library/XenForo/ControllerPublic/Abstract.php
  49. library/XenForo/Controller.php
  50. library/XenForo/Input.php
  51. library/XenForo/Session.php
  52. library/XenForo/Helper/Ip.php
  53. library/XenForo/Visitor.php
  54. library/XenForo/Model/User.php
  55. library/Audentio/UIX/Model/User.php
  56. library/XenForo/Permission.php
  57. library/XenForo/Helper/Php.php
  58. library/XenForo/Phrase.php
  59. library/XenForo/Locale.php
  60. library/XenForo/Model/ProfilePost.php
  61. library/XenForo/Model/Search.php
  62. library/XenForo/Model/UserProfile.php
  63. library/XenForo/Model/Banning.php
  64. library/XenForo/ControllerResponse/Redirect.php
  65. library/XenForo/ControllerResponse/Abstract.php
  66. library/XenForo/Helper/Cookie.php
  67. library/XenForo/ViewRenderer/HtmlPublic.php
  68. library/XenForo/ViewRenderer/Abstract.php
  69. library/XenForo/Template/Public.php
  70. library/XenForo/Template/Abstract.php
  71. library/XenForo/Debug.php