Doctor_gp4
Usuario Novato
Usuario Novato

Hola

Hice un link a una nueva página, pero me sale esto:

You don't have permission to access /html/<a href="modules.php on this server.

Alguien sabe porque???

Lo que yo quisiera es poder en este modulo es linkear a dos o tres páginas más que tengo imagenes y otra cosas, pero aparece este error.

Al primero lo llamo link, pero a las otras páginas???

Gracias

Avatar Image
Machacateclados
Machacateclados

Una solución es utiliza frames en tu nuke.

Crea un archivo en la raiz de tu sitio con el nombre iframe.php

El contenido:



<?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
TemaUsuariosRespuestasVisitasActividad
Por: , el 01/Ago/2008, 03:58
y0kita02kAug/08
Por: , el 06/Mar/2006, 13:35
jor_ben NoSetup.org52kMar/06
Por: , el 15/Oct/2003, 01:52
tucan212kOct/03
Por: , el 11/Oct/2003, 19:52
OrgulloEgarense IndiceP2P1880Oct/03
Por: , el 24/Mar/2010, 19:58
comunidadfifapc Torry_II NoSetup.org42kMar/10