Ciao a tutti ragazzi!
Intanto complimenti per la ricchezza dei contenuti dell'intero sito/forum e di come è curato,bravi davvero!
Avrei una piccola domandina da fare: utilizzo un CMS per il mio sito,il CMS in questione è Nuked-Klan,una variante di PHP-Nuke studiata per i clan del net-gaming.
Ho creato una piccola intro in flash che sta in un file separato,un file dal nome index.html,e ovviamente per il semplice motivo che all'interno della directory radice del sito c'è hià un index.php che sarebbe quella del portale.
Avrei bisogno di uno script che visualizzi di default l'index.html (dato che nella pagina è presente il link per accedere al portale,quindi direttamente al file index.php)
Postandovi la index.php,potete aiutarmi?
Ringrazio tutti coloro che sapranno aiutarmi!
Codice PHP:
<?php
// -------------------------------------------------------------------------//
// Nuked-KlaN - PHP Portal //
// [url]http://www.nuked-klan.org[/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. //
// -------------------------------------------------------------------------//
define ("INDEX_CHECK", 1);
include ("conf.inc.php");
if (!defined("NK_OPEN"))
{
echo "
<div style=\"text-align: center;\"><big>Sorry, this website is momently closed, Please try again later.</big></div>";
exit();
}
if (!defined("NK_INSTALLED"))
{
if (is_file("install.php"))
{
header("location: install.php");
}
}
else
{
if (is_file("install.php") || is_file("update.php"))
{
echo "
<div style=\"text-align: center;\"><big>Warning ! [b]install.php[/b] and [b]update.php[/b] must be removed before continuing !</big></div>";
exit();
}
}
include ("nuked.php");
$session = session_check();
if ($session == 1) $user = secure();
else $user = "";
$session_admin = admin_check();
$check_ip = banip();
if ($check_ip != "")
{
$url_ban = "ban.php?ip_ban=" . $check_ip;
redirect($url_ban, 0);
exit();
}
if (isset($nuked_nude) && $nuked_nude != "") $im_file = $nuked_nude;
else if (isset($page) && $page != "") $im_file = $page;
else $im_file = "index";
// Securite par phpSecure.info
if (ereg("\.\.", $theme) || ereg("\.\.", $language) || ereg("\.\.", $file) || ereg("\.\.", $im_file) || eregi("http\:\/\/", $file) || eregi("http\:\/\/", $im_file))
{
die("
<div style=\"text-align: center;\"><big>What are you trying to do ?</big></div>");
}
$file = trim($file);
$im_file = trim($im_file);
$theme = trim($theme);
$language = trim($language);
// Fin
if ($nuked['nk_status'] == "closed" && $user[1] < 9 && $op != "login_screen" && $op != "login_message" && $op != "login")
{
include ("themes/" . $theme . "/colors.php");
translate("lang/" . $language . ".lang.php");
echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"
. "<html xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"fr\">\n"
. "<head><title>" . $nuked['name'] . " :: " . $nuked['slogan'] . " ::</title>\n"
. "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\" />\n"
. "<meta http-equiv=\"content-style-type\" content=\"text/css\" />\n"
. "<link title=\"style\" type=\"text/css\" rel=\"stylesheet\" href=\"themes/" . $theme . "/style.css\" /></head>\n"
. "<body style=\"background: " . $bgcolor2 . ";\"><div>
</div>\n"
. "<table style=\"margin-left: auto;margin-right: auto;text-align: left;background: " . $bgcolor3 . ";\" cellspacing=\"1\" cellpadding=\"20\">\n"
. "<tr><td style=\"background: " . $bgcolor1 . ";\" align=\"center\"><big>[b]" . $nuked['name'] . " - " . $nuked['slogan'] . "[/b]</big>
\n"
. _SITECLOSED . "</td></tr></table></body></html>";
}
else if (($file == "Admin" || $page == "admin" || $nuked_nude == "admin") && $session_admin == 0)
{
include ("themes/" . $theme . "/colors.php");
include ("themes/" . $theme . "/theme.php");
translate("lang/" . $language . ".lang.php");
if (!isset($nuked_nude)) top();
include("modules/Admin/login.php");
if (!isset($nuked_nude))
{
footer();
include("Includes/copyleft.php");
}
}
else
{
if ($file != "Admin" && $page != "admin" && $nuked_nude != "admin" && $op != "smilies" && $session_admin == 1) setcookie($cookie_admin, "", time() - 86400);
include ("themes/" . $theme . "/colors.php");
include ("themes/" . $theme . "/theme.php");
translate("lang/" . $language . ".lang.php");
visits();
if (!isset($nuked_nude))
{
if (defined("NK_GZIP") && @extension_loaded('zlib') && !@ini_get('zlib.output_compression') && @phpversion() >= "4.0.4")
{
ob_start("ob_gzhandler");
}
top();
echo "<script type=\"text/javascript\" src=\"infobulle.js\"></script>"
. "<script type=\"text/javascript\">InitBulle('" . $bgcolor2 . "', '" . $bgcolor3 . "', 2);</script>";
if ($nuked['nk_status'] == "closed" && $user[1] == 9)
{
echo "<table style=\"background: " . $bgcolor3 . ";\" width=\"100%\" cellspacing=\"1\" cellpadding=\"8\">\n"
."<tr><td style=\"background: " . $bgcolor2 . ";\" ><big>[b]" . _YOURSITEISCLOSED . " :
<br/ >" . $nuked['url'] . "/index.php?file=User&op=login_screen[/b]</big></td></tr></table>
\n";
}
}
if (is_file("modules/" . $file . "/" . $im_file . ".php"))
{
include("modules/" . $file . "/" . $im_file . ".php");
}
else
{
include("modules/404/index.php");
}
if (!isset($nuked_nude))
{
if ($user[5] > 0 && !isset($_COOKIE['popup']) && $file != "User" && $file != "Userbox")
{
echo "<div id=\"popup_dhtml\" style=\"position:absolute;top:0;left:0;visibility:visible;z-index:10\"></div>\n"
. "<script type=\"text/javascript\" src=\"popup.js\"></script>\n"
. "<script type=\"text/javascript\">popup('" . $bgcolor2 . "', '" . $bgcolor3 . "', '" . _NEWMESSAGESTART . "" . $user[5] . "" . _NEWMESSAGEEND . "', '" . _CLOSEWINDOW . "', 'index.php?file=Userbox', 350, 100);</script>\n";
}
footer();
include("Includes/copyleft.php");
}
}
?>
ByeZ!