4.793.283 resultados, 29.450.556 comentarios, 1.037.175 imágenes, 80.044 vídeos, 86.434 noticias
Marruecos Marruecos
Datos equipo
Nombre Marruecos
Nombre completo Selección de Marruecos
Nombre corto MAR
País
Año fundación 1955
Total plantilla 37
Estadio
Nombre estadio Estadio de Marrakech
Capacidad estadio 25000
Año construcción 2010
Tipo césped cesped natural
Dimensiones campo 105x60
Internet
Sitio web http://www.frmf.ma/
Twitter del equipo @EnMaroc
Información
Dirección 51 bis, avenue Ibn Sina Agdal 10 000
Teléfono +212 (537) 672 706
Fax +212 (537) 671 070
Otros datos
Marca de ropa Adidas
Burundi Burundi
Datos equipo
Nombre Burundi
Nombre completo Selección de Burundi
Nombre corto BDI
País
Año fundación 1948
Total plantilla 45
Estadio
Nombre estadio Stade du Prince Louis Rwagasore
Capacidad estadio 22000
Internet
Twitter del equipo @intambazacu
Información
Dirección Avenue Muyinga Bujumbura
Teléfono +257 (79) 928 762
Fax +257 (722) 242 892
Mauritania Mauritania
Datos equipo
Nombre Mauritania
Nombre completo Selección de Mauritania
Nombre corto MRT
País
Año fundación 1961
Total plantilla 38
Estadio
Nombre estadio Stade Olympique de Nouakchott
Capacidad estadio 40000
Internet
Sitio web https://ffrim.org/
Twitter del equipo @ffrim
Información
Dirección Boîte postale 566 Nouakchott
Teléfono +222 (35) 241 860
Fax +222 (35) 241 861
República Centroafricana República
Datos equipo
Nombre República Centroafricana
Nombre completo Selección de República Centroafricana
Nombre corto CAF
País
Total plantilla 40
Internet
Sitio web http://fcf-officiel.com/

Clasificación

Equipo PJ GF GC Puntos
1 Marruecos Marruecos 6 10 1 14
2 Mauritania Mauritania 6 5 4 9
3 Burundi Burundi 6 6 10 5
4 República Centroafricana República 6 5 11 4

  USO DE MEMORIA  
4,403,888 bytes
  BENCHMARKS  
Loading Time Base Classes  0.0019
Controller Execution Time ( Home / Category )  0.2308
Total Execution Time  0.2327
  CADENA URL  
/clasificacion_copa_africa2020/grupo6/equipos
  GET DATOS  
$_GET['/clasificacion_copa_africa2020/grupo6/equipos']  
  POST DATOS  
No hay datos POST existentes
  CONSULTAS (8)  
0.0291  SELECT c.*, l.*, '' as namec FROM leagues_webci l INNER JOIN categories_webci c ON l.categoryId = c.id WHERE c.alias = 'clasificacion_copa_africa' AND (l.group_code = 6 OR l.group_code = 1 OR l.group_code = 0) AND l.year = 2020 ORDER BY l.year=c.active_year DESC,l.year DESC, l.group_code=6 DESC LIMIT 1
0.0145  SELECT dt.nameShow,dt.basealias,t.id,t.teamId FROM teams t INNER JOIN datateams dt ON t.teamId = dt.id WHERE t.league_id = 50719 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0150  SELECT t.id,t.teamId,t.total_players,dt.* FROM teams t INNER JOIN datateams dt ON t.teamId = dt.id WHERE t.league_id = 50719 ORDER BY dt.relations DESC, dt.nameShow ASC LIMIT 50
0.0146  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=1 AND last_update > '2024-04-26 06:13:05' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0145  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=2 AND last_update > '2024-04-26 06:13:05' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0147  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=4 AND last_update > '2024-04-26 06:13:05' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0145  SELECT url,page_views,page_title FROM rf_statcounter_popular_pages_hourly WHERE type=3 AND last_update > '2024-04-26 06:13:05' GROUP BY url ORDER BY page_views DESC LIMIT 5
0.0151  SELECT *,(cast(t.gf as signed) - cast(t.ga as signed) + 100) as diff,team.teamId FROM `tables2020` as t INNER JOIN teams as team ON team.id = t.team INNER JOIN datateams as dt ON team.teamId = dt.id WHERE t.league_id = 50719 AND t.round = 6 ORDER BY team.conference ASC,t.position ASC,t.points DESC,t.priority DESC, diff DESC, t.gf DESC, dt.nameShow ASC