Page Time: 0.1578s

Memory: 10.6595 MB (Peak: 11.2363 MB)

Queries (21, time: 0.0128s, 8.1%)

  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.000564
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryrangePRIMARYPRIMARY27 26Using where
  2. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: modLogCounts
    Run Time: 0.000137
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  3. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000188
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  4. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: da_ssx
    Run Time: 0.000452
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  5. 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,
    	IF(sticky_thread_order.display_order IS NULL, 1000, sticky_thread_order.display_order) AS sticky_display_order
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    	LEFT JOIN sticky_thread_order AS sticky_thread_order ON(sticky_thread_order.thread_id = thread.thread_id)
    WHERE thread.thread_id = ?
    Params: 143165
    Run Time: 0.000867
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
    SIMPLEsticky_thread_orderrefPRIMARYPRIMARY4const1Using index
  6. 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: 503
    Run Time: 0.000284
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  7. 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, session.view_date
    FROM xf_post AS post
    
    		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)LEFT OUTER JOIN xf_session_activity AS session ON post.user_id = session.user_id
    WHERE post.thread_id = ?
    	 AND (post.position >= 0 AND post.position < 20) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 143165
    Run Time: 0.002172
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const8Using where; Using filesort
    SIMPLEusereq_refPRIMARYPRIMARY4dsotpnet_cr.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4dsotpnet_cr.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4dsotpnet_cr.post.user_id1 
    SIMPLEsession_activityrefPRIMARYPRIMARY4dsotpnet_cr.post.user_id11Using where
    SIMPLEsessionrefPRIMARYPRIMARY4dsotpnet_cr.post.user_id11 
  8. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 143165
    Run Time: 0.000338
  9. SELECT COUNT(*)
    FROM xf_thread_read
    WHERE thread_id = ?
    Params: 143165
    Run Time: 0.000331
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_thread_readrefthread_idthread_id4const1Using index
  10. INSERT INTO `xf_session` (`session_id`, `session_data`, `expiry_date`) VALUES (?, ?, ?)
    Params: 9c65a31a1d8e8a15a3430ce48e038e6b, , 1711619152
    Run Time: 0.000352
  11. 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=143165, 1711615552,
    Run Time: 0.000385
  12. SELECT page_name FROM EWRcarta_pages WHERE page_slug = 'index'
    Run Time: 0.000133
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEEWRcarta_pagesconstpage_slugpage_slug302const1 
  13. 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', 'sonnb_xengallery_bbcode_photo', 'sonnb_xengallery_bbcode_video', 'sonnb_xengallery_bbcode_album', 'rotating_ads_second_post', 'wf_widget_wrapper', 'wf_widget_online_users', 'wf_widget_stats', 'wf_widget_threads', 'thread_readers_link', 'thread_view', 'EWRatendo2_Navtabs', 'EWRcarta_Navtabs', 'waindigo_you_are_using_as_user_loginasuser', 'waindigo_moderator_bar_loginasuser', 'modess_moderator_bar_mod_log_counts', 'rotating_ads_slider', 'wf_hook_moderator_bar', 'wf_revealer', 'dark_taigachat', 'dark_taigachat_list', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000613
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 28Using where
  14. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('atendo2_calendar', 'wiki')
    Params: 1
    Run Time: 0.000122
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  15. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('RT_UserOnlineRibbon')
    	AND style_id = ?
    	AND language_id = ?
    Params: 1, 1
    Run Time: 0.000144
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledconstPRIMARYPRIMARY60const,const,const1 
  16. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('offline')
    Params: 1
    Run Time: 0.000105
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  17. SELECT session_activity.*
    	,
    	user.*
    FROM xf_session_activity AS session_activity
    
    	LEFT JOIN xf_user AS user ON
    		(user.user_id = session_activity.user_id)
    WHERE (session_activity.view_date > 1711614652)
    ORDER BY session_activity.view_date DESC
    Run Time: 0.001074
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsession_activityrangeview_dateview_date4 39Using where
    SIMPLEusereq_refPRIMARYPRIMARY4dsotpnet_cr.session_activity.user_id1 
  18. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: boardTotals
    Run Time: 0.000290
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  19. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('wfc__1_thread_view')
    Run Time: 0.000316
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  20. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('members_online_now', 'forum_statistics')
    Params: 1
    Run Time: 0.000168
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledrangePRIMARYPRIMARY106 2Using where
  21. INSERT INTO xf_data_registry
    	(data_key, data_value)
    VALUES
    	(?, ?)
    ON DUPLICATE KEY UPDATE
    	data_value = VALUES(data_value)
    Params: simpleCache, a:11:{s:29:"sonnb_xengallery_all_category";a:0:{}s:31:"sonnb_xengallery_all_collection";a:0:{}s:26:"waindigo_lastXmlUploadDate";i:1443779252;s:30:"waindigo_copyrightModification";i:0;s:7:"widgets";a:17:{i:12;a:9:{s:9:"widget_id";i:12;s:5:"title";s:0:"";s:5:"class";s:33:"Dark_TaigaChat_WidgetRenderer_Alt";s:8:"position";s:21:"hook:forum_list_nodes";s:13:"display_order";i:-10;s:6:"active";i:0;s:7:"options";a:3:{s:10:"expression";s:0:"";s:16:"expression_debug";i:0;s:9:"tab_group";s:0:"";}s:18:"template_for_hooks";a:1:{s:21:"hook:forum_list_nodes";a:1:{i:0;s:10:"forum_list";}}s:14:"widget_page_id";i:0;}i:1;a:9:{s:9:"widget_id";i:1;s:5:"title";s:0:"";s:5:"class";s:36:"WidgetFramework_WidgetRenderer_Empty";s:8:"position";s:3:"all";s:13:"display_order";i:0;s:6:"active";i:0;s:7:"options";a:7:{s:14:"noVisitorPanel";i:0;s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:6;a:9:{s:9:"widget_id";i:6;s:5:"title";s:0:"";s:5:"class";s:36:"WidgetFramework_WidgetRenderer_Empty";s:8:"position";s:14:"member_notable";s:13:"display_order";i:0;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:14;a:9:{s:9:"widget_id";i:14;s:5:"title";s:0:"";s:5:"class";s:36:"Dark_TaigaChat_WidgetRenderer_Online";s:8:"position";s:10:"forum_list";s:13:"display_order";i:0;s:6:"active";i:0;s:7:"options";a:2:{s:10:"expression";s:0:"";s:16:"expression_debug";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:2;a:9:{s:9:"widget_id";i:2;s:5:"title";s:0:"";s:5:"class";s:42:"WidgetFramework_WidgetRenderer_OnlineStaff";s:8:"position";s:3:"all";s:13:"display_order";i:1;s:6:"active";i:0;s:7:"options";a:7:{s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:7;a:9:{s:9:"widget_id";i:7;s:5:"title";s:0:"";s:5:"class";s:40:"WidgetFramework_WidgetRenderer_UsersFind";s:8:"position";s:14:"member_notable";s:13:"display_order";i:1;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:3;a:9:{s:9:"widget_id";i:3;s:5:"title";s:0:"";s:5:"class";s:42:"WidgetFramework_WidgetRenderer_OnlineUsers";s:8:"position";s:3:"all";s:13:"display_order";i:2;s:6:"active";i:1;s:7:"options";a:9:{s:14:"hide_following";i:0;s:4:"rich";i:0;s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:8;a:9:{s:9:"widget_id";i:8;s:5:"title";s:0:"";s:5:"class";s:39:"WidgetFramework_WidgetRenderer_Birthday";s:8:"position";s:14:"member_notable";s:13:"display_order";i:2;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:15;a:9:{s:9:"widget_id";i:15;s:5:"title";s:20:"Help keep CR running";s:5:"class";s:35:"WidgetFramework_WidgetRenderer_Html";s:8:"position";s:3:"all";s:13:"display_order";i:2;s:6:"active";i:1;s:7:"options";a:8:{s:4:"html";s:374:"<center> <a href="http://canberrariders.org.au/index.php?account/upgrades" /><img src="http://canberrariders.org.au/forum/paypal.gif"/></a> <br /></br/> Please read <a href="http://canberrariders.org.au/index.php?threads/donations-i-normally-dont-like-doing-this-but.12513/">this post </a>before making a donation. So you understand what it means and how its used. </center>";s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:4;a:9:{s:9:"widget_id";i:4;s:5:"title";s:0:"";s:5:"class";s:36:"WidgetFramework_WidgetRenderer_Stats";s:8:"position";s:3:"all";s:13:"display_order";i:3;s:6:"active";i:1;s:7:"options";a:7:{s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:9;a:9:{s:9:"widget_id";i:9;s:5:"title";s:0:"";s:5:"class";s:41:"WidgetFramework_WidgetRenderer_UsersStaff";s:8:"position";s:14:"member_notable";s:13:"display_order";i:3;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:18;a:9:{s:9:"widget_id";i:18;s:5:"title";s:6:"Social";s:5:"class";s:35:"WidgetFramework_WidgetRenderer_Html";s:8:"position";s:3:"all";s:13:"display_order";i:3;s:6:"active";i:0;s:7:"options";a:8:{s:4:"html";s:832:"<head> <style> .socialwidget{ } .socialwidget table{ } .sociawidget table tr{ } .socialwidget table tr td{ padding: 4px; } </style> </head> <div class="socialwidget"> <table align="center" cellspacing="20"> <tr> <td> <a href="https://www.facebook.com/groups/canberrariders/" target="_blank"><img src="http://canberrariders.org.au/icons/Facebook.png"></a> </td> <td> <a href="https://plus.google.com/communities/108094867407089306787" target="_blank"><img src="http://canberrariders.org.au/icons/Google.png"></a> </td> </tr> <tr> <td> <a href="https://twitter.com/canberrariders" target="_blank"><img src="http://canberrariders.org.au/icons/twitter.png"></a> </td> <td> <a href="https://www.flickr.com/groups/canberrariders/" target="_blank"><img src="http://canberrariders.org.au/icons/Flickr.png"></a> </td> </tr> </table> </div>";s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:10;a:9:{s:9:"widget_id";i:10;s:5:"title";s:0:"";s:5:"class";s:47:"WidgetFramework_WidgetRenderer_FacebookFacepile";s:8:"position";s:14:"member_notable";s:13:"display_order";i:4;s:6:"active";i:1;s:7:"options";a:0:{}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:11;a:9:{s:9:"widget_id";i:11;s:5:"title";s:6:"Latest";s:5:"class";s:38:"WidgetFramework_WidgetRenderer_Threads";s:8:"position";s:3:"all";s:13:"display_order";i:10;s:6:"active";i:1;s:7:"options";a:15:{s:4:"type";s:6:"recent";s:6:"cutoff";i:5;s:6:"forums";a:0:{}s:8:"prefixes";a:0:{}s:8:"as_guest";i:0;s:5:"limit";i:5;s:6:"layout";s:0:"";s:9:"tab_group";s:0:"";s:13:"cache_seconds";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:16;a:9:{s:9:"widget_id";i:16;s:5:"title";s:15:"Upcoming Events";s:5:"class";s:31:"WFUpcomingEvents_WidgetRenderer";s:8:"position";s:3:"all";s:13:"display_order";i:10;s:6:"active";i:0;s:7:"options";a:11:{s:5:"range";i:14;s:6:"format";s:4:"days";s:6:"stream";i:0;s:5:"venue";i:1;s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:17;a:9:{s:9:"widget_id";i:17;s:5:"title";s:7:"Weather";s:5:"class";s:35:"WidgetFramework_WidgetRenderer_Html";s:8:"position";s:3:"all";s:13:"display_order";i:10;s:6:"active";i:1;s:7:"options";a:8:{s:4:"html";s:568:"<div style="text-align: center;"> <h3>Current</h3><!--Weatherzone current weather button--> <script type="text/javascript" src="http://www.weatherzone.com.au/woys/graphic_current.jsp?postcode=2600"></script> <br /><a href="http://www.weatherzone.com.au/radar.jsp" target="_blank">weather radar</a> <h3><br />Forecast</h3> <!--Weatherzone forecast button--> <script type="text/javascript" src="http://www.weatherzone.com.au/woys/graphic_forecast.jsp?postcode=2600"></script> <br /><a href="http://www.weatherzone.com.au/radar.jsp" target="_blank">lightning tracker</a>";s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}i:13;a:9:{s:9:"widget_id";i:13;s:5:"title";s:8:"Shoutbox";s:5:"class";s:37:"Dark_TaigaChat_WidgetRenderer_Sidebar";s:8:"position";s:3:"all";s:13:"display_order";i:15;s:6:"active";i:0;s:7:"options";a:9:{s:5:"limit";i:0;s:9:"tab_group";s:0:"";s:10:"expression";s:0:"";s:16:"expression_debug";i:0;s:21:"deactivate_for_mobile";i:0;s:10:"layout_row";i:0;s:10:"layout_col";i:0;s:14:"layout_sizeRow";i:0;s:14:"layout_sizeCol";i:0;}s:18:"template_for_hooks";a:0:{}s:14:"widget_page_id";i:0;}}s:17:"invalidated_cache";a:14:{i:11;i:1485497514;i:1;i:1391259818;i:8;i:1702612824;i:2;i:1391235595;i:3;i:1422354886;i:4;i:1391156555;i:5;i:1391156568;i:12;i:1391166788;i:13;i:1393410649;i:14;i:1391166788;i:15;i:1453637301;i:16;i:1443786298;i:17;i:1400921815;i:18;i:1408013670;}s:27:"sonnb_xengallery_all_fields";a:0:{}s:23:"rotating_ads_item_cache";a:5:{i:2;a:11:{s:7:"item_id";i:2;s:4:"name";s:13:"Redback paint";s:8:"position";s:23:"ad_below_top_breadcrumb";s:4:"link";s:0:"";s:4:"html";s:175:"<a href="http://www.facebook.com/pages/Redback-racepaint/273705772649931" target="_blank"><b>Redback Motorcycle Smash Repairs</b></a> - 1/ 9 Collie St, Fyshwick. Ph: 6280 5433";s:11:"expire_date";i:0;s:3:"hit";i:0;s:11:"is_disabled";i:0;s:7:"options";a:0:{}s:17:"position_original";s:23:"ad_below_top_breadcrumb";s:17:"position_relative";s:5:"above";}i:3;a:11:{s:7:"item_id";i:3;s:4:"name";s:16:"Suspension Smith";s:8:"position";s:23:"ad_below_top_breadcrumb";s:4:"link";s:0:"";s:4:"html";s:193:"<a href="http://suspensionsmith.com/" target="_blank"><b>Suspension Smith</b></a> - Ph: 0407 903 652 The best Motorcycle Suspension specialist on the eastern sea board (and we reckon all of Oz)";s:11:"expire_date";i:0;s:3:"hit";i:0;s:11:"is_disabled";i:0;s:7:"options";a:0:{}s:17:"position_original";s:23:"ad_below_top_breadcrumb";s:17:"position_relative";s:5:"above";}i:4;a:11:{s:7:"item_id";i:4;s:4:"name";s:16:"Central Locating";s:8:"position";s:23:"ad_below_top_breadcrumb";s:4:"link";s:0:"";s:4:"html";s:117:"<b>Capital Locating Services</b> - Ph: 0418 482 395 Underground Service Locations. SewerViewer CCTV. Leak Detection.";s:11:"expire_date";i:0;s:3:"hit";i:0;s:11:"is_disabled";i:0;s:7:"options";a:0:{}s:17:"position_original";s:23:"ad_below_top_breadcrumb";s:17:"position_relative";s:5:"above";}i:5;a:11:{s:7:"item_id";i:5;s:4:"name";s:5:"Kaneg";s:8:"position";s:23:"ad_below_top_breadcrumb";s:4:"link";s:0:"";s:4:"html";s:171:"<a href="http://www.kaneg.com.au/" target="_blank"><b>Kaneg Motorcycle Accessories</b></a> - Ph: 0414 712 419 Accessories, bike stands, tyre warmers, knee sliders and more";s:11:"expire_date";i:0;s:3:"hit";i:0;s:11:"is_disabled";i:0;s:7:"options";a:0:{}s:17:"position_original";s:23:"ad_below_top_breadcrumb";s:17:"position_relative";s:5:"above";}i:6;a:11:{s:7:"item_id";i:6;s:4:"name";s:11:"Moto Garage";s:8:"position";s:23:"ad_below_top_breadcrumb";s:4:"link";s:0:"";s:4:"html";s:135:"<a href="http://www.motogarage.com.au/" target="_blank" ><b>Moto Garage</b></a> - Dyno Tuning, Servicing, Race Prep. Ph: (02) 6162 2031";s:11:"expire_date";i:0;s:3:"hit";i:0;s:11:"is_disabled";i:0;s:7:"options";a:0:{}s:17:"position_original";s:23:"ad_below_top_breadcrumb";s:17:"position_relative";s:5:"above";}}s:16:"userUpgradeCount";i:3;s:18:"sort_mem_sortables";a:7:{i:0;a:11:{s:7:"sort_id";i:8;s:5:"title";s:8:"Username";s:11:"sort_column";s:13:"user.username";s:11:"sort_phrase";s:17:"sort_mem_username";s:11:"show_phrase";s:0:"";s:13:"default_order";s:3:"ASC";s:11:"enable_sort";i:1;s:11:"enable_show";i:0;s:11:"filter_zero";i:0;s:10:"is_default";i:1;s:13:"display_order";i:1;}i:1;a:11:{s:7:"sort_id";i:9;s:5:"title";s:13:"Message Count";s:11:"sort_column";s:18:"user.message_count";s:11:"sort_phrase";s:16:"sort_mem_message";s:11:"show_phrase";s:22:"sort_mem_hover_message";s:13:"default_order";s:4:"DESC";s:11:"enable_sort";i:1;s:11:"enable_show";i:1;s:11:"filter_zero";i:0;s:10:"is_default";i:0;s:13:"display_order";i:10;}i:2;a:11:{s:7:"sort_id";i:10;s:5:"title";s:10:"Like Count";s:11:"sort_column";s:15:"user.like_count";s:11:"sort_phrase";s:14:"sort_mem_likes";s:11:"show_phrase";s:20:"sort_mem_hover_likes";s:13:"default_order";s:4:"DESC";s:11:"enable_sort";i:1;s:11:"enable_show";i:1;s:11:"filter_zero";i:0;s:10:"is_default";i:0;s:13:"display_order";i:20;}i:3;a:11:{s:7:"sort_id";i:11;s:5:"title";s:13:"Trophy points";s:11:"sort_column";s:18:"user.trophy_points";s:11:"sort_phrase";s:22:"sort_mem_trophy_points";s:11:"show_phrase";s:28:"sort_mem_hover_trophy_points";s:13:"default_order";s:4:"DESC";s:11:"enable_sort";i:1;s:11:"enable_show";i:1;s:11:"filter_zero";i:0;s:10:"is_default";i:0;s:13:"display_order";i:30;}i:4;a:11:{s:7:"sort_id";i:12;s:5:"title";s:13:"Last Activity";s:11:"sort_column";s:18:"user.last_activity";s:11:"sort_phrase";s:22:"sort_mem_last_activity";s:11:"show_phrase";s:0:"";s:13:"default_order";s:4:"DESC";s:11:"enable_sort";i:1;s:11:"enable_show";i:0;s:11:"filter_zero";i:0;s:10:"is_default";i:0;s:13:"display_order";i:40;}i:5;a:11:{s:7:"sort_id";i:13;s:5:"title";s:11:"Joined Date";s:11:"sort_column";s:13:"register_date";s:11:"sort_phrase";s:22:"sort_mem_register_date";s:11:"show_phrase";s:0:"";s:13:"default_order";s:3:"ASC";s:11:"enable_sort";i:1;s:11:"enable_show";i:0;s:11:"filter_zero";i:0;s:10:"is_default";i:0;s:13:"display_order";i:50;}i:6;a:11:{s:7:"sort_id";i:14;s:5:"title";s:8:"Location";s:11:"sort_column";s:21:"user_profile.location";s:11:"sort_phrase";s:17:"sort_mem_location";s:11:"show_phrase";s:0:"";s:13:"default_order";s:3:"ASC";s:11:"enable_sort";i:1;s:11:"enable_show";i:0;s:11:"filter_zero";i:0;s:10:"is_default";i:0;s:13:"display_order";i:60;}}s:20:"taigachat_lastUpdate";i:1711615552;}
    Run Time: 0.003786

Included Files (185, XenForo Classes: 64)

  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/Waindigo/Listener/InitDependencies.php
  33. library/Waindigo/Listener/InitDependencies/20150212.php
  34. library/Waindigo/Listener/ControllerPreDispatch/20150212.php
  35. library/ModEss/Listener/Cog.php
  36. library/sonnb/XenGallery/Listener.php
  37. library/WidgetFramework/Listener.php
  38. library/Dark/TaigaChat/EventListener/Listener.php
  39. library/MassDeleteSpammers/Listener.php
  40. library/Asp/OnlineStatus/Plugin/Plugin.php
  41. library/Borbole/ThreadReaders/Listener/Listener.php
  42. library/EWRcarta/Listener/Model.php
  43. library/WidgetFramework/Option.php
  44. library/NFLJ/Showcase/Listener/Proxy.php
  45. library/EWRatendo2/Listener/Init.php
  46. library/EWRcarta/Listener/Init.php
  47. library/XenForo/DataWriter/User.php
  48. library/XenForo/DataWriter.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/XenForo/Route/Prefix/Threads.php
  56. library/XenForo/RouteMatch.php
  57. library/XenForo/ControllerPublic/Thread.php
  58. library/XenForo/ControllerPublic/Abstract.php
  59. library/XenForo/Controller.php
  60. library/DaTheme/SSX/EventListener.php
  61. library/EWRatendo2/Listener/Controller.php
  62. library/WMTech/UserSelfDeleteLite/Listener.php
  63. library/EWRcarta/Listener/Controller.php
  64. library/sonnbStopSpamHere/Listener.php
  65. library/ModEss/ControllerPublic/Thread.php
  66. library/sonnb/XenGallery/XenForo/ControllerPublic/Thread.php
  67. library/WidgetFramework/XenForo/ControllerPublic/Thread.php
  68. library/EWRatendo2/ControllerPublic/Thread.php
  69. library/Borbole/ThreadReaders/ControllerPublic/Thread.php
  70. library/sonnbStopSpamHere/ControllerPublic/Thread.php
  71. library/XenForo/Input.php
  72. library/XenForo/Session.php
  73. library/XenForo/Helper/Ip.php
  74. library/XenForo/Visitor.php
  75. library/XenForo/Model/User.php
  76. library/Waindigo/LoginAsUser/Listener/LoadClass.php
  77. library/Waindigo/Listener/LoadClass.php
  78. library/Waindigo/Listener/LoadClass/20150518.php
  79. library/Waindigo/LoginAsUser/Extend/XenForo/Model/User.php
  80. library/sonnb/XenGallery/XenForo/Model/User.php
  81. library/WidgetFramework/XenForo/Model/User.php
  82. library/MassDeleteSpammers/ModelUser.php
  83. library/EWRcarta/Model/User.php
  84. library/XenForo/Permission.php
  85. library/XenForo/Phrase.php
  86. library/XenForo/Locale.php
  87. library/Waindigo/LoginAsUser/Listener/VisitorSetup.php
  88. library/Waindigo/Listener/VisitorSetup.php
  89. library/Waindigo/Listener/VisitorSetup/20150106.php
  90. library/Waindigo/LoginAsUser/Extend/XenForo/Visitor.php
  91. library/EWRatendo2/Model/Perms.php
  92. library/DaTheme/SSX/ControllerHelper/StyleChange.php
  93. library/XenForo/ControllerHelper/Abstract.php
  94. library/DaTheme/SSX/Model/SetStyleForX.php
  95. library/XenForo/ControllerHelper/ForumThreadPost.php
  96. library/XenForo/Model/Thread.php
  97. library/ModEss/Model/Thread.php
  98. library/WidgetFramework/XenForo/Model/Thread.php
  99. library/Borbole/ThreadReaders/Model/Thread.php
  100. library/XenForo/Model/Forum.php
  101. library/XenForo/Helper/String.php
  102. library/XenForo/Model/Post.php
  103. library/ModEss/Model/Post.php
  104. library/Asp/OnlineStatus/Model/AspPost.php
  105. library/EWRcarta/Model/Post.php
  106. library/ModEss/Model/ModEss.php
  107. library/XenForo/Model/Attachment.php
  108. library/XenForo/Model/Node.php
  109. library/ModEss/Model/Node.php
  110. library/XenForo/Route/Prefix/Categories.php
  111. library/XenForo/Route/Prefix/Forums.php
  112. library/XenForo/ControllerResponse/View.php
  113. library/XenForo/ControllerResponse/Abstract.php
  114. library/XenForo/Helper/Cookie.php
  115. library/NFLJ/Showcase/Listener/Template.php
  116. library/XenForo/ViewRenderer/HtmlPublic.php
  117. library/XenForo/ViewRenderer/Abstract.php
  118. library/XenForo/Template/Public.php
  119. library/XenForo/Template/Abstract.php
  120. library/WidgetFramework/Core.php
  121. library/XenForo/Model/Moderator.php
  122. library/ModEss/Model/Moderator.php
  123. library/sonnb/XenGallery/XenForo/Model/Moderator.php
  124. library/NFLJ/Showcase/Listener/Proxy/ModelModerator.php
  125. library/RotatingAds/Listener.php
  126. library/NFLJ/Showcase/Listener/WidgetFramework.php
  127. library/WFUpcomingEvents/Listener.php
  128. library/WidgetFramework/Model/Widget.php
  129. library/WidgetFramework/Helper/Sort.php
  130. library/WidgetFramework/WidgetRenderer.php
  131. library/XenForo/ViewPublic/Thread/View.php
  132. library/XenForo/ViewPublic/Base.php
  133. library/XenForo/View.php
  134. library/WidgetFramework/XenForo/View1.php
  135. library/XenForo/BbCode/Parser.php
  136. library/XenForo/BbCode/Formatter/Base.php
  137. library/EWRatendo2/Listener/BbCode.php
  138. library/EWRcarta/Listener/BbCode.php
  139. library/sonnb/XenGallery/XenForo/BbCode/Formatter/Base.php
  140. library/WidgetFramework/XenForo/BbCode/Formatter/Base.php
  141. library/EWRatendo2/BbCode/Formatter.php
  142. library/EWRcarta/BbCode/Formatter.php
  143. library/XenForo/ViewPublic/Helper/Message.php
  144. library/XenForo/BbCode/TextWrapper.php
  145. library/Waindigo/LoginAsUser/Listener/TemplateCreate.php
  146. library/Waindigo/Listener/TemplateCreate.php
  147. library/Waindigo/Listener/TemplateCreate/20150106.php
  148. library/WidgetFramework/WidgetRenderer/OnlineUsers.php
  149. library/WidgetFramework/WidgetRenderer/Html.php
  150. library/WidgetFramework/WidgetRenderer/Stats.php
  151. library/WidgetFramework/WidgetRenderer/Threads.php
  152. library/WidgetFramework/Model/Cache.php
  153. library/XenForo/Route/Prefix/Members.php
  154. library/Dark/TaigaChat/EventListener/NavigationTabs.php
  155. library/EWRatendo2/Listener/NavTabs.php
  156. library/EWRcarta/Listener/NavTabs.php
  157. library/EWRcarta/Model/Perms.php
  158. library/EWRcarta/Model/Lists.php
  159. library/WidgetFramework/Template/Extended.php
  160. library/Waindigo/LoginAsUser/Listener/TemplateHook.php
  161. library/Waindigo/Listener/TemplateHook.php
  162. library/Waindigo/Listener/TemplateHook/20150106.php
  163. library/Waindigo/Listener/Template.php
  164. library/Waindigo/Listener/Template/20150106.php
  165. library/RotatingAds/Engine.php
  166. library/RotatingAds/Model.php
  167. library/Tinhte/Html5Uploader/Listener.php
  168. library/CemZoo/EasyBan/Template/Hook.php
  169. library/EWRcarta/Listener/Template.php
  170. library/phc/whoVoted/Listener/Listener.php
  171. library/XenForo/Route/Prefix/Posts.php
  172. library/XenForo/Model/Avatar.php
  173. library/XenForo/Model/Session.php
  174. library/Dark/TaigaChat/Model/SessionOverride.php
  175. library/XenForo/ViewPublic/Helper/User.php
  176. library/XenForo/Model/UserField.php
  177. library/Zend/Exception.php
  178. library/WidgetFramework/Helper/String.php
  179. library/WidgetFramework/WidgetRenderer/Empty.php
  180. library/XenForo/Debug.php
  181. library/RotatingAds/DataWriter.php
  182. library/Dark/TaigaChat/Model/TaigaChat.php
  183. library/Dark/TaigaChat/Helper/Global.php
  184. library/Tinhte/Html5Uploader/Template.php
  185. library/XenForo/ViewRenderer/Json.php