NK ajoute un preloader (Fenetre loading...)

Fermé
ilyasse12 Messages postés 44 Date d'inscription dimanche 19 novembre 2006 Statut Membre Dernière intervention 29 janvier 2010 - 6 mai 2008 à 23:55
ilyasse12 Messages postés 44 Date d'inscription dimanche 19 novembre 2006 Statut Membre Dernière intervention 29 janvier 2010 - 25 mai 2008 à 15:29
Bonjour,
salut tout le monde je veut Ajoute un preloader (Fenetre loading...) pour mon site nuked-klan.

j ai trouve sa dans https://nuked-klan.org/ Catégorie=> patch

voila patch[url=https://nuked-klan.org/index.php?file=Download&op=description&dl_id=214]Clic ici pour telecharge le ficher preloader[/url]
je l ai telecharge et je l ai Dézipper et uploader le contenue du repertoire "preloader" dans mon FTP.
mais je c pas comment le faire marche dans mon site SVP aide moi(je c pas comment éditez le ficher index.php)!!!

j ai aussi trouve ds le ficher telecharge le readme sa[code]PRELOADER -
FRENCH

DESCRIPTION :
Affiche un preloader (loading...) à chaque chargement de page

INSTALLATION: 
- Dézipper et uploader le contenue du repertoire "preloader" sur votre FTP.

NOTE: 
Editez le fichier index.php avec le bloc note et suivez les instructions si vous utilisez le 
module phpBB2.
**************************************************************************************************


je c pas comment Editez le ficher index.php

voila le Ficher index.php trouve dans le ficher télécharger
<?php
//-------------------------------------------------------------------------//
//  Nuked-KlaN - PHP Portal                                                //
//  https://nuked-klan.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.         //
//-------------------------------------------------------------------------//

define ("INDEX_CHECK","1");

include ("conf.inc.php");

if (!defined("NK_INSTALLED")) {
if (is_file("install.php")) {
header("location: install.php");
	}
}else{
if (is_file("install.php") || is_file("update.php")){
echo"<br><br><br><center><big>Warning ! <b>install.php</b> and <b>update.php</b> must be removed before continuing !</big></center>";
exit();
	}
}

include ("nuked.php");

$check_ip=banip();
if($check_ip!=""){
redirect("ban.php?ip_ban=$check_ip",0);
}

$session=session_check();
if ($session=="1"){$user=secure();}else{$user="";}

// Securite par phpSecure.info
if ( ereg("\.\.",$theme) || ereg("\.\.",$language) ){
die("<br><br><br><center><big>What are you trying to do ?</big></center>");
}

$theme = trim($theme);
$language = trim($language);
// Fin

include ("themes/".$theme."/colors.php");
include ("themes/".$theme."/theme.php");
include ("lang/".$language.".lang.php");

//Supprimer les "//" de la ligne ci-dessous si vous utilisé le module phpBB2
//include ("Includes/phpBB2.php");

$im_file=$nuked_nude;

if (!isset($nuked_nude)){

echo"	<LINK REL=\"StyleSheet\" HREF=\"themes/$theme/style.css\" TYPE=\"text/css\">
	<DIV ID=waitDiv style=position:absolute;left:450;top:300;visibility:hidden><center> 
	<table cellpadding=\"6\" cellspacing=\"0\" border=\"2\" bgcolor=\"$bgcolor2\" bordercolor=\"$bgcolor3\"> 
	<tr><td align=\"center\"><br><big><b>Loading...</b></big><br><img src=\"images/await.gif\"><br><br></td></tr> 
	</table></center></DIV> 
	<SCRIPT> <!-- 
	var DHTML = (document.getElementById || document.all || document.layers); 
	function ap_getObj(name) { 
	if (document.getElementById) 
	{ return document.getElementById(name).style; } 
	else if (document.all) 
	{ return document.all[name].style; } 
	else if (document.layers) 
	{ return document.layers[name]; } 
	} 
	function ap_showWaitMessage(div,flag) { 
	if (!DHTML) return; 
	var x = ap_getObj(div); x.visibility = (flag) ? 'visible':'hidden' 
	if(! document.getElementById) if(document.layers) x.left=280/2; return true; } ap_showWaitMessage('waitDiv', 3); 
	//--> </SCRIPT>"; 

top();
if($page!=""){$im_file="$page";}else{$im_file="index";}
}

// Securite par phpSecure.info
if ( ereg("\.\.",$file) || ereg("\.\.",$im_file) ) {
die("<br><br><br><center><big>What are you trying to do ?</big></center><br><br>");
}

$file = trim($file);
$im_file = trim($im_file);
// Fin

if (is_file("modules/$file/$im_file.php") ){
include("modules/$file/$im_file.php");
}else{
include("modules/404/index.php");
}
		
if (!isset($nuked_nude)){
footer();
   
echo" 	<SCRIPT language=javascript> <!-- 
	ap_showWaitMessage('waitDiv', 0); 
	//--> </SCRIPT> </body>"; 

}




:(
:(
A voir également:

3 réponses

ilyasse12 Messages postés 44 Date d'inscription dimanche 19 novembre 2006 Statut Membre Dernière intervention 29 janvier 2010 11
8 mai 2008 à 23:50
ya personne qui peut m aideeeeeeeeeeeeeee
0
ilyasse12 Messages postés 44 Date d'inscription dimanche 19 novembre 2006 Statut Membre Dernière intervention 29 janvier 2010 11
10 mai 2008 à 19:54
tjr personne wewooooooooooo
0
ilyasse12 Messages postés 44 Date d'inscription dimanche 19 novembre 2006 Statut Membre Dernière intervention 29 janvier 2010 11
25 mai 2008 à 15:29
helppppppppppp
0