27-10-2025 в 20:00, Ледовая арена «ICE RINK Новоселье», 5-й дивизион
27-10-2025 в 21:15, Ледовая арена Шуваловский лед, 3-й дивизион
27-10-2025 в 21:30, Север Парк, 6-й дивизион
27-10-2025 в 21:30, Ледовая арена «Академия Динамо» - Мебельная ул. 33А, 5-й дивизион
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-й дивизион
Prime - Российский производитель хоккейной экипировки Официальный дилер хоккейных клюшек «ЗаряД» в Санкт-Петербурге

Сезон 2025-2026

Чернышев Александр #4129

  • Дата рождения: 21.03.1987
  • Возраст: 38
  • Рост: 173
  • Вес: 87
  • Статус: Любитель 3 звезды
Чернышев Александр

Заявки

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

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

3-й дивизион

22.10.2025 Бастион 1703 86 Нападающий
5-й дивизион Турнир Заявлен Команда Номер Амплуа

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

5-й дивизион

21.10.2025 Бастион 86 Нападающий
6-й дивизион Турнир Заявлен Команда Номер Амплуа

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

6-й дивизион

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

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

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

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

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

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

29.08.2025 Бастион 1703 86 Нападающий

Статистика

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 = '4129' AND tournament.season_id = '10' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2025-2026 М О Ш П +/- ШТ
5-й дивизион

5-й дивизион

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

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
2
ср.2
Соперники Дата матча О Ш П +/- ШТ
Ландскрона - Бастион 23 октября 2025 0 0 0 0 2
3-й дивизион

3-й дивизион

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

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Бастион 1703 - СНСЗ 24 октября 2025 0 0 0 0 0
Предсезонный 2025, Группа E (3-й дивизион)

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

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

1 0
ср.0
0
ср.0
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Бастион 1703 - Tigers 03 октября 2025 0 0 0 0 0
Предсезонный 2025, Группа B (6-й дивизион)

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

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

4 9
ср.2.3
7
ср.1.8
2
ср.0.5
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Бастион - Ржавый якорь 05 сентября 2025 2 2 0 0 0
Феникс 2 - Бастион 12 сентября 2025 5 4 1 0 0
Бастион - Бунтари 19 сентября 2025 0 0 0 0 0
Легион - Бастион 29 сентября 2025 2 1 1 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 = '4129' AND tournament.season_id = '9' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2024-2025 М О Ш П +/- ШТ
MadGuyHockey Cup. Группа В (5-й дивизион)

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

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

7 9
ср.1.3
4
ср.0.6
5
ср.0.7
0
ср.0
4
ср.0.6
Соперники Дата матча О Ш П +/- ШТ
Парк 2 - Бастион 12 апреля 2025 0 0 0 0 0
Бастион - Штерн 15 апреля 2025 4 3 1 0 0
Бастион - Ржавый якорь 22 апреля 2025 2 1 1 0 0
Ржавый якорь - Бастион 06 мая 2025 2 0 2 0 0
ИСМ - Бастион 13 мая 2025 0 0 0 0 0
Штерн - Бастион 18 мая 2025 1 0 1 0 4
Бастион - ИСМ 08 июня 2025 0 0 0 0 0
Зимний кубок Выборга

Зимний кубок Выборга

Турниры выходного дня

4 1
ср.0.3
1
ср.0.3
0
ср.0
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
Викинги - Танк 22 февраля 2025 0 0 0 0 0
Викинги - Сестрорецк 22 февраля 2025 0 0 0 0 0
Легион - Викинги 23 февраля 2025 1 1 0 0 0
Рать - Викинги 23 февраля 2025 0 0 0 0 0
6-й Дивизион

6-й Дивизион

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

16 16
ср.1
8
ср.0.5
8
ср.0.5
0
ср.0
4
ср.0.3
Соперники Дата матча О Ш П +/- ШТ
Викинги - Max Pro 15 декабря 2024 1 0 1 0 0
РамбоВ 2 - Викинги 17 декабря 2024 1 1 0 0 0
Феникс 2 - Викинги 20 декабря 2024 0 0 0 0 0
Викинги - Ветераны Боевых Действий 26 января 2025 1 0 1 0 0
Red Star - Викинги 31 января 2025 1 0 1 0 2
Викинги - Феникс 2 16 февраля 2025 0 0 0 0 0
Max Pro - Викинги 17 февраля 2025 2 1 1 0 0
Танк - Викинги 18 февраля 2025 2 0 2 0 0
Викинги - Форвард 2 25 февраля 2025 4 3 1 0 0
РамбоВ 2 - Викинги 25 марта 2025 1 1 0 0 0
Викинги - РамбоВ 2 30 марта 2025 0 0 0 0 2
РамбоВ 2 - Викинги 01 апреля 2025 1 1 0 0 0
Викинги - РамбоВ 2 06 апреля 2025 0 0 0 0 0
Викинги - Форвард 2 22 апреля 2025 0 0 0 0 0
Форвард 2 - Викинги 23 апреля 2025 1 1 0 0 0
Викинги - Форвард 2 29 апреля 2025 1 0 1 0 0
3-й Дивизион

3-й Дивизион

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

2 1
ср.0.5
0
ср.0
1
ср.0.5
0
ср.0
0
ср.0
Соперники Дата матча О Ш П +/- ШТ
СК Питер - Бастион 1703 27 ноября 2024 1 0 1 0 0
ЛОНОПАРК - Бастион 1703 22 декабря 2024 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 = '4129' AND tournament.season_id = '7' GROUP BY tournament.id ORDER BY tournament.id DESC
Сезон 2022-2023 М О Ш П +/- ШТ
СТАРТ

СТАРТ

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

9 4
ср.0.4
4
ср.0.4
0
ср.0
0
ср.0
2
ср.0.2
Соперники Дата матча О Ш П +/- ШТ
ЦМКБ Алмаз - Royals United 24 января 2023 1 1 0 0 0
Самураи ST - ЦМКБ Алмаз 26 января 2023 0 0 0 0 0
System Evolution - ЦМКБ Алмаз 08 февраля 2023 0 0 0 0 0
Рать 1703 - ЦМКБ Алмаз 14 февраля 2023 0 0 0 0 0
ЦМКБ Алмаз - РамбоВ 2 17 февраля 2023 1 1 0 0 2
ЦМКБ Алмаз - Строительный Трест 21 февраля 2023 1 1 0 0 0
Газпром Проектирование 2 - ЦМКБ Алмаз 28 февраля 2023 0 0 0 0 0
ЦМКБ Алмаз - System Evolution 15 марта 2023 0 0 0 0 0
System Evolution - ЦМКБ Алмаз 21 марта 2023 1 1 0 0 0
И - матчи, О - очки, Ш - шайбы, П - передачи, ШТ - штрафное время

Три звезды

Сезон 2025-2026 И
5-й дивизион 5-й дивизион 0 0 0 0
3-й дивизион 3-й дивизион 0 0 0 0
Предсезонный 2025, Группа E (3-й дивизион) Предсезонный 2025, Группа E (3-й дивизион) 0 0 0 0
Предсезонный 2025, Группа B (6-й дивизион) Предсезонный 2025, Группа B (6-й дивизион) 0 0 0 0
Сезон 2024-2025 И
MadGuyHockey Cup. Группа В (5-й дивизион) MadGuyHockey Cup. Группа В (5-й дивизион) 0 0 0 0
Зимний кубок Выборга Зимний кубок Выборга 0 0 0 0
6-й Дивизион 6-й Дивизион 0 0 0 0
3-й Дивизион 3-й Дивизион 0 0 0 0
Сезон 2022-2023 И
СТАРТ СТАРТ 1 0 0 1
Соперники Дата матча
ЦМКБ Алмаз - Строительный Трест 21 февраля 2023
И - матчи, - первая звезда матча, - вторая звезда матча, - третья звезда матча
в