Page Time: 0.1736s

Memory: 11.2841 MB (Peak: 17.8852 MB)

Queries (65, time: 0.0471s, 27.1%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('styles')
    Run Time: 0.000276
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000041
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_permission_combinationconstPRIMARYPRIMARY4const1 
  3. 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,
    		0 AS thread_is_ignored, 0 AS thread_ignore_news_feed,
                        0 AS thread_ignore_new_posts, 0 AS thread_ignore_forum_view
    FROM xf_thread AS thread
    
    		LEFT JOIN xf_user AS user ON
    			(user.user_id = thread.user_id)
    WHERE thread.thread_id = ?
    Params: 46733
    Run Time: 0.000209
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEthreadconstPRIMARYPRIMARY4const1 
    SIMPLEuserconstPRIMARYPRIMARY4const1 
  4. 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: 5
    Run Time: 0.000223
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEforumconstPRIMARYPRIMARY4const1 
    SIMPLEnodeconstPRIMARYPRIMARY4const1 
    SIMPLEpermissionconstPRIMARYPRIMARY35const,const,const1 
  5. SELECT post.*
    	,
    		bb_code_parse_cache.parse_tree AS message_parsed, bb_code_parse_cache.cache_version AS message_cache_version,
    		user.*, IF(user.username IS NULL, post.username, user.username) AS username,
    		user_profile.*,
    		user_privacy.*,
    		signature_parse_cache.parse_tree AS signature_parsed, bb_code_parse_cache.cache_version AS signature_cache_version,
    		session_activity.view_date AS last_view_date,
    		0 AS like_date
    FROM xf_post AS post
    
    		LEFT JOIN xf_bb_code_parse_cache AS bb_code_parse_cache ON
    			(bb_code_parse_cache.content_type = 'post' AND bb_code_parse_cache.content_id = post.post_id)
    		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_bb_code_parse_cache AS signature_parse_cache ON
    			(signature_parse_cache.content_type = 'signature' AND signature_parse_cache.content_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 AND session_activity.unique_key = CAST(post.user_id AS BINARY))
    WHERE post.thread_id = ?
    	 AND (post.position >= 700 AND post.position < 750) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 46733
    Run Time: 0.021585
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrangethread_id_post_date,thread_id_positionthread_id_position8 50Using index condition; Using where; Using filesort
    SIMPLEbb_code_parse_cacheeq_refcontent_type_idcontent_type_id31const,themainb_tmb_new.post.post_id1Using where
    SIMPLEusereq_refPRIMARYPRIMARY4themainb_tmb_new.post.user_id1 
    SIMPLEuser_profileeq_refPRIMARYPRIMARY4themainb_tmb_new.post.user_id1 
    SIMPLEuser_privacyeq_refPRIMARYPRIMARY4themainb_tmb_new.post.user_id1 
    SIMPLEsignature_parse_cacheeq_refcontent_type_idcontent_type_id31const,themainb_tmb_new.post.user_id1Using where
    SIMPLEsession_activityeq_refPRIMARYPRIMARY22themainb_tmb_new.post.user_id,func1Using where
  6. INSERT DELAYED INTO xf_thread_view
    	(thread_id)
    VALUES
    	(?)
    Params: 46733
    Run Time: 0.000101
  7. 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=46733&page=15, 1713879033,
    Run Time: 0.000081
  8. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000072
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  9. SELECT *
    FROM uix_node_layout
    Run Time: 0.000074
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEuix_node_layoutALL    2 
  10. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000064
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  11. SELECT node.*,
    	node_field.uix_node_icons,
    	node_field.uix_styling,
    	node_field.collapsed,
    	node_field.inheritClass
    FROM xf_node AS node
    LEFT JOIN uix_node_fields AS node_field ON (node.node_id = node_field.node_id)
    Run Time: 0.000116
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEnodeALL    38 
    SIMPLEnode_fieldALLPRIMARY   1Using where; Using join buffer (Block Nested Loop)
  12. 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', 'BRATI_thread_icon', 'BRATI_thread_icon_edit', 'thread_view', 'addm_navigation', 'BRSTI_navigation_tabs_members', 'PAGE_CONTAINER')
    	AND style_id = ?
    	AND language_id = ?
    Params: 16, 1
    Run Time: 0.000497
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 13Using where
  13. SELECT title, phrase_text
    FROM xf_phrase_compiled
    WHERE language_id = ?
    	AND title IN ('addm_donations')
    Params: 1
    Run Time: 0.000069
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_phrase_compiledconstPRIMARYPRIMARY106const,const1 
  14. SELECT sport_team.*
    	
    FROM xf_brivium_sport_team AS sport_team
    	
    WHERE (sport_team.active = 1)
    ORDER BY sport_team.title ASC
    Run Time: 0.000137
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEsport_teamALLactive   429Using where; Using filesort
  15. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6419984, a:1:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"ochoseis, post: 6419871";s:8:"original";a:2:{i:0;s:33:"[quote="ochoseis, post: 6419871"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:28:"i feel like nay is no change";}}}, 1702743702, 1713879033
    Run Time: 0.000487
  16. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6420034, a:1:{i:0;s:174:"Even though W2D has won it every year, how it is right now hasn't prevented others from improving. I went from 12th to 9th to 7th I think in the 3 years, so I'll go with nay.";}, 1702743702, 1713879033
    Run Time: 0.000455
  17. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6473599, a:18:{i:0;s:149:"hey team. we need one more owner, preferably someone most of us would recognize. so ask around in your team thread/board and other places. thanks. ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:58:"http://www.the-mainboard.com/index.php?members/trofie.258/";s:8:"original";a:2:{i:0;s:66:"[URL='http://www.the-mainboard.com/index.php?members/trofie.258/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:6:"Trofie";}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:65:"http://www.the-mainboard.com/index.php?members/themanster54.1426/";s:8:"original";a:2:{i:0;s:73:"[URL='http://www.the-mainboard.com/index.php?members/themanster54.1426/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:12:"TheManster54";}}i:4;s:1:" ";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:60:"http://www.the-mainboard.com/index.php?members/soulfly.1273/";s:8:"original";a:2:{i:0;s:68:"[URL='http://www.the-mainboard.com/index.php?members/soulfly.1273/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:7:"soulfly";}}i:6;s:1:" ";i:7;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:58:"http://www.the-mainboard.com/index.php?members/jcane.3408/";s:8:"original";a:2:{i:0;s:66:"[URL='http://www.the-mainboard.com/index.php?members/jcane.3408/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:5:"JCane";}}i:8;s:1:" ";i:9;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:60:"http://www.the-mainboard.com/index.php?members/ochoseis.524/";s:8:"original";a:2:{i:0;s:68:"[URL='http://www.the-mainboard.com/index.php?members/ochoseis.524/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:8:"ochoseis";}}i:10;s:1:" ";i:11;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:57:"http://www.the-mainboard.com/index.php?members/4-3-d.275/";s:8:"original";a:2:{i:0;s:65:"[URL='http://www.the-mainboard.com/index.php?members/4-3-d.275/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:5:"4-3 D";}}i:12;s:1:" ";i:13;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:65:"http://www.the-mainboard.com/index.php?members/atl14straight.210/";s:8:"original";a:2:{i:0;s:73:"[URL='http://www.the-mainboard.com/index.php?members/atl14straight.210/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:13:"atl14straight";}}i:14;s:1:" ";i:15;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:58:"http://www.the-mainboard.com/index.php?members/chauncey.7/";s:8:"original";a:2:{i:0;s:66:"[URL='http://www.the-mainboard.com/index.php?members/chauncey.7/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:8:"Chauncey";}}i:16;s:1:" ";i:17;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:56:"http://www.the-mainboard.com/index.php?members/eho.7199/";s:8:"original";a:2:{i:0;s:64:"[URL='http://www.the-mainboard.com/index.php?members/eho.7199/']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:3:"eHo";}}}, 1702743702, 1713879033
    Run Time: 0.000556
  18. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6473964, a:2:{i:0;a:4:{s:3:"tag";s:4:"user";s:6:"option";s:4:"1878";s:8:"original";a:2:{i:0;s:11:"[USER=1878]";i:1;s:7:"[/USER]";}s:8:"children";a:1:{i:0;s:10:"jaygabriel";}}i:1;s:25:" do you want to join us?";}, 1702743702, 1713879033
    Run Time: 0.000446
  19. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6474255, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"ochoseis, post: 6473964";s:8:"original";a:2:{i:0;s:33:"[quote="ochoseis, post: 6473964"]";i:1;s:8:"[/quote]";}s:8:"children";a:2:{i:0;a:4:{s:3:"tag";s:4:"user";s:6:"option";s:4:"1878";s:8:"original";a:2:{i:0;s:11:"[USER=1878]";i:1;s:7:"[/USER]";}s:8:"children";a:1:{i:0;s:10:"jaygabriel";}}i:1;s:25:" do you want to join us?";}}i:1;s:56:" i sent him a PM like a week ago but never heard back.";}, 1702743702, 1713879033
    Run Time: 0.000462
  20. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6485398, a:1:{i:0;s:128:"Yeah, I got your PM @w2d. Shit was kind of hectic for me last week. Count me in though. When do I need to submit my keepers by?";}, 1702743702, 1713879033
    Run Time: 0.000416
  21. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6485713, a:64:{i:0;s:165:"So can I get what the ADP is for JPrip's six keepers from last year and the round drafted for the rest of his roster, since I don't have league access yet? Hitters ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8575";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8575']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:16:"Michael Brantley";}}}}i:2;s:2:" ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8852";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8852']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:17:"Lonnie Chisenhall";}}}}i:4;s:1:" ";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/6404";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/6404']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:13:"Rafael Furcal";}}}}i:6;s:2:" ";i:7;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/5737";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/5737']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:17:"Vladimir Guerrero";}}}}i:8;s:1:" ";i:9;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8396";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8396']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:12:"Matt LaPorta";}}}}i:10;s:2:" ";i:11;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7914";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7914']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:13:"Evan Longoria";}}}}i:12;s:1:" ";i:13;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:59:"http://l.yimg.com/a/i/us/sp/fn/default/keeper_indicator.gif";}}i:14;s:2:" ";i:15;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7684";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7684']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:14:"Cameron Maybin";}}}}i:16;s:2:" ";i:17;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/5909";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/5909']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:11:"David Ortiz";}}}}i:18;s:2:" H";i:19;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7963";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7963']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:11:"unter Pence";}}}}i:20;s:1:" ";i:21;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:59:"http://l.yimg.com/a/i/us/sp/fn/default/keeper_indicator.gif";}}i:22;s:3:" Ca";i:23;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8619";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8619']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:12:"rlos Santana";}}}}i:24;s:1:" ";i:25;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:59:"http://l.yimg.com/a/i/us/sp/fn/default/keeper_indicator.gif";}}i:26;s:2:" ";i:27;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8634";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8634']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:17:"Giancarlo Stanton";}}}}i:28;s:1:" ";i:29;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:59:"http://l.yimg.com/a/i/us/sp/fn/default/keeper_indicator.gif";}}i:30;s:2:" ";i:31;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7692";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7692']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:9:"Dan Uggla";}}}}i:32;s:2:" ";i:33;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/6698";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/6698']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:10:"Juan Uribe";}}}}i:34;s:2:" ";i:35;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7946";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7946']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:10:"Joey Votto";}}}}i:36;s:1:" ";i:37;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:59:"http://l.yimg.com/a/i/us/sp/fn/default/keeper_indicator.gif";}}i:38;s:12:" Pitching ";i:39;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8185";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8185']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:15:"Carlos Carrasco";}}}}i:40;s:1:" ";i:41;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/6735";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/6735']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:13:"Brian Fuentes";}}}}i:42;s:1:" ";i:43;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7172";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7172']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:9:"Dan Haren";}}}}i:44;s:1:" ";i:45;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7873";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7873']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:13:"Philip Humber";}}}}i:46;s:1:" ";i:47;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8002";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8002']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:14:"Brandon Morrow";}}}}i:48;s:1:" ";i:49;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8743";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8743']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:12:"Alexi Ogando";}}}}i:50;s:1:" ";i:51;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8759";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8759']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:14:"Michael Pineda";}}}}i:52;s:1:" ";i:53;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8175";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8175']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:11:"David Price";}}}}i:54;s:1:" ";i:55;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:59:"http://l.yimg.com/a/i/us/sp/fn/default/keeper_indicator.gif";}}i:56;s:2:" ";i:57;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7949";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7949']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:9:"Tony Sipp";}}}}i:58;s:2:" ";i:59;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7964";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7964']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:12:"Joakim Soria";}}}}i:60;s:1:" ";i:61;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/8394";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/8394']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:11:"Koji Uehara";}}}}i:62;s:1:" ";i:63;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:40:"http://sports.yahoo.com/mlb/players/7708";s:8:"original";a:2:{i:0;s:48:"[URL='http://sports.yahoo.com/mlb/players/7708']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#565656";s:8:"original";a:2:{i:0;s:15:"[COLOR=#565656]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:12:"Jered Weaver";}}}}}, 1702743702, 1713879033
    Run Time: 0.000486
  22. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6486998, a:2:{i:0;s:198:"Evan Longoria (1) 5.9 -- Round 1 Joey Votto (3) 6.7 -- Round 1 David Price (14) 56.3 -- Round 5 Carlos Santana (20) 76.2 - Round 7 Hunter Pence (23) 62.9 - Round 6 Mike Stanton (24) 87.9 - Round 8 ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:34:"http://i40.tinypic.com/2zzry3c.jpg";}}}, 1702743702, 1713879033
    Run Time: 0.000511
  23. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6487661, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"oac, post: 6486998";s:8:"original";a:2:{i:0;s:28:"[quote="oac, post: 6486998"]";i:1;s:8:"[/quote]";}s:8:"children";a:2:{i:0;s:198:"Evan Longoria (1) 5.9 -- Round 1 Joey Votto (3) 6.7 -- Round 1 David Price (14) 56.3 -- Round 5 Carlos Santana (20) 76.2 - Round 7 Hunter Pence (23) 62.9 - Round 6 Mike Stanton (24) 87.9 - Round 8 ";i:1;a:4:{s:3:"tag";s:3:"img";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[IMG]";i:1;s:6:"[/IMG]";}s:8:"children";a:1:{i:0;s:34:"http://i40.tinypic.com/2zzry3c.jpg";}}}}i:1;s:165:" So to keep guys like Chisenhall or Ogando (who weren't on his draft list, so I assume went undrafted) it would cost me my last round pick? Also, when is the draft?";}, 1702743702, 1713879033
    Run Time: 0.000430
  24. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6490613, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:25:"jaygabriel, post: 6487661";s:8:"original";a:2:{i:0;s:35:"[quote="jaygabriel, post: 6487661"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:164:"So to keep guys like Chisenhall or Ogando (who weren't on his draft list, so I assume went undrafted) it would cost me my last round pick? Also, when is the draft?";}}i:1;s:64:" correct. draft is currently set for Monday, 3/26 at 9:00PM EST";}, 1702743702, 1713879033
    Run Time: 0.000434
  25. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6490719, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"oac, post: 6490613";s:8:"original";a:2:{i:0;s:28:"[quote="oac, post: 6490613"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:63:"correct. draft is currently set for Monday, 3/26 at 9:00PM EST";}}i:1;s:60:" might as well start asking, does this work for everybody?";}, 1702743702, 1713879033
    Run Time: 0.000400
  26. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6490723, a:1:{i:0;s:62:"and jaygabriel, pm me what email you want your invite sent to.";}, 1702743702, 1713879033
    Run Time: 0.000437
  27. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6490818, a:1:{i:0;s:139:"should be ok for me, would be better if it was an hour later, or on a weekend(don't know when I'll get home after spring practice that day)";}, 1702743702, 1713879033
    Run Time: 0.000394
  28. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6491038, a:1:{i:0;s:53:"Draft date and time is fine with me. @w2d - PM sent.";}, 1702743702, 1713879033
    Run Time: 0.000371
  29. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6494388, a:1:{i:0;s:32:"draft time and date works for me";}, 1702743702, 1713879033
    Run Time: 0.000439
  30. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6504770, a:1:{i:0;s:53:"get your keeper picks in by midnight tonight. thanks.";}, 1702743702, 1713879033
    Run Time: 0.000436
  31. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6505332, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"oac, post: 6504770";s:8:"original";a:2:{i:0;s:28:"[quote="oac, post: 6504770"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:53:"get your keeper picks in by midnight tonight. thanks.";}}i:1;s:177:" Whoa, what the fuck? How about a little notice? Were you planning on sending out an email or something to get everyone's attention since this thread isn't checked that often?";}, 1702743702, 1713879033
    Run Time: 0.000372
  32. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6505363, a:1:{i:0;s:104:"With that in mind...my default will be (might change this in a bit) ****First keeper list redacted***";}, 1702743702, 1713879033
    Run Time: 0.000437
  33. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6505441, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"SP1, post: 6505332";s:8:"original";a:2:{i:0;s:28:"[quote="SP1, post: 6505332"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:174:"Whoa, what the fuck? How about a little notice? Were you planning on sending out an email or something to get everyone's attention since this thread isn't checked that often?";}}i:1;s:123:" pretty sure I've mentioned that keepers were due a week before the draft. and w2d has email access since he's the commish.";}, 1702743702, 1713879033
    Run Time: 0.000459
  34. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6505476, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"oac, post: 6505441";s:8:"original";a:2:{i:0;s:28:"[quote="oac, post: 6505441"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:122:"pretty sure I've mentioned that keepers were due a week before the draft. and w2d has email access since he's the commish.";}}i:1;s:224:" Poppycock! Hell I really just realized the draft was only a week away...time is flying for me right now. Keepers version 2.0: Troy Tulowitzki 1 Dustin Pedroia 3 Nelson Cruz 4 Cuddyer 15 Paul Konerko 24 Cory Luebke 24";}, 1702743702, 1713879033
    Run Time: 0.000395
  35. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6505664, a:1:{i:0;s:70:"Votto - 1 Longoria - 2 J. Weaver - 5 Pence - 6 Stanton - 8 Pineda - 17";}, 1702743702, 1713879033
    Run Time: 0.000416
  36. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6505917, a:2:{i:0;s:70:"OK I am giving up my first rounder to ward for Roy Halladay. Need SP ";i:1;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"ochoseis, post: 6371788";s:8:"original";a:2:{i:0;s:33:"[quote="ochoseis, post: 6371788"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:88:" Halladay 1 Lincecum 2 Mariano 6 Granderson 8 Castro 23 Hosmer 24 still deciding on 6th";}}}, 1702743702, 1713879033
    Run Time: 0.000511
  37. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6505931, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"ochoseis, post: 6505917";s:8:"original";a:2:{i:0;s:33:"[quote="ochoseis, post: 6505917"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:68:"OK I am giving up my first rounder to ward for Roy Halladay. Need SP";}}i:1;s:29:" agree to this transaction.";}, 1702743702, 1713879033
    Run Time: 0.000457
  38. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6505945, a:1:{i:0;s:130:"Keepers - Rounds 1-3 Miguel Cabrera Adrian Gonzalez Carlos Gonzalez Jacoby Ellsbury (6) Desmond Jennings (23) Bryce Harper (24)";}, 1702743702, 1713879033
    Run Time: 0.000504
  39. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6506301, a:1:{i:0;s:157:"Goddamn it. Do people not understand that they aren't going to win by making W2D better? Especially by trading a first round pick for a second round talent?";}, 1702743702, 1713879033
    Run Time: 0.000729
  40. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6506337, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"eHo, post: 6506301";s:8:"original";a:2:{i:0;s:28:"[quote="eHo, post: 6506301"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:156:"Goddamn it. Do people not understand that they aren't going to win by making W2D better? Especially by trading a first round pick for a second round talent?";}}i:1;s:63:" When a lot of other first round talent is kept, value goes up";}, 1702743702, 1713879033
    Run Time: 0.000489
  41. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6507136, a:1:{i:0;s:246:"Andrew McCutchen (29.6): so forfeit a third-round pick? Adrian Beltre (26.8): so forfeit a third-round pick? Ben Zobrist: I drafted him in the 7th round James Shields: I drafted him in the 21st round Matt Moore: free agent Mike Napoli: free agent";}, 1702743702, 1713879033
    Run Time: 0.000502
  42. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508144, a:1:{i:0;s:172:"keepers fielder (drafted in 1st) heyward (adp 4th round) montero (free agent pickup) kimbrel (drafted in round 12) cueto (drafted in round 17) walden (drafted in round 23)";}, 1702743702, 1713879033
    Run Time: 0.000619
  43. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508222, a:1:{i:0;s:153:"1 - Jose Reyes 2 - King Felix 4 - Justin Upton 6 - Jay Bruce 23 - Brett Lawrie 24 - Brandon Beachy I think... hope I don't fuck up again like last year.";}, 1702743702, 1713879033
    Run Time: 0.000547
  44. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508228, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:28:"atl14straight, post: 6507136";s:8:"original";a:2:{i:0;s:38:"[quote="atl14straight, post: 6507136"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:108:"Andrew McCutchen (29.6): so forfeit a third-round pick? Adrian Beltre (26.8): so forfeit a third-round pick?";}}i:1;s:51:" One of McCutchen/Beltre would be a 2nd round pick.";}, 1702743702, 1713879033
    Run Time: 0.000531
  45. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508365, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:30:"@RealDealBeal23, post: 6508228";s:8:"original";a:2:{i:0;s:40:"[quote="@RealDealBeal23, post: 6508228"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:50:"One of McCutchen/Beltre would be a 2nd round pick.";}}i:1;s:128:" I was under the impression that two like rounded keepers would result in one being bumped lower- i.e. Beltre 3 and McCutchen 4.";}, 1702743702, 1713879033
    Run Time: 0.000454
  46. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508414, a:3:{i:0;s:39:"need final keepers still from trofie, ";i:1;a:4:{s:3:"tag";s:1:"s";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[s]";i:1;s:4:"[/s]";}s:8:"children";a:3:{i:0;s:9:"soulfly, ";i:1;a:4:{s:3:"tag";s:1:"s";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[S]";i:1;s:4:"[/S]";}s:8:"children";a:1:{i:0;s:3:"eho";}}i:2;s:7:", 4-3 D";}}i:2;s:7:", JCane";}, 1702743702, 1713879033
    Run Time: 0.000453
  47. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508434, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"w2d, post: 6508414";s:8:"original";a:2:{i:0;s:28:"[quote="w2d, post: 6508414"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:64:"need final keepers still from trofie, soulfly, eho, -3 D, JCane";}}i:1;s:102:" Same list as before. 1-6 rounds are the following: Hanley Kemp Crawford Kershaw Verlander Zimmerman";}, 1702743702, 1713879033
    Run Time: 0.000547
  48. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508436, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"eHo, post: 6508365";s:8:"original";a:2:{i:0;s:28:"[quote="eHo, post: 6508365"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:127:"I was under the impression that two like rounded keepers would result in one being bumped lower- i.e. Beltre 3 and McCutchen 4.";}}i:1;s:86:" other direction. a third keeper in the same round would be bumped to the lower round.";}, 1702743702, 1713879033
    Run Time: 0.000506
  49. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508440, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:30:"@RealDealBeal23, post: 6508436";s:8:"original";a:2:{i:0;s:40:"[quote="@RealDealBeal23, post: 6508436"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:85:"other direction. a third keeper in the same round would be bumped to the lower round.";}}i:1;s:27:" What about first rounders?";}, 1702743702, 1713879033
    Run Time: 0.000525
  50. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508454, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"eHo, post: 6508440";s:8:"original";a:2:{i:0;s:28:"[quote="eHo, post: 6508440"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:26:"What about first rounders?";}}i:1;s:39:" well, they can't be bumped up a round.";}, 1702743702, 1713879033
    Run Time: 0.000566
  51. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508580, a:1:{i:0;s:151:"Yeah I went back through the thread and confirmed I was wrong. I was almost positive that players with the same adp were slotted a round lower. Whoops.";}, 1702743702, 1713879033
    Run Time: 0.000473
  52. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508615, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"eHo, post: 6508580";s:8:"original";a:2:{i:0;s:28:"[quote="eHo, post: 6508580"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:151:"Yeah I went back through the thread and confirmed I was wrong. I was almost positive that players with the same adp were slotted a round lower. Whoops.";}}i:1;s:144:" it's definitely something we can discuss for next season. like averaging the two ADPs and having it go up or down a round based on that number.";}, 1702743702, 1713879033
    Run Time: 0.000563
  53. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508626, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:30:"@RealDealBeal23, post: 6508615";s:8:"original";a:2:{i:0;s:40:"[quote="@RealDealBeal23, post: 6508615"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:143:"it's definitely something we can discuss for next season. like averaging the two ADPs and having it go up or down a round based on that number.";}}i:1;s:38:" It doesn't make any difference to me.";}, 1702743702, 1713879033
    Run Time: 0.000483
  54. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508630, a:1:{i:0;s:82:"Robinson Cano Jose Bautista Adam Wainwright Tommy Hanson Ian Kennedy Ervin Santana";}, 1702743702, 1713879033
    Run Time: 0.000516
  55. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508646, a:1:{i:0;s:86:"Pujols Round 1 Lee Round 3 Wilson Round 6 Young Round 7 Hudson Round 9 Freese Round 20";}, 1702743702, 1713879033
    Run Time: 0.000391
  56. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508698, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"eHo, post: 6508626";s:8:"original";a:2:{i:0;s:28:"[quote="eHo, post: 6508626"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:37:"It doesn't make any difference to me.";}}i:1;s:6:" :idk:";}, 1702743702, 1713879033
    Run Time: 0.000386
  57. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508853, a:1:{i:0;s:80:"Trofie posted this in the PM Alex Gordon Strasburg lester weeks posey cj wilson";}, 1702743702, 1713879033
    Run Time: 0.000440
  58. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6508863, a:1:{i:0;s:69:"just need JCane & we'll be set. good job getting them in today guys.";}, 1702743702, 1713879033
    Run Time: 0.000475
  59. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6510516, a:1:{i:0;s:68:"Is there a draft order set yet (last year's finish) or is it random?";}, 1702743702, 1713879033
    Run Time: 0.000376
  60. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6511810, a:1:{i:0;s:126:"hopefully Beltre stays healthy all year and the 3B position is really weak again....although it's going to be better this year";}, 1702743702, 1713879033
    Run Time: 0.000385
  61. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6512648, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:25:"jaygabriel, post: 6510516";s:8:"original";a:2:{i:0;s:35:"[quote="jaygabriel, post: 6510516"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:68:"Is there a draft order set yet (last year's finish) or is it random?";}}i:1;s:70:" Based on last year's finish. 12-1 Don't recall if it's snake or not.";}, 1702743702, 1713879033
    Run Time: 0.000424
  62. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6512663, a:1:{i:0;s:51:"thought we agreed it wouldn't be a snake this year.";}, 1702743702, 1713879033
    Run Time: 0.000406
  63. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6513571, a:1:{i:0;s:93:"draft order was posted a few pages back. it hasn't been a snaking draft since the first year.";}, 1702743702, 1713879033
    Run Time: 0.000485
  64. INSERT INTO xf_bb_code_parse_cache
    	(content_type, content_id, parse_tree, cache_version, cache_date)
    VALUES (?, ?, ?, ?, ?)
    ON DUPLICATE KEY UPDATE parse_tree = VALUES(parse_tree),
    	cache_version = VALUES(cache_version),
    	cache_date = VALUES(cache_date)
    Params: post, 6515505, a:1:{i:0;s:100:"JCane Keepers: Ian Kinsler Asdrubal Cabrera Matt Weiters Cole Hamels Chris Carpenter Ryan Vogelsong";}, 1702743702, 1713879033
    Run Time: 0.000470
  65. SELECT title, template_compiled
    FROM xf_template_compiled
    WHERE title IN ('xenfans_popular_forumstab_link', 'xenfans_popular_footer_link', 'navigation')
    	AND style_id = ?
    	AND language_id = ?
    Params: 16, 1
    Run Time: 0.000110
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 3Using where

Included Files (130, XenForo Classes: 61)

  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/Cache.php
  19. library/Zend/Cache/Backend/Memcached.php
  20. library/Zend/Cache/Backend/ExtendedInterface.php
  21. library/Zend/Cache/Backend/Interface.php
  22. library/Zend/Cache/Backend.php
  23. library/Zend/Cache/Core.php
  24. library/Zend/Db.php
  25. library/Zend/Db/Adapter/Mysqli.php
  26. library/Zend/Db/Adapter/Abstract.php
  27. library/Zend/Db/Select.php
  28. library/Zend/Db/Expr.php
  29. library/Zend/Db/Profiler.php
  30. library/Zend/Db/Statement/Mysqli.php
  31. library/Zend/Db/Statement.php
  32. library/Zend/Db/Statement/Interface.php
  33. library/Zend/Db/Profiler/Query.php
  34. library/XenForo/CodeEvent.php
  35. library/XenForo/Options.php
  36. library/XenForo/Link.php
  37. library/XenForo/Template/Helper/Core.php
  38. library/ThemeHouse/Listener/InitDependencies.php
  39. library/ThemeHouse/Listener/InitDependencies/20151202.php
  40. library/Audentio/UIX/Listener/CodeEvent.php
  41. library/ThemeHouse/Listener/ControllerPreDispatch/20150911.php
  42. library/Brivium/BriviumHelper/EventListeners.php
  43. library/Brivium/BriviumHelper/1020131/EventListeners.php
  44. library/bdPaygate/Listener.php
  45. library/bdPaygate/ShippableHelper/Updater.php
  46. library/bdPaygate/Option.php
  47. library/Brivium/ThreadIcon/Listener.php
  48. library/Brivium/SportTeamIcons/EventListeners/Listener.php
  49. library/Audentio/UIX/vendor/autoload.php
  50. library/Audentio/UIX/vendor/composer/autoload_real.php
  51. library/Audentio/UIX/vendor/composer/ClassLoader.php
  52. library/Audentio/UIX/vendor/composer/autoload_namespaces.php
  53. library/Audentio/UIX/vendor/composer/autoload_psr4.php
  54. library/Audentio/UIX/vendor/composer/autoload_classmap.php
  55. library/XenForo/Router.php
  56. library/XenForo/Route/Filter.php
  57. library/XenForo/Route/Interface.php
  58. library/XenForo/Route/ResponseSuffix.php
  59. library/XenForo/Route/Prefix.php
  60. library/XenForo/Route/Prefix/Threads.php
  61. library/XenForo/RouteMatch.php
  62. library/XenForo/ControllerPublic/Thread.php
  63. library/XenForo/ControllerPublic/Abstract.php
  64. library/XenForo/Controller.php
  65. library/ThemeHouse/IgnoreMore/Listener/LoadClass.php
  66. library/ThemeHouse/Listener/LoadClass.php
  67. library/ThemeHouse/Listener/LoadClass/20150518.php
  68. library/Siropu/UsernameChange/Listener.php
  69. library/RainDD/UserActivity/Listener.php
  70. library/ThemeHouse/IgnoreMore/Extend/XenForo/ControllerPublic/Thread.php
  71. library/Brivium/ThreadIcon/ControllerPublic/Thread.php
  72. library/RainDD/UserActivity/Controller/ThreadViewers.php
  73. library/XenForo/Input.php
  74. library/XenForo/Session.php
  75. library/XenForo/Helper/Ip.php
  76. library/XenForo/Visitor.php
  77. library/XenForo/Model/User.php
  78. library/Audentio/UIX/Model/User.php
  79. library/Brivium/SportTeamIcons/Model/User.php
  80. library/XenForo/Permission.php
  81. library/XenForo/Helper/Php.php
  82. library/XenForo/Phrase.php
  83. library/XenForo/Locale.php
  84. library/XenForo/ControllerHelper/ForumThreadPost.php
  85. library/XenForo/ControllerHelper/Abstract.php
  86. library/XenForo/Model/Thread.php
  87. library/Audentio/UIX/Model/Thread.php
  88. library/ThemeHouse/IgnoreMore/Extend/XenForo/Model/Thread.php
  89. library/Brivium/ThreadIcon/Model/ThreadIcon.php
  90. library/bdPaygate/XenForo/Model/Thread.php
  91. library/XenForo/Model/Forum.php
  92. library/ThemeHouse/IgnoreMore/Extend/XenForo/Model/Forum.php
  93. library/XenForo/Helper/String.php
  94. library/XenForo/Helper/Discussion.php
  95. library/XenForo/Model/Post.php
  96. library/Audentio/UIX/Model/Post.php
  97. library/XenForo/Model/Attachment.php
  98. library/XenForo/Model/Node.php
  99. library/Audentio/UIX/Model/Node.php
  100. library/XenForo/Route/Prefix/Categories.php
  101. library/XenForo/Route/Prefix/Forums.php
  102. library/XenForo/ControllerResponse/View.php
  103. library/XenForo/ControllerResponse/Abstract.php
  104. library/XenForo/Helper/Cookie.php
  105. library/XenForo/ViewRenderer/HtmlPublic.php
  106. library/XenForo/ViewRenderer/Abstract.php
  107. library/XenForo/Template/Public.php
  108. library/XenForo/Template/Abstract.php
  109. library/XenForo/ViewPublic/Thread/View.php
  110. library/XenForo/ViewPublic/Base.php
  111. library/XenForo/View.php
  112. library/XenForo/BbCode/Parser.php
  113. library/XenForo/BbCode/Formatter/Base.php
  114. library/XenForo/ViewPublic/Helper/Message.php
  115. library/XenForo/BbCode/TextWrapper.php
  116. library/XenFans/Popular/Listener/Listener.php
  117. library/Audentio/UIX/Model/NodeLayout.php
  118. library/XenForo/Route/Prefix/Members.php
  119. library/Audentio/DonationManager/Listener/CodeEvent.php
  120. library/XenForo/Model/StyleProperty.php
  121. library/XenForo/Route/Prefix/Posts.php
  122. library/XenForo/Model/Avatar.php
  123. library/Brivium/SportTeamIcons/EventListeners/Helpers.php
  124. library/Brivium/SportTeamIcons/Model/SportTeam.php
  125. library/Brivium/SportTeamIcons/Route/Prefix/SportTeam.php
  126. library/XenForo/Debug.php
  127. library/Audentio/UIX/Template/Helper/CanvasNavigation.php
  128. library/XenFans/Popular/Route/Popular.php
  129. library/Zend/Exception.php
  130. library/XenForo/ViewRenderer/Json.php