Page Time: 0.1753s

Memory: 10.6153 MB (Peak: 17.1431 MB)

Queries (46, time: 0.0400s, 22.8%)

  1. SELECT data_key, data_value
    FROM xf_data_registry
    WHERE data_key IN ('styles')
    Run Time: 0.000294
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_data_registryconstPRIMARYPRIMARY27const1 
  2. SELECT cache_value
    FROM xf_permission_combination
    WHERE permission_combination_id = ?
    Params: 1
    Run Time: 0.000085
    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: 108709
    Run Time: 0.000272
    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: 8
    Run Time: 0.000174
    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 >= 0 AND post.position < 50) 
    	AND (post.message_state IN ('visible'))
    ORDER BY post.position ASC, post.post_date ASC
    Params: 108709
    Run Time: 0.006589
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLEpostrefthread_id_post_date,thread_id_positionthread_id_post_date4const31Using 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: 108709
    Run Time: 0.000037
  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, 4~J, 4~J, XenForo_ControllerPublic_Thread, Index, valid, thread_id=108709, 1713262152,
    Run Time: 0.000063
  8. SELECT data_value
    FROM xf_data_registry
    WHERE data_key = ?
    Params: uix_nodeCache
    Run Time: 0.000038
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLE       no matching row in const table
  9. SELECT *
    FROM uix_node_layout
    Run Time: 0.000037
    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.000031
    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.000083
    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.000202
    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.000038
    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.000082
    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, 6508717, a:53:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"6";s:8:"original";a:2:{i:0;s:8:"[SIZE=6]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:79:"Greek league match abandoned after rioting Panathinaikos fans clash with police";}}}}i:1;s:5:" By ";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:78:"http://www.dailymail.co.uk/home/search.html?s=&authornamef=Sportsmail+Reporter";s:8:"original";a:2:{i:0;s:86:"[URL='http://www.dailymail.co.uk/home/search.html?s=&authornamef=Sportsmail+Reporter']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:19:"Sportsmail Reporter";}}i:3;s:2:" ";i:4;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:10:"PUBLISHED:";}}i:5;s:30:" 04:02 EST, 19 March 2012 | ";i:6;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:8:"UPDATED:";}}i:7;s:28:" 06:52 EST, 19 March 2012 ";i:8;a:4:{s:3:"tag";s:4:"list";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LIST]";i:1;s:7:"[/LIST]";}s:8:"children";a:5:{i:0;s:4:" [*]";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:118:"http://www.dailymail.co.uk/sport/football/article-2117031/Olympiakos-v-Panathinaikos-abandoned-fans-riot.html#comments";s:8:"original";a:2:{i:0;s:126:"[URL='http://www.dailymail.co.uk/sport/football/article-2117031/Olympiakos-v-Panathinaikos-abandoned-fans-riot.html#comments']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:14:" Comments (8) ";}}i:2;s:4:" [*]";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:121:"http://www.dailymail.co.uk/sport/football/article-2117031/Olympiakos-v-Panathinaikos-abandoned-fans-riot.html#socialLinks";s:8:"original";a:2:{i:0;s:129:"[URL='http://www.dailymail.co.uk/sport/football/article-2117031/Olympiakos-v-Panathinaikos-abandoned-fans-riot.html#socialLinks']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:8:" Share ";}}i:4;s:2:" ";}}i:9;s:286:" The Athens derby between Panathinaikos and Olympiakos was abandoned on Sunday after serious rioting broke out between home fans and the police. Police announced that 57 people had been detained and a further 20 arrested, while nine police officers were injured, two of them seriously. ";i:10;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:24:"SCROLL DOWN FOR VIDEO...";}}i:11;s:2:" ";i:12;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B2FDA000005DC-760_634x355.jpg";}}i:13;s:98:" Mindless: Hundreds of fans went on the rampage and fires engulfed many sections of the stadium ";i:14;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B1ED5000005DC-749_634x367.jpg";}}i:15;s:1:" ";i:16;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:2:" ";}}i:17;s:461:" Clashes between police and fans started before the game, when hundreds of youths without tickets tried to enter the stadium. The conflict continued throughout, forcing the second half to start 35 minutes late. A group of about 200 hooded individuals were seated in a VIP section, next to the players' tunnel. Some of them carried clubs and iron bars. They were confronted by a line of riot police on the other side of a trough, who they attacked at halftime. ";i:18;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B4436000005DC-778_634x398.jpg";}}i:19;s:151:" Running battle: Nine police officers were injured in the riots - including two who were surrounded by a large group and beaten with sticks (below) ";i:20;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:83:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B136C000005DC-90_634x402.jpg";}}i:21;s:466:" At one stage, about 30 of the hooded hooligans isolated two policemen and attacked them with clubs and bars. The beating went on for about five minutes before another detachment of riot police came to their colleagues' rescue. In the second half, Panathinaikos fans set fire to seats in the upper and lower decks of the stadium. Referee Tassos Kakos then abandoned the game when firebombs were added to the mix of projectiles thrown at police and photographers. ";i:22;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B4EB8000005DC-442_634x399.jpg";}}i:23;s:101:" Abandoned: The referee eventually called a halt to proceedings as the battles raged in the stands ";i:24;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B4480000005DC-774_634x407.jpg";}}i:25;s:1:" ";i:26;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:1:" ";}}i:27;s:355:" The firebombs - which were also thrown at police outside the stadium - were water bottles filled with gasoline, liquid ammonia and sticks of dynamite. The stadium's electronic scoreboard caught fire and was damaged. Fire trucks entered the stadium's track to put out the fires but were attacked by fans, so trucks with water cannons were used instead. ";i:28;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B31D5000005DC-332_634x386.jpg";}}i:29;s:64:" Ablaze: A number of large fires broke out around the stadium ";i:30;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B2F9A000005DC-810_634x400.jpg";}}i:31;s:1:" ";i:32;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:2:" ";}}i:33;s:292:" Olympiakos, four points ahead of Panathinaikos before the game, were leading 1-0 from Djamel Abdoun’s 51st-minute goal when trouble flared up. No Olympiakos fans attended the game at Olympic Stadium in accordance with a league policy not to allow visiting fans due to fears of violence. ";i:34;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B220F000005DC-863_634x408.jpg";}}i:35;s:125:" Fire damage: The electronic scoreboard was set alight and emergency services had to enter the ground to dampen the flames ";i:36;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B21FF000005DC-248_634x398.jpg";}}i:37;s:1:" ";i:38;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:2:" ";}}i:39;s:455:" 'We dedicated several thousand personnel to policing the game and we faced, beginning two hours before the game started, escalating attacks,' police spokesman Athanassios Kokalakis said. Sports general secretary Panos Bitsaxis said on television that the state had taken 'the best possible security measures' and accused football clubs of doing nothing to curb the fanatical supporters and of opposing the state's attempts to impose tougher sanctions. ";i:40;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:83:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B27E8000005DC-35_634x405.jpg";}}i:41;s:109:" Arrests: police detained 57 with a further 20 arrested after the disturbing scenes at the Olympic Stadium ";i:42;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B12AF000005DC-736_634x392.jpg";}}i:43;s:1:" ";i:44;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:2:" ";}}i:45;s:260:" Bitsaxis left open the option of postponing the next round. According to league rules, Panathinaikos is facing having three points deducted and a steep fine and could play several games in front of empty stands. They could also face a two-point deduction. ";i:46;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B3C24000005DC-789_634x350.jpg";}}i:47;s:76:" Restoring order: police eventually brought the disturbance under control ";i:48;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:84:"http://i.dailymail.co.uk/i/pix/2012/03/19/article-0-123B3A6E000005DC-812_634x383.jpg";}}i:49;s:1:" ";i:50;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;s:1:" ";}}i:51;s:287:" 'The noise was so much that the players could not concentrate,' Olympiakos coach Ernesto Valverde said. 'We had been co-operating with the police for almost a month in preparation for the game,' league general manager Michalis Anagnostou said. 'The result was not what we wished for.' ";i:52;a:4:{s:3:"tag";s:4:"left";s:6:"option";N;s:8:"original";a:2:{i:0;s:6:"[LEFT]";i:1;s:7:"[/LEFT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:2:{i:0;s:12:" Read more: ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:123:"http://www.dailymail.co.uk/sport/football/article-2117031/Olympiakos-v-Panathinaikos-abandoned-fans-riot.html#ixzz1pcZbVDua";s:8:"original";a:2:{i:0;s:131:"[URL='http://www.dailymail.co.uk/sport/football/article-2117031/Olympiakos-v-Panathinaikos-abandoned-fans-riot.html#ixzz1pcZbVDua']";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:"#003399";s:8:"original";a:2:{i:0;s:15:"[COLOR=#003399]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:123:"http://www.dailymail.co.uk/sport/football/article-2117031/Olympiakos-v-Panathinaikos-abandoned-fans-riot.html#ixzz1pcZbVDua";}}}}}}}}}, 1702743702, 1713262152
    Run Time: 0.000545
  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, 6508776, a:2:{i:0;s:18:"More photos here ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";N;s:8:"original";a:2:{i:0;s:5:"[url]";i:1;s:6:"[/url]";}s:8:"children";a:1:{i:0;s:84:"http://www.as.com/futbol/fotogaleria/incidentes-grecia/20120318dasdasftb_5/Zes/pf_4/";}}}, 1702743702, 1713262152
    Run Time: 0.001693
  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, 6508788, a:1:{i:0;s:7:"AWESOME";}, 1702743702, 1713262152
    Run Time: 0.002778
  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, 6508793, a:1:{i:0;s:28:"greek fans are fucking crazy";}, 1702743702, 1713262152
    Run Time: 0.000934
  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, 6508797, a:1:{i:0;s:118:"Hooliganism is still alive and well in the Balkans and other Eastern European countries. Not to mention South America.";}, 1702743702, 1713262152
    Run Time: 0.005132
  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, 6508818, a:1:{i:0;s:308:"just so I'm clear on this, they were rioting and beating the shit out of police during the first half, but it wasn't until firebombs started being thrown on the pitch in the second half that the match was abandoned? they need to start televising more of these games. I'd buy the next match on pay-per-view.";}, 1702743702, 1713262152
    Run Time: 0.001842
  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, 6508825, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"ChileanNole, post: 6508797";s:8:"original";a:2:{i:0;s:36:"[quote="ChileanNole, post: 6508797"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:118:"Hooliganism is still alive and well in the Balkans and other Eastern European countries. Not to mention South America.";}}i:1;s:94:" that shit is fascinating to me red star - partizan derby would be so fucking crazy to attend";}, 1702743702, 1713262152
    Run Time: 0.003224
  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, 6508831, a:1:{i:0;s:186:"When i was watching International Football Factories, they showed hooliganism at basketball games in Greece, Turkey and the rest of the Balkans. Fucking nuts. Flares at basketball games.";}, 1702743702, 1713262152
    Run Time: 0.001550
  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, 6508844, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"broXcore, post: 6508825";s:8:"original";a:2:{i:0;s:33:"[quote="broXcore, post: 6508825"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:93:"that shit is fascinating to me red star - partizan derby would be so fucking crazy to attend";}}i:1;s:197:" Me too for some strange reason. I know is bad overall for the sport, it brings horrible attention and not to mention that many people get injured and even die. But I am fascinated by hooliganism.";}, 1702743702, 1713262152
    Run Time: 0.000876
  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, 6508850, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"ChileanNole, post: 6508831";s:8:"original";a:2:{i:0;s:36:"[quote="ChileanNole, post: 6508831"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:186:"When i was watching International Football Factories, they showed hooliganism at basketball games in Greece, Turkey and the rest of the Balkans. Fucking nuts. Flares at basketball games.";}}i:1;s:138:" yea Real Football Factories International was awesome. I think the Turks were the most nuts on that iirc, but it's been a couple years.";}, 1702743702, 1713262152
    Run Time: 0.001085
  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, 6508934, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"zeberdee, post: 6508850";s:8:"original";a:2:{i:0;s:33:"[quote="zeberdee, post: 6508850"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:135:"yea Real Football Factories International was awesome. I think the Turks were the most nuts on that iirc, but it's been a couple years.";}}i:1;s:207:" Well he got shot at in Brazil. And Argentina was fucking nuts too, but yeah Turkey and the Balkans were crazy. Remember the dude that rape a fan from the opposing team I think it was in Serbia. Crazy shit.";}, 1702743702, 1713262152
    Run Time: 0.000912
  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, 6508956, a:1:{i:0;s:120:"Number 1 game I want to attend, besides a Liverpool game, would be Boca-River. My friends are too afraid to die though.";}, 1702743702, 1713262152
    Run Time: 0.000605
  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, 6508979, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"zeberdee, post: 6508850";s:8:"original";a:2:{i:0;s:33:"[quote="zeberdee, post: 6508850"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:135:"yea Real Football Factories International was awesome. I think the Turks were the most nuts on that iirc, but it's been a couple years.";}}i:1;s:134:" I remember the Fenerbache fans chanting "WE WILL FUCK YOUR MOTHERS GALATASARAY" at one point. The Balkans episode was also apeshit.";}, 1702743702, 1713262152
    Run Time: 0.000707
  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, 6509003, a:1:{i:0;s:9:"@oprostaj";}, 1702743702, 1713262152
    Run Time: 0.000644
  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, 6509055, a:1:{i:0;s:8:"damn son";}, 1702743702, 1713262152
    Run Time: 0.000505
  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, 6509106, a:1:{i:0;s:82:"Greece is just clicking on all cylinders these days. Model country if you ask me.";}, 1702743702, 1713262152
    Run Time: 0.000516
  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, 6509208, a:1:{i:0;s:37:"link to this Real Football Factories?";}, 1702743702, 1713262152
    Run Time: 0.000651
  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, 6509213, a:1:{i:0;s:12:"cool stadium";}, 1702743702, 1713262152
    Run Time: 0.000653
  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, 6509289, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:22:"El_Gato, post: 6508956";s:8:"original";a:2:{i:0;s:32:"[quote="El_Gato, post: 6508956"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:119:"Number 1 game I want to attend, besides a Liverpool game, would be Boca-River. My friends are too afraid to die though.";}}i:1;s:27:" Must attend before I die.";}, 1702743702, 1713262152
    Run Time: 0.000569
  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, 6509303, a:5:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:30:"OopsPowSurprise, post: 6509208";s:8:"original";a:2:{i:0;s:40:"[quote="OopsPowSurprise, post: 6509208"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:37:"link to this Real Football Factories?";}}i:1;s:174:" this is the first episode which is in London. In Season 1 he travels all over UK, in Season 2 all over the world. I think you can find links to all the episodes there too ";i:2;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:72:"http://[URL]http://video.google.com/videoplay?docid=-6557455685442886527";s:8:"original";a:2:{i:0;s:80:"[URL='http://[URL]http://video.google.com/videoplay?docid=-6557455685442886527']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:60:"http://video.google.com/videoplay?docid=-6557455685442886527";}}i:3;s:63:" well i dont know why that link wont work but here try this: ";i:4;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:226:"http://[URL]https://www.google.com/#q=real+football+factories&hl=en&prmd=imvns&source=univ&tbm=vid&tbo=u&sa=X&ei=uQFoT-OiOYSx0QGNjvGoCQ&sqi=2&ved=0CEoQqwQ&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=6f9a12109a728444&biw=1600&bih=775";s:8:"original";a:2:{i:0;s:234:"[URL='http://[URL]https://www.google.com/#q=real+football+factories&hl=en&prmd=imvns&source=univ&tbm=vid&tbo=u&sa=X&ei=uQFoT-OiOYSx0QGNjvGoCQ&sqi=2&ved=0CEoQqwQ&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=6f9a12109a728444&biw=1600&bih=775']";i:1;s:6:"[/URL]";}s:8:"children";a:1:{i:0;s:214:"https://www.google.com/#q=real football factories&hl=en&prmd=imvns&source=univ&tbm=vid&tbo=u&sa=X&ei=uQFoT-OiOYSx0QGNjvGoCQ&sqi=2&ved=0CEoQqwQ&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=6f9a12109a728444&biw=1600&bih=775";}}}, 1702743702, 1713262152
    Run Time: 0.000590
  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, 6509313, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:26:"ChileanNole, post: 6509289";s:8:"original";a:2:{i:0;s:36:"[quote="ChileanNole, post: 6509289"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:25:"Must attend before I die.";}}i:1;s:75:" Do you have a preference over whether or not you'll die there? No? Good.";}, 1702743702, 1713262152
    Run Time: 0.000525
  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, 6509318, a:1:{i:0;s:31:"are those links working at all?";}, 1702743702, 1713262152
    Run Time: 0.000567
  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, 6509326, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:30:"prerecordedlive, post: 6509313";s:8:"original";a:2:{i:0;s:40:"[quote="prerecordedlive, post: 6509313"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:72:"Do you have a preference over whether or not you'll die there? No? Good.";}}i:1;s:98:" Not at all. I would prefer to go to La Bombonera. If so I would wear all Boca stuff to blend in.";}, 1702743702, 1713262152
    Run Time: 0.000545
  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, 6509329, a:1:{i:0;s:146:"If the links dont work just search for real football factories on google and one of the video results is the first full episode in London. My bad.";}, 1702743702, 1713262152
    Run Time: 0.000562
  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, 6510622, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:30:"OopsPowSurprise, post: 6509208";s:8:"original";a:2:{i:0;s:40:"[quote="OopsPowSurprise, post: 6509208"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:37:"link to this Real Football Factories?";}}i:1;s:82:" I'm pretty sure you can find them all on youtube, broken into 9 minute segments.";}, 1702743702, 1713262152
    Run Time: 0.000545
  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, 6511004, a:1:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:23:"broXcore, post: 6508825";s:8:"original";a:2:{i:0;s:33:"[quote="broXcore, post: 6508825"]";i:1;s:8:"[/quote]";}s:8:"children";a:3:{i:0;s:87:"that shit is fascinating to me red star - partizan derby would be so fucking crazy to ";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:6:"attend";}}i:2;s:8:" die at.";}}}, 1702743702, 1713262152
    Run Time: 0.000471
  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, 6512881, a:2:{i:0;a:4:{s:3:"tag";s:5:"quote";s:6:"option";s:18:"tne, post: 6509213";s:8:"original";a:2:{i:0;s:28:"[quote="tne, post: 6509213"]";i:1;s:8:"[/quote]";}s:8:"children";a:1:{i:0;s:12:"cool stadium";}}i:1;s:35:" I has fond memories of that place";}, 1702743702, 1713262152
    Run Time: 0.000508
  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, 6514121, a:1:{i:0;s:750:"Friend of mine plays in the Greek A1 basketball league. I visited him last year and saw him play, it was the wildest sports atmosphere I've ever been a part of. One side of the stadium is for the regular fans and the other is for the diehards/hooligans. 15 minutes before the game, the die hards started chanting (I guess like at soccer matches) and just going crazy in general. I was sitting next to my friend's agent (Greek-American) and asked him what they were saying and he said stuff along the lines of "Fuck your mother in the ass" and "we will rape your sister" among other things. Very loud and intimidating. During a game against Olympiakos earlier in the year, the die hards threw a flare on the court and stopped the game for 20 minutes.";}, 1702743702, 1713262152
    Run Time: 0.000506
  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, 6913009, a:15:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#07519a";s:8:"original";a:2:{i:0;s:15:"[COLOR=#07519a]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"15px";s:8:"original";a:2:{i:0;s:11:"[SIZE=15px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:53:"Game One of the Finals postponed, PAO's bus attacked ";}}}}}}}}i:1;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#07519a";s:8:"original";a:2:{i:0;s:15:"[COLOR=#07519a]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"14px";s:8:"original";a:2:{i:0;s:11:"[SIZE=14px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:2:"- ";}}}}}}i:2;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#3c7faf";s:8:"original";a:2:{i:0;s:15:"[COLOR=#3c7faf]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"11px";s:8:"original";a:2:{i:0;s:11:"[SIZE=11px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;s:12:"May 18, 2012";}}}}}}i:3;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:1:" ";}}}}i:4;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:0:{}}}}i:5;s:2:" ";i:6;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"13px";s:8:"original";a:2:{i:0;s:11:"[SIZE=13px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:9:{i:0;s:3:" ";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:51:"http://www.eurobasket.com/images/EurobasketNews.gif";}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[SIZE=1]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"12px";s:8:"original";a:2:{i:0;s:11:"[SIZE=12px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:11:"POSTED BY: ";}}}}i:4;s:1:" ";i:5;a:4:{s:3:"tag";s:1:"b";s:6:"option";N;s:8:"original";a:2:{i:0;s:3:"[B]";i:1;s:4:"[/B]";}s:8:"children";a:2:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#3c7faf";s:8:"original";a:2:{i:0;s:15:"[COLOR=#3c7faf]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"11px";s:8:"original";a:2:{i:0;s:11:"[SIZE=11px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:15:"EUROBASKET NEWS";}}}}i:1;s:1:" ";}}i:6;s:1:" ";i:7;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#3c7faf";s:8:"original";a:2:{i:0;s:15:"[COLOR=#3c7faf]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"11px";s:8:"original";a:2:{i:0;s:11:"[SIZE=11px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;s:2:" ";}}}}i:8;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#3c7faf";s:8:"original";a:2:{i:0;s:15:"[COLOR=#3c7faf]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"11px";s:8:"original";a:2:{i:0;s:11:"[SIZE=11px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:4:{i:0;s:13:"follow us on ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:63:"http://www.facebook.com/pages/Eurobasket/117006075000789?ref=eb";s:8:"original";a:2:{i:0;s:71:"[URL='http://www.facebook.com/pages/Eurobasket/117006075000789?ref=eb']";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:"#07519a";s:8:"original";a:2:{i:0;s:15:"[COLOR=#07519a]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;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:46:"http://www.eurobasket.com/images/facebook_.png";}}}}}}i:2;s:1:" ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:33:"http://twitter.com/EurobasketNews";s:8:"original";a:2:{i:0;s:41:"[URL='http://twitter.com/EurobasketNews']";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:"#07519a";s:8:"original";a:2:{i:0;s:15:"[COLOR=#07519a]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;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:45:"http://www.eurobasket.com/images/twitter_.png";}}}}}}}}}}}}}}}}i:7;s:1:" ";i:8;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:0:{}}}}i:9;s:1:" ";i:10;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"12px";s:8:"original";a:2:{i:0;s:11:"[SIZE=12px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[SIZE=1]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#111111";s:8:"original";a:2:{i:0;s:15:"[COLOR=#111111]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[SIZE=1]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:7:{i:0;s:279:"Game One of the Greek league Finals, which supposed to be played last night, is postponed. According to various sources, the Panathinaikos bus was attacked with stones and one window is broken. The Greek police and HEBA officials agreed to postpone the game. After the incident, ";i:1;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:61:"http://www.eurobasket.com/player.asp?Cntry=GRE&PlayerID=49572";s:8:"original";a:2:{i:0;s:69:"[URL='http://www.eurobasket.com/player.asp?Cntry=GRE&PlayerID=49572']";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:"#07519a";s:8:"original";a:2:{i:0;s:15:"[COLOR=#07519a]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:19:"Stratos Perperoglou";}}}}i:2;s:16:" (203-F-84) and ";i:3;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:61:"http://www.eurobasket.com/player.asp?Cntry=GRE&PlayerID=36288";s:8:"original";a:2:{i:0;s:69:"[URL='http://www.eurobasket.com/player.asp?Cntry=GRE&PlayerID=36288']";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:"#07519a";s:8:"original";a:2:{i:0;s:15:"[COLOR=#07519a]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:12:"Steven Smith";}}}}i:4;s:21:" (203-F-83, college: ";i:5;a:4:{s:3:"tag";s:3:"url";s:6:"option";s:53:"http://www.eurobasket.com/team.asp?Cntry=USA&Team=452";s:8:"original";a:2:{i:0;s:61:"[URL='http://www.eurobasket.com/team.asp?Cntry=USA&Team=452']";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:"#07519a";s:8:"original";a:2:{i:0;s:15:"[COLOR=#07519a]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;s:8:"La Salle";}}}}i:6;s:185:") went immediately to the hospital due to eye injuries. Fortunately, examinations showed no serious damage for the players. It is not known at this moment when the game will be played. ";}}}}}}}}}}}}}}}}i:11;s:2:" ";i:12;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"12px";s:8:"original";a:2:{i:0;s:11:"[SIZE=12px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[SIZE=1]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#111111";s:8:"original";a:2:{i:0;s:15:"[COLOR=#111111]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[SIZE=1]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;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:39:"https://p.twimg.com/AtHWi0gCIAMvQeM.jpg";}}}}}}}}}}}}}}}}}}i:13;s:2:" ";i:14;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#000000";s:8:"original";a:2:{i:0;s:15:"[COLOR=#000000]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:4:"12px";s:8:"original";a:2:{i:0;s:11:"[SIZE=12px]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[SIZE=1]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:5:"color";s:6:"option";s:7:"#111111";s:8:"original";a:2:{i:0;s:15:"[COLOR=#111111]";i:1;s:8:"[/COLOR]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"size";s:6:"option";s:1:"1";s:8:"original";a:2:{i:0;s:8:"[SIZE=1]";i:1;s:7:"[/SIZE]";}s:8:"children";a:1:{i:0;a:4:{s:3:"tag";s:4:"font";s:6:"option";s:5:"Arial";s:8:"original";a:2:{i:0;s:12:"[FONT=Arial]";i:1;s:7:"[/FONT]";}s:8:"children";a:2:{i:0;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:39:"https://p.twimg.com/AtHypatCQAAgMU_.jpg";}}i:1;s:1:" ";}}}}}}}}}}}}}}}}}, 1702743702, 1713262152
    Run Time: 0.000618
  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, 6915279, a:1:{i:0;s:5:"jesus";}, 1702743702, 1713262152
    Run Time: 0.000478
  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, 6915333, a:1:{i:0;s:101:"it's a shame that Livorno is total shit because Livorno/Lazio would be an interesting game to take in";}, 1702743702, 1713262152
    Run Time: 0.000484
  46. 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.000112
    Select TypeTableTypePossible KeysKeyKey LenRefRowsExtra
    SIMPLExf_template_compiledrangePRIMARYPRIMARY60 3Using where

Included Files (129, XenForo Classes: 60)

  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/Model/Post.php
  95. library/Audentio/UIX/Model/Post.php
  96. library/XenForo/Model/Attachment.php
  97. library/XenForo/Model/Node.php
  98. library/Audentio/UIX/Model/Node.php
  99. library/XenForo/Route/Prefix/Categories.php
  100. library/XenForo/Route/Prefix/Forums.php
  101. library/XenForo/ControllerResponse/View.php
  102. library/XenForo/ControllerResponse/Abstract.php
  103. library/XenForo/Helper/Cookie.php
  104. library/XenForo/ViewRenderer/HtmlPublic.php
  105. library/XenForo/ViewRenderer/Abstract.php
  106. library/XenForo/Template/Public.php
  107. library/XenForo/Template/Abstract.php
  108. library/XenForo/ViewPublic/Thread/View.php
  109. library/XenForo/ViewPublic/Base.php
  110. library/XenForo/View.php
  111. library/XenForo/BbCode/Parser.php
  112. library/XenForo/BbCode/Formatter/Base.php
  113. library/XenForo/ViewPublic/Helper/Message.php
  114. library/XenForo/BbCode/TextWrapper.php
  115. library/XenFans/Popular/Listener/Listener.php
  116. library/Audentio/UIX/Model/NodeLayout.php
  117. library/XenForo/Route/Prefix/Members.php
  118. library/Audentio/DonationManager/Listener/CodeEvent.php
  119. library/XenForo/Model/StyleProperty.php
  120. library/XenForo/Route/Prefix/Posts.php
  121. library/XenForo/Model/Avatar.php
  122. library/Brivium/SportTeamIcons/EventListeners/Helpers.php
  123. library/Brivium/SportTeamIcons/Model/SportTeam.php
  124. library/Brivium/SportTeamIcons/Route/Prefix/SportTeam.php
  125. library/XenForo/Debug.php
  126. library/Audentio/UIX/Template/Helper/CanvasNavigation.php
  127. library/XenFans/Popular/Route/Popular.php
  128. library/Zend/Exception.php
  129. library/XenForo/ViewRenderer/Json.php