en el archivo header.php tenes esto:
Código php:
Ver original<?php
/************************************************************************/
/* PHP-NUKE: Advanced Content Management System */
/* ============================================ */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* 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. */
/************************************************************************/
/* NUKE ET: Modificaci� del PHP-Nuke */
/* ================================== */
/* */
/* Modificaciones y creaciones exclusivas de la ET creadas por Truzone */
/* */
/* Copyright (c) 2004 por Truzone */
/* http://www.truzone.org */
/************************************************************************/
Header("Location: error.php?op=e403"); }
require_once("mainfile.php");
global $google_tap, $name, $prefix, $db;
if($google_tap==1){
}
##################################################
# Include some common header for HTML generation #
##################################################
$header = 1;
function head() {
global $slogan, $sitename, $module_name, $home, $banners, $nukeurl, $Version_Num, $artpage, $topic, $hlpfile, $user, $hr, $theme, $cookie, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $textcolor1, $textcolor2, $forumpage, $adminpage, $userpage, $pagetitle, $precarga, $charset;
$ThemeSel = get_theme();
include("themes/$ThemeSel/theme.php");
echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";
echo "<html>\n";
echo "<head>\n";
echo "<title>$sitename $pagetitle</title>\n";
include("includes/meta.php");
include("includes/javascript.php");
if(file_exists("modules/$module_name/javascript.php")){ include("modules/$module_name/javascript.php");
}
if (file_exists("themes/$ThemeSel/images/favicon.ico")) { echo "<link REL=\"shortcut icon\" HREF=\"themes/$ThemeSel/images/favicon.ico\" TYPE=\"image/x-icon\">\n";
}
echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";
echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"backend.php\">\n";
include("includes/my_header.php");
echo "\n\n\n</head>\n\n";
themeheader();
}
global $home,$act_nuke,$admin,$prefix,$user_prefix,$cookie,$user,$db,$guardar_estats;
if(($act_nuke==0) AND (!is_admin($admin))){
Header("Location: error.php?op=off"); }
online();
head();
if($guardar_estats=='1'){
include("includes/counter.php");
}else{
global $ora, $oral, $user, $cookie, $admin, $prefix, $db, $nukeurl, $REMOTE_ADDR, $HTTP_SERVER_VARS, $HTTP_USER_AGENT;
}
if(is_user($user)){
cookiedecode($user);
$resul = $db->sql_query("select * from ".$prefix."_mens_privados where estado='1' and enviado_a='$cookie[0]'");
$num = $db->sql_numrows($resul);
if($num >= 1){
echo "<center><table width=\"90%\" bgcolor='red'><tr><td align='center'>"
. "<h3>Tienes un nuevo mensaje privado, para acceder a tu bandeja de "
. "entrada click <a href=\"modules.php?name=Mensajes_Privados\">aqui</a></h3>"
. "</td></tr></table></center>";
$db->sql_query("update ".$prefix."_mens_privados set estado='5' where estado='1' and enviado_a='$cookie[0]'");
}
}
if ($home == 1) {
message_box();
blocks(Center);
}
?>
antes de esta linea :
agrega esto:
si sigue sin salir revisa el index.php del you_account como funciona. Más pistas no te puedo dar, por lo menos gratis jejeje