Besoin d'aide pour un petit intranet
angelika42100
Messages postés
28
Statut
Membre
-
Utilisateur anonyme -
Utilisateur anonyme -
Bonjour,
Je souhaiterai savoir si quelqu'un pourrai m'expliquer comment intéger l'agenda Phenix sur un serveur externe chez Nuxit plus précisement. Je dois mettre en place un agenda partagé pour une quinzaine de personnes puis une possibilité de saisie de données concernant les nouveau clients à partir du site. J'ai vraiment besoin que quelqu'un m'aide à demarrer car cela fait des heures que je suis dessus et je ne comprend pas......... Merci
Je souhaiterai savoir si quelqu'un pourrai m'expliquer comment intéger l'agenda Phenix sur un serveur externe chez Nuxit plus précisement. Je dois mettre en place un agenda partagé pour une quinzaine de personnes puis une possibilité de saisie de données concernant les nouveau clients à partir du site. J'ai vraiment besoin que quelqu'un m'aide à demarrer car cela fait des heures que je suis dessus et je ne comprend pas......... Merci
A voir également:
- Besoin d'aide pour un petit intranet
- Petit point vert snap ✓ - Forum Snapchat
- Petit 2 ✓ - Forum Windows
- Point vert sur Snapchat - Forum Snapchat
- Trier du plus petit au plus grand excel - Guide
- Comment imprimer une photo en petit ✓ - Forum Photo numérique
18 réponses
Bonjour, peut -étre que je pourrais t'aider si ytu répond à mes question:
-Est-ce que Php et mysql sont installés sur ton serveur externe ?
-Ton serveur externe est sous Apache ou IIS ?
-Et est-ce que ton agenda phenix est compatible avec Windows ?
A+
-Est-ce que Php et mysql sont installés sur ton serveur externe ?
-Ton serveur externe est sous Apache ou IIS ?
-Et est-ce que ton agenda phenix est compatible avec Windows ?
A+
Ok, donc ton server a obligatoirement Apache-php-mysql,
Est-ce que tu peux te connecter à distance sur le bureau de ton serveur ?
Est-ce que tu peux te connecter à distance sur le bureau de ton serveur ?
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Par ailleurs, je te conseille vivement de poster ton problème dans le forum linux/unix, car c'est certainement là que tu aura plus de réponse, et pas dans le forum webmastering.
Précise bien que ton serveur est sous linux.
Normalement, pour installer ton agenda phénix, tu dois tout simplement (si ton serveur est un serveur dédié) te connecter à distance au bureau de ton serveur externe, et une fois placé sur ce bureau, tu installe tout bétement phenix comme si tu installais phénix sur ton propre pc.
Précise bien que ton serveur est sous linux.
Normalement, pour installer ton agenda phénix, tu dois tout simplement (si ton serveur est un serveur dédié) te connecter à distance au bureau de ton serveur externe, et une fois placé sur ce bureau, tu installe tout bétement phenix comme si tu installais phénix sur ton propre pc.
oui sauf quand j'arrive sur le serveur et je dois insérer le dossier à importer j'ai à chaque fois un message d'erreur qui apparait
voici une partie du message
Erreur
Il semble qu'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.
ERROR: Ponctuation invalide @ 1
STR: <?
SQL: <?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
Erreur
Il semble qu'il y ait une erreur dans votre requête SQL. Le message ci-bas peut vous aider à en trouver la cause.
ERROR: Ponctuation invalide @ 1
STR: <?
SQL: <?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
* Contributors Christian AUDEON (Omega) <christian.audeon@gmail.com> *
* Maxime CORMAU (MaxWho17) <maxwho17@free.fr> *
* Mathieu RUE (Frognico) <matt_rue@yahoo.fr> *
* Bernard CHAIX (Berni69) <ber123456@free.fr> *
* -------------------------------------------- *
* 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, or (at your *
* option) any later version. *
\**************************************************************************/
// Gestion des rapports d'erreurs
error_reporting (E_ALL ^ E_NOTICE);
if ($droit_ADMIN=="O" && !$idAdmin) {
?>
<SCRIPT language="JavaScript" src="inc/MD5.js" type="text/javascript"></SCRIPT>
<SCRIPT language="JavaScript">
<!--
function saisieOKLog(theForm) {
if (trim(theForm.ztLoginAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_LOGIN"); ?>");
theForm.ztLoginAdm.focus();
return (false);
}
if (trim(theForm.ztPasswdAdm.value) == "") {
window.alert("<?php echo trad("ADMIN_ERREUR_PASSWORD"); ?>");
theForm.ztPasswdAdm.focus();
return (false);
}
//Cryptage MD5 du mot de passe avant submit (s'il a ete renseigne)
theForm.ztPasswdMD5Adm.value = MD5(theForm.ztPasswdAdm.value);<?php
/**************************************************************************\
* Phenix Agenda *
* http://phenix.gapi.fr *
* Written by Stephane TEIL <phenix-agenda@laposte.net> *
je rentre l'adresse de mon serveur enfin je cois? sur la barre d'adresse après je dois renter mes mots de passe, choisir la hote de connexion puis j'arrive sur php my admin????? c'est ce ue je dois faire au mois??????????????????????????????????
j'ai suivie tes conseil j'ai fais ma demande sur l'autre forum je vais voir si quelqu'un peut m'aider
c'est les commentaires qui ne vont pas car un commentaire commence par /* et fini par */.
Là il ya des commentaire qui commence par * au lieu de /*, et qui se termine par * au lieu de */,
C'est pourquoi il ya des message d'erreur.
Par exemple : remplace * Phenix Agenda * par /* Phenix Agenda */, les slash ont été oublié.
De plus un commentaire commence par /* et non \*, et se termine par */ et non *\,
Là il ya des commentaire qui commence par * au lieu de /*, et qui se termine par * au lieu de */,
C'est pourquoi il ya des message d'erreur.
Par exemple : remplace * Phenix Agenda * par /* Phenix Agenda */, les slash ont été oublié.
De plus un commentaire commence par /* et non \*, et se termine par */ et non *\,
là je crois que tu est très fort mais moi j'ai du mal, mon programme phenix est sous forme de zip et pour apporter ce modif je fais comment?
Oui, php et mysl sont installés sur le serveur.
Oui, l'agenda phenix est compatible avec Windows
Par contre en ce qui concerne IIS ou Apache, je ne sais pas, j'ai été sur le site Nuxit et je ne retrouve rien a ce sujet?
Pouvez vous m'aider quand même j'ai vraiment besois d'avancer sur ce projet, merci