aide integration - Codes et scripts - Linux et OS Alternatifs
Marsh Posté le 23-06-2006 à 09:54:14
Désolé de ne pas pouvoir t'aider mais moi j'ai juste un problème d'administration. Il me dit à l'install que tout c'est bien passé, ensuite je vire le fichier install.php puis je ve me logger en tant qu'administrateur mais celui-ci refuse....
Sniff !!
si tu as une idée de ce qui m'arrive !
Merci
Marsh Posté le 02-03-2004 à 23:35:26
bonjour
jutilise le script 2BGal dont voici la source pour afficher
les photos j'aimerais integrer cette page/script dans un tableau
mais je ne vois pas comment faire.
Pourriez vous m'aider.
Merci
<?
// Copyright 2003 Benjamin Py [www.ben3w.com]
// This file is part of 2BGAL
// 2BGAL 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, or
// (at your option) any later version.
// 2BGAL is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with 2BGAL ; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
function HAUTPAGEWEB($letitre)
{
echo "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">n";
echo "<HTML>n";
echo "<HEAD>n";
//--------------------------------
//DO NOT REMOVE OR CHANGE THE NEXT LINE !!!!
echo " <TITLE>".$letitre." - 2BGal</TITLE>n";
//--------------------------------
echo " <META name="Description" content="">n";
echo " <META name="Keywords" content="">n";
echo " <META name="Author" content="">n";
echo " <META HTTP-EQUIV="Content-Type" content="text/html; charset=iso-8859-1" lang="fr">n";
echo " <META HTTP-EQUIV="EXPIRES" CONTENT="">n";
echo " <META HTTP-EQUIV="CHARSET" CONTENT="ISO-8859-15">n";
echo " <META HTTP-EQUIV="CONTENT-LANGUAGE" CONTENT="French">n";
echo " <META NAME="RATING" CONTENT="General">n";
echo " <META NAME="ROBOTS" CONTENT="index,follow">n";
echo " <META NAME="REVISIT-AFTER" CONTENT="4 weeks">n";
//--------------------------------
//DO NOT REMOVE OR CHANGE THE NEXT LINE !!!!
echo "<link rel="stylesheet" type="text/css" href="2bgal.css">n";
//--------------------------------
echo "</HEAD>n";
echo "<body bgcolor="#ECECEC">n";
echo "<!--contenu de la page-->n";
echo "<table border=0 align="center" cellpadding=0 cellspacing=0 width="745"><tr><td>n";
}
function BASPAGEWEB()
{
echo "</td></tr></table><!--table contenu-->n";
echo "</BODY>n</HTML>n";
}
?>