Página 1 de 1

Quitado por error el link de acceso al ACP.

Publicado: 28 Feb 2009, 19:04
por worldtrance
URL: http://www.flight168.net/foros/" onclick="window.open(this.href);return false;
Versión phpBB: phpBB3 (3.0.3)
MODs Instalados: ninguno
Plantilla(s) usada(s): subsilver
Servidor: windows, de pago
Actualización desde otra versión: No
Conversión desde otro sistema de foros: No

Hola a tod@s,

Mi consulta es la siguiente. Por error eliminé el enlace al ACP y no encuentro el archivo para editarlo externamente o algún otro modo de acceder al ACP. ¿Dónde se encuentra el archivo overall_footer que modifiqué desde ACP o cuál es la ruta alternativa de acceso al ACP?

Gracias.

Re: Quitado por error el link de acceso al ACP.

Publicado: 28 Feb 2009, 19:40
por Manolo
Tambien quitaste el copyrigth :evil:

styles/subsilver2/template/overall_footer

Esa es la ruta, te dejo el codigo completo que debe tener el archivo, restauralo, sobre todo el copyrigth o no tendras soporte.
Spoiler
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

<!--
We request you retain the full copyright notice below including the link to http://www.phpbb.com" onclick="window.open(this.href);return false;.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to http://www.phpbb.com" onclick="window.open(this.href);return false;. If you refuse to include even this then support on our
forums may be affected.

The phpBB Group : 2006
//-->

<div id="wrapfooter">
<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
<!-- IF DEBUG_OUTPUT --><br /><bdo dir="ltr">[ {DEBUG_OUTPUT} ]</bdo><!-- ENDIF --></span>
</div>

</body>
</html>
Saludos