• Banner VIP Minimalista

¡Reporte de Links Caidos! (2014-2022)

Estado
No está abierto para más respuestas.
Amigos, paso a reportar 3 movies mas que si son tan amables de resubir cuando puedan, por favor.

https://club-hd.com/threads/rapid-f...les-subt-latino-accion-artes-marciales.12364/

https://club-hd.com/threads/childre...ts-bdrip-latino-ingles-subt-esp-terror.15629/

https://club-hd.com/threads/childre...ts-bdrip-latino-ingles-subt-esp-terror.15609/

vkPzc27.png
 
Última edición por un moderador:
  • Me Gusta
Reacciones: Max
Última edición por un moderador:
Última edición por un moderador:
Hola Amigos, quería reportar los enlaces caídos de un serie de anime emblemática, que si pudieran resubir cuando tengan tiempo, se los agradecería demasiado :)


https://club-hd.com/threads/saint-s...-japones-subt-esp-serie-de-tv-animacion.4781/

Partes: Todas las partes

Servidor: Uploaded y Openload


https://club-hd.com/threads/saint-s...-japones-subt-esp-serie-de-tv-animacion.7414/

Partes: Todas las partes

Servidor: Uploaded y Openload


https://club-hd.com/threads/saint-s...-japones-subt-esp-serie-de-tv-animacion.7490/

Partes: Todas las partes

Servidor: Uploaded


Gracias de antemano (Si pudieran resubirlas en otro servidor aparte de Uploaded, se los agradecería demasiado)

vkPzc27.png
 
Última edición por un moderador:
Última edición por un moderador:
Estado
No está abierto para más respuestas.
Volver
// PLANTILLA ADMIN (PORTADA DESTACADA + TMDB) mi_estilo: function() { var html = '

[CENTER]

'; // 1. Imagen oculta para la miniatura del Portal if (portada) { html += '

[OCULTAR][IMG]' + portada + '[/IMG][/OCULTAR]

'; } // 2. Portada visible centrada con tamaño destacado if (portada) { html += '

[IMG]' + portada + '[/IMG]


'; } // 3. Ficha de TMDB if (tmdb) { html += '

[TMDB]' + tmdb + '[/TMDB]


'; } // 4. Tráiler de YouTube if (ytId) { html += '

[MEDIA=youtube]' + ytId + '[/MEDIA]


'; } // 5. Capturas de pantalla if (capturas) { html += '

[COLOR=rgb(44, 130, 201)][FONT=trebuchet ms][SIZE=26px][B]📸 CAPTURAS DE PANTALLA 📸[/B][/SIZE][/FONT][/COLOR]


'; capturas.split('\n').forEach(function(l) { if (l.trim()) html += '

[IMG]' + l.trim() + '[/IMG]

'; }); html += '


'; } // 6. MediaInfo en Spoiler if (mediainfo) { html += '

[SPOILER="📋 INFORMACIÓN TÉCNICA (MEDIAINFO)"]

'; html += '

[CODE]

' + formatLines(mediainfo, false) + '

[/CODE]

'; html += '

[/SPOILER]


'; } // 7. Descargas VIP y Públicas if (vip || links) { html += '

[FICHA]


'; if (vip) { html += '

[COLOR=rgb(224, 169, 109)][FONT=trebuchet ms][SIZE=26px][B]👑 ENLACE VIP (MEGA) 👑[/B][/SIZE][/FONT][/COLOR]


'; html += '

[HIDESHOWTOGROUPS=40]

'; html += formatLines(vip, true); html += '

[/HIDESHOWTOGROUPS]


'; } if (links) { html += '

[COLOR=rgb(44, 130, 201)][FONT=trebuchet ms][SIZE=26px][B]📥 ENLACES FREE PÚBLICOS 📥[/B][/SIZE][/FONT][/COLOR]


'; links.split('\n').forEach(function(l) { if (l.trim()) html += '

[descarga=' + l.trim() + ']Descarga[/descarga]

'; }); html += '


'; } html += '

[/FICHA]

'; } html += '

[/CENTER]

'; return html; }