28-10-2025 в 20:05, ФОК Ижорец, 5-й дивизион
28-10-2025 в 23:00, Север Парк, 7-й дивизион
28-10-2025 в 23:00, Газпром (Передовиков), Арена А, 7-й дивизион
28-10-2025 в 23:00, Ледовая арена «Ладога», 7-й дивизион
29-10-2025 в 21:00, Ледовый комплекс «АСК-С», 6-й дивизион
29-10-2025 в 21:30, Ледовая арена ФОК «Гололед», 6-й дивизион
30-10-2025 в 21:45, Спортивный комплекс «Алмаз-Антей», 7-й дивизион
30-10-2025 в 22:30, Север Парк, 3-й дивизион
30-10-2025 в 23:00, Ледовая арена «Ладога», 6-й дивизион
31-10-2025 в 21:00, Ледовая арена «Динамо-юниор» Бутлерова, 7-й дивизион
Prime - Российский производитель хоккейной экипировки Официальный дилер хоккейных клюшек «ЗаряД» в Санкт-Петербурге

Сезон 2025-2026

Струков Игорь #4432

  • Дата рождения: 06.02.1967
  • Возраст: 58
  • Рост: 178
  • Вес: 94
  • Статус: Любитель 2 звезды
Струков Игорь

Заявки

3-й дивизион Турнир Заявлен Команда Номер Амплуа

Регулярное первенство

3-й дивизион

19.10.2025 Феникс 52 Нападающий
7-й дивизион Турнир Заявлен Команда Номер Амплуа

Регулярное первенство

7-й дивизион

17.10.2025 Феникс 3 52 Защитник
6-й дивизион Турнир Заявлен Команда Номер Амплуа

Регулярное первенство

6-й дивизион

16.10.2025 Феникс 2 52 Нападающий
Предсезонный 2025, Группа B (6-й дивизион) Турнир Заявлен Команда Номер Амплуа

Предсезонный турнир

Предсезонный 2025, Группа B (6-й дивизион)

02.09.2025 Феникс 2 52 Нападающий
Предсезонный 2025, Группа E (3-й дивизион) Турнир Заявлен Команда Номер Амплуа

Предсезонный турнир

Предсезонный 2025, Группа E (3-й дивизион)

02.09.2025 Феникс 52 Нападающий
Летний кубок 2025. 6-й дивизион Турнир Заявлен Команда Номер Амплуа

Летний кубок 2025

Летний кубок 2025. 6-й дивизион

01.07.2025 Феникс 2 52 Нападающий

Статистика

SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4432' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М О Ш П +/- ШТ
Летний кубок 2025. 6-й дивизион

Летний кубок 2025. 6-й дивизион

Летний кубок 2025

2 0
ср.0
0
ср.0
0
ср.0
0
ср.0
4
ср.2
Соперники Дата матча О Ш П +/- ШТ
Феникс 2 - РамбоВ 04 августа 2025 0 0 0 0 0
Легион - Феникс 2 13 августа 2025 0 0 0 0 4
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4432' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
MadGuyHockey Cup. Группа Д (3-й дивизион)

MadGuyHockey Cup. Группа Д (3-й дивизион)

Кубки внутрисезонные

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Транснефть – Балтика - Феникс 29 апреля 2025 0 0 0 0 0
MadGuyHockey Cup. Группа Б (6-й дивизион)

MadGuyHockey Cup. Группа Б (6-й дивизион)

Кубки внутрисезонные

4 2
ср.0.5
1
ср.0.3
1
ср.0.3
0
ср.0
4
ср.1
Соперники Дата матча О Ш П +/- ШТ
Царскосельские львы - Феникс 2 14 мая 2025 1 0 1 0 0
CarTaxi - Феникс 2 16 мая 2025 1 1 0 0 4
Юго-Запад СПб - Феникс 2 18 мая 2025 0 0 0 0 0
Бунтари - Феникс 2 26 мая 2025 0 0 0 0 0
3-й Дивизион

3-й Дивизион

Регулярное первенство

12 1
ср.0.1
0
ср.0
1
ср.0.1
0
ср.0
24
ср.2
Соперники Дата матча О Ш П +/- ШТ
Парк - Феникс 29 октября 2024 0 0 0 0 4
Феникс - Jokers 08 ноября 2024 1 0 1 0 2
Феникс - СБЕР 25 октября 2024 0 0 0 0 2
СК Питер - Феникс 20 ноября 2024 0 0 0 0 4
Феникс - Бастион 1703 22 ноября 2024 0 0 0 0 0
Феникс - ЛОНОПАРК 06 декабря 2024 0 0 0 0 4
СНСЗ - Феникс 09 декабря 2024 0 0 0 0 0
СБЕР - Феникс 16 декабря 2024 0 0 0 0 4
ЛОНОПАРК - Феникс 14 февраля 2025 0 0 0 0 2
Парк - Феникс 04 марта 2025 0 0 0 0 0
Феникс - Парк 07 марта 2025 0 0 0 0 2
СБЕР - Феникс 21 апреля 2025 0 0 0 0 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4432' AND tournament.season_id = '8' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2023-2024 М О Ш П +/- ШТ
4-й Дивизион

4-й Дивизион

Регулярное первенство

21 5
ср.0.2
1
ср.0
4
ср.0.2
0
ср.0
24
ср.1.1
Соперники Дата матча О Ш П +/- ШТ
Автополе - Медведь 15 января 2024 0 0 0 0 2
Медведь - РамбоВ 26 января 2024 0 0 0 0 2
Медведь - Ржавый якорь 17 ноября 2023 0 0 0 0 0
Ржавый якорь - Медведь 30 января 2024 0 0 0 0 0
ЖХК Хорс - Медведь 07 февраля 2024 0 0 0 0 4
Медведь - Форвард 09 февраля 2024 0 0 0 0 0
Динамит - Медведь 12 февраля 2024 0 0 0 0 2
Медведь - Венчур 14 февраля 2024 0 0 0 0 0
Медведь - Юникс 01 марта 2024 2 0 2 0 0
Штерн - Медведь 02 марта 2024 0 0 0 0 0
Юникс - Медведь 06 марта 2024 0 0 0 0 0
Медведь - Юникс 11 марта 2024 0 0 0 0 0
Медведь - Юникс 15 марта 2024 0 0 0 0 0
Юникс - Медведь 20 марта 2024 1 1 0 0 2
Динамит - Медведь 01 апреля 2024 0 0 0 0 0
Медведь - Динамит 03 апреля 2024 1 0 1 0 2
Медведь - Динамит 08 апреля 2024 1 0 1 0 2
Медведь - ССП 12 апреля 2024 0 0 0 0 0
ССП - Медведь 20 апреля 2024 0 0 0 0 2
Медведь - ССП 22 апреля 2024 0 0 0 0 2
ССП - Медведь 27 апреля 2024 0 0 0 0 4
Квалификационный 2023 Группа С (3-й дивизион)

Квалификационный 2023 Группа С (3-й дивизион)

Квалификационный 2023

7 0
ср.0
0
ср.0
0
ср.0
0
ср.0
4
ср.0.6
Соперники Дата матча О Ш П +/- ШТ
Динамит - Медведь 30 июля 2023 0 0 0 0 2
Хаски - Медведь 06 августа 2023 0 0 0 0 2
Легион - Медведь 09 августа 2023 0 0 0 0 0
Самураи - Медведь 12 августа 2023 0 0 0 0 0
Jokers - Медведь 21 августа 2023 0 0 0 0 0
Медведь - Легион 31 августа 2023 0 0 0 0 0
Медведь - Хаски 05 сентября 2023 0 0 0 0 0
SELECT tournament.id , tournament.name , tournament.hash , game_result_composition.player_id , game_result_composition.team_id , COUNT(game.id) AS game_count , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((game_result_score.player_id = game_result_composition.player_id) OR (assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_point , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND game_result_score.player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_goal , (SELECT COUNT(game_result_score.id) FROM game_result_score JOIN game ON game.id = game_result_score.game_id AND game.publish_results = 1 WHERE game_result_score.team_id = game_result_composition.team_id AND ((assistent1_id = game_result_composition.player_id) OR (assistent2_id = game_result_composition.player_id)) AND game.tournament_id = tournament.id ) AS player_assistent , (SELECT SUM(minute) FROM game_result_penalty JOIN game ON game.id = game_result_penalty.game_id AND game.publish_results = 1 WHERE game_result_penalty.team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_penalty ,( SELECT SUM(game_result_plus_minus.point) FROM game_result_plus_minus JOIN game ON game.id = game_result_plus_minus.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND player_id = game_result_composition.player_id AND game.tournament_id = tournament.id ) AS player_plus_minus , (SELECT SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_shoots , (SELECT SUM(goals_missed) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_goals_missed , (SELECT SUM(reflected_shoots) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_reflected_shoots , (SELECT SUM(reflected_shoots) / (SUM(shoot_1)+SUM(shoot_2)+SUM(shoot_3)) FROM game_result_goalkeeper JOIN game ON game.id = game_result_goalkeeper.game_id AND game.publish_results = 1 WHERE team_id = game_result_composition.team_id AND game.tournament_id = tournament.id AND player_id = game_result_composition.player_id) AS goalkeeper_percent , player_request.player_position_id , championship.name AS championship_name FROM game_result_composition JOIN game ON game.id = game_result_composition.game_id AND game.publish_results = 1 JOIN player_request ON player_request.id = game_result_composition.player_request_id JOIN tournament ON tournament.id = game.tournament_id JOIN championship ON championship.id = tournament.championship_id JOIN game_series ON game_series.id = game.game_series_id WHERE game_result_composition.player_id = '4432' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
MadGuyHockey Cup. Группа В (5-й дивизион)

MadGuyHockey Cup. Группа В (5-й дивизион)

MadGuyHockey Cup

4 1
ср.0.3
0
ср.0
1
ср.0.3
0
ср.0
6
ср.1.5
Соперники Дата матча О Ш П +/- ШТ
Танк S - Медведь 11 мая 2023 0 0 0 0 2
Медведь - Самураи ST 14 мая 2023 1 0 1 0 2
Медведь - Нева 11 июня 2023 0 0 0 0 2
Заводчане Фарм - Медведь 15 июня 2023 0 0 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
Летний кубок 2025. 6-й дивизион Летний кубок 2025. 6-й дивизион 0 0 0 0
Сезон 2024-2025 И
MadGuyHockey Cup. Группа Д (3-й дивизион) MadGuyHockey Cup. Группа Д (3-й дивизион) 0 0 0 0
MadGuyHockey Cup. Группа Б (6-й дивизион) MadGuyHockey Cup. Группа Б (6-й дивизион) 0 0 0 0
3-й Дивизион 3-й Дивизион 0 0 0 0
Сезон 2023-2024 И
4-й Дивизион 4-й Дивизион 0 0 0 0
Квалификационный 2023 Группа С (3-й дивизион) Квалификационный 2023 Группа С (3-й дивизион) 0 0 0 0
Сезон 2022-2023 И
MadGuyHockey Cup. Группа В (5-й дивизион) MadGuyHockey Cup. Группа В (5-й дивизион) 0 0 0 0
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в