#1• Hola |
#2• Una solución es utiliza frames en tu nuke. <?php /************************************************************************/ /* iFRAME for PhpNuke /* Copyright (c) 2002 by Xavi Gil ([email protected]) /* http://www.desarrollonuke.org /* /* USE: iframe.php?file=URL /* /* This program is free software. You can redistribute it and/or modify /* it under the terms of the GNU General Public License as published by /* the Free Software Foundation; either version 2 of the License. /************************************************************************/ if (!isset($mainfile)) { include("mainfile.php"); } $index = 0; $height = 600; include("header.php"); OpenTable(); if (substr($file,0,7)=="http://"){ echo "<IFRAME src=\"$file\" width=\"100%\" height=\"$height\" scrolling=\"auto\" frameborder=\"0\">"; echo "</IFRAME><center><hr size=\"1\" noshade><a href=\"$file\" target=\"_blank\">$file</a></center>"; } else { if(substr($file,-4)!=".htm" && substr($file,-5)!=".html" ){ echo "ERROR: ONLY html o htm FILES"; CloseTable(); } else { include ($file); } } CloseTable(); include("footer.php"); ?> Forma de crear enlaces: https://tu_web.webcindario.com/iframe.php?file=modules/cosa/tu_pagina3.php iframe.php?file=tu_url No te ayudo con tu problema pero esto funciona con cualquier tipo de web y con tu tema que tengas. |
ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un nuevo tema en lugar de responder al actual |
Opciones: Ir al subforo: |
Permisos: TU NO PUEDES Escribir nuevos temas TU NO PUEDES Responder a los temas TU NO PUEDES Editar tus propios mensajes TU NO PUEDES Borrar tus propios mensajes |
Temas similares | ||||
Tema | Usuarios | Respuestas | Visitas | Actividad |
---|---|---|---|---|
Por: y0kita, el 01/Ago/2008, 03:58 | 0 | 2k | Aug/08 | |
Por: jor_ben, el 06/Mar/2006, 13:35 | 5 | 2k | Mar/06 | |
Por: tucan2, el 15/Oct/2003, 01:52 | 1 | 2k | Oct/03 | |
Por: OrgulloEgarense, el 11/Oct/2003, 19:52 | 1 | 880 | Oct/03 | |
Por: comunidadfifapc, el 24/Mar/2010, 19:58 | 4 | 2k | Mar/10 |